Bitcoin Forum
April 20, 2024, 02:36:58 AM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 [102] 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 ... 1412 »
  Print  
Author Topic: Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v15.0 (Windows/Linux)  (Read 6589751 times)
Claymore (OP)
Donator
Legendary
*
Offline Offline

Activity: 1610
Merit: 1325

Miners developer


View Profile
May 18, 2016, 08:32:04 PM
 #2021

Something wrong, on two mashines, miner crash (not freezz, but process crash):

Confirmed, probably this issue is related to Linux version only. I just saw this on my test linux rig. Since it works for several hours before crashing, it will take some time to fix it.

Please read Readme and FAQ in the first post of this thread before asking any questions, probably the answer is already there.
List of my miners: https://bitcointalk.org/index.php?topic=3019607
1713580618
Hero Member
*
Offline Offline

Posts: 1713580618

View Profile Personal Message (Offline)

Ignore
1713580618
Reply with quote  #2

1713580618
Report to moderator
"Bitcoin: mining our own business since 2009" -- Pieter Wuille
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713580618
Hero Member
*
Offline Offline

Posts: 1713580618

View Profile Personal Message (Offline)

Ignore
1713580618
Reply with quote  #2

1713580618
Report to moderator
1713580618
Hero Member
*
Offline Offline

Posts: 1713580618

View Profile Personal Message (Offline)

Ignore
1713580618
Reply with quote  #2

1713580618
Report to moderator
1713580618
Hero Member
*
Offline Offline

Posts: 1713580618

View Profile Personal Message (Offline)

Ignore
1713580618
Reply with quote  #2

1713580618
Report to moderator
Claymore (OP)
Donator
Legendary
*
Offline Offline

Activity: 1610
Merit: 1325

Miners developer


View Profile
May 18, 2016, 08:33:16 PM
 #2022


@claymore: Do you plan any output from the miner itself maybe in json format ? This would be killer feature for miner with more then just a few rigs to build central monitoring

Miner sends stats in json format, use wireshark or similar tool to see format. So you can write own monitoring utility if you want.

Please read Readme and FAQ in the first post of this thread before asking any questions, probably the answer is already there.
List of my miners: https://bitcointalk.org/index.php?topic=3019607
DDSZ
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
May 18, 2016, 08:42:23 PM
 #2023

So far, I know:
Request:
{"id":0,"jsonrpc":"2.0","method":"miner_getstat1"}
Response:
{"id": 0, "error": null, "result": ["<App_version>", "<Uptime(minutes)>", "<Eth_Mhs>;<Eth_accepts>;<Eth_rejects>", "<Eth_Mhs>", "<Dcr_Mhs>;<Dcr_accepts>;<Dcr_rejects>", "<Dcr_Mhs>", "<GPU_temp>;<GPU_fan_%>", "<Pool>"]}
But I dunno how to make that request...
Claymore, can you please tell us more info about it?
Claymore (OP)
Donator
Legendary
*
Offline Offline

Activity: 1610
Merit: 1325

Miners developer


View Profile
May 18, 2016, 08:49:35 PM
 #2024

So far, I know:
Request:
{"id":0,"jsonrpc":"2.0","method":"miner_getstat1"}
Response:
{"id": 0, "error": null, "result": ["<App_version>", "<Uptime(minutes)>", "<Eth_Mhs>;<Eth_accepts>;<Eth_rejects>", "<Eth_Mhs>", "<Dcr_Mhs>;<Dcr_accepts>;<Dcr_rejects>", "<Dcr_Mhs>", "<GPU_temp>;<GPU_fan_%>", "<Pool>"]}
But I dunno how to make that request...
Claymore, can you please tell us more info about it?

It's usual tcp/ip connection - create socket, connect, send the string "{"id":0,"jsonrpc":"2.0","method":"miner_getstat1"}" and read response, disconnect, that is all.

Please read Readme and FAQ in the first post of this thread before asking any questions, probably the answer is already there.
List of my miners: https://bitcointalk.org/index.php?topic=3019607
Claymore (OP)
Donator
Legendary
*
Offline Offline

Activity: 1610
Merit: 1325

Miners developer


View Profile
May 18, 2016, 08:54:32 PM
 #2025

complete log-file

Finally I got it. Issue confirmed and fixed, re-download v4.3, log must show "b142" now (means build 142).

-erate:

Check OP or readme for sample how to specify worker name for dwarf. Hint:  -ewal YourWallet/YourWorkerName.
Don't use -erate option because it is already "1" by default.

