More broken links fixed

This commit is contained in:
Adam Schmideg 2019-09-17 16:10:02 +02:00
parent c3bff5c48b
commit 6b85dc5f2a
5 changed files with 18 additions and 18 deletions

View file

@ -144,7 +144,7 @@ the following into `<datadir>/geth/static-nodes.json`:
] ]
``` ```
You can also add static nodes at runtime via the js console using [`admin.addPeer()`](../interface/javascript-console#addpeer): You can also add static nodes at runtime via the js console using [`admin.addPeer()`](../interface/management-apis#admin_addpeer):
```js ```js
admin.addPeer("enode://f4642fa65af50cfdea8fa7414a5def7bb7991478b768e296f5e4a54e8b995de102e0ceae2e826f293c481b5325f89be6d207b003382e18a8ecba66fbaf6416c0@33.4.2.1:30303") admin.addPeer("enode://f4642fa65af50cfdea8fa7414a5def7bb7991478b768e296f5e4a54e8b995de102e0ceae2e826f293c481b5325f89be6d207b003382e18a8ecba66fbaf6416c0@33.4.2.1:30303")

View file

@ -14,7 +14,7 @@ Specifications of all ethereum technologies, languages, protocols, etc.
### Specs ### Specs
- [JavaScript API](https://github.com/ethereum/wiki/wiki/JavaScript-API#a) - [JavaScript API](https://github.com/ethereum/wiki/wiki/JavaScript-API#a)
- [Generic JSON RPC](https://github.com/ethereum/wiki/JSON-RPC) - [Generic JSON RPC](https://github.com/ethereum/wiki/wiki/JSON-RPC)
- [JSRE admin API](../interface/javascript-console#console-api) - [JSRE admin API](../interface/javascript-console#console-api)
- [RLP](https://github.com/ethereum/wiki/wiki/RLP) - [RLP](https://github.com/ethereum/wiki/wiki/RLP)
- [ÐΞVp2p Wire Protocol](https://github.com/ethereum/wiki/wiki/%C3%90%CE%9EVp2p-Wire-Protocol) - [ÐΞVp2p Wire Protocol](https://github.com/ethereum/wiki/wiki/%C3%90%CE%9EVp2p-Wire-Protocol)

View file

@ -34,7 +34,7 @@ Contracts can receive transfers just like externally controlled accounts, but th
blockchain 上で有効となる contract は Ethereum 特別仕様の バイナリの形式で、EVM byte コード と呼ばれます。 blockchain 上で有効となる contract は Ethereum 特別仕様の バイナリの形式で、EVM byte コード と呼ばれます。
しかしながら、典型的には、contract は [solidity](https://github.com/ethereum/wiki/wiki/Solidity-Tutorial) のような高級言語で記述され、blockchain 上に upload するために、この byte コードへコンパイルされます。 しかしながら、典型的には、contract は [solidity](https://github.com/ethereum/wiki/wiki/Solidity-Tutorial) のような高級言語で記述され、blockchain 上に upload するために、この byte コードへコンパイルされます。
flontier リリースでは、geth は Christian R. と Lefteris K が手がけた、コマンドライン [solidity コンパイラ](https://github.com/ethereum/cpp-ethereum/tree/develop/solc) である `solc` をシステムコールで呼び出すことを通して、solidity コンパイルをサポートしています。 flontier リリースでは、geth は Christian R. と Lefteris K が手がけた、コマンドライン [solidity コンパイラ](https://solidity.readthedocs.io/en/latest/installing-solidity.html) である `solc` をシステムコールで呼び出すことを通して、solidity コンパイルをサポートしています。
以下もお試しください。 以下もお試しください。
* [Solidity realtime compiler](https://chriseth.github.io/cpp-ethereum/) (by Christian R) * [Solidity realtime compiler](https://chriseth.github.io/cpp-ethereum/) (by Christian R)
* [Cosmo](http://meteor-dapp-cosmo.meteor.com) * [Cosmo](http://meteor-dapp-cosmo.meteor.com)

View file

@ -90,22 +90,22 @@ extra management API namespaces:
| [admin](#admin) | [debug](#debug) | [miner](#miner) | [personal](#personal) | [txpool](#txpool) | | [admin](#admin) | [debug](#debug) | [miner](#miner) | [personal](#personal) | [txpool](#txpool) |
| :--------------------------- | :----------------------------------------------- | :---------------------------------- | :--------------------------------------- | :------------------------- | | :--------------------------- | :----------------------------------------------- | :---------------------------------- | :--------------------------------------- | :------------------------- |
| [addPeer](#admin_addpeer) | [backtraceAt](#debug_backtraceAt) | [setExtra](#miner_setextra) | [ecRecover](#personal_ecrecover) | [content](#txpool_content) | | [addPeer](#admin_addpeer) | [backtraceAt](#debug_backtraceat) | [setExtra](#miner_setextra) | [ecRecover](#personal_ecrecover) | [content](#txpool_content) |
| [datadir](#admin_datadir) | [blockProfile](#debug_blockProfile) | [setGasPrice](#miner_setgasprice) | [importRawKey](#personal_importrawkey) | [inspect](#txpool_inspect) | | [datadir](#admin_datadir) | [blockProfile](#debug_blockprofile) | [setGasPrice](#miner_setgasprice) | [importRawKey](#personal_importrawkey) | [inspect](#txpool_inspect) |
| [nodeInfo](#admin_nodeinfo) | [cpuProfile](#debug_cpuProfile) | [start](#miner_start) | [listAccounts](#personal_listaccounts) | [status](#txpool_status) | | [nodeInfo](#admin_nodeinfo) | [cpuProfile](#debug_cpuprofile) | [start](#miner_start) | [listAccounts](#personal_listaccounts) | [status](#txpool_status) |
| [peers](#admin_peers) | [dumpBlock](#debug_dumpblock) | [stop](#miner_stop) | [lockAccount](#personal_lockaccount) | | | [peers](#admin_peers) | [dumpBlock](#debug_dumpblock) | [stop](#miner_stop) | [lockAccount](#personal_lockaccount) | |
| [setSolc](#admin_setsolc) | [gcStats](#debug_gcStats) | [getHashrate](#miner_gethashrate) | [newAccount](#personal_newaccount) | | | [setSolc](#admin_setsolc) | [gcStats](#debug_gcstats) | [getHashrate](#miner_gethashrate) | [newAccount](#personal_newaccount) | |
| [startRPC](#admin_startrpc) | [getBlockRlp](#debug_getblockrlp) | [setEtherbase](#miner_setetherbase) | [unlockAccount](#personal_unlockaccount) | | | [startRPC](#admin_startrpc) | [getBlockRlp](#debug_getblockrlp) | [setEtherbase](#miner_setetherbase) | [unlockAccount](#personal_unlockaccount) | |
| [startWS](#admin_startws) | [goTrace](#debug_goTrace) | | [sendTransaction](#personal_sendtransaction) | | | [startWS](#admin_startws) | [goTrace](#debug_goTrace) | | [sendTransaction](#personal_sendtransaction) | |
| [stopRPC](#admin_stoprpc) | [memStats](#debug_memStats) | | [sign](#personal_sign) | | | [stopRPC](#admin_stoprpc) | [memStats](#debug_memStats) | | [sign](#personal_sign) | |
| [stopWS](#admin_stopws) | [seedHash](#debug_seedhash)[sign](#personal_sign)| | | | | [stopWS](#admin_stopws) | [seedHash](#debug_seedhash)[sign](#personal_sign)| | | |
| | [setBlockProfileRate](#debug_setBlockProfileRate) | | | | | | [setBlockProfileRate](#debug_setblockprofilerate) | | | |
| | [setHead](#debug_sethead) | | | | | | [setHead](#debug_sethead) | | | |
| | [stacks](#debug_stacks) | | | | | | [stacks](#debug_stacks) | | | |
| | [startCPUProfile](#debug_startCPUProfile) | | | | | | [startCPUProfile](#debug_startcpuprofile) | | | |
| | [startGoTrace](#debug_startGoTrace) | | | | | | [startGoTrace](#debug_startgotrace) | | | |
| | [stopCPUProfile](#debug_stopCPUProfile) | | | | | | [stopCPUProfile](#debug_stopcpuprofile) | | | |
| | [stopGoTrace](#debug_stopGoTrace) | | | | | | [stopGoTrace](#debug_stopgotrace) | | | |
| | [traceBlock](#debug_traceblock) | | | | | | [traceBlock](#debug_traceblock) | | | |
| | [traceBlockByNumber](#debug_blockbynumber) | | | | | | [traceBlockByNumber](#debug_blockbynumber) | | | |
| | [traceBlockByHash](#debug_blockbyhash) | | | | | | [traceBlockByHash](#debug_blockbyhash) | | | |
@ -113,8 +113,8 @@ extra management API namespaces:
| | [traceTransaction](#debug_tracetransaction) | | | | | | [traceTransaction](#debug_tracetransaction) | | | |
| | [verbosity](#debug_verbosity) | | | | | | [verbosity](#debug_verbosity) | | | |
| | [vmodule](#debug_vmodule) | | | | | | [vmodule](#debug_vmodule) | | | |
| | [writeBlockProfile](#debug_writeBlockProfile) | | | | | | [writeBlockProfile](#debug_writeblockprofile) | | | |
| | [writeMemProfile](#debug_writeMemProfile) | | | | | | [writeMemProfile](#debug_writememprofile) | | | |
## Admin ## Admin
@ -627,7 +627,7 @@ References:
### debug_traceBlockByNumber ### debug_traceBlockByNumber
Similar to [debug_traceBlock](#debug_traceBlock), `traceBlockByNumber` accepts a block number and will replay the Similar to [debug_traceBlock](#debug_traceblock), `traceBlockByNumber` accepts a block number and will replay the
block that is already present in the database. block that is already present in the database.
| Client | Method invocation | | Client | Method invocation |
@ -641,7 +641,7 @@ References:
### debug_traceBlockByHash ### debug_traceBlockByHash
Similar to [debug_traceBlock](#debug_traceBlock), `traceBlockByHash` accepts a block hash and will replay the Similar to [debug_traceBlock](#debug_traceblock), `traceBlockByHash` accepts a block hash and will replay the
block that is already present in the database. block that is already present in the database.
| Client | Method invocation | | Client | Method invocation |
@ -655,7 +655,7 @@ References:
### debug_traceBlockFromFile ### debug_traceBlockFromFile
Similar to [debug_traceBlock](#debug_traceBlock), `traceBlockFromFile` accepts a file containing the RLP of the block. Similar to [debug_traceBlock](#debug_traceblock), `traceBlockFromFile` accepts a file containing the RLP of the block.
| Client | Method invocation | | Client | Method invocation |
|:-------:|----------------------------------------------------------------------------------| |:-------:|----------------------------------------------------------------------------------|

View file

@ -335,7 +335,7 @@ That can then be executed with:
Since this function will disappear after restarting geth, it can be helpful to store Since this function will disappear after restarting geth, it can be helpful to store
commonly used functions to be recalled later. The commonly used functions to be recalled later. The
[loadScript](../interface/javascript-console#loadscript) [loadScript](../interface/javascript-console)
function makes this very easy. function makes this very easy.
First, save the `checkAllBalances()` function definition to a file on your computer. For First, save the `checkAllBalances()` function definition to a file on your computer. For