yuzi-co / Forager

Advanced multi-algo profit switching miner
GNU General Public License v3.0
24 stars 14 forks source link

How does ZergPool work with Dubai? #112

Closed yellow-dragon closed 4 years ago

yellow-dragon commented 4 years ago

My installation steps are as follows: Step 1: add to Config.ini

Wallet_DBIX = 0x2280ac4bb2e7484b9276ef8063abfdbee48cd9a7

Step 2: edit AutoStart Example - One coin manual:

set Mode=Manual set Pools=ZergPool set Coins=Dubai

but not work, it is error:

WARNING: NO POOLS! Retry in 30 seconds WARNING: If you are mining on anonymous pool without exchage, like YIIMP, NANOPOOL or similar, you must set wallet for at least one pool coin in config.ini

I have already added a Dubai wallet, also tested many other wallets => NOT WORK Please fix it, thanks

yellow-dragon commented 4 years ago

If I edit

set Pools=ZergPool

to

set Pools=ZergPoolCoins

I see error:

Key cannot be null. Parameter name: key At D:\Forager-master\Pools\ZergPoolCoins.ps1:89 char:97

  • ... '24h_btc_shared' -ne $null) { [decimal]$Coin.'24h_btc_shared' } else ...
  • 
    + CategoryInfo          : OperationStopped: (:) [], ArgumentNullException
    + FullyQualifiedErrorId : System.ArgumentNullException

How to fix it?

yuzi-co commented 4 years ago

I will check it, thanks for the report

yuzi-co commented 4 years ago

should be fixed in latest git version

If you use the zip release, you can fetch "Pools/ZergPoolCoins.ps1" and "Include.psm1" from the git and put them manually in your install

"set Pools=ZergPoolCoins" is the correct way if you want to mine a single coin

yellow-dragon commented 4 years ago

It is working, thanks