i m currently mining dgb but myr has same problem i cannot connect more than 3 miners
does not mater how many maxconnections i set
rpcallowip=127.0.0.1
rpcallowip=192.168.137.*
rpcuser=carlo
rpcpassword=0
server=1
daemon=1
txindex=1
debug=1
algo=skein
rpcport=14022
port=12024
maxconnections=100
addnode=192.168.137.8
addnode=192.168.137.12
addnode=192.168.137.6
addnode=192.168.137.7
addnode=192.168.137.27
addnode=54.204.36.33
addnode=192.99.41.108
addnode=199.83.128.91
addnode=77.239.57.149
what is rpcthreads=70 for?
gonna try with that
ok lol i was missing that, it s working now
so maxconnections=100 is that for the max node connection to the wallet ?
and rpcthreads for the miners ?
yup - you got i t...
rpcxxx are the wallet connectivity ports - so limit those and you find yourself in such issues ... the rpcxxx sort of speaks for itself - threads being the connections at the one time - and so forth ...
maxconnections are exactly that - how many other wallet connections can connect at ONE time - as a maximum ... for a home wallet - you do NOT need that many - even 7 will do - but average of 25 works well ...
with dgb - if they still have the original seed nodes hardcoded in the wallet AND those nodes are still functional - then you dont need the addnode=xxx lines at all ... otherwise - i would have it like that ...
the algo=xxx parameter is not needed as far as i can remember - due to the miner itself specifying the the algo it is mining ...
i would remove that if you decide to change algos to mine ...
im glad you got it working ...
#crysx