Pages:
Author

Topic: EWBF's Cuda Equihash Miner 0.6 - page 44. (Read 85776 times)

newbie
Activity: 4
Merit: 0
June 18, 2018, 08:10:49 AM
Versions for cuda 8 are available.
gtx 980ti/970 have 19-20% MCU load on 144_5 but gtx 1070/1060 have 72-75%? please help
full member
Activity: 198
Merit: 160
June 18, 2018, 07:54:39 AM
Hey muh dudes!

First-time poster, long time reader...

I'm having bad shares after changing to conf file to mine Zero Coin using the Suprnova pool

Can someone please guide me to correct this?

my Conf file:
# 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    85
pec          0
boff         0
eexit        0
tempunits    c
log          0
logfile      miner.log
api          127.0.0.1:42000
algo        192_7
pers        ZERO_PoW

# 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 zero.suprnova.cc
port   6568
user   (Worker.Name) <--- changed for reasons
pass   x

Should I also edit the Suprnova batch file to match the above?

TIA

full member
Activity: 198
Merit: 160
June 18, 2018, 07:53:18 AM
super that you are back!

Just to let you know, your miner does not work on cards connected with a PCIe multiplexer. This is the first time that I had problems with that particular rig that uses a multiplexer.

Any idea why that could be?

Now it is working with multiple instances of your miner, one instance on each card...

What does the miner show on the screen?
full member
Activity: 198
Merit: 160
June 18, 2018, 07:48:16 AM
Versions for cuda 8 are available.
newbie
Activity: 45
Merit: 0
June 18, 2018, 06:15:42 AM
Thanks, but that is all normal, the rig has been working for at least 3 weeks with other miners, no problems.

Here what you asked:

./miner -h

+-------------------------------------------------+
|         EWBF's Eqihash CUDA miner. v0.2         |
+-------------------------------------------------+
... the usual help message ...

lspci | grep VGA

04:00.0 VGA compatible controller: NVIDIA Corporation Device 1b82 (rev a1)
07:00.0 VGA compatible controller: NVIDIA Corporation Device 1b82 (rev a1)
08:00.0 VGA compatible controller: NVIDIA Corporation Device 1b82 (rev a1)
09:00.0 VGA compatible controller: NVIDIA Corporation Device 1b82 (rev a1)
0a:00.0 VGA compatible controller: NVIDIA Corporation Device 1b82 (rev a1)
0c:00.0 VGA compatible controller: NVIDIA Corporation Device 1b82 (rev a1)
0d:00.0 VGA compatible controller: NVIDIA Corporation Device 1b81 (rev a1)

newbie
Activity: 157
Merit: 0
June 18, 2018, 05:29:05 AM
I have 4 risers, it does not work for one instance of the miner, but if I start multiple instances (one per card) then it works.


what you see after this code?
Code:
lspci -vv
newbie
Activity: 157
Merit: 0
June 18, 2018, 04:34:35 AM
i have this problem in ubuntu 16.04:

"No command 'miner' found, did you mean:
 Command 'mixer' from package 'csound-utils' (universe)
 Command 'mines' from package 'sgt-puzzles' (universe)
miner: command not found"

event i cd to working directory - which contains the miner
try
Code:
./miner -h
newbie
Activity: 45
Merit: 0
June 18, 2018, 04:33:55 AM
I have 4 risers, it does not work for one instance of the miner, but if I start multiple instances (one per card) then it works.

newbie
Activity: 157
Merit: 0
June 18, 2018, 04:31:51 AM
super that you are back!

Just to let you know, your miner does not work on cards connected with a PCIe multiplexer. This is the first time that I had problems with that particular rig that uses a multiplexer.

Any idea why that could be?
how much riser on your PCIe multiplexer card?
4 riser on card work fine
newbie
Activity: 37
Merit: 0
June 18, 2018, 04:30:02 AM
nvidia gtx 980ti pl100, core +120, memory +0 = 10sols  Grin
member
Activity: 336
Merit: 15
June 18, 2018, 04:09:32 AM
Nice job, thank you for releasing the new miner that fast
newbie
Activity: 45
Merit: 0
June 18, 2018, 03:59:07 AM
super that you are back!

Just to let you know, your miner does not work on cards connected with a PCIe multiplexer. This is the first time that I had problems with that particular rig that uses a multiplexer.

Any idea why that could be?

Now it is working with multiple instances of your miner, one instance on each card...
newbie
Activity: 6
Merit: 0
June 18, 2018, 03:41:41 AM
i have this problem in ubuntu 16.04:

"No command 'miner' found, did you mean:
 Command 'mixer' from package 'csound-utils' (universe)
 Command 'mines' from package 'sgt-puzzles' (universe)
miner: command not found"

event i cd to working directory - which contains the miner
newbie
Activity: 31
Merit: 0
June 18, 2018, 03:33:35 AM
Hello @EWBF_
Glad to have you back again.
Support for equihash 210_9 wlli be nice to add.
newbie
Activity: 67
Merit: 0
June 18, 2018, 01:53:06 AM
Feature request:
Please add full start params in the webgui
for example below server url i would like to see something like that
Code:
miner --server solo-btcz.2miners.com --port 2121 --algo 144_5 --pers BitcoinZ --user t1ZikKgdq9LR8UwDSG7w7Qi5LmzjuLMzYDF.rig100 --pass x --api 0.0.0.0:2222 --fee 5 --eexit 3 --templimit 74

thank you.
full member
Activity: 180
Merit: 100
June 18, 2018, 01:46:19 AM
GTX 980 7 s/s  Huh (192,7)
newbie
Activity: 66
Merit: 0
June 17, 2018, 11:34:24 PM
Thank you ewbf! Great results mining btcz!

What are your OC settings for 1080ti?
newbie
Activity: 1
Merit: 0
June 17, 2018, 07:15:29 PM
Hey muh dudes!

First-time poster, long time reader...

I'm having bad shares after changing to conf file to mine Zero Coin using the Suprnova pool

Can someone please guide me to correct this?

my Conf file:
# 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    85
pec          0
boff         0
eexit        0
tempunits    c
log          0
logfile      miner.log
api          127.0.0.1:42000

# 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 zero.suprnova.cc
port   6568
user   (Worker.Name) <--- changed for reasons
pass   x

Should I also edit the Suprnova batch file to match the above?

TIA
jr. member
Activity: 33
Merit: 1
June 17, 2018, 05:32:50 PM
Can we get a build for Cuda 9.0?  This build wont run on smOS.

Thanks
newbie
Activity: 157
Merit: 0
June 17, 2018, 04:23:10 PM
Is getting 29.5 sol/s on a 1070 card doing 144.5 ZHash. Is that about right?
you can some more

Uptime: 0d 02:54:32   
Server: btcz.suprnova.cc:6586   Connected
Statistics of the GPUs
GPU   Temp   Power   Speed   Efficiency   Accepted   Rejected
GeForce GTX 1070   59 C   154 W   33 Sol/s   0.21 Sol/W   225   0
GeForce GTX 1070   52 C   148 W   35 Sol/s   0.24 Sol/W   211   0
GeForce GTX 1070   58 C   145 W   32 Sol/s   0.22 Sol/W   237   0
GeForce GTX 1070   56 C   148 W   34 Sol/s   0.23 Sol/W   213   1
GeForce GTX 1070   63 C   155 W   33 Sol/s   0.21 Sol/W   226   0
GeForce GTX 1070   54 C   151 W   34 Sol/s   0.23 Sol/W   214   0
Total   -   901 W   201 Sol/s   0.22 Sol/W   1326   1
EWBF v0.2

Would you please share your MSI burner settings? I barely get 30

ubuntu, no MSI Smiley
GPU ~2000, MEM 8900, PL 160
Pages:
Jump to: