rkharris12 / fpga_bitcoin_miner

52 stars 28 forks source link

Can not view the Hashrate value on Pool webpage #9

Open david072956 opened 2 years ago

david072956 commented 2 years ago

Hi rkharris,

Thanks for this project.

I have install code on PYNQ-Z2, and run it, list below,

root@pynq:/home/xilinx# python3 fpgaminer.py -o stratum+tcp://mine.gorillapool.io:3333 -u david072956.pynqz2 -p x --impl fpga -d [2022-02-10 07:07:29] [DEBUG] Using sha256d library 'fpga' [2022-02-10 07:07:29] [INFO] Starting server on mine.gorillapool.io:3333 [2022-02-10 07:07:29] [DEBUG] Subscribed: subscription_id=['mining.notify', 'deadbeefcafebabe4402000000000000'] [2022-02-10 07:07:29] [DEBUG] Change difficulty: difficulty=300000 [2022-02-10 07:07:30] [DEBUG] New job: job_id=15b5 [2022-02-10 07:07:30] [DEBUG] Authorized: worker_name=david072956.pynqz2 [2022-02-10 07:08:16] [INFO] Hashrate: 39.993761 Mhashes/s [2022-02-10 07:08:16] [DEBUG] New job: job_id=15b6 [2022-02-10 07:08:21] [INFO] Hashrate: 39.941346 Mhashes/s [2022-02-10 07:08:21] [DEBUG] New job: job_id=15b7 [2022-02-10 07:09:16] [INFO] Hashrate: 39.994603 Mhashes/s [2022-02-10 07:09:16] [DEBUG] New job: job_id=15b8

I connect to stratum+tcp://mine.gorillapool.io:3333 for testing , and I see this pictures, image

I can't see the hashrate value, can you tell me how to solve this problem.

Thanks, David

AlexanderErassery commented 2 years ago

Hi david072956, Any luck with this? i am having similar issue with slushpool. The pool does not even detect the worker being connected. thanks