monacoinproject / monacoin

MIT License
331 stars 90 forks source link

No DNS Seeds on Testnet #87

Closed Belial-public closed 3 years ago

Belial-public commented 3 years ago

There is currently no online nodes when you start the client on testnet. It's also quite hard to find an IP list online that has nodes that are alive.

Is it possible to update this with a couple of long active nodes in the near future?

wakiyamap commented 3 years ago

image It seems that testnet-dnsseed.monacoin.org is still alive. https://github.com/monacoinproject/monacoin/blob/master-0.17/src/chainparams.cpp#L254

If you are in a hurry, please addnode the IP address of the image. I add a seeder for testnet.

P.S. You need to use IPv6, so you can use this address(my node). monacoin-cli addnode [2001:e42:102:1505:160:16:59:119]:19403 add

wakiyamap commented 3 years ago

I added seeder. I believe the next version will make it easier to connect.