Show Posts
|
Pages: [1]
|
I must be going crazy... I had this working on one machine, then think I screwed it up and have tried on 2 fresh installs and I get same result. How do I figure out what is wrong?
I got the linux-64.zip file and the rminerd_linux_x86_64.tar.gz from the official places
I unzipped them both. Created the conf as listed on page 30.. Changed password, and username (nothing else)
When starting ./rminerd -o localhost:28332 -u matchconf -p matchpconf
I get
[2014-02-12 01:52:06] HTTP request failed: The requested URL returned error: 500 Internal Server Error [2014-02-12 01:52:06] json_rpc_call failed, retry after 30 seconds
riecoind is running and I get this:
./riecoind getinfo { "version" : 80600, "protocolversion" : 10070001, "walletversion" : 60000, "balance" : 0.00000000, "blocks" : 0, "timeoffset" : 0, "connections" : 0, "proxy" : "", "difficulty" : 1, "testnet" : false, "keypoololdest" : 1392169403, "keypoolsize" : 101, "paytxfee" : 0.00000000, "errors" : "" }
What am I doing wrong?
Thanks
|
|
|
Can I mine into one wallet from different machines. I have never solo mined before. The steps I have followed are:
Created conf file with something like:
rpcuser=changethisusername rpcpassword=changethispassword rpcport=28332 port=28333 rpcallowip=127.0.0.1 addnode=194.97.156.59 addnode=76.102.71.50 addnode=79.135.200.61 addnode=162.248.98.162 addnode=64.79.107.5 addnode=192.241.129.169 addnode=173.193.48.174 addnode=107.170.26.188 addnode=67.225.172.77 server=1 daemon=1
Running: riecoind
Running: ./rminerd -o localhost:28332 -u changethisusername -p changethispassword
I see:
[2014-02-12 00:24:27] thread 1: 395313153 hashes, 79505 khash/s [2014-02-12 00:24:27] thread 7: 395313153 hashes, 79351 khash/s [2014-02-12 00:24:27] Total: 633955 knumbers/s [2014-02-12 00:24:27] Expected average time to block: 95814.227740 [2014-02-12 00:24:27] accepted: 0 in 2075 seconds [2014-02-12 00:24:27] thread 2: 396361729 hashes, 79360 khash/s
So I presume it is working.
Now if I want another machine to mine to it also, I change:
rpcallowip=127.0.0.1 to rpcallowip=*
Open up firewall on that server on the port I set and then am I good?
Or is it better to have each server mine to it's own wallet and then wait for a pool?
Still a little noobish here, sorry.
|
|
|
|