1. Should I use the same rpcuser for all my external miners
2. Should the host server with the wallet still generate ? (Gen=1)
3. Is there a way to verify the external miners are connected to the Wallet
So this is what I have for now
Host pool server is configured with the bitcoind wallet
Server config is :
#cat /root/.datacoin/datacoin.conf
server=1
gen=1
rpcallowip=*
rpcport=4778
addnode=108.161.145.29
addnode=162.243.111.195
rpcuser=DatacoinMiner
rpcpassword=xxxx
Now on my clients I have installed the jhPrimer program and connecting to server:
./jhprimeminer -o http://ext.ern.al.ip:4778 -u DatacoinMiner -p xxxx
The all seem to be working now
Windows Box
---- New Block: 102549 - Diff: 9.790898 / 9.790898
---- Total/Valid shares: [ 0 / 0 ] - Max diff: 6.97327
---- 6-chain count: 3 - 6ch/h: 29.607
---- 7-chain count: 0 - 7ch/h: 0.000
---- 8-chain count: 0 - 8ch/h: 0.000
---- 9-chain count: 0 - 9ch/h: 0.000
---- 10-chain count: 0 - 10ch/h: 0.000
═══════════════════════════════════════════════════════════════
Val/h 0.000 - PPS: 14778 - 4ch: 3108.1 - 5ch: 266.4 - 6ch: 29.6 - SPS:24.913 - A
CC:598
Val/h 0.000 - PPS: 14606 - 4ch: 3094.1 - 5ch: 260.3 - 6ch: 38.6 - SPS:24.458 - A
CC:604
Val/h 0.000 - PPS: 14771 - 4ch: 3100.1 - 5ch: 263.8 - 6ch: 37.7 - SPS:24.635 - A
CC:599
Val/h 0.000 - PPS: 14505 - 4ch: 3105.4 - 5ch: 258.0 - 6ch: 36.9 - SPS:24.226 - A
CC:604
Val/h 0.000 - PPS: 14509 - 4ch: 3074.7 - 5ch: 261.5 - 6ch: 36.1 - SPS:23.660 - A
CC:603
Val/h 0.000 - PPS: 14739 - 4ch: 3115.7 - 5ch: 264.8 - 6ch: 35.3 - SPS:24.620 - A
CC:604
Val/h 0.000 - PPS: 14761 - 4ch: 3146.2 - 5ch: 267.9 - 6ch: 34.6 - SPS:24.184 - A
CC:607
Val/h 0.000 - PPS: 14157 - 4ch: 3133.0 - 5ch: 287.9 - 6ch: 33.9 - SPS:23.603 - A
CC:602
═══════════════════════════════════════════════════════════════
---- New Block: 102551 - Diff: 9.790890 / 9.790890
---- Total/Valid shares: [ 0 / 0 ] - Max diff: 7.17933
---- 6-chain count: 7 - 6ch/h: 14.520
---- 7-chain count: 1 - 7ch/h: 2.074
---- 8-chain count: 0 - 8ch/h: 0.000
---- 9-chain count: 0 - 9ch/h: 0.000
---- 10-chain count: 0 - 10ch/h: 0.000
═══════════════════════════════════════════════════════════════
Val/h 0.000 - PPS: 8640 - 4ch: 2222.5 - 5ch: 184.2 - 6ch: 14.5 - SPS:14.511 - AC
C:603
Val/h 0.000 - PPS: 8602 - 4ch: 2214.0 - 5ch: 183.3 - 6ch: 14.4 - SPS:14.404 - AC
C:599
Thanks again !