Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [KRB] (Ҝ) Карбованець Ukrainian Karbowanec - Cryptonote - Anon - Hardfork!
by
soulistyce
on 18/04/2017, 21:58:26 UTC
can someone help me with this



its the only thing i couldnt find a way to fix it, already return to ubuntu 14.04 thinking it was the newst redis but still the same error..
i cant put my pool for everybody because of that... Undecided Undecided Undecided
already check wallet port, already checked firewall,router foward...but if it doesnt connect it doesnt give any error...just says failed
with the right wallet port gives me that error...

cant find anywere how to fix it   Undecided Undecided Undecided

Code:
$ grep rpcMethod config.json

grep shows
"rpcMethod": "getblockcount"
 "rpcMethod": "getbalance"

starting simplewallet without bind works because the karbowanec.conf already has

p2p-bind-port=7887
rpc-bind-port=7888

my pool config has:
"daemon": {
        "host": "127.0.0.1",
        "port": 7888
    },

    "wallet": {
        "host": "127.0.0.1",
        "port": 7887

and changing one for the other pool just gives getblocktemplace error

even with simplewallet open it gives the same error in admin
{"code":"ECONNRESET","errno":"ECONNRESET","syscall":"read"}

  Undecided Undecided Undecided Undecided