Bitcoin Forum
April 24, 2024, 02:10:44 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 [21] 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 ... 169 »
  Print  
Author Topic: [ANN] dstm's ZCash / Equihash Nvidia Miner v0.6.2 (Linux / Windows)  (Read 224866 times)
abudfv2008
Full Member
***
Offline Offline

Activity: 728
Merit: 106


View Profile
October 18, 2017, 08:07:20 PM
 #401

In comparison with EWBF's is extracted more solutions?
Thanks you for your work.

I'm not doing this kind of comparisons myself.
Mainly because of security since some miners don't scan clean.
Testers reported about similar solution rate on windows.
However I got no reports how the solution rate on pool side looks in comparison yet.
Your miner now has little more hashrate than ewbf. 1060 get around 10+Sol/s.
Thank you for your work.
1713967844
Hero Member
*
Offline Offline

Posts: 1713967844

View Profile Personal Message (Offline)

Ignore
1713967844
Reply with quote  #2

1713967844
Report to moderator
"In a nutshell, the network works like a distributed timestamp server, stamping the first transaction to spend a coin. It takes advantage of the nature of information being easy to spread but hard to stifle." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713967844
Hero Member
*
Offline Offline

Posts: 1713967844

View Profile Personal Message (Offline)

Ignore
1713967844
Reply with quote  #2

1713967844
Report to moderator
dr.
Newbie
*
Offline Offline

Activity: 10
Merit: 0


View Profile
October 18, 2017, 08:15:17 PM
 #402

dstm, Sorry for being persistent, but is there any way to use your miner with a proxy? EWBF, ccminer and, basically, any other miner I've used worked flawlessly with my HTTP proxy server.
dstm (OP)
Full Member
***
Offline Offline

Activity: 350
Merit: 126


View Profile
October 18, 2017, 08:23:57 PM
 #403

dstm, Sorry for being persistent, but is there any way to use your miner with a proxy? EWBF, ccminer and, basically, any other miner I've used worked flawlessly with my HTTP proxy server.

Don't hesitate to ask Smiley

Could you please describe in more detail how you setup your proxy - I'll try to reproduce why it isn't working.
taalex79
Newbie
*
Offline Offline

Activity: 13
Merit: 0


View Profile
October 18, 2017, 08:56:57 PM
Last edit: October 19, 2017, 04:43:36 AM by taalex79
 #404

Can you give example of batch file?

timeout 15

zm --server eu1-zcash.flypool.org --port 3333 --cuda_devices 0 1 2 3 4 --user t1JjQf4RUWSNxmEzsr2sbTJE34ghtAQ5ztE.gsmp106 --pass x --templimit 81 --log 2 --pec


you asked this?
dr.
Newbie
*
Offline Offline

Activity: 10
Merit: 0


View Profile
October 18, 2017, 08:57:47 PM
Last edit: October 18, 2017, 09:09:00 PM by dr.
 #405

dstm, Sorry for being persistent, but is there any way to use your miner with a proxy? EWBF, ccminer and, basically, any other miner I've used worked flawlessly with my HTTP proxy server.

Don't hesitate to ask Smiley

Could you please describe in more detail how you setup your proxy - I'll try to reproduce why it isn't working.
Sure. I'm using latest 3proxy, my current config looks like this:
Code:
internal 192.168.0.7
external xxx.xxx.xxx.104
nserver 8.8.8.8
nscache 65536

auth none
log
tcppm -ixxx.xxx.xxx.104 20017 eu1-zcash.flypool.org 3333
tcppm -i192.168.0.7 20017 eu1-zcash.flypool.org 3333

maxconn 2047
proxy
admin -p8081
, where 20017 is one of my internal open ports, xxx.xxx.xxx.104 and 192.168.0.7 are external and internal IPs of my DMZ server.

My zm batch file looks like this:
Code:
@echo off
cd /d %~dp0

