abudfv2008
|
|
October 18, 2017, 08:07:20 PM |
|
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.
|
|
|
|
dr.
Newbie
Offline
Activity: 10
Merit: 0
|
|
October 18, 2017, 08:15:17 PM |
|
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)
|
|
October 18, 2017, 08:23:57 PM |
|
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 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
Activity: 13
Merit: 0
|
|
October 18, 2017, 08:56:57 PM Last edit: October 19, 2017, 04:43:36 AM by taalex79 |
|
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
Activity: 10
Merit: 0
|
|
October 18, 2017, 08:57:47 PM Last edit: October 18, 2017, 09:09:00 PM by dr. |
|
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 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: 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: @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
|
|
October 18, 2017, 09:06:24 PM |
|
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
Activity: 13
Merit: 0
|
|
October 18, 2017, 09:09:12 PM |
|
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
Activity: 10
Merit: 0
|
|
October 18, 2017, 09:10:11 PM |
|
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
|
|
|
|
dstm (OP)
|
|
October 18, 2017, 09:13:52 PM |
|
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: 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
Activity: 13
Merit: 0
|
|
October 18, 2017, 09:18:58 PM |
|
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: 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
|
|
October 18, 2017, 09:37:40 PM Last edit: October 18, 2017, 09:57:19 PM by BadAstroZA |
|
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
Activity: 63
Merit: 0
|
|
October 18, 2017, 09:40:53 PM |
|
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)
|
|
October 18, 2017, 09:43:59 PM |
|
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 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)
|
|
October 18, 2017, 09:46:43 PM |
|
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)
|
|
October 18, 2017, 09:49:03 PM |
|
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
Activity: 63
Merit: 0
|
|
October 18, 2017, 09:53:31 PM |
|
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
|
|
October 18, 2017, 09:58:12 PM |
|
Confirmed - I tested mining BitcoinZ two days ago and it worked fine.
|
|
|
|
farmtester1
Newbie
Offline
Activity: 54
Merit: 0
|
|
October 18, 2017, 10:06:46 PM |
|
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
Activity: 19
Merit: 0
|
|
October 18, 2017, 10:09:31 PM |
|
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?
|
|
|
|
|
|