Please read Readme and FAQ in the first post of this thread before asking any questions, probably the answer is already there.
List of my miners: https://bitcointalk.org/index.php?topic=3019607
Flexystar
Full Member
***
Offline Offline

Activity: 1092
Merit: 227



View Profile
May 18, 2016, 09:12:10 PM
 #2026

Something wrong, on two mashines, miner crash (not freezz, but process crash):

Confirmed, probably this issue is related to Linux version only. I just saw this on my test linux rig. Since it works for several hours before crashing, it will take some time to fix it.

Yup, one little rig i have on windows. Working stable.
Trouble on linux ver.

I try to add -tt 0 (for disable T and Fans watch - but this option does not work oO)
DDSZ
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
May 18, 2016, 09:14:55 PM
 #2027

So far, I know:
Request:
{"id":0,"jsonrpc":"2.0","method":"miner_getstat1"}
Response:
{"id": 0, "error": null, "result": ["<App_version>", "<Uptime(minutes)>", "<Eth_Mhs>;<Eth_accepts>;<Eth_rejects>", "<Eth_Mhs>", "<Dcr_Mhs>;<Dcr_accepts>;<Dcr_rejects>", "<Dcr_Mhs>", "<GPU_temp>;<GPU_fan_%>", "<Pool>"]}
But I dunno how to make that request...
Claymore, can you please tell us more info about it?

It's usual tcp/ip connection - create socket, connect, send the string "{"id":0,"jsonrpc":"2.0","method":"miner_getstat1"}" and read response, disconnect, that is all.
Got it. Thank you Smiley
Actually, I was thinking so, but guess what? Miner just crashed, and thats why connect timed out... Cheesy
zyzzyva
Member
**
Offline Offline

Activity: 82
Merit: 10


View Profile
May 18, 2016, 09:15:58 PM
 #2028

port 8000 also doesn't return anything. Seems like Miner manager does the web part not the miner itself.

Right. You have to be running the Remote Manager, and then you can point your browser at port 8000 on the machine that's running the Remote Manager.
ekrem
Full Member
***
Offline Offline

Activity: 235
Merit: 100



View Profile
May 18, 2016, 09:17:36 PM
 #2029

Hi Claymore how to run the remote menager by XP
peoples
Member
**
Offline Offline

Activity: 82
Merit: 11


View Profile
May 18, 2016, 09:36:51 PM
 #2030

So far, I know:
Request:
{"id":0,"jsonrpc":"2.0","method":"miner_getstat1"}
Response:
{"id": 0, "error": null, "result": ["<App_version>", "<Uptime(minutes)>", "<Eth_Mhs>;<Eth_accepts>;<Eth_rejects>", "<Eth_Mhs>", "<Dcr_Mhs>;<Dcr_accepts>;<Dcr_rejects>", "<Dcr_Mhs>", "<GPU_temp>;<GPU_fan_%>", "<Pool>"]}
But I dunno how to make that request...
Claymore, can you please tell us more info about it?

It's usual tcp/ip connection - create socket, connect, send the string "{"id":0,"jsonrpc":"2.0","method":"miner_getstat1"}" and read response, disconnect, that is all.
Got it. Thank you Smiley
Actually, I was thinking so, but guess what? Miner just crashed, and thats why connect timed out... Cheesy

socket to remoteminerip:3333 ? Don't get it ... always timeout Sad
qqqq
Legendary
*
Offline Offline

Activity: 1596
Merit: 1011


View Profile
May 18, 2016, 10:50:39 PM
 #2031

Claymore, thank you for remote feature, don't tried yet. Btw solomine is ok and finding blocks.
MinerDudeRigs
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile WWW
May 18, 2016, 11:59:20 PM
 #2032

This miner is pretty amazing, thanks a lot Claymore!
GenTarkin
Legendary
*
Offline Offline

Activity: 2450
Merit: 1002


View Profile
May 19, 2016, 01:09:20 AM
Last edit: May 19, 2016, 01:26:41 AM by GenTarkin
 #2033

Just a heads up too anyone daring and wanting to try:

I spent all afternoon bios modding my 7870 xt's which are normally voltage locked in utils such as MSI Afterburner.
I remember long ago, I had custom bios for higher clocks @ lower voltages on these cards.
But now, for some reason ... whenever I was changing the voltage in bios for these cards.... in windows, they would just go into limp mode when mining ... whereas on default voltage at bios level...the cards didnt have the problem.

So, I thought back to when I was using these cards a couple years ago for gaming.... what was different back then vs now.
The answer:
Crimson vs Catalyst

So, I installed latest catalyst 15.7.1

