Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [MAGA] Magacoin - Build the Wall! -- NO PREMINE | NO ICO/CROWDFUND
by
StealthDad
on 15/07/2017, 19:27:48 UTC

rpcallowip=0.0.0.0/0

that will allow all IPs

Thanks StealthDad, I figured it out by plugging in the individual subnet ips and adjusting my magacoin.conf accordingly. Now I have a different problem: I'm getting periodic "json_rpc_call failed, retry after 30 seconds" errors. It'll hash fairly well for a few minutes, then give me the error, then hash again, error, and so on.

Any thoughts?

Mine was doing that until I added this to the conf:

rpcworkqueue=64
maxreceivebuffer=300000
maxsendbuffer=60000
rpcthreads=240

AND this to the batch file:
--no-longpoll --no-redirect --no-stratum

Let me know if that fixes it.
Of course restart the wallet after saving the conf