todxx / teamredminer

AMD GPU Optimized Cryptocurrency Miner
955 stars 203 forks source link

No rig/worker names reported with SparkPool #220

Open ghost opened 3 years ago

ghost commented 3 years ago

When TRM connects to SparkPool for the first time, the pool sees the rig name specified after "." in the -u argument, but afterwards - it does not, and the rig is reported under the pool's Worker tab as "defaultRig0", When multiple rigs are connected, they all show up as one defaultRig0 and the reported hash rate, as shown by the pool, appears to be randomly picked from either of connected rigs, i.e. instead of a sum or reported hash rates, you see just one. It is not certain that the issue is with the TRM because other pools (Ethermine, Nanopool, 2Miners) do not have this issue. However, when running the PhoenixMiner on the same rigs connected to SparkPool with the same rig names, they do appear correctly. Please investigate.

MfA1907 commented 3 years ago

Hi, same problem here.

BlivionIaG commented 3 years ago

Hello, same problem here.

BlivionIaG commented 3 years ago

@Olfe-web @MfA1907 after some testing, it seams that --rig_id fix that

MfA1907 commented 3 years ago

@Olfe-web @MfA1907 after some testing, it seams that --rig_id fix that

@BlivionIaG Hi, can you post an example bat file that works?

BlivionIaG commented 3 years ago

Here is my bash script :

#!/bin/sh

export GPU_MAX_ALLOC_PERCENT=100
export GPU_SINGLE_ALLOC_PERCENT=100
export GPU_MAX_HEAP_SIZE=100
export GPU_USE_SYNC_OBJECTS=1

./teamredminer -a ethash -o stratum+tcp://eth-eu.sparkpool.com:3333 -u sp_blivioniag.X470AUG -p x --rig_id BIGNAVI --eth_config B

I've added --rig_id, my rig is showed as BIGNAVI instead of defaultRig0 in sparkpool and not as X470AUG

MfA1907 commented 3 years ago

Here is my bash script :

#!/bin/sh

export GPU_MAX_ALLOC_PERCENT=100
export GPU_SINGLE_ALLOC_PERCENT=100
export GPU_MAX_HEAP_SIZE=100
export GPU_USE_SYNC_OBJECTS=1

./teamredminer -a ethash -o stratum+tcp://eth-eu.sparkpool.com:3333 -u sp_blivioniag.X470AUG -p x --rig_id BIGNAVI --eth_config B

I've added --rig_id, my rig is showed as BIGNAVI instead of defaultRig0 in sparkpool and not as X470AUG

Thank you. Can confirm this works with anonymous wallet as well.

BlivionIaG commented 3 years ago

Well i guess the issue can be closed then. It works for me on linux and i guess @MfA1907 used it on windows.