Open pool2mine opened 1 year ago
hello @zone117x i would like to help maintain and support this pool, but i need to know if still active? i would like to add asicboost support. pleas let me know
@pool2mine My version does: https://github.com/wombatlabs/v-nomp
@wombatlabs thanks for the info. I installed it and tested, i am using bitcoin core, and connected an antminer S9 for testing. however, miner is not able to login to the stratum. is there a specific way for login? i am trying with "wallet.worker" and also tried with just "wallet". both ways gave me this output in console:
2023-11-21 05:01:13 [Pool] [bitcoin] (Thread 8) Share processing setup with redis (127.0.0.1:6379)
2023-11-21 05:01:13 [Pool] [bitcoin] (Thread 8) Stratum Pool Server Started for bitcoin [BTC] {sha256}
2023-11-21 05:01:13 [Switching] [Setup] (sha256) Setting proxy difficulties after pool start
2023-11-21 05:01:25 [Pool] [bitcoin] (Thread 1) Unknown stratum method from (unauthorized) [::ffff:000.000.000.000]: mining.configure
2023-11-21 05:01:29 [Pool] [bitcoin] (Thread 1) Socket disconnected from (unauthorized) [::ffff:000.000.00.00]
2023-11-21 05:01:31 [Pool] [bitcoin] (Thread 2) Unknown stratum method from (unauthorized) [::ffff:000.000.000.0]: mining.configure
2023-11-21 05:01:36 [Pool] [bitcoin] (Thread 2) Socket disconnected from (unauthorized) [::ffff:000.000.00.00]
2023-11-21 05:01:36 [Pool] [bitcoin] (Thread 3) Unknown stratum method from (unauthorized) [::ffff:000.000.000.00]: mining.configure
2023-11-21 05:01:41 [Pool] [bitcoin] (Thread 3) Socket disconnected from (unauthorized) [::ffff:000.000.00.00]
2023-11-21 05:01:41 [Pool] [bitcoin] (Thread 4) Unknown stratum method from (unauthorized) [::ffff:000.000.00.00]: mining.configure
please let me know if i missed something!
UPDATE: i forgot to tell you i'm working on testnet. Just telling this because i don't know if there is an address validator as testnet wallets starts with different letters
The login is just your wallet address. For the password you can just put "x". Right now bitcoin.json is setup for the mainnet. You will have to adjust it for the testnet.
Hello @wombatlabs I have changed to mainnet just to discard, but still having the login issues:
Unknown stratum method from (unauthorized)
I think the unathorized worker may be related to mining protocol. I am currently using braiinsOS on the machine, and i think they use asicboost over nicehash protocol. can you tell me if your fork accepts nicehash protocol?
I haven't tested it with nicehash yet. Just antminer asicboost
Hi, i don't see on the readme anything about asicboost support. can you tell me if it's included please?