Hello,
Miner are realy Nice.
I have a Problem or i think i have a Problem.
I have launch Miner yesterday + Miner have 5-6 Hour make Benchmark Test.
After Test have Beginn Mining, i have closed Miner after 4-5 Hour Work for install new Nvdia Driver.
Afer install new Nvdia Driver, i have open Miner - Miner make Benchmark Test 95/210?
+ make all times in Loop Alexis download bevore continue?
Miner Restart make Benchmark Test is not Normal or?
I hope not normal - is verry long.
My Start Bat is this:setx GPU_FORCE_64BIT_PTR 1
setx GPU_MAX_HEAP_SIZE 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_SINGLE_ALLOC_PERCENT 100
:LOOP
del "Stats\*_Profit.txt"
powershell -version 5.0 -noexit -executionpolicy bypass -command "&.\core.ps1 -MiningMode AUTOMATIC -PoolsName AHASHPOOL,Hash_Refinery,Mining_Pool_Hub,NICEHASH,Zpool
GOTO LOOP
Config File this:-- **********************************************************************************************************
-- ******************** ********************
-- ******************** BASIC OPTIONS ********************
-- ******************** ********************
-- **********************************************************************************************************
-- Your rig ID
@@WORKERNAME=MY1
-- Preferred currency you want to receive. Only used for anonymous pools with auto exchange such as Zpool, HR, ...
-- You must set your wallet for this currency within the Wallets Section found in the Advanced Options section.
@@CURRENCY=BTC
-- Local currency shown within the profits screen (DOLLAR, EURO, GBP)
@@LOCALCURRENCY=DOLLAR
-- Location of your rig: EUROPE/US/ASIA (by default "US" will be used for pools that don't require or support this setting)
@@LOCATION=EUROPE
-- Pool user name for non-anonymous pools such as SprNova, BlocksFactory, or MiningPoolHub
-- You can ingore this settig if you're not using these types of pools
@@USERNAME=Kleinfein
-- WALLETS for auto exchange pools. You only need set a wallet for your preferred currency (@@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=3NwHqXRtvMTXAGNK8gjtE6QQPfuNJdewkg
@@WALLET_BTC_NICE=3R2BvkaGgUXZYJ9DT1qfiVqTcpLFgdae92
-- Number of minutes to mine as a donation each day (minimum 5 minutes or 0.34%)
@@DONATE=10
-- Use your cpu to mine: ENABLED = yes, DISABLED = no (you can start cpu alone mining also using -groupnames parameter in batch file)
@@CPUMINING=DISABLED
--Electricity cost, you can use this converter to get your BTC cost
http://www.xe.com/es/currencyconverter/convert/?Amount=0%2C012&From=EUR&To=XBT--Example for all day cost [{"HourStart":0,"HourEnd":23,"CostKwhBTC":0.00000105609}]
--Example for two periods cost [{"HourStart":12,"HourEnd":21,"CostKwhBTC":0.00000105609},{"HourStart":22,"HourEnd":11,"CostKwhBTC":0.00000703759}]
@@ELECTRICITYCOST=[{"HourStart":0,"HourEnd":23,"CostKwhBTC":0.00002505609}]
-- **********************************************************************************************************
-- ******************** ********************
-- ******************** ADVANCED OPTIONS (don't change unless you know what you do) ********************
-- ******************** ********************
-- **********************************************************************************************************
-- Profit recheck interval time (in seconds - less than 600 not recommended)
-- This interval recalculates and selects the most profitable algorithm
@@INTERVAL=600
-- Benchmarks interval time (less than 300 not recommended for GPU due to miners ramp time)
@@BENCHMARKTIME=300
-- Screen to be shown at script start-up (WALLETS/CURRENT/HISTORY/PROFITS/STATS)
@@STARTSCREEN=PROFITS
-- Percent to switch miner/algo, new miner/algo only will be launched if new profit is greater than actual profit in specified percent (example: 10 means that new miner/algo must be 10% more profitable than actual to be launched)
@@PERCENTTOSWITCH=10
-- [OPTIONAL] API Keys
-- Some non-anonymous pools, such as Suprnova and MPH, require API keys to obtain wallet details or pool speed.
-- For example @@APIKEY_MINING_POOL_HUB=a04e6sx30b38f73878ae43775f70efseff6582e8ec37600215755487ccbd36b4510b4
-- FORMAT: @@APIKEY_NAMEOFPOOL=XXXXXXXXXX) [optional]
-- @@APIKEY_NAMEOFPOOL=XXXXXXXXXX
-- @@APIKEY_NAMEOFPOOL2=YYYYYYYYYY
-- [OPTIONAL] GPU Groups
-- You can group your cards as you want. It's recommended to create a group for each card model in your rig, each group will be benchmarked and run separately (you can identify your GPU id's by launching GpuList.bat)
-- If you change any of your group names you must delete the stats folder contents and re-run benchmarks.
-- Type must be NVIDIA or AMD, if you dont set groups MM automatically makes 2 groups, one for all NVIDIA gpus and other for all AMD gpus
-- If you activate this option miners ports will be calculated dynamic mode, some software like ethmonitoring will not work
-- Example for rig with 3 NVIDIA gpu, each gpu alone @@GPUGROUPS=[{"GroupName" : "Card1","Type":"NVIDIA","Gpus":"0"},{"GroupName" : "Card2","Type":"NVIDIA","Gpus":"0"},{"GroupName" : "Card3","Type":"NVIDIA","Gpus":"0"}]
-- Example for rig with 5 NVIDIA and 2 AMD @@GPUGROUPS=[{"GroupName" : "1080","Type":"NVIDIA","Gpus":"0,1,2,3,4"} , {"GroupName" : "RX580","Type":"AMD","Gpus":"0,1"} ]
--@@GPUGROUPS= XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Thank you