Skip to content

Instantly share code, notes, and snippets.

@hebasto
Created May 2, 2020 20:39
Show Gist options
  • Save hebasto/20f63b05e3ec3fc210388d09f1466b62 to your computer and use it in GitHub Desktop.
Save hebasto/20f63b05e3ec3fc210388d09f1466b62 to your computer and use it in GitHub Desktop.
Testing pr18851 on ODROID-HC1
2020-05-02T19:38:40Z [init] Bitcoin Core version v0.20.99.0-68ef9523d (release build)
2020-05-02T19:38:40Z [init] InitParameterInteraction: parameter interaction: -externalip set -> setting -discover=0
2020-05-02T19:38:40Z [init] Assuming ancestors of block 0000000000000000000f2adce67e49b0b6bdeb9de8b7c3d7e93b21e7fc1e819d have valid signatures.
2020-05-02T19:38:40Z [init] Setting nMinimumChainWork=00000000000000000000000000000000000000000e1ab5ec9348e9f4b8eb8154
2020-05-02T19:38:40Z [init] Using the 'standard' SHA256 implementation
2020-05-02T19:38:40Z [init] Default data directory /home/core/.bitcoin
2020-05-02T19:38:40Z [init] Using data directory /var/lib/bitcoind
2020-05-02T19:38:40Z [init] Config file: /etc/bitcoin/bitcoin.conf
2020-05-02T19:38:40Z [init] Config file arg: debug="rpc"
2020-05-02T19:38:40Z [init] Config file arg: externalip="95.164.65.194"
2020-05-02T19:38:40Z [init] Config file arg: listenonion="0"
2020-05-02T19:38:40Z [init] Config file arg: logthreadnames="1"
2020-05-02T19:38:40Z [init] Config file arg: par="4"
2020-05-02T19:38:40Z [init] Config file arg: rpcthreads="2"
2020-05-02T19:38:40Z [init] Config file arg: rpcworkqueue="1"
2020-05-02T19:38:40Z [init] Command-line arg: blocksdir="/mnt/hdd"
2020-05-02T19:38:40Z [init] Command-line arg: conf="/etc/bitcoin/bitcoin.conf"
2020-05-02T19:38:40Z [init] Command-line arg: daemon=""
2020-05-02T19:38:40Z [init] Command-line arg: datadir="/var/lib/bitcoind"
2020-05-02T19:38:40Z [init] Command-line arg: debuglogfile="/mnt/hdd/debug.log"
2020-05-02T19:38:40Z [init] Command-line arg: pid="/run/bitcoind/bitcoind.pid"
2020-05-02T19:38:40Z [init] Using at most 125 automatic connections (1024 file descriptors available)
2020-05-02T19:38:40Z [init] Using 16 MiB out of 32/2 requested for signature cache, able to store 524288 elements
2020-05-02T19:38:41Z [init] Using 16 MiB out of 32/2 requested for script execution cache, able to store 524288 elements
2020-05-02T19:38:41Z [init] Script verification uses 3 additional threads
2020-05-02T19:38:41Z [scheduler] scheduler thread start
2020-05-02T19:38:41Z [init] No wallet support compiled in!
2020-05-02T19:38:41Z [init] HTTP: creating work queue of depth 1
2020-05-02T19:38:41Z [init] Starting RPC
2020-05-02T19:38:41Z [init] Starting HTTP RPC server
2020-05-02T19:38:41Z [init] No rpcpassword set - using random cookie authentication.
2020-05-02T19:38:41Z [init] Generated RPC authentication cookie /var/lib/bitcoind/.cookie
2020-05-02T19:38:41Z [init] HTTP: starting 2 worker threads
2020-05-02T19:38:41Z [init] init message: Loading banlist...
2020-05-02T19:38:41Z [init] AddLocal(95.164.65.194:8333,4)
2020-05-02T19:38:41Z [init] Using /16 prefix for IP bucketing
2020-05-02T19:38:41Z [init] Cache configuration:
2020-05-02T19:38:41Z [init] * Using 2.0 MiB for block index database
2020-05-02T19:38:41Z [init] * Using 8.0 MiB for chain state database
2020-05-02T19:38:41Z [init] * Using 440.0 MiB for in-memory UTXO set (plus up to 286.1 MiB of unused mempool space)
2020-05-02T19:38:41Z [init] init message: Loading block index...
2020-05-02T19:38:41Z [init] Switching active chainstate to Chainstate [ibd] @ height -1 (null)
2020-05-02T19:38:41Z [init] Opening LevelDB in /var/lib/bitcoind/blocks/index
2020-05-02T19:38:42Z [init] Opened LevelDB successfully
2020-05-02T19:38:42Z [init] Using obfuscation key for /var/lib/bitcoind/blocks/index: 0000000000000000
2020-05-02T19:38:52Z [init] LoadBlockIndexDB: last block file = 2057
2020-05-02T19:38:52Z [init] LoadBlockIndexDB: last block file info: CBlockFileInfo(blocks=84, size=109155177, heights=628526...628609, time=2020-05-02...2020-05-02)
2020-05-02T19:38:52Z [init] Checking all blk files are present...
2020-05-02T19:38:52Z [init] Initializing chainstate Chainstate [ibd] @ height -1 (null)
2020-05-02T19:38:52Z [init] Opening LevelDB in /var/lib/bitcoind/chainstate
2020-05-02T19:38:59Z [init] Opened LevelDB successfully
2020-05-02T19:38:59Z [init] Using obfuscation key for /var/lib/bitcoind/chainstate: e2134d8b2407c9d3
2020-05-02T19:38:59Z [init] Loaded best chain: hashBestChain=00000000000000000000d4c63a79e8f087c334a4a6e93f0bc6500841fe785a2a height=628609 date=2020-05-02T19:07:59Z progress=0.999988
2020-05-02T19:38:59Z [init] init message: Rewinding blocks...
2020-05-02T19:39:02Z [init] FlushStateToDisk: write coins cache to disk (0 coins, 0kB) started
2020-05-02T19:39:02Z [init] FlushStateToDisk: write coins cache to disk (0 coins, 0kB) completed (0.00s)
2020-05-02T19:39:02Z [init] init message: Verifying blocks...
2020-05-02T19:39:02Z [init] Verifying last 6 blocks at level 3
2020-05-02T19:39:02Z [init] [0%]...[16%]...[33%]...[50%]...[66%]...[83%]...[99%]...[DONE].
2020-05-02T19:40:33Z [init] No coin database inconsistencies in last 6 blocks (14195 transactions)
2020-05-02T19:40:33Z [init]  block index          112862ms
2020-05-02T19:40:33Z [init] block tree size = 628645
2020-05-02T19:40:33Z [init] nBestHeight = 628609
2020-05-02T19:40:33Z [init] Bound to [::]:8333
2020-05-02T19:40:33Z [init] Bound to 0.0.0.0:8333
2020-05-02T19:40:33Z [init] init message: Loading P2P addresses...
2020-05-02T19:40:33Z [loadblk] Leaving InitialBlockDownload (latching to false)
2020-05-02T19:40:34Z [init] Loaded 68395 addresses from peers.dat  877ms
2020-05-02T19:40:34Z [init] init message: Starting network threads...
2020-05-02T19:40:34Z [net] net thread start
2020-05-02T19:40:34Z [dnsseed] dnsseed thread start
2020-05-02T19:40:34Z [opencon] opencon thread start
2020-05-02T19:40:34Z [init] init message: Done loading
2020-05-02T19:40:34Z [msghand] msghand thread start
2020-05-02T19:40:34Z [addcon] addcon thread start
2020-05-02T19:40:37Z [msghand] New outbound peer connected: version: 70015, blocks=628612, peer=0 (full-relay)
2020-05-02T19:40:38Z [msghand] New outbound peer connected: version: 70015, blocks=628612, peer=1 (full-relay)
2020-05-02T19:40:45Z [dnsseed] P2P peers available. Skipped DNS seeding.
2020-05-02T19:40:45Z [dnsseed] dnsseed thread exit
2020-05-02T19:40:57Z [msghand] UpdateTip: new best=0000000000000000000c8bc662ba269792ee16c46e1079a41ef055bc9b93609a height=628610 version=0x2fffe000 log2_work=91.913892 tx=526254649 date='2020-05-02T19:16:21Z' progress=0.999991 cache=1.2MiB(10853txo) warning='65 of last 100 blocks have unexpected version'
2020-05-02T19:43:01Z [msghand] UpdateTip: new best=000000000000000000068801a7c7e4b45bed18d234269cfade50906ceaa2645e height=628611 version=0x20c00000 log2_work=91.913913 tx=526255940 date='2020-05-02T19:19:32Z' progress=0.999991 cache=2.1MiB(18585txo) warning='65 of last 100 blocks have unexpected version'
2020-05-02T19:45:03Z [msghand] Pre-allocating up to position 0xf00000 in rev02057.dat
2020-05-02T19:45:03Z [msghand] UpdateTip: new best=000000000000000000000984c5b20fb67288baafa42e7f91b9ccde90e6c94c9e height=628612 version=0x3fffe000 log2_work=91.913934 tx=526256696 date='2020-05-02T19:22:12Z' progress=0.999991 cache=2.8MiB(25604txo) warning='66 of last 100 blocks have unexpected version'
2020-05-02T19:45:39Z [msghand] New outbound peer connected: version: 70015, blocks=628613, peer=46 (full-relay)
2020-05-02T19:46:52Z [msghand] socket send error Broken pipe (32)
2020-05-02T19:47:04Z [msghand] New outbound peer connected: version: 70015, blocks=628613, peer=55 (full-relay)
2020-05-02T19:47:04Z [msghand] New outbound peer connected: version: 70015, blocks=628613, peer=56 (full-relay)
2020-05-02T19:47:04Z [msghand] New outbound peer connected: version: 70015, blocks=628612, peer=57 (full-relay)
2020-05-02T19:48:12Z [msghand] New outbound peer connected: version: 70015, blocks=628613, peer=67 (full-relay)
2020-05-02T19:48:47Z [msghand] New outbound peer connected: version: 70015, blocks=628613, peer=69 (full-relay)
2020-05-02T19:48:56Z [msghand] New outbound peer connected: version: 70015, blocks=628613, peer=70 (block-relay)
2020-05-02T19:50:12Z [msghand] New outbound peer connected: version: 70015, blocks=628613, peer=80 (block-relay)
2020-05-02T19:52:00Z [msghand] New outbound peer connected: version: 70015, blocks=628615, peer=89 (full-relay)
2020-05-02T19:54:39Z [msghand] New outbound peer connected: version: 70015, blocks=628615, peer=110 (block-relay)
2020-05-02T20:00:19Z [msghand] Timeout downloading block 000000000000000000057685d71a42bef3d921759e73ad515632f459ba4276dd from peer=0, disconnecting
2020-05-02T20:04:19Z [msghand] New outbound peer connected: version: 70015, blocks=628616, peer=169 (full-relay)
2020-05-02T20:05:05Z [net] ping timeout: 1201.805125s
2020-05-02T20:06:05Z [msghand] New outbound peer connected: version: 70015, blocks=628616, peer=183 (full-relay)
2020-05-02T20:06:34Z [msghand] Timeout downloading block 0000000000000000000ef93787ac21c6fc443e4bf26af612baab92782c2914f0 from peer=35, disconnecting
2020-05-02T20:07:43Z [msghand] New outbound peer connected: version: 70015, blocks=628616, peer=195 (full-relay)
2020-05-02T20:10:13Z [msghand] Disconnecting outbound peer 57 for old chain, best known block = <none>
2020-05-02T20:11:21Z [msghand] Timeout downloading block 000000000000000000057685d71a42bef3d921759e73ad515632f459ba4276dd from peer=67, disconnecting
2020-05-02T20:12:36Z [net] ping timeout: 1201.031980s
2020-05-02T20:13:33Z [msghand] New outbound peer connected: version: 70015, blocks=628616, peer=236 (full-relay)
2020-05-02T20:13:36Z [msghand] New outbound peer connected: version: 70015, blocks=628616, peer=238 (full-relay)
2020-05-02T20:13:41Z [msghand] New outbound peer connected: version: 70015, blocks=628616, peer=239 (full-relay)
2020-05-02T20:17:21Z [msghand] New outbound peer connected: version: 70015, blocks=628617, peer=265 (full-relay)
2020-05-02T20:20:20Z [msghand] New outbound peer connected: version: 70015, blocks=628617, peer=280 (full-relay)
2020-05-02T20:21:50Z [msghand] socket send error Broken pipe (32)
2020-05-02T20:23:00Z [msghand] New outbound peer connected: version: 70015, blocks=628617, peer=297 (full-relay)
2020-05-02T20:25:40Z [msghand] New outbound peer connected: version: 70015, blocks=628617, peer=316 (full-relay)
2020-05-02T20:27:55Z [msghand] Pre-allocating up to position 0x8000000 in blk02057.dat
2020-05-02T20:28:17Z [msghand] Timeout downloading block 0000000000000000000ef93787ac21c6fc443e4bf26af612baab92782c2914f0 from peer=183, disconnecting
2020-05-02T20:29:09Z [msghand] New outbound peer connected: version: 70015, blocks=628619, peer=392 (full-relay)
2020-05-02T20:34:30Z [net] ping timeout: 1227.160820s
2020-05-02T20:34:46Z [msghand] Timeout downloading block 000000000000000000057685d71a42bef3d921759e73ad515632f459ba4276dd from peer=238, disconnecting
2020-05-02T20:35:34Z [msghand] New outbound peer connected: version: 70015, blocks=628619, peer=438 (full-relay)
2020-05-02T20:36:30Z [msghand] New outbound peer connected: version: 70015, blocks=628620, peer=443 (full-relay)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment