Post
Topic
Board Announcements (Altcoins)
Re: Slimcoin | First Proof of Burn currency | Test v0.5 release candidates
by
cryptovore
on 05/08/2017, 18:19:58 UTC
I'm mining from one machine and pointed the miner to the other:

Code:
./minerd -o http://192.168.1.6:41683 -O slim:slimpass -t 6

In the debug log of the .6 machine I see this:

Code:
ThreadRPCServer incorrect password attempt from 192.168.1.3

.3 is the machine from where I mine.

slimcoin.conf on the .6 machine:

Code:
listen=1
server=1
daemon=1
rpcallowip=192.168.1.*
rpcport=41683
port=41682
rpcuser=slim
rpcpassword=slimpass
reservebalance=0

Any thoughts?