Author

Topic: mining multiple bitcoind to one wallet (Read 676 times)

newbie
Activity: 50
Merit: 0
February 05, 2014, 01:26:26 PM
#1
hi I wanted to ask for some help,
I have few computers on my lan and I want to solo mine with bitcoind on all of them to one wallet located on one of those computers
is it possible? I have something like:

bitcoin.conf #1
Code:
testnet=0
server=1
rpcuser=user
rpcpassword=pass
rpcport=5888
rpcallowip=1.2.3.4

bitcoin.conf #2
Code:
testnet=0
server=0
rpcuser=user
rpcpassword=pass
rpcport=5888
rpcconnect=1.2.3.5

on my #2 computer type:
Code:
$ bitcoind setgenerate true

and It's mining but only on #1
Jump to: