Post
Topic
Board Announcements (Altcoins)
Re: [ANN][GRT] Grantcoin: Proof-of-Participation Grants for Sustainable Business
by
freebird
on 05/06/2015, 20:57:34 UTC
I'm only getting 1 connection on this and that's to suprnova pool.

That's strange. I just tried opening my wallet and I'm getting 5 connections to the network. Also I checked the blockchain and it's moving along at normal speed.

Are you still having difficulty getting connections? Which wallet are you using?

Yes. Still only one connection. I compiled from source on Linux.

I just ran a Grantcoin Linux daemon and I immediately get 2 connections, which are the DNS seed nodes.

The only thing I can think of that could be causing a problem for you is your .conf file. What did you put in there?

$ grantcoind getinfo | grep version
    "version" : "v0.1.0.0-unk-beta",
    "protocolversion" : 60004,
    "walletversion" : 60000,


grantcoin.conf
rpcuser=x
rpcpassword=x
daemon=1
server=1

I'm on the current block too. 77018

Good that you're on the current block.

In the .conf file for my test daemon I only have the following:

rpcuser=x
rpcpassword=x
gen=0

If you want it to mine, then change to gen=1

I'm not sure if deleting daemon=1 and server=1 would make any difference, but maybe give that a try, restart it and see if it'll connect to the 2 seed nodes.

BTW, is your node at this IP address? 76.90.105.71. The reason I ask is because that's listed as the node of a wallet which is Protocol 0, a nonexistent version of Grantcoin, on this page: https://chainz.cryptoid.info/grt/#!network. If so, then maybe something went wrong in your build? Even if it says you're running protocol 60004, maybe somehow the network is not finding your wallet correctly? Just thought I'd ask if that IP address is yours.