:start
zm --server xxx.xxx.xxx.104 --port 20017 --user t1xxxxxxxxxxxxxxxxxxxxxxxx.%computername% --pass z
ping 127.0.0.1 > nul
goto start
abudfv2008
Full Member
***
Offline Offline

Activity: 728
Merit: 106


View Profile
October 18, 2017, 09:06:24 PM
 #406

Can you give example of batch file?

timeout 15
setx GPU_FORCE_64BIT_PTR 0
setx GPU_MAX_HEAP_SIZE 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_SINGLE_ALLOC_PERCENT 100
zm --server eu1-zcash.flypool.org --port 3333 --cuda_devices 0 1 2 3 4 --user t1JjQf4RUWSNxmEzsr2sbTJE34ghtAQ5ztE.gsmp106 --pass x --templimit 81 --log 2 --pec
All lines except the last are for amd. They has no sense for nvidia.
taalex79
Newbie
*
Offline Offline

Activity: 13
Merit: 0


View Profile
October 18, 2017, 09:09:12 PM
 #407

Can you give example of batch file?

timeout 15
setx GPU_FORCE_64BIT_PTR 0
setx GPU_MAX_HEAP_SIZE 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_SINGLE_ALLOC_PERCENT 100
zm --server eu1-zcash.flypool.org --port 3333 --cuda_devices 0 1 2 3 4 --user t1JjQf4RUWSNxmEzsr2sbTJE34ghtAQ5ztE.gsmp106 --pass x --templimit 81 --log 2 --pec
All lines except the last are for amd. They has no sense for nvidia.



I agree. It will be right. So:
ZM --server eu1-zcash.flypool.org --port 3333 --cuda_devices 0 1 2 3 4 --user t1JjQf4RUWSNxmEzsr2sbTJE34ghtAQ5ztE.gsmp106 --pass x --templimit 81 --log 2 --pec

It's enough.
dr.
Newbie
*
Offline Offline

Activity: 10
Merit: 0


View Profile
October 18, 2017, 09:10:11 PM
 #408

Can you give example of batch file?

timeout 15
setx GPU_FORCE_64BIT_PTR 0
setx GPU_MAX_HEAP_SIZE 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_SINGLE_ALLOC_PERCENT 100
zm --server eu1-zcash.flypool.org --port 3333 --cuda_devices 0 1 2 3 4 --user t1JjQf4RUWSNxmEzsr2sbTJE34ghtAQ5ztE.gsmp106 --pass x --templimit 81 --log 2 --pec
All lines except the last are for amd. They has no sense for nvidia.

Also, this last line contains EWBF parameters (--cuda_devices == --dev, --templimit ~= --temp-target, log and pec) that will not work with dstm's ZCash miner Wink
dstm (OP)
Full Member
***
Offline Offline

Activity: 350
Merit: 126


View Profile
October 18, 2017, 09:13:52 PM
 #409

Can you give example of batch file?

timeout 15
setx GPU_FORCE_64BIT_PTR 0
setx GPU_MAX_HEAP_SIZE 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_SINGLE_ALLOC_PERCENT 100
zm --server eu1-zcash.flypool.org --port 3333 --cuda_devices 0 1 2 3 4 --user t1JjQf4RUWSNxmEzsr2sbTJE34ghtAQ5ztE.gsmp106 --pass x --templimit 81 --log 2 --pec


you asked this?


Some of the options are wrong in this example.


To get a description of the available options just launch zm.exe without any arguments and you'll get this output:             
Code:
ZM 0.5.2, dstm's ZCASH Cuda Miner

Usage:
 zm --server hostname --port port_nr --user user_name
    [--pass password] [options]...

 Stratum:
    --server         Stratum server hostname
                     prefix hostname with 'ssl://' for encrypted
                     connections - e.g. ssl://mypool.com
    --port           Stratum server port number
    --user           Username / Workername
    --pass           Worker password

 Options:
    --help           Print this help
    --dev            Space separated list of cuda devices
    --list-devices   List available cuda devices
    --time           Enable output of timestamps

    --temp-target    In C - If set, enables temperature controller.
                     The performance of each GPU will be continuously
                     adjusted such that the temperature stays around
                     this value. It is recommended to set your fan speed
                     to 100% when using this setting.

    --telemetry      [=ip:port]. Starts telemetry server. Telemetry data
                     can be accessed using a web browser(http) or by json-rpc.
                     If no arguments are given the server listens on
                     127.0.0.1:2222 - Example: --telemetry=0.0.0.0:2222
                     Valid port range [1025-65535]
 Example:
    zm --server servername.com --port 1234 --user username


This is also described on the opening post of this thread.
However I'll write a readme and some example batch files to make it easier for windows users.
taalex79
Newbie
*
Offline Offline

Activity: 13
Merit: 0


View Profile
October 18, 2017, 09:18:58 PM
 #410

Can you give example of batch file?

timeout 15
setx GPU_FORCE_64BIT_PTR 0
setx GPU_MAX_HEAP_SIZE 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_SINGLE_ALLOC_PERCENT 100
zm --server eu1-zcash.flypool.org --port 3333 --cuda_devices 0 1 2 3 4 --user t1JjQf4RUWSNxmEzsr2sbTJE34ghtAQ5ztE.gsmp106 --pass x --templimit 81 --log 2 --pec


you asked this?


Some of the options are wrong in this example.


To get a description of the available options just launch zm.exe without any arguments and you'll get this output:             
Code:
ZM 0.5.2, dstm's ZCASH Cuda Miner

Usage:
 zm --server hostname --port port_nr --user user_name
    [--pass password] [options]...

 Stratum:
    --server         Stratum server hostname
                     prefix hostname with 'ssl://' for encrypted
                     connections - e.g. ssl://mypool.com
    --port           Stratum server port number
    --user           Username / Workername
    --pass           Worker password

 Options:
    --help           Print this help
    --dev            Space separated list of cuda devices
    --list-devices   List available cuda devices
    --time           Enable output of timestamps

    --temp-target    In C - If set, enables temperature controller.
                     The performance of each GPU will be continuously
                     adjusted such that the temperature stays around
                     this value. It is recommended to set your fan speed
                     to 100% when using this setting.

    --telemetry      [=ip:port]. Starts telemetry server. Telemetry data
                     can be accessed using a web browser(http) or by json-rpc.
                     If no arguments are given the server listens on
                     127.0.0.1:2222 - Example: --telemetry=0.0.0.0:2222
                     Valid port range [1025-65535]
 Example:
    zm --server servername.com --port 1234 --user username


This is also described on the opening post of this thread.
However I'll write a readme and some example batch files to make it easier for windows users.


