I get /root/miner/teamblackminer-v1.31-cuda11.4/TBMiner: unrecognized option '--maintainance-wallet'
spelling error. The option has been renamed to:
--maintenance-wallet
--maintenance-percent (1-50)%
So you can split your income between two adresses. The maintenance-wallet is mined to continuously, so you wont get jumping hashrate on the main worker.
And you don't need to specify the workername twice. remove -w $rigname. Miningtime is not needed anymore either (v1.31+)
It seems that all my config was wrong.
I now run this config:
-b -a ethash -H stratum+tcp://eu1.ethermine.org -p 4444 -r 40 -y 20 -t 120 -W "ETH_WALLET" -w $rigName -P x --maintenance-wallet "ETH_WALLET" --maintenance-percent 10
It starts ok but I get
00:00:00 [2021-12-10 16:13:41.336] No GPU devices available on platform 0 (Advanced Micro Devices, Inc.)
00:00:00 [2021-12-10 16:13:41.336] No devices are set
This rig has 8 * RTX3070
...
Any idea?