BAM!!!! Now my voltage mod in BIOS for the cards works great and is no longer in limp mode.

As a bonus, this driver version is actually a BIT FASTER then the recommended Crimson 15.12 (according to the local mining hashrate).

Another bonus I just found out....
Previously -dcri 30-35 would cause ETH mining to slowdown on these cards.
With this driver version I can cruise all the way to -dcri 62 before ETH mining STARTS to slowdown. Meanwhile, DCR nearly doubles in speed.

GenTarkin's MOD Kncminer Titan custom firmware! v1.0.4! -- !!NO LONGER AVAILABLE!!
Donations: bitcoin- 1Px71mWNQNKW19xuARqrmnbcem1dXqJ3At || litecoin- LYXrLis3ik6TRn8tdvzAyJ264DRvwYVeEw
WhyMe
Sr. Member
****
Offline Offline

Activity: 661
Merit: 250


View Profile
May 19, 2016, 01:44:12 AM
 #2034

Just a heads up too anyone daring and wanting to try:

I spent all afternoon bios modding my 7870 xt's which are normally voltage locked in utils such as MSI Afterburner.
I remember long ago, I had custom bios for higher clocks @ lower voltages on these cards.
But now, for some reason ... whenever I was changing the voltage in bios for these cards.... in windows, they would just go into limp mode when mining ... whereas on default voltage at bios level...the cards didnt have the problem.

So, I thought back to when I was using these cards a couple years ago for gaming.... what was different back then vs now.
The answer:
Crimson vs Catalyst

So, I installed latest catalyst 15.7.1

BAM!!!! Now my voltage mod in BIOS for the cards works great and is no longer in limp mode.

As a bonus, this driver version is actually a BIT FASTER then the recommended Crimson 15.12 (according to the local mining hashrate).

Another bonus I just found out....
Previously -dcri 30-35 would cause ETH mining to slowdown on these cards.
With this driver version I can cruise all the way to -dcri 62 before ETH mining STARTS to slowdown. Meanwhile, DCR nearly doubles in speed.
Interesting, will test this version.
GenTarkin
Legendary
*
Offline Offline

Activity: 2450
Merit: 1002


View Profile
May 19, 2016, 02:11:18 AM
 #2035

Just a heads up too anyone daring and wanting to try:

I spent all afternoon bios modding my 7870 xt's which are normally voltage locked in utils such as MSI Afterburner.
I remember long ago, I had custom bios for higher clocks @ lower voltages on these cards.
But now, for some reason ... whenever I was changing the voltage in bios for these cards.... in windows, they would just go into limp mode when mining ... whereas on default voltage at bios level...the cards didnt have the problem.

So, I thought back to when I was using these cards a couple years ago for gaming.... what was different back then vs now.
The answer:
Crimson vs Catalyst

So, I installed latest catalyst 15.7.1

BAM!!!! Now my voltage mod in BIOS for the cards works great and is no longer in limp mode.

As a bonus, this driver version is actually a BIT FASTER then the recommended Crimson 15.12 (according to the local mining hashrate).

Another bonus I just found out....
Previously -dcri 30-35 would cause ETH mining to slowdown on these cards.
With this driver version I can cruise all the way to -dcri 62 before ETH mining STARTS to slowdown. Meanwhile, DCR nearly doubles in speed.
Interesting, will test this version.

Just tried on a 4x 7970 rig ... no ETH speedup , no slowdown either. Was able to increase DCR only a tad.

So, I suspect this wont work for all cards =) ... but anyone needing voltage mod via BIOS on their gpu's to work right, then running Crimson is not an option.

GenTarkin's MOD Kncminer Titan custom firmware! v1.0.4! -- !!NO LONGER AVAILABLE!!
Donations: bitcoin- 1Px71mWNQNKW19xuARqrmnbcem1dXqJ3At || litecoin- LYXrLis3ik6TRn8tdvzAyJ264DRvwYVeEw
dingyangangel
Newbie
*
Offline Offline

Activity: 10
Merit: 0


View Profile
May 19, 2016, 06:44:51 AM
 #2036

Can't work in https://eth.bw.com/pool/i
port:ether.bw.com:8080

run.bat:
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
EthDcrMiner64.exe -epool ether.bw.com:8080 -ewal dingyangangel.1 -eworker 1 -epsw x -dpool stratum+tcp://yiimp.ccminer.org:4252 -dwal DsafdmEcgRvkz9EkyRcMwqJQhAtd8hKXnDz -dpsw j70


log:
14:43:17:598   15cc   This pool (ether.bw.com) does not support Ethereum addresses as login (or requires worker name in "Login.Worker" format) and cannot be used for devfee mining, therefore it is not supported.
14:43:17:601   15cc   However, you can mine on this pool if you specify "-allpools 1" option, default pools (different from this pool) will be used for devfee.
14:43:17:601   15cc   Please read "Readme" file for details
14:43:17:605   15cc   This pool (ether.bw.com) does not support Ethereum addresses as login (or requires worker name in "Login.Worker" format) and cannot be used for devfee mining, therefore it is not supported.
14:43:17:608   15cc   However, you can mine on this pool if you specify "-allpools 1" option, default pools (different from this pool) will be used for devfee.
14:43:17:609   15cc   Please read "Readme" file for details
14:43:17:610   15cc   Pool ether.bw.com removed from the list
14:43:17:613   15cc   ETH: No pools specified! Specify at least one valid pool in "-epool" parameter.
osnwt
Sr. Member
****
Offline Offline

Activity: 353
Merit: 251


View Profile
May 19, 2016, 08:29:20 AM
 #2037

Anybody has issues with 4.3 monitoring on Linux?

@Claymore:

Tried few 4.3 beta (as soon as they were updated). One of them dumped some error and segfaulted. Updated to the latest, the same issue. Restarted - it worked some time with monitoring utility, then turned red and no more updates. The miner itself worked. Restart helped to recover, worked few seconds and gave me the same error:

Code:
ETH - Total Speed: 39.123 Mh/s, Total Shares: 0, Rejected: 0, Time: 00:00
ETH: GPU0 19.556 Mh/s, GPU1 19.567 Mh/s
 DCR - Total Speed: 782.459 Mh/s, Total Shares: 1, Rejected: 0
 DCR: GPU0 391.114 Mh/s, GPU1 391.345 Mh/s
GPU0 t=64C fan=26%, GPU1 t=70C fan=95%
 DCR: 05/19/16-11:26:09 - SHARE FOUND - (GPU 0)
 DCR: Share accepted (82 ms)!
 DCR: 05/19/16-11:26:10 - SHARE FOUND - (GPU 1)
 DCR: Share accepted (83 ms)!
[xcb] Unknown request in queue while dequeuing
[xcb] Most likely this is a multi-threaded client and XInitThreads has not been called
[xcb] Aborting, sorry about that.
ethdcrminer64: ../../src/xcb_io.c:179: dequeue_pending_request: Assertion `!xcb_xlib_unknown_req_in_deq' failed.
./EthDcrMiner.sh: line 71:  2366 Aborted

I think that is some problem with monitoring in the miner, found on Linux only.
Claymore (OP)
Donator
Legendary
*
Offline Offline

Activity: 1610
Merit: 1325

Miners developer


View Profile
May 19, 2016, 08:51:59 AM
 #2038

Anybody has issues with 4.3 monitoring on Linux?

@Claymore:

Tried few 4.3 beta (as soon as they were updated). One of them dumped some error and segfaulted. Updated to the latest, the same issue. Restarted - it worked some time with monitoring utility, then turned red and no more updates. The miner itself worked. Restart helped to recover, worked few seconds and gave me the same error:

I'm working on this issue, I will upload an update for Linux today.

Please read Readme and FAQ in the first post of this thread before asking any questions, probably the answer is already there.
List of my miners: https://bitcointalk.org/index.php?topic=3019607
GenTarkin
Legendary
*
Offline Offline

Activity: 2450
Merit: 1002


View Profile
May 19, 2016, 08:55:57 AM
 #2039

Hey claymore...
I noticed the epools.txt & dpools.txt  ... the commas are used as delimiters for parsing.

This caused a problem w/ the PSW setting, one of the pools I mine on takes commas as worker config parameters.
Any chance they can be escaped in the epools/dpools file somehow?

GenTarkin's MOD Kncminer Titan custom firmware! v1.0.4! -- !!NO LONGER AVAILABLE!!
Donations: bitcoin- 1Px71mWNQNKW19xuARqrmnbcem1dXqJ3At || litecoin- LYXrLis3ik6TRn8tdvzAyJ264DRvwYVeEw
osnwt
Sr. Member
****
Offline Offline

Activity: 353
Merit: 251


View Profile
May 19, 2016, 08:56:29 AM
 #2040

Great. I hope someone writes a nice webapp for mobiles that uses the same API to (only) get stats. ATM I use internal server but it is Windows only, and I wish to go Linux completely.
Pages: « 1 ... 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 [102] 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 ... 1412 »
  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!