I read it. but until the file was created, the system did not start (after that everything worked!
BadAstroZA
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile WWW
October 18, 2017, 09:37:40 PM
Last edit: October 18, 2017, 09:57:19 PM by BadAstroZA
 #411

Thanks for all the continued work, dstm.

I'm keen to get testing the new Windows version today and will post some results.

Early results after a few minutes mining Zencash on an MSI Duke GTX 1070, Power @ 75%, Core Clock +122, Memory Clock +512 shows:

Sol/W: 2.91 Avg 498.3 Sol/s


Compared to ewbf on the exact same overclock settings:
Sol/W: 2.75 Avg 479 Sol/s

So far so good on a single GPU setup (this is my main desktop PC). When running on 7x Asus DUAL OC GTX 1070s I get complete system crashes/reboots (no BSOD, just instant shut down) and very volatile power consumption.

Running zm on my desktop shows very smooth power consumption. CPU usage by the executable is about 2%.

I have another rig of 6x Gigabyte Windforce GTX 1070s I still need to test zm on and will report if it operates like the 7 card rig (unusable until I figure out why it crashes) or like the desktop, which so far is showing a 4% improvement over ewbf.

I'm sure there's room for some additional tweaking of overclock settings too.
ARTRN
Newbie
*
Offline Offline

Activity: 63
Merit: 0


View Profile
October 18, 2017, 09:40:53 PM
 #412

Hi, my 1st post in the forum.
First of all thanks to dstm for this miner.
Tried the windows version to mine BitcoinZ (equihash algo) on pool.miningspeed.com but shares rejected.
Perhaps only works with Zec?
Just an FYI. Cheers...
dstm (OP)
Full Member
***
Offline Offline

Activity: 350
Merit: 126


View Profile
October 18, 2017, 09:43:59 PM
 #413

dstm, Sorry for being persistent, but is there any way to use your miner with a proxy? EWBF, ccminer and, basically, any other miner I've used worked flawlessly with my HTTP proxy server.

Don't hesitate to ask Smiley

Could you please describe in more detail how you setup your proxy - I'll try to reproduce why it isn't working.
Sure. I'm using latest 3proxy, my current config looks like this

Has all internet access pass trough the proxy? i.e. is everything else blocked?
dstm (OP)
Full Member
***
Offline Offline

Activity: 350
Merit: 126


View Profile
October 18, 2017, 09:46:43 PM
 #414

Hey dstm testing the Win build now, very cool. So far so good, actually beating latest EWBF by a percent or so. Impressive.
The output seems pretty crude but I like it. I assume those + indicate shares? Gonna let it run over night and see if it's actually represents the same increase on the pool.
Running a 1080Ti and a 1080, getting avg. 750 and 575 Sol/s respectively with ~235W and ~180W power draw (Roughly 3,2 Sol/W on both cards).

--ypsi

crude output:
just make your terminal window larger and output will be ordered, such that it doesn't break long lines

Yes the '+' are submitted shares.
dstm (OP)
Full Member
***
Offline Offline

Activity: 350
Merit: 126


View Profile
October 18, 2017, 09:49:03 PM
 #415

Hi, my 1st post in the forum.
First of all thanks to dstm for this miner.
Tried the windows version to mine BitcoinZ (equihash algo) on pool.miningspeed.com but shares rejected.
Perhaps only works with Zec?
Just an FYI. Cheers...

ZM works with BitcoinZ, it's tested.
ARTRN
Newbie
*
Offline Offline

Activity: 63
Merit: 0


View Profile
October 18, 2017, 09:53:31 PM
 #416

Hi, my 1st post in the forum.
First of all thanks to dstm for this miner.
Tried the windows version to mine BitcoinZ (equihash algo) on pool.miningspeed.com but shares rejected.
Perhaps only works with Zec?
Just an FYI. Cheers...

ZM works with BitcoinZ, it's tested.

hi dstm, I'll try again later and will post result here. Thanks again.
BadAstroZA
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile WWW
October 18, 2017, 09:58:12 PM
 #417

Confirmed - I tested mining BitcoinZ two days ago and it worked fine.
farmtester1
Newbie
*
Offline Offline

Activity: 54
Merit: 0


View Profile
October 18, 2017, 10:06:46 PM
 #418

I couldn't make a 6x 1080Ti rig to work on Zm

Total hashrate was hovering around 3000 sol/s. On EWBF I have around 4300 sol/s
$@X
Newbie
*
Offline Offline

Activity: 19
Merit: 0


View Profile
October 18, 2017, 10:09:31 PM
 #419

So it looks like this is not working for ZenCash? I've got better performance than EWBF, but it seems the pool is not accepting the shares. Any insight?
BadAstroZA
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile WWW
October 18, 2017, 10:16:08 PM
 #420

Scroll up to my post about Zencash, just up on this same page.

https://bitcointalk.org/index.php?topic=2021765.msg23207411#msg23207411
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 [21] 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 ... 169 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!