Post
Topic
Board Mining (Altcoins)
Re: EWBF's Cuda Equihash Miner
by
gsambolin
on 01/07/2018, 03:57:47 UTC
Just an observation and not sure how this is happening, these are the parameters

- Using EWBF V 0.2
- W10
- 3 * 1070 TI and 1 1050 TI
- Mining testnet net for Btg  http://btg-testnet.miningspot.net/miner/2N4cHD1gzU35ZJG1MsyXuSgj4AUPWbd164h

The issue becomes, when I mine with the miner in the bat file and all the parameters that go with it.  The number of sols reported on the test net page are correct and SHOW UP.
BUT
When I use all the miner command with just the config file and the config file has all the exact parameters the number of sols are not reported on the test net page.  

Works when I run it like this

miner  --algo 144_5 --pers BgoldPoW --server btg-testnet.miningspot.net --port 3857 --user 2N4cHD1gzU35ZJG1MsyXuSgj4AUPWxxxxxx --pass x --cuda_devices 0 1 2 3 4 5 --intensity 64 64 64 64 64 64 --templimit 80 --api 127.0.0.1:42000 --pec 1 --boff 0 --eexit 3 --tempunits C --log 3 --logfile BTG_miner_V2.log

DOES NOT WORK when I run it like this

miner --config miner.cfg

These are the parameters on in the miner.cfg file.  I am not sure if it is just a test net thing or not - Any suggestions ?

# Common parameters
# All the parameters here are similar to the command line arguments

[common]
cuda_devices 0 1 2 3 4 5
intensity    64 64 64 64 64 64
templimit    75
pec          1
boff         0
eexit        3
tempunits    c
log          3
logfile      BTG_miner_V2.log
api          127.0.0.1:42000
algo         144_5
pers         BgoldPOW

# The miner start work from this server
# When the server is fail, the miner will try to reconnect 3 times
# After three unsuccessful attempts, the miner will switch to the next server
# You can add up to 8 servers

# main server
[server]
server btg-testnet.miningspot.net
port   3857
user   2N4cHD1gzU35ZJG1MsyXuSgj4AUPWxxxxxx
pass   x

# additional server 1
[server]
server btg-testnet.miningspot.net
port   3857
user   2N4cHD1gzU35ZJG1MsyXuSgj4AUPWxxxxxx
pass   x