Планируемый запуск: | 02.12.2018 | Дата начала: | Планируемое завершение: | Дата завершения: |
{"blocks": [{"key": "bhl9f", "data": {}, "text": "Пример запуска тестовой сети (не безопасный): geth --port 30305 --rpcport 8545 --rinkeby --rpc --rpcapi "db,eth,net,web3,personal" --rpcaddr "0.0.0.0" --rpccorsdomain "" --etherbase '0x.......'", "type": "unstyled", "depth": 0, "entityRanges": [], "inlineStyleRanges": []}, {"key": "b44g8", "data": {}, "text": "", "type": "unstyled", "depth": 0, "entityRanges": [], "inlineStyleRanges": []}, {"key": "aa8tj", "data": {}, "text": "В докере: ", "type": "unstyled", "depth": 0, "entityRanges": [], "inlineStyleRanges": []}, {"key": "mao7", "data": {}, "text": " ", "type": "atomic", "depth": 0, "entityRanges": [{"key": 0, "length": 1, "offset": 0}], "inlineStyleRanges": []}, {"key": "1la5k", "data": {}, "text": "Запуск тестовой сети с майнингом ", "type": "unstyled", "depth": 0, "entityRanges": [], "inlineStyleRanges": []}, {"key": "1rumt", "data": {}, "text": " ", "type": "atomic", "depth": 0, "entityRanges": [{"key": 1, "length": 1, "offset": 0}], "inlineStyleRanges": []}, {"key": "bja09", "data": {}, "text": "Запуск в докере на кастомном порту", "type": "unstyled", "depth": 0, "entityRanges": [], "inlineStyleRanges": []}, {"key": "dl16s", "data": {}, "text": " ", "type": "atomic", "depth": 0, "entityRanges": [{"key": 2, "length": 1, "offset": 0}], "inlineStyleRanges": []}, {"key": "erg7f", "data": {}, "text": "Важно: По умолчанию используется флаг --syncmode "fast". В таком случае синхронизируются блоки, но не синхронизируется история транзакций. В результате не видны текущие балансы всех существующих кошельков (потому что нет транзакций). Обязательно надо выставлять флаг --syncmode "full".", "type": "unstyled", "depth": 0, "entityRanges": [], "inlineStyleRanges": [{"style": "BOLD", "length": 6, "offset": 0}]}, {"key": "ejfp5", "data": {}, "text": "", "type": "unstyled", "depth": 0, "entityRanges": [], "inlineStyleRanges": []}], "entityMap": {"0": {"data": {"lang": "php", "content": "docker run -d --name ethereum-node -v /ethereum_path/:/root \\n-p 8545:8545 -p 30303:30303 \\nethereum/client-go --rpc --rpcapi "db,eth,net,web3,personal""}, "type": "TOKEN", "mutability": "IMMUTABLE"}, "1": {"data": {"lang": "php", "content": "sudo geth --port 30305 --mine --minerthreads=1 --rpcport 8545 --rinkeby --rpc --rpcapi "db,eth,net,web3,personal" --rpcaddr "0.0.0.0" --rpccorsdomain "" --etherbase '0xd2f6102213a558AC8aE6f1DE060cb64A2611E571'\n"}, "type": "TOKEN", "mutability": "IMMUTABLE"}, "2": {"data": {"lang": "php", "content": "docker run -d --name ethereum-node -v /ethereum_path/:/root \\n-p 8645:8545 -p 30403:30303 \\nethereum/client-go --rpc --rpcapi "db,eth,net,web3,personal" --rpcaddr "0.0.0.0" --rpccorsdomain "*" --syncmode "full" --rinkeby\n\n"}, "type": "TOKEN", "mutability": "IMMUTABLE"}}}