Bitcoin Forum

Bitcoin => Bitcoin Technical Support => Topic started by: gweedo on October 10, 2013, 06:00:21 PM



Title: Trying to connect to testnet3 using bitcoin-qt 0 connections
Post by: gweedo on October 10, 2013, 06:00:21 PM
So I am trying to connect to the testnet3 and I can't get any peers. It just hangs at No block sources. If I am on the mainnet I get 10 sources and I always have full green bars. What is the issue? What peers can I manually connect too?

Here is debug.log
Code:
UPnP Port Mapping successful.
connection timeout
trying connection 220.117.166.253:18333 lastseen=105.6hrs
connection timeout
trying connection 220.117.166.253:18333 lastseen=105.6hrs
connection timeout
trying connection 174.100.170.121:18333 lastseen=134.8hrs
connection timeout
trying connection 174.100.170.121:18333 lastseen=134.8hrs
connection timeout
trying connection 174.100.170.121:18333 lastseen=134.8hrs
connection timeout
trying connection 123.194.194.140:18333 lastseen=138.2hrs
connection timeout
trying connection 174.100.170.121:18333 lastseen=134.8hrs


Title: Re: Trying to connect to testnet3 using bitcoin-qt 0 connections
Post by: briehost on October 10, 2013, 07:06:48 PM
I found an active testnet node here: http://testnet.mojocoin.com/about

You can add it in a few ways:

In your bitcoin.conf file (requires software restart):
addnode=199.26.85.40

Directly into a running instance of bitcoin-qt through the debug console (no restart):
addnode=199.26.85.40

Directly into a running instance of bitcoin daemon (no restart):
bitcoind addnode=199.26.85.40

When starting bitcoin daemon:
bitcoind -addnode=199.26.85.40

Also, Bitcoin Abe for Testnet can be found here: http://pool.qdoop.net:18331/chain/Testnet3


Title: Re: Trying to connect to testnet3 using bitcoin-qt 0 connections
Post by: dserrano5 on October 10, 2013, 08:15:29 PM
So I am trying to connect to the testnet3 and I can't get any peers. It just hangs at No block sources. If I am on the mainnet I get 10 sources and I always have full green bars. What is the issue? What peers can I manually connect too?

I haven't run testnet since Jul 26th. I just fired it up now and got 8 outgoing connections quickly. There must be something wicked with your setup since the network seems to be healthy.


Title: Re: Trying to connect to testnet3 using bitcoin-qt 0 connections
Post by: briehost on October 10, 2013, 08:41:21 PM
Can you share your solution? :)