Post
Topic
Board Pools (Altcoins)
Re: [ANN][POOL] Mining Pool Hub - Multipool. Multialgo, Auto Exchange to any coin.
by
Call_Me_Bambi
on 28/10/2017, 00:19:36 UTC
Hello,

This is my first foray into mining and I am just testing the waters with my standard desktop.  I am getting the below errors and was hoping someone could explain to me what is happening and why it's not working.  I am using an AMD R7 200 series with Claymores AMD Zcash AMD GPU miner.  I know this isn't optimal for mining.  Again, I am just trying to figure it out right now.  Thank you for any help.

Error parsing line 5 of config.txt
UNKNOWN OPTION GPU_FORCE_64BIT_PTR
UNKNOWN OPTION 1
UNKNOWN OPTION GPU_MAX_HEAP_SIZE
UNKNOWN OPTION 100
UNKNOWN OPTION GPU_USE_SYNC_OBJECTS
UNKNOWN OPTION 1
UNKNOWN OPTION GPU_MAX_ALLOC_PERCENT
UNKNOWN OPTION 100
UNKNOWN OPTION GPU_SINGLE_ALLOC_PERCENT
UNKNOWN OPTION 100

The above errors show up as soon as the miner starts running.  Additionally once the miner starts running I receive the message below with what I think is an error:

Pool sets new share target: 0x00010000 (diff: 65535H)
ZEC: Authorization failed
: ("id":2,"result":false,"error":null)



Remove those lines from config.txt and add them to start.bat
Code:
set GPU_MAX_ALLOC_PERCENT 100
set GPU_USE_SYNC_OBJECTS 1
set GPU_MAX_HEAP_SIZE 100
set GPU_FORCE_64BIT_PTR 1
set GPU_SINGLE_ALLOC_PERCENT 100

ZecMiner64.exe

Config.txt should look something like
Code:
-zpool europe.equihash-hub.miningpoolhub.com:20570
-zwal USER.RIG1
-zpsw z
#-tt 75
#-i 6

change user to your own user name



I moved the lines from config.txt to Start.bat.  Now when it starts up it displays the following:

C:\Miner\Claymore’s Zcash AMD GPU Miner v12.6>set GPU_FORCE_64BIT_PTR 1
Environment variable GPU_FORCE_64BIT_PTR 1 not defined

C:\Miner\Claymore’s Zcash AMD GPU Miner v12.6>set GPU_MAX_HEAP_SIZE 100
Environment variable GPU_MAX_HEAP_SIZE 100 not defined

C:\Miner\Claymore’s Zcash AMD GPU Miner v12.6>set GPU_USE_SYNC_OBJECTS 1
Environment variable GPU_USE_SYNC_OBJECTS 1 not defined

C:\Miner\Claymore’s Zcash AMD GPU Miner v12.6>set GPU_MAX_ALLOC_PERCENT 100
Environment variable GPU_MAX_ALLOC_PERCENT 100 not defined

C:\Miner\Claymore’s Zcash AMD GPU Miner v12.6>set GPU_SINGLE_ALLOC_PERCENT 100
Environment variable GPU_SINGLE_ALLOC_PERCENT 100 not defined

Also, I am still receiving the same error after putting my poolhubmining user name in place of user and my worker name in place of Rig1.  I included the password even though the site says it doesn't check it.

I am at a loss as to what I am doing wrong.


I have found that sometime you have to change the "set" option to "setx", don't know why but sometimes "set" worked and sometimes "setx" (on different PCs).
So try this:

Code:
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_HEAP_SIZE 100
setx GPU_FORCE_64BIT_PTR 1
setx GPU_SINGLE_ALLOC_PERCENT 100

ZecMiner64.exe

You can also put everything in the .bat file, like this:
[claymore ignores commands in the confg.txt file if they are already in the .bat file].
[there's something about it working better if you put the 'ssl://' bit in, but can't remmember just now]

Code:
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_HEAP_SIZE 100
setx GPU_FORCE_64BIT_PTR 1
setx GPU_SINGLE_ALLOC_PERCENT 100

ZecMiner64.exe -zpool ssl://europe.equihash-hub.miningpoolhub.com:20570 -zwal USERNAME.WORKERNAME -zpsw z

More help here:
https://bitcointalk.org/index.php?topic=1670733.0