More
referral
Increase your income with Hive. Invite your friends and earn real cryptocurrency!

How to see two rigs and combined HashRate on Ethereum mining pool?

Hello,
I have two mining rigs with the same set up - they are running ETH on HiveOn pool from my house (same IP address).
How can see combined performance (like HashRate) on HiveOn dashboard?

For some reason, it shhows up one worker and there is no combined information.

Thanks

Hi,

your Realtime hash rate is your total hash rate , from combined information of all your workers , i think there is some problem with one of your workers.

Thanks Buddy,
Rig #1 - 458 Hash Rate
Rig #2 - 253 Hash Rate
Realtime Hash Rate - 729

Where I can see different rigs?
Sorry for this questions but are we calling rigs workers?

Thanks

Rig #1 - 458 Hash Rate
Rig #2 - 253 Hash Rate
Realtime Hash Rate - 729


Where I can see different rigs?
Sorry for this questions but are we calling rigs workers?

Thanks

Hi again,

You have farm and in each farm you have workers , that means your rigs.
how many worker config u have in worker tab in panel after select the farm ?
i think you setup two rig as one worker in your config , but your hash rate i think is correct.

Probably the I have two rigs as one worker in your config but not sure…
I have my guy who sold me two rigs… where is the config file?
It is the .bat file somewhere?

Thanks

two way for config your rig : :slightly_smiling_face:

1.add your config manual and enter them when first time HiveOs boot.
2.download file rig.conf when add the worker and put that file in your hard or flash that HiveOs boot from there.

I have Windows 10 pointed to HivOn pool

so u did not use HiveOs :neutral_face:

no, just windows 10
I think, I need to specify worker name in each rig to show on HiveOn

@ECHO Off

setx GPU_FORCE_64BIT_PTR 0
setx GPU_MAX_HEAP_SIZE 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_SINGLE_ALLOC_PERCENT 100

REM SET POOL_URL=ru-eth.hiveon.net:4444
REM SET POOL_URL=naw-eth.hiveon.net:4444
SET POOL_URL=eu-eth.hiveon.net:4444
SET WALLET=PUT_YOUR_WALLET_HERE
SET WORKER_NAME=rig0

REM AMD+NVIDIA --opencl | only AMD -G | only NVIDIA -U
SET PLATFORM=–opencl

ethminer --report-hashrate --api-port 3334 --HWMON 1 %PLATFORM% -P stratum1+tcp://%WALLET%.%WORKER_NAME%:x@%POOL_URL%

I think I need to specify Worker Name

yes of course.
you should use two diff worker name to see both of them in pool .
now pool think they are same workers and show you just one.
:slightly_smiling_face:

SET WORKER_NAME=rig0
this part specify worker name

This topic was automatically closed 185 days after the last reply. New replies are no longer allowed.