tutulino / Megaminer

Multipool and multialgo windows miner
GNU General Public License v3.0
78 stars 69 forks source link

Blazepool NO WALLET issue #419

Open ebojali opened 6 years ago

ebojali commented 6 years ago

Hi,

No wallet is stated for blazepool even though I believe all is correctly set in the config file.. snip20180601_1

The config file looks as this:

-- Your rig ID

@@WORKERNAME=rig1

--Autoexchange pools preferred currencies. --You can set a generic currency for all autoexchange pools @@CURRENCY=XXX or a specific currency for one pool @@CURRENCY_NAMEOFPOOL=BTC valid only for that pool --pools without autoexchange (yiimp, suprnova...) need a wallet of same coin you are mining --You must be sure selected pool support pay that coin or you can lose your money. --You must set wallet for this currencies on "Wallets Section"

@@CURRENCY_AHASHPOOL=BTC @@CURRENCY_BLAZEPOOL=BTC @@CURRENCY_ZPOOL=LTC @@CURRENCY_ZERGPOOL=LTC

-- Local currency shown within the profits screen (DOLLAR, EURO, GBP)

@@LOCALCURRENCY=EURO

-- Location of your rig: EU/US/ASIA (by default "US" will be used for pools that don't require or support this setting)

@@LOCATION=EU

-- Pool user name for non-anonymous pools such as SprNova, BlocksFactory, or MiningPoolHub -- You can ignore this setting if you're not using these types of pools

@@USERNAME=DBminer

-- For auto exchange pools. You only need set a wallet for your preferred currencies (@@currency). -- Other pools without an auto exchange, like Yiimp, will need a wallet defined for the same coin you are mining. -- You can add wallets using pattern @@WALLET_XXX=YYYYY (where XXX=currency symbol; YYYYY=your wallet). -- For Nicehash if a @@WALLET_BTC_NICE=XXXXXXX is found it will be used, if not @@WALLET_BTC will be used. -- For some coins, such as Electroneum, you will need a Payment ID. Add it after your address separated by a dot.

@@WALLET_BTC=19............... @@WALLET_LTC=LU..............

ebojali commented 6 years ago

Issue resolved. Had to put in following in the config file, for blazepool to work: @@CURRENCY=BTC

It did not understand @@CURRENCY_BLAZEPOOL=BTC so maybe there is a bug?