Bitcoin Forum
June 23, 2024, 08:02:54 AM *
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 »
  Print  
Author Topic: Optiminer/Zcash v1.7 (GPU, Windows+Linux, AMD)  (Read 115904 times)
optiminer (OP)
Full Member
***
Offline Offline

Activity: 187
Merit: 100


View Profile
January 14, 2017, 12:04:03 PM
 #221

Trying to connect to MiningRigRentals and this is all I get:

Code:
[2017-01-13 18:05:08.715] [info] Connecting to us-central01.miningrigrentals.com:3333.
[2017-01-13 18:05:08.785] [info] Extranonce is ''.
[2017-01-13 18:05:08.870] [info] Connected to us-central01.miningrigrentals.com:3333.
[2017-01-13 18:05:08.921] [info] Server asked us to reconnect to us-central01.miningrigrentals.com:0
[2017-01-13 18:05:08.925] [error] IO/Error communicating to us-central01.miningrigrentals.com
[2017-01-13 18:05:08.948] [info] Connecting to us-central01.miningrigrentals.com:3333.
[2017-01-13 18:05:09.035] [info] Extranonce is ''.
[2017-01-13 18:05:13.473] [info] Connected to us-central01.miningrigrentals.com:3333.
[2017-01-13 18:05:13.524] [info] Server asked us to reconnect to us-central01.miningrigrentals.com:0
[2017-01-13 18:05:13.530] [error] IO/Error communicating to us-central01.miningrigrentals.com

Optiminer currently does not support the reconnect command. Therefore it does not work with miningrigrentals.com, sorry!
tanoury
Full Member
***
Offline Offline

Activity: 235
Merit: 100



View Profile
January 14, 2017, 01:07:37 PM
 #222

Quote
Optiminer currently does not support the reconnect command. Therefore it does not work with miningrigrentals.com, sorry!

Oh well, thank you optiminer . . .
V_I_T_A_L_Y
Newbie
*
Offline Offline

Activity: 47
Merit: 0


View Profile
January 14, 2017, 04:22:36 PM
 #223

Hello! When will the new release? In the new release will increase in speed? I really liked your miner is better than the Claymore
batut
Newbie
*
Offline Offline

Activity: 25
Merit: 0


View Profile
January 14, 2017, 04:41:52 PM
 #224

Hello! When will the new release? In the new release will increase in speed? I really liked your miner is better than the Claymore
100%

where to find the log file?
cracker666
Member
**
Offline Offline

Activity: 79
Merit: 10


View Profile
January 14, 2017, 05:09:25 PM
 #225

optiminer is faster than claymore geting 25h/s more
nerdralph
Sr. Member
****
Offline Offline

Activity: 588
Merit: 251


View Profile
January 14, 2017, 05:12:39 PM
 #226

Just tried 1.3.2, and noticed there is no GCN asm kernels for 1.0 devices (i.e. Tahiti, Pitcairn).  They have 64KB GDS just like the newer devices, and the ISA is only slightly different.  On Tonga performance is pretty good at around 200sol/s, though even there I think there's room for a bit more improvement (5-10%).

V_I_T_A_L_Y
Newbie
*
Offline Offline

Activity: 47
Merit: 0


View Profile
January 14, 2017, 07:31:46 PM
 #227

OPTIMIZER MAKE THE MINER FAN CONTROL IN CLAYMORE
Za1n
Legendary
*
Offline Offline

Activity: 1078
Merit: 1011



View Profile
January 15, 2017, 06:10:33 PM
Last edit: January 15, 2017, 07:22:05 PM by Za1n
 #228

Hello! When will the new release? In the new release will increase in speed? I really liked your miner is better than the Claymore
100%

where to find the log file?

To generate a log file, launch the miner with
Code:
-l <logfilename>


Bonus answer:

If you want a time-stamped formatted log file kinda like CM, use something like this:

Code:
 -l %DATE:~-4%-%DATE:~4,2%-%DATE:~7,2%@%TIME:~0,2%-%TIME:~3,2%-%TIME:~6,2%_log.txt

then your log files will appear like:  2017-01-15@12-41-58_log.txt  in a YYYY, MM, DD @ HH, MM, SS format.


I like to keep the formatting of the example batch file, so I assign the log file to a variable earlier on:

Code:
SET LOGFILE=%DATE:~-4%-%DATE:~4,2%-%DATE:~7,2%@%TIME:~0,2%-%TIME:~3,2%-%TIME:~6,2%_log.txt

this way I can keep the actual launch command line easier to read similar to:

Code:
optiminer  -s %POOL% -u %USER% -p %PASSWORD% -l %LOGFILE%


joaocha
Full Member
***
Offline Offline

Activity: 254
Merit: 100


View Profile
January 16, 2017, 07:47:19 PM
 #229

Could you please add support for coinotron.com?
optiminer (OP)
Full Member
***
Offline Offline

Activity: 187
Merit: 100


View Profile
January 16, 2017, 11:14:41 PM
 #230

Version 1.4.0 Released!

https://github.com/Optiminer/OptiminerZcash#optiminerzzcash

[1.4.0] Experimental asm support for GCN 1 devices. Enable with '--experimental-kernel'
[1.4.0] 1-2% increase in hash speed.
[1.4.0] Fix race condition that could lead to invalid solutions.
optiminer (OP)
Full Member
***
Offline Offline

Activity: 187
Merit: 100


View Profile
January 17, 2017, 12:00:26 AM
 #231

Could you please add support for coinotron.com?

www.coinotron.com does not correctly implement the zcash stratum protocol, they use "mining.set_difficulty" instead of "mining.set_target" as described on
https://github.com/str4d/zips/blob/23d74b0373c824dd51c7854c0e3ea22489ba1b76/drafts/str4d-stratum/draft1.rst#miningset_target

Best to complain directly with them.
joaocha
Full Member
***
Offline Offline

Activity: 254
Merit: 100


View Profile
January 17, 2017, 12:03:59 AM
 #232

Could you please add support for coinotron.com?

www.coinotron.com does not correctly implement the zcash stratum protocol, they use "mining.set_difficulty" instead of "mining.set_target" as described on
https://github.com/str4d/zips/blob/23d74b0373c824dd51c7854c0e3ea22489ba1b76/drafts/str4d-stratum/draft1.rst#miningset_target

Best to complain directly with them.

Every other miner works, only opt not!
john1010
Hero Member
*****
Offline Offline

Activity: 2086
Merit: 562


View Profile WWW
January 17, 2017, 12:35:41 AM
Last edit: January 17, 2017, 01:11:50 AM by john1010
 #233

HI, do you have a bat config sample that can setup the fan speed and also can i mine zcl using this miner? Im using RX 480 8gb stack rom. Hope that someone will guide me on this.. Smiley  Thanks
forato
Full Member
***
Offline Offline

Activity: 237
Merit: 100


View Profile
January 17, 2017, 12:46:14 AM
 #234

Version 1.4.0 Released!

https://github.com/Optiminer/OptiminerZcash#optiminerzzcash

[1.4.0] Experimental asm support for GCN 1 devices. Enable with '--experimental-kernel'
[1.4.0] 1-2% increase in hash speed.
[1.4.0] Fix race condition that could lead to invalid solutions.

excelent job
charles2k
Sr. Member
****
Offline Offline

Activity: 326
Merit: 250


View Profile
January 17, 2017, 01:10:20 AM
 #235

with experimental kernel I have got message: [error] Found solution index out of range: 323309969
with generic kernel ok
(rig with MSI 270X 2G /280X 3G mix)
Zied RF
Newbie
*
Offline Offline

Activity: 29
Merit: 0


View Profile
January 17, 2017, 11:26:09 AM
 #236

Great work Optiminer  Grin
is there anyone here have tonga to share with me hashrate
i got between 175 Sol/s and 199 Sol/s for each
tiennou
Newbie
*
Offline Offline

Activity: 17
Merit: 0


View Profile
January 17, 2017, 11:31:31 AM
 #237

Version 1.4.0 Released!

https://github.com/Optiminer/OptiminerZcash#optiminerzzcash

[1.4.0] Experimental asm support for GCN 1 devices. Enable with '--experimental-kernel'
[1.4.0] 1-2% increase in hash speed.
[1.4.0] Fix race condition that could lead to invalid solutions.
I can confirm the speed increase.
By the way, when it comes to stability, I just wanted to point out that I ran version 1.3.0 from the moment it's been released until 30min ago when I switched to version 1.4.0 without a single crash on my rigs. That's what I would call pretty stable. Let's hope version 1.4.0 is just as good !
Thanks opti.
texv
Full Member
***
Offline Offline

Activity: 222
Merit: 103


View Profile
January 17, 2017, 11:35:43 AM
 #238

good job guy... really

RX480 stock dissy

281s-283s with --experimental-kernel

and now... all pc to linux...

Don't fix what's not broken
cleverserge
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
January 17, 2017, 12:37:14 PM
Last edit: January 17, 2017, 02:46:08 PM by cleverserge
 #239

@optiminer
Speed is great (about 2200 Sol/s on 6xR9 390)but v1.4.0 is unstable on Ubuntu 12.04 64bit/Catalyst 15.12. And there are no fan/temperature stats. How to control it? Claymore miner disable/reduce intesity when overheating. How does it work in your miner?

UPD1
Everytime the miner hangs on GPU1
[2017-01-17 15:16:35.564] [error] GPU1 has not produced any solution in last 30! Executing "./watchdog-cmd.sh"
So I can only guess what is the reason. If there would be the data about temperature and fan speed it will be great. But now I'm backing to Claymore with 100 Sol/s per rig less Sad

UPD2.
It seems to be a problem with the card itself. Set intesity to 1 for it and 1+ hour it is stable. Will see... 
wacko
Legendary
*
Offline Offline

Activity: 1106
Merit: 1014


View Profile
January 17, 2017, 12:49:17 PM
 #240

Just finished reading the whole topic, but still couldn't find what I was looking for. It's said that hashrate in Linux is faster for newer cards, but how much faster? What are the hashrates for RX 470 4GB and RX 480 8GB in Linux and Windows? For Linux noobs like myself it'll take the whole day to read all the guides out there and setup a Linux system so it would be nice to know what kind of difference in hashrate is there before spending all that time and effort. Smiley
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 »
  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!