Skip to content

Instantly share code, notes, and snippets.

Created November 7, 2014 06:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/278d8100f826c922ab95 to your computer and use it in GitHub Desktop.
Save anonymous/278d8100f826c922ab95 to your computer and use it in GitHub Desktop.
Cannot connect to peers error
2014-11-07 06:27:23 Bitcoin version v0.9.3.0-gcea5e49-beta (Fri, 12 Sep 2014 10:25:55 +0200)
2014-11-07 06:27:23 Using OpenSSL version OpenSSL 1.0.1i 6 Aug 2014
2014-11-07 06:27:23 Using BerkeleyDB version Berkeley DB 4.8.30: (April 9, 2010)
2014-11-07 06:27:23 Default data directory /Users/stephenmorse/Library/Application Support/Bitcoin
2014-11-07 06:27:23 Using data directory /Users/stephenmorse/Library/Application Support/Bitcoin
2014-11-07 06:27:23 Using at most 125 connections (4864 file descriptors available)
2014-11-07 06:27:23 Using 4 threads for script verification
2014-11-07 06:27:23 Using wallet wallet.dat
2014-11-07 06:27:23 init message: Verifying wallet...
2014-11-07 06:27:23 CDBEnv::Open : LogDir=/Users/stephenmorse/Library/Application Support/Bitcoin/database ErrorFile=/Users/stephenmorse/Library/Application Support/Bitcoin/db.log
2014-11-07 06:27:23 Bound to [::]:8333
2014-11-07 06:27:23 Bound to 0.0.0.0:8333
2014-11-07 06:27:23 init message: Loading block index...
2014-11-07 06:27:23 Opening LevelDB in /Users/stephenmorse/Library/Application Support/Bitcoin/blocks/index
2014-11-07 06:27:23 Opened LevelDB successfully
2014-11-07 06:27:23 Opening LevelDB in /Users/stephenmorse/Library/Application Support/Bitcoin/chainstate
2014-11-07 06:27:25 Opened LevelDB successfully
2014-11-07 06:27:31 LoadBlockIndexDB(): last block file = 191
2014-11-07 06:27:31 LoadBlockIndexDB(): last block file info: CBlockFileInfo(blocks=206, size=68705858, heights=328184...328389, time=2014-11-02...2014-11-03)
2014-11-07 06:27:31 LoadBlockIndexDB(): transaction index enabled
2014-11-07 06:27:32 LoadBlockIndexDB(): hashBestChain=00000000000000000349cd98d6da27970c40d490f31db946d224690bf2b42469 height=328389 date=2014-11-03 19:35:45 progress=0.990343
2014-11-07 06:27:32 init message: Verifying blocks...
2014-11-07 06:27:32 Verifying last 288 blocks at level 3
2014-11-07 06:29:51 No coin database inconsistencies in last 277 blocks (140232 transactions)
2014-11-07 06:29:52 block index 149124ms
2014-11-07 06:29:52 init message: Loading wallet...
2014-11-07 06:29:52 nFileVersion = 90300
2014-11-07 06:29:52 Keys: 0 plaintext, 214 encrypted, 214 w/ metadata, 214 total
2014-11-07 06:29:52 wallet 34ms
2014-11-07 06:29:52 init message: Loading addresses...
2014-11-07 06:29:52 Loaded 14761 addresses from peers.dat 81ms
2014-11-07 06:29:52 mapBlockIndex.size() = 328397
2014-11-07 06:29:52 nBestHeight = 328389
2014-11-07 06:29:52 setKeyPool.size() = 100
2014-11-07 06:29:52 mapWallet.size() = 7
2014-11-07 06:29:52 mapAddressBook.size() = 16
2014-11-07 06:29:52 ext-ip thread start
2014-11-07 06:29:52 dnsseed thread start
2014-11-07 06:29:52 upnp thread start
2014-11-07 06:29:52 net thread start
2014-11-07 06:29:52 addcon thread start
2014-11-07 06:29:52 opencon thread start
2014-11-07 06:29:52 msghand thread start
2014-11-07 06:29:52 dumpaddr thread start
2014-11-07 06:29:52 init message: Done loading
2014-11-07 06:29:52 Initialization result: 1
2014-11-07 06:29:54 UPnP: ExternalIPAddress = 24.218.184.40
2014-11-07 06:29:54 AddLocal(24.218.184.40:8333,3)
2014-11-07 06:29:54 UPnP Port Mapping successful.
2014-11-07 06:29:54 GetMyExternalIP() received [24.218.184.40] 24.218.184.40:0
2014-11-07 06:29:54 GetMyExternalIP() returned 24.218.184.40
2014-11-07 06:29:54 AddLocal(24.218.184.40:8333,4)
2014-11-07 06:29:54 ext-ip thread exit
2014-11-07 06:30:03 Loading addresses from DNS seeds (could take a while)
2014-11-07 06:30:06 123 addresses found from DNS seeds
2014-11-07 06:30:06 dnsseed thread exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment