Hey guys,

Any ideas why bitcoinj WalletTool is failing to connect to my sync'd 
bitcoind running on localhost?

It just keeps timing out and dying:

15:51:12 14 PeerGroup$8.run: Starting ...
15:51:12 14 PeerGroup$6.go: Localhost peer detected, trying to use it 
instead of P2P discovery
15:51:12 14 PeerGroup.connectTo: Attempting connection to [127.0.0.1]:8333 
    (0 connected, 1 pending, 0 max)
15:51:14 15 NioClientManager.handleKey: Connected to /127.0.0.1:8333
15:51:14 15 Peer.connectionOpened: Announcing to /127.0.0.1:8333 as: 
/bitcoinj:0.14.4/WalletTool:1.0/
15:51:17 16 PeerSocketHandler.timeoutOccurred: [127.0.0.1]:8333: Timed out
15:51:17 16 PeerGroup.handlePeerDeath: [127.0.0.1]:8333: Peer died      (0 
connected, 0 pending, 1 max)
15:51:19 14 PeerGroup.discoverPeers: Peer discovery took 2.067 s and 
returned 231 items
15:51:19 14 PeerGroup$6.go: Waiting 3572 msec before next connect attempt 
to [127.0.0.1]:8333
15:51:23 14 PeerGroup.connectTo: Attempting connection to [127.0.0.1]:8333 
    (0 connected, 1 pending, 1 max)
15:51:23 15 NioClientManager.handleKey: Connected to /127.0.0.1:8333
15:51:23 15 Peer.connectionOpened: Announcing to /127.0.0.1:8333 as: 
/bitcoinj:0.14.4/WalletTool:1.0/
15:51:28 16 PeerSocketHandler.timeoutOccurred: [127.0.0.1]:8333: Timed out
15:51:28 16 PeerGroup.handlePeerDeath: [127.0.0.1]:8333: Peer died      (0 
connected, 0 pending, 1 max)

I have explicitly set 'bind=127.0.0.1' in bitcoin.conf

Further, if I set 'bind=192.168.0.72' in bitcoin.conf (my local IP), and 
then set --peers=192.168.0.72 in bitcoinj, it works.

Any ideas?

Thanks,
DC

-- 

--
Daniel Cowx
Sr. Software Engineer
T | 604-600-3230
E | dan...@danielcowx.com
W | www.danielcowx.com
Enterprise Fintech

-- 
You received this message because you are subscribed to the Google Groups 
"bitcoinj" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bitcoinj+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to