Post
Topic
Board Announcements (Altcoins)
Re: [ANN][Q2C-QubitCoin] Q2C-new secure hashing (cpu only)please read pool update!!
by
krecu
on 27/01/2014, 22:17:31 UTC
Guys!

Is it possible to mine solo to one wallet with several PCs? How?

If they're on the same network, just run the wallet (daemon) on one of them, and point the cpuminer from the OP on the other computers to the one with the daemon running.

Imagine that the PC running the daemon has the ip 192.168.1.1, then run "minerd -a qubit -o http://192.168.1.1:7799 -u someusername -p somepassword" on the other PCs. The "someusername" and "somepassword" depend on the value in the QubitCoin.conf file. On Linux, it's in ~/.QubitCoin/QubitCoin.conf, on Windows, it's in C:\Users\\%AppData%\Roaming\QubitCoin\QubitCoin.conf.

Just remember that the PCs must be on the same network, so they can see each other.


Btw. There's really no point in doing this, you can let each computer have its own wallet and then just send the coins from time to time. Because if the PC with the wallet fails, the workers lose their job Smiley

Thanks. I've tried to do so but failed. Miner can't connect to wallet. Host (wallet) pc firewall is disabled... Strange.

Config for server (qubitcoin.conf):
rpcuser=RPCUSERNAME
rpcpassword=RPCUSERPASS
rpcallowip=*
rpcport=7788
server=1
daemon=1
gen=0
maxconnections=1000
rpcthreads=1000

addnode=78.46.95.28:8888
addnode=107.150.48.98:7788
addnode=208.91.35.218:7788
addnode=37.139.8.121:7788
addnode=109.205.247.161:7788
addnode=5.9.44.164:7788
addnode=112.225.138.137:7788
addnode=76.173.49.161:7788
addnode=209.126.75.52:60390
addnode=81.231.232.145:58780
addnode=220.179.36.72:7788
addnode=62.210.162.235:7788
addnode=115.197.232.253:55905
addnode=95.180.20.67:7788

And run on other computer:

minerd64 -a qubit -o http://{IP SERVER}:7788 -u RPCUSERNAME -p RPCUSERPASS


try, but change RPCUSERNAME, RPCUSERPASS  and check you ip server