Post
Topic
Board Pools (Altcoins)
Re: Dwarfpool issues - time for change?
by
stevemac123
on 12/07/2018, 23:26:13 UTC
Hi,

Changed the settings on one of my rigs to -wd 1 -r 1 -epool stratum+tcp://eu.ethmypool.com:9009 -ewal $walletETH/$rigName -esm 0 -epsw x -allpools 1 -asm 1 -mport 127.0.0.1:3333 essentially, I just changed the pool info (the rest of the settings are the standard simpleminer ones) & got the following message -

ETH: Authorization failed
 : {_id_:2,_jsonrpc_:_2.0_,_result_:null,_error_:{_code_:-1,_message_:_Invalidlogin_}}
ETH: Job timeout, disconnect, retry in 20 sec...
GPU0 t=33C fan=47%, GPU1 t=31C fan=47%, GPU2 t=32C fan=47%, GPU3 t=34C fan=47%, GPU4 t=36C fan=47%
ETH: Stratum - connecting to 'eu.ethmypool.com' _167.99.32.41_ port 9009 (unsecure)
ETH: Stratum - Connected (eu.ethmypool.com:9009) (unsecure)
ETH: Authorization failed
 : {_id_:2,_jsonrpc_:_2.0_,_result_:null,_error_:{_code_:-1,_message_:_Invalidlogin_}}
ETH: Job timeout, disconnect, retry in 20 sec...
ETH: Stratum - connecting to 'eu.ethmypool.com' _167.99.32.41_ port 9009 (unsecure)
ETH: Stratum - Connected (eu.ethmypool.com:9009) (unsecure)
ETH: Authorization failed
 : {_id_:2,_jsonrpc_:_2.0_,_result_:null,_error_:{_code_:-1,_message_:_Invalidlogin_}}
ETH: Job timeout, disconnect, retry in 20 sec...
GPU0 t=33C fan=47%, GPU1 t=30C fan=47%, GPU2 t=32C fan=47%, GPU3 t=34C fan=47%, GPU4 t=36C fan=47%


How do I change my current simpleminer setting of -wd 1 -r 1 -epool stratum+tcp://eth-eu.dwarfpool.com:8008 -ewal $walletETH/$rigName -esm 0 -epsw x -allpools 1 -asm 1 -mport 127.0.0.1:3333 so that it will mine to your pool instead of dwarfpool?

When you log in to the simplemining website, does it allow you to manage pool info there?

Also, try changing -ewal $walletETH/$rigName

To

-ewal $walletETH -eworker $rigName


Still not working unfortunately. I will do more research this weekend to see which parts of the code need changing