This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
INFO [10-16|17:40:08.328] Maximum peer count ETH=75 LES=0 total=75 | |
INFO [10-16|17:40:08.330] Starting peer-to-peer node instance=Geth/ACC-GETH/v1.8.17-stable-8bbe7207/linux-amd64/go1.11.1 | |
INFO [10-16|17:40:08.330] Allocated cache and file handles database=/home/ropsten/.ethereum/testnet/geth/chaindata cache=128 handles=512 | |
INFO [10-16|17:40:09.763] Persisted trie from memory database nodes=355 size=51.89kB time=1.329129ms gcnodes=0 gcsize=0.00B gctime=0s livenodes=1 livesize=0.00B | |
INFO [10-16|17:40:09.764] Initialised chain configuration config="{ChainID: 3 Homestead: 0 DAO: <nil> DAOSupport: true EIP150: 0 EIP155: 10 EIP158: 10 Byzantium: 1700000 Constantinople: 4230000 Engine: ethash}" | |
INFO [10-16|17:40:09.765] Disk storage enabled for ethash caches dir=/home/ropsten/.ethereum/testnet/geth/ethash count=3 | |
INFO [10-16|17:40:09.765] Disk storage enabled for ethash DAGs dir=/home/ropsten/.ethash count=2 | |
INFO [10-16|17:40:09.76 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- Logs begin at Sun 2018-10-14 11:43:26 UTC, end at Tue 2018-10-16 15:47:55 UTC. -- | |
Oct 16 15:40:12 ropsten-node-pool parity[16304]: 2018-10-16 15:40:12 UTC IO Worker #2 INFO import Syncing #4229999 0x42af…25f6 0.00 blk/s 0.0 tx/s 0 Mgas/s 0+ 0 Qed #4230186 7/25 peers 269 MiB chain 113 MiB db 0 bytes queue 63 MiB sync RPC: 0 conn, 3 req/s, 804 µs | |
Oct 16 15:40:32 ropsten-node-pool parity[16304]: 2018-10-16 15:40:32 UTC IO Worker #1 INFO import Syncing #4229999 0x42af…25f6 0.00 blk/s 0.0 tx/s 0 Mgas/s 0+ 0 Qed #4230186 8/25 peers 269 MiB chain 113 MiB db 0 bytes queue 62 MiB sync RPC: 0 conn, 3 req/s, 5263 µs | |
Oct 16 15:40:57 ropsten-node-pool parity[16304]: 2018-10-16 15:40:57 UTC IO Worker #2 INFO import Syncing #4229999 0x42af…25f6 0.00 blk/s 0.0 tx/s 0 Mgas/s 0+ 0 Qed #4230186 11/25 peers 269 MiB chain 113 MiB db 0 bytes queue 71 MiB sync RPC: 0 conn, 4 req/s, 4343 µs | |
Oct 16 15:41:12 ropsten-node-pool pa |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"threads": 2, | |
"coin": "eth", | |
"name": "main", | |
"proxy": { | |
"enabled": true, | |
"listen": "0.0.0.0:9999", | |
"limitHeadersSize": 1024, | |
"limitBodySize": 256, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Running Parity-Ethereum/v2.0.7-stable-db3a989-20181010/x86_64-linux-gnu/rustc1.29.0, we mined block 4233136. | |
Etherscan: https://ropsten.etherscan.io/block/4233136 | |
Block 4233137 was mined by another miner: | |
Etherscan: https://ropsten.etherscan.io/block/4233137 | |
That block was not propagated correctly to our node, and we went on a mining loop for approximately two hours for block 4233137. | |
It wasn't until I manually restarted the node that it was able to resync to the chain. | |
This has happened several times since the fork. |