Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save andrewarrow/2ee229115799b8894acb7c2a89c9262f to your computer and use it in GitHub Desktop.
Save andrewarrow/2ee229115799b8894acb7c2a89c9262f to your computer and use it in GitHub Desktop.
```
~/src/github.com/btcsuite/btcd $ ./btcd
22:30:36 2017-05-29 [INF] BTCD: Version 0.12.0-beta
22:30:36 2017-05-29 [INF] BTCD: Loading block database from '/Users/aa/Library/Application Support/Btcd/data/mainnet/blocks_ffldb'
22:30:36 2017-05-29 [INF] BTCD: Block database loaded
22:30:36 2017-05-29 [INF] CHAN: Recalculating threshold states due to definition change. This might take a while...
22:30:36 2017-05-29 [INF] CHAN: Chain state (height 0, hash 000000000019d6689c085ae165831e934ff763ae46a2a6c172b3f1b60a8ce26f, totaltx 1, work 4295032833)
22:30:36 2017-05-29 [INF] RPCS: Generating TLS certificates...
22:30:36 2017-05-29 [INF] RPCS: Done generating TLS certificates
22:30:36 2017-05-29 [INF] RPCS: RPC server listening on 127.0.0.1:8334
22:30:36 2017-05-29 [INF] AMGR: Loaded 0 addresses from file '/Users/aa/Library/Application Support/Btcd/data/mainnet/peers.json'
22:30:36 2017-05-29 [INF] RPCS: RPC server listening on [::1]:8334
22:30:36 2017-05-29 [INF] CMGR: Server listening on 0.0.0.0:8333
22:30:36 2017-05-29 [INF] CMGR: Server listening on [::]:8333
22:30:37 2017-05-29 [INF] CMGR: 33 addresses found from DNS seed dnsseed.bluematt.me
22:30:37 2017-05-29 [INF] CMGR: 40 addresses found from DNS seed seed.bitcoin.sipa.be
22:30:37 2017-05-29 [INF] CMGR: 37 addresses found from DNS seed seed.bitcoin.jonasschnelli.ch
22:30:37 2017-05-29 [INF] CMGR: 40 addresses found from DNS seed seed.bitnodes.io
22:30:37 2017-05-29 [INF] CMGR: 43 addresses found from DNS seed dnsseed.bitcoin.dashjr.org
22:30:40 2017-05-29 [INF] CMGR: 50 addresses found from DNS seed seed.bitcoinstats.com
22:30:42 2017-05-29 [INF] BMGR: New valid peer [2a01:328:a:2997::9]:8333 (outbound) (/Satoshi:0.14.1/)
22:30:42 2017-05-29 [INF] BMGR: Syncing to block height 468769 from peer [2a01:328:a:2997::9]:8333
22:30:42 2017-05-29 [INF] BMGR: Downloading headers for blocks 1 to 11111 from peer [2a01:328:a:2997::9]:8333
22:30:42 2017-05-29 [INF] BMGR: New valid peer [2001:288:1001:107:294e:5581:74bd:42f9]:8333 (outbound) (/Satoshi:0.13.2/)
22:30:42 2017-05-29 [INF] BMGR: New valid peer [2001:ad0:1:1:26be:5ff:fe25:959d]:8333 (outbound) (/Satoshi:0.14.1/)
22:30:42 2017-05-29 [INF] BMGR: New valid peer [2a02:a50::dacb:8aff:fe36:8d2d]:8333 (outbound) (/Satoshi:0.12.1/)
22:30:43 2017-05-29 [INF] BMGR: New valid peer 109.207.200.222:8333 (outbound) (/Satoshi:0.14.1/)
22:31:12 2017-05-29 [INF] BMGR: New valid peer 50.106.34.140:8333 (outbound) (/Satoshi:0.14.1/)
22:32:12 2017-05-29 [INF] BMGR: Lost peer [2a01:328:a:2997::9]:8333 (outbound)
22:32:12 2017-05-29 [INF] BMGR: Syncing to block height 468769 from peer 50.106.34.140:8333
22:32:12 2017-05-29 [INF] BMGR: Downloading headers for blocks 1 to 11111 from peer 50.106.34.140:8333
22:32:18 2017-05-29 [INF] BMGR: Verified downloaded block header against checkpoint at height 11111/hash 0000000069e244f73d78e8fd29ba2fd2ed618bd6fa2ee92559f542fdb26e7c1d
22:32:18 2017-05-29 [INF] BMGR: Received 11111 block headers: Fetching blocks
22:32:29 2017-05-29 [INF] BMGR: Processed 5421 blocks in the last 10.58s (5488 transactions, height 5421, 2009-02-24 06:22:24 +0000 UTC)
22:32:39 2017-05-29 [INF] BMGR: Processed 5331 blocks in the last 10s (5359 transactions, height 10752, 2009-04-13 03:00:45 +0000 UTC)
22:32:40 2017-05-29 [INF] CHAN: Verified checkpoint at height 11111/block 0000000069e244f73d78e8fd29ba2fd2ed618bd6fa2ee92559f542fdb26e7c1d
22:32:40 2017-05-29 [INF] BMGR: Downloading headers for blocks 11112 to 33333 from peer 50.106.34.140:8333
22:32:42 2017-05-29 [INF] BMGR: New valid peer 98.114.91.222:8333 (outbound) (/Satoshi:0.14.0/)
22:32:42 2017-05-29 [INF] BMGR: New valid peer [2a02:c205:2002:2550::17]:8333 (outbound) (/Satoshi:0.14.99/UASF-Segwit:0.3(BIP148)/)
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment