Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [CPU mining] Yenten v3.1.0 [YTN] [YescryptR16] [Exchange available]
by
bubasik
on 25/02/2019, 17:34:33 UTC
Hello I'm trying solo mining !

This is my yenten.conf


Code:
rpcallow=127.0.0.1
rpcallow=192.168.0.153
server=1
daemon=1
listen=1
bind=192.168.0.150
rpcuser=user
rpcpassword=x
port=9981
rpcport=9982



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).