Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [HONEY] Honey 2.0 - Featuring PoS 3.0 - Sweet!
by
heratys111
on 31/12/2017, 03:18:55 UTC
Can anyone explain how the Linux v.2.1.2 build works? I use makefile.unix under src/ but it only generates honeyd, it doesn't generate an rpcclient that I can find.

Also on Linux I can't get it to accept even a single block. Has anyone looked at the Linux build yet?

It doesn't have a honey-cli , just send commands to honeyd (e.g. "./honeyd help" should output the listing of available commands).  Yeah, this blockchain needs a kickstart, you have to download the bootstrap file to get it to start updating.  After that initial kickstart it seems to have no problems after that.

My config file contains:
 
rpcuser=[edited out]
rpcpassword=[edited out]

listen=1
server=1
daemon=1
port=40638
rpcport=40639

rpcconnect=127.0.0.1
rpcallowip=127.0.0.1

addnode=honey-node.cryptoinfo.net
addnode=46.4.97.119:35901
addnode=46.127.192.185:42192
addnode=78.46.227.52:46706
addnode=129.21.131.73:46640
addnode=154.16.7.186
addnode=188.40.78.31:56204
addnode=217.175.119.125:30768

~~~~~~~~~~~~
but I only have one connection and that seems to be the same as the block explorer (although I think I disabled UPNP when I ran configure ... so your results may differ).