Post
Topic
Board Announcements (Altcoins)
Re: [ANN]💦Condensate [RAIN]💦X11💦CPU/GPU💦PoW/PoS💦250 VOTES IN 3 HRS!!!!💦💦💦💦
by
OBAViJEST
on 10/05/2017, 19:30:03 UTC
Where can I find how to fully setup the miner? I am new to mining.

I downloaded and synced the wallet. Edited runme.bat to this:

Code:
cpuminer-x64.exe -a X11 -o http://127.0.0.1:23372 -t 3 -u miner -p miner123

Now I created the rain.conf in C:\Users\user\AppData\Roaming\rain

Code:
rpcuser=miner
rpcpassword=miner123
rpcallowip=localhost
rpcconnect=127.0.0.1
addnode=170.75.163.187
addnode=13.65.28.204
addnode=172.81.178.80
addnode=13.92.81.59
addnode=13.65.28.204
addnode=13.92.81.59
addnode=156.57.13.94
rpcport=23372
port=23373
daemon=1
server=1
gen=1

I get this when I now want to run the runme.bat:

Code:
[2017-05-10 16:45:24][2017-05-10 16:01:54] HTTP request failed: Failed to connect to 127.0.0.1 port 23372: Connection refused
[2017-05-10 16:01:54] json_rpc_call failed, retry after 10 seconds

Am I missing something here?

Try localhost instead of IP:

Code:
cpuminer-x64.exe -a X11 -o http://localhost:23372 -t 3 -u miner -p miner123