Chainfire / UselethMiner

Ethereum CPU miner and aggregating proxy
87 stars 7 forks source link

dual mine with ZIL and ETH #20

Open ganzocrypt opened 2 years ago

ganzocrypt commented 2 years ago

I was wondering if possible to do dual mining. ZIL uses proxy server so you "mine" to their pool using as password the eth address and pool url

here is a ZIL pool with various miner setups: https://shardpool.io/

ganzocrypt commented 2 years ago

I tried this syntax:

./uselethminer -m -h eu1-zil.shardpool.io -p 3333 -u ZIL_ADDRESS -pw ETH:ADDRESS.xeon@ethash.unminable.com:3333 -t 4,8,1

I get this error:

[2022-02-24 22:02:08][CONTROLLER][RPC] Listening on 127.0.0.1:3326 [2022-02-24 22:02:08][ZIL_ADDRESS@eu1-zil.shardpool.io:3333(0)] Connected [2022-02-24 22:02:08][ZIL_ADDRESS@eu1-zil.shardpool.io:3333(0)][SUBSCRIBE] session:b24fe111385f3c97 extranonce:8dfd [2022-02-24 22:02:08][ZIL_ADDRESS@eu1-zil.shardpool.io:3333(0)][AUTHORIZE][ERROR] ['-1', 'Invalid Connection String or Zil Address'] [2022-02-24 22:02:08][ZIL_ADDRESS@eu1-zil.shardpool.io:3333(0)] Connection lost

ABredhauer commented 2 years ago

I tried this syntax:

./uselethminer -m -h eu1-zil.shardpool.io -p 3333 -u ZIL_ADDRESS -pw ETH:ADDRESS.xeon@ethash.unminable.com:3333 -t 4,8,1

I get this error:

[2022-02-24 22:02:08][CONTROLLER][RPC] Listening on 127.0.0.1:3326 [2022-02-24 22:02:08][ZIL_ADDRESS@eu1-zil.shardpool.io:3333(0)] Connected [2022-02-24 22:02:08][ZIL_ADDRESS@eu1-zil.shardpool.io:3333(0)][SUBSCRIBE] session:b24fe111385f3c97 extranonce:8dfd [2022-02-24 22:02:08][ZIL_ADDRESS@eu1-zil.shardpool.io:3333(0)][AUTHORIZE][ERROR] ['-1', 'Invalid Connection String or Zil Address'] [2022-02-24 22:02:08][ZIL_ADDRESS@eu1-zil.shardpool.io:3333(0)] Connection lost

I tried something similar to you but slightly different. I was using shard pool and ethermine

uselethminer -m -h as2-zil.shardpool.io -p 3333 -u ETHADDRESS.WorkerName -pw ZILADDRESS@asia2.ethermine.org:4444 --flavor armv8af --size 88 --flavor-gpu metal -t 6

I didn't have the connection errors that you saw and I could see that I was connected to both pools but I was getting 100% invalid shares on ethermine so something wasn't working