Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [CPU mining] Yenten v3.1.0 [YTN] [YescryptR16] [Exchange available]
by
ptdvz
on 27/02/2019, 03:12:18 UTC
Thanks I tested ... but still not working


Use
Code:
rpcallowip=*

Or
Code:
rpcallowip=192.168.1.*

 rpcallowip=*  tells the client/daemon to accept RPC connections from anybody-anywhere. If the rpcallowip setting is needed, restrict it to a certain IP address or network.
This will restrict connections to hosts 192.168.1.0 - 192.168.1.255(The typical private subnet used on home networks).

I vaguely remember cpuminer-opt being quite picky when specifying an address for solo mining. Sorry, i don't know the exact details anymore but maybe check if you can variate the protocol part a bit or if there is another options (something along the lines of --dont-use-stratum). Should be possible though iirc.