Bitcoin Forum
April 26, 2024, 12:48:27 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 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 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 ... 155 »
  Print  
Author Topic: [Cast XMR] high speed XMR/CryptoNight miner for RX Vega GPUs (2 KHash/s)  (Read 206338 times)
StellarX88
Newbie
*
Offline Offline

Activity: 39
Merit: 0


View Profile
December 01, 2017, 10:49:16 AM
 #741

has anyone tried butchering jj's hashmonitor powershell script to monitor castxmr now that it has an API?

i would but my programming leaves a lot to be desired....

Interesting where i can find the topic?

This is the one that works by default with xmr-stak:

http://vega.miningguides.com/#Script

There are several different types of Bitcoin clients. The most secure are full nodes like Bitcoin Core, but full nodes are more resource-heavy, and they must do a lengthy initial syncing process. As a result, lightweight clients with somewhat less security are commonly used.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714092507
Hero Member
*
Offline Offline

Posts: 1714092507

View Profile Personal Message (Offline)

Ignore
1714092507
Reply with quote  #2

1714092507
Report to moderator
oxzhor
Newbie
*
Offline Offline

Activity: 46
Merit: 0


View Profile
December 01, 2017, 10:53:11 AM
 #742

has anyone tried butchering jj's hashmonitor powershell script to monitor castxmr now that it has an API?

i would but my programming leaves a lot to be desired....

Interesting where i can find the topic?

This is the one that works by default with xmr-stak:

http://vega.miningguides.com/#Script



Thx  Cool
abudfv2008
Full Member
***
Offline Offline

Activity: 728
Merit: 106


View Profile
December 01, 2017, 11:38:50 AM
Last edit: December 01, 2017, 12:29:58 PM by abudfv2008
 #743

I got a problem. 1 gpu hashrate crashed to 0.
There are 2 problems with it
1) Total hashrate doesnt change - it shows hashrate for 3GPU not 2
2) It shows hasrate on the dropped GPU1 and zero hashrate on GPU2, but as you can see the temperature shows that it is wrong.


Hashrate reported via api is also the same.
So - restarting script doesn't work because hashrate pretends to be normal.

P.S. Is there any analog of nvidia-smi for AMD?
New Minerr
Member
**
Offline Offline

Activity: 114
Merit: 12


View Profile
December 01, 2017, 11:57:18 AM
 #744

Hi guys
I have problem with my rigs. I have memory problem. I changed to 16384 to 16384 but still the same. How can i solve this problem? Please help.
Peglar
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
December 01, 2017, 12:10:07 PM
 #745

has anyone tried butchering jj's hashmonitor powershell script to monitor castxmr now that it has an API?

i would but my programming leaves a lot to be desired....

I posted this on another thread and also helping some redditor, but you can try this:

I have modified the script slightly to work with 1 of my Vega card. You can modified it accordingly to fit your rig.

Download link below:
https://drive.google.com/open?id=0B2XFJ__I0jzLWlBZMTVCMWZDZ3YwRDZiRkh6cldKWnc1Wjlz

Some changes I made:

If you are executing the run_HashMonitor.cmd, make sure you change the file name in it accordingly to reflect CastXMR_HashMonitor_v2.6.ps1 (Or any name that you saved as).
Notable change I have made in this ps script includes:
Line 168 - 172 : I am using the script to call Cast-XMR directly, and Line 169 is the usual config including my wallet address, mining pool etc (the usual you put in a .bat) & also --remoteaccess in this case. Line 170 - 172 is to assign the localhost & port accordingly (7777)
Line 187: The main address for local/remote monitoring
Line 191 - 201: I didn't use $hdiff variable, but make a new variable for min Vega Hashrate before restart $global:vegahash @ line 201 (multiply by 1,000 since the reported value in the web is in actual hash rate)
Line 392 - 397 : Initial Vega hashrate for comparison (Not really needed since we have a reset trigger down below, but it's the same as the next)
Line 476 - 479 : Vega hashrate used for monitoring in order for restart.
Line 483 - 484 : Nothing major, just changing monitoring from 1 minute to every 30 secs
7: Line 486 : Most important part, condition to restart (Here to check my Vega hashrate against my preset target -> ~1.75kH/s @ Line 201)
This should set you up in the right direction to start with;
Do take note that I am running only 1 Vega to check against, hence I can use the total_hash_rate for comparison; if you are running multiple Vegas rig, you might need to divide it by number of GPU instances before you make the comparison. Alternatively is to loop through the "devices" in the hashrate report JSON to check if any of them drop, but I find total_hash_rate to be easier. You can also use total_hash_rate_avg in the report, as current total_hash_rate might be too sensitive for occasional dip.
And remember to change the CMDLine in Line 169, or else you would be mining to my wallet instead.
Let me know if you have any further question. I will try my best to help set up.

thanks! i'll get on this (probably next week)
R0mi
Full Member
***
Offline Offline

Activity: 305
Merit: 148

Theranos Coin - IoT + micro-blood arrays = Moon!


View Profile
December 01, 2017, 03:03:22 PM
 #746

has anyone tried butchering jj's hashmonitor powershell script to monitor castxmr now that it has an API?

i would but my programming leaves a lot to be desired....

Yes, working on it.  Hopefully over the weekend can get it running.

Walton Chain CEO Mo' Bling: "Walton Chain will be the Qualcomm + Cisco in the blockchain industry, the ‘Google’ of the Blockchain."  It's December 1999, do you know how your shitcoin holdings are doing?  Magic 8 ball market analysis: www.doiownashitcoin.com
R0mi
Full Member
***
Offline Offline

Activity: 305
Merit: 148

Theranos Coin - IoT + micro-blood arrays = Moon!


View Profile
December 01, 2017, 03:11:41 PM
 #747

has anyone tried butchering jj's hashmonitor powershell script to monitor castxmr now that it has an API?

i would but my programming leaves a lot to be desired....

I posted this on another thread and also helping some redditor, but you can try this:

I have modified the script slightly to work with 1 of my Vega card. You can modified it accordingly to fit your rig.

Download link below:
https://drive.google.com/open?id=0B2XFJ__I0jzLWlBZMTVCMWZDZ3YwRDZiRkh6cldKWnc1Wjlz

Some changes I made:

If you are executing the run_HashMonitor.cmd, make sure you change the file name in it accordingly to reflect CastXMR_HashMonitor_v2.6.ps1 (Or any name that you saved as).
Notable change I have made in this ps script includes:
Line 168 - 172 : I am using the script to call Cast-XMR directly, and Line 169 is the usual config including my wallet address, mining pool etc (the usual you put in a .bat) & also --remoteaccess in this case. Line 170 - 172 is to assign the localhost & port accordingly (7777)
Line 187: The main address for local/remote monitoring
Line 191 - 201: I didn't use $hdiff variable, but make a new variable for min Vega Hashrate before restart $global:vegahash @ line 201 (multiply by 1,000 since the reported value in the web is in actual hash rate)
Line 392 - 397 : Initial Vega hashrate for comparison (Not really needed since we have a reset trigger down below, but it's the same as the next)
Line 476 - 479 : Vega hashrate used for monitoring in order for restart.
Line 483 - 484 : Nothing major, just changing monitoring from 1 minute to every 30 secs
7: Line 486 : Most important part, condition to restart (Here to check my Vega hashrate against my preset target -> ~1.75kH/s @ Line 201)
This should set you up in the right direction to start with;
Do take note that I am running only 1 Vega to check against, hence I can use the total_hash_rate for comparison; if you are running multiple Vegas rig, you might need to divide it by number of GPU instances before you make the comparison. Alternatively is to loop through the "devices" in the hashrate report JSON to check if any of them drop, but I find total_hash_rate to be easier. You can also use total_hash_rate_avg in the report, as current total_hash_rate might be too sensitive for occasional dip.
And remember to change the CMDLine in Line 169, or else you would be mining to my wallet instead.
Let me know if you have any further question. I will try my best to help set up.

Stellar,

Thanks for this.  Will report on results soon.

Walton Chain CEO Mo' Bling: "Walton Chain will be the Qualcomm + Cisco in the blockchain industry, the ‘Google’ of the Blockchain."  It's December 1999, do you know how your shitcoin holdings are doing?  Magic 8 ball market analysis: www.doiownashitcoin.com
kristikun
Newbie
*
Offline Offline

Activity: 62
Merit: 0


View Profile
December 01, 2017, 03:21:34 PM
 #748

Hello once again i trying to get my new rig workin with 3x vega 56 flashed to 64,   two of them without problems mining together , but last card even tho it was flashed right and reflashed black to retail and back to 64bios  everytime i start mining with it even if i dont use other 2x cards  teh screen start tearin and pc restarts eventually , the card works normaly on everything else than miming .. tryed it solo on another pc had the same problém just with mining Sad could it be bricked ? it loads normally and all...
xeridea
Sr. Member
****
Offline Offline

Activity: 449
Merit: 251


View Profile WWW
December 01, 2017, 04:49:30 PM
 #749

P.S. Is there any analog of nvidia-smi for AMD?

overdriventool can be called via command line to set clocks, volts, fans, etc, but can't query information.

Profitability over time charts for many GPUs - http://xeridea.us/charts

BTC:  bc1qr2xwjwfmjn43zhrlp6pn7vwdjrjnv5z0anhjhn LTC:  LXDm6sR4dkyqtEWfUbPumMnVEiUFQvxSbZ Eth:  0x44cCe2cf90C8FEE4C9e4338Ae7049913D4F6fC24
Shnikes101
Full Member
***
Offline Offline

Activity: 254
Merit: 109


View Profile
December 01, 2017, 05:10:03 PM
 #750

Hello once again i trying to get my new rig workin with 3x vega 56 flashed to 64,   two of them without problems mining together , but last card even tho it was flashed right and reflashed black to retail and back to 64bios  everytime i start mining with it even if i dont use other 2x cards  teh screen start tearin and pc restarts eventually , the card works normaly on everything else than miming .. tryed it solo on another pc had the same problém just with mining Sad could it be bricked ? it loads normally and all...

Little confused. Does is it lock up on the 64 bios or stock 56? Or both?

Try mining with just the Stock 56 bios. If you've already tried that, flip the bios switch and try it with the other stock bios that is on the card.
I've had a few cards that just don't liked to be flashed to 64 AIOs
rafise
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
December 01, 2017, 05:25:39 PM
 #751

Hi All,
I am running a 6 x Gigabyte Vega 56 rig on following setup:
   - motherboard = Asrock H97 Anniversary
   - CPU = Intel G3258
   - Ram = 8gb
   - Windows10 Pro, Blockchain 23 aug drivers
   - stock bios, oc and uv with OverdriveNTool

Here is a picture of my settings:
http://i66.tinypic.com/semucz.png

I use Cast to mine ETN and I cannot manage to run all 6 cards.
I works like a charm with 5 cards, at avg. of 1950 h/s, and when I enable the 6th everything goes crazy - artifacts and freeze/restart.

I am running out of ideas, any thoughts how to make the 6th card work?
I was thinking of incompatibility issues between vega and my mobo, could that be the case?

Thanks in advance
Pericle.
  


Hello,

Check with your motherboard manufacturer and Bios some motherboard/bios does not work with more than 5 or 8 PCIE in use of the same brand video card. For example I'm using the Asus B250 MINING EXPERT the board have 19 PCIE slot and I only can run 8 AMD video card the rest should be NVIDIA. I was having the same issue as you.  Wink
kristikun
Newbie
*
Offline Offline

Activity: 62
Merit: 0


View Profile
December 01, 2017, 07:18:34 PM
Last edit: December 01, 2017, 11:13:26 PM by kristikun
 #752

Hello once again i trying to get my new rig workin with 3x vega 56 flashed to 64,   two of them without problems mining together , but last card even tho it was flashed right and reflashed black to retail and back to 64bios  everytime i start mining with it even if i dont use other 2x cards  teh screen start tearin and pc restarts eventually , the card works normaly on everything else than miming .. tryed it solo on another pc had the same problém just with mining Sad could it be bricked ? it loads normally and all...

Little confused. Does is it lock up on the 64 bios or stock 56? Or both?

Try mining with just the Stock 56 bios. If you've already tried that, flip the bios switch and try it with the other stock bios that is on the card.
I've had a few cards that just don't liked to be flashed to 64 AIOs

I got it working all my cards now the struggle with computation  and outdated fails ?  how to get lower it ? i get around 20% away from those Sad
abudfv2008
Full Member
***
Offline Offline

Activity: 728
Merit: 106


View Profile
December 01, 2017, 08:08:49 PM
 #753

P.S. Is there any analog of nvidia-smi for AMD?

overdriventool can be called via command line to set clocks, volts, fans, etc, but can't query information.
It's sad. I need go query info, as it seems that it is the only way to make vega's work most of the time.
_mt
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
December 01, 2017, 11:06:53 PM
 #754

Guys, who get result with zero hash (0.0 H/s) in last or first card in rig

https://pp.userapi.com/c834204/v834204065/42ef6/X1idS_wuzHo.jpg

Just random shuffle order -G parameters

E.g. "-G 0,1,2,3,4" to "-G 4,3,0,1,2" or similar Smiley

It works to me with RX580 (4 or 5 in rig) (Windows 10, 64bit, AMD Blockchain driver)
SmokinCache
Newbie
*
Offline Offline

Activity: 25
Merit: 0


View Profile
December 02, 2017, 12:05:37 AM
 #755

Hello once again i trying to get my new rig workin with 3x vega 56 flashed to 64,   two of them without problems mining together , but last card even tho it was flashed right and reflashed black to retail and back to 64bios  everytime i start mining with it even if i dont use other 2x cards  teh screen start tearin and pc restarts eventually , the card works normaly on everything else than miming .. tryed it solo on another pc had the same problém just with mining Sad could it be bricked ? it loads normally and all...

Little confused. Does is it lock up on the 64 bios or stock 56? Or both?

Try mining with just the Stock 56 bios. If you've already tried that, flip the bios switch and try it with the other stock bios that is on the card.
I've had a few cards that just don't liked to be flashed to 64 AIOs

I got it working all my cards now the struggle with computation  and outdated fails ?  how to get lower it ? i get around 20% away from those Sad

compute fails are caused by overclock to high. Detune a little
SmokinCache
Newbie
*
Offline Offline

Activity: 25
Merit: 0


View Profile
December 02, 2017, 12:08:39 AM
 #756

Hello once again i trying to get my new rig workin with 3x vega 56 flashed to 64,   two of them without problems mining together , but last card even tho it was flashed right and reflashed black to retail and back to 64bios  everytime i start mining with it even if i dont use other 2x cards  teh screen start tearin and pc restarts eventually , the card works normaly on everything else than miming .. tryed it solo on another pc had the same problém just with mining Sad could it be bricked ? it loads normally and all...

Little confused. Does is it lock up on the 64 bios or stock 56? Or both?

Try mining with just the Stock 56 bios. If you've already tried that, flip the bios switch and try it with the other stock bios that is on the card.
I've had a few cards that just don't liked to be flashed to 64 AIOs

Try two of your cards on the stock and 64 bios. I have 4 56s 2 Gigabyte and two Sapphire. They will run higher has with lower watts on stock bios verses the 64 bios. Flashing appears to me to be a waste of time and money. All the videos and reviews about performing better with a 64 bios were talking about gaming not mining. test it out for your self.
dragonmike
Hero Member
*****
Offline Offline

Activity: 1274
Merit: 556



View Profile
December 02, 2017, 01:29:24 AM
 #757

Getting SOCKET ERROR - Job Error: invalid target: 00000000
Any ideas?
Haven't set any parameters (apart from pool address, wallet and password)...
Sad

EDIT: trying on a bone stock Vega56
Thekingace
Newbie
*
Offline Offline

Activity: 22
Merit: 0


View Profile
December 02, 2017, 04:29:45 AM
 #758

How and where can we use this command ?

cast_xmr --help

Once miner is running, how can I see stats such as active pool, averages, ...

Also I have a correct global hashrate but most of the lines are empty... Is this normal ??

[14:05:45] GPU3 | 63°C | Fan 2085 RPM | 0.0 H/s
[14:05:45] GPU4 | 64°C | Fan 2188 RPM | 0.0 H/s
[14:05:45] GPU5 | 62°C | Fan 1886 RPM | 0.0 H/s
[14:05:45] GPU0 | 63°C | Fan 1922 RPM | 835.8 H/s
[14:05:45] GPU1 | 63°C | Fan 1979 RPM | 0.0 H/s
[14:05:45] GPU2 | 64°C | Fan 2013 RPM | 0.0 H/s
[14:05:45] GPU3 | 63°C | Fan 2083 RPM | 0.0 H/s
[14:05:45] GPU4 | 63°C | Fan 2187 RPM | 0.0 H/s
[14:05:45] GPU5 | 62°C | Fan 1886 RPM | 0.0 H/s
[14:05:46] GPU0 | 63°C | Fan 1923 RPM | 0.0 H/s
[14:05:46] GPU1 | 64°C | Fan 1976 RPM | 0.0 H/s
[14:05:46] GPU2 | 64°C | Fan 2014 RPM | 0.0 H/s
[14:05:46] GPU3 | 63°C | Fan 2080 RPM | 0.0 H/s
[14:05:46] GPU4 | 64°C | Fan 2188 RPM | 0.0 H/s
[14:05:46] GPU5 | 62°C | Fan 1885 RPM | 843.5 H/s
[14:05:46] GPU0 | 62°C | Fan 1923 RPM | 0.0 H/s
[14:05:46] GPU1 | 63°C | Fan 1976 RPM | 0.0 H/s
[14:05:46] GPU2 | 63°C | Fan 2015 RPM | 0.0 H/s
[14:05:46] GPU3 | 63°C | Fan 2081 RPM | 0.0 H/s
[14:05:46] GPU4 | 63°C | Fan 2190 RPM | 862.8 H/s
[14:05:46] GPU5 | 61°C | Fan 1886 RPM | 0.0 H/s
[14:05:46] GPU0 | 62°C | Fan 1923 RPM | 0.0 H/s
[14:05:46] GPU1 | 63°C | Fan 1975 RPM | 0.0 H/s
[14:05:46] GPU2 | 63°C | Fan 2016 RPM | 0.0 H/s
[14:05:46] GPU3 | 63°C | Fan 2081 RPM | 831.6 H/s
[14:05:46] GPU4 | 63°C | Fan 2190 RPM | 0.0 H/s
[14:05:46] GPU5 | 61°C | Fan 1885 RPM | 0.0 H/s
[14:05:48] GPU0 | 62°C | Fan 1921 RPM | 0.0 H/s
[14:05:48] GPU1 | 64°C | Fan 1958 RPM | 763.0 H/s
[14:05:48] GPU2 | 64°C | Fan 2032 RPM | 0.0 H/s
[14:05:48] GPU3 | 63°C | Fan 2081 RPM | 0.0 H/s
[14:05:48] GPU4 | 64°C | Fan 2193 RPM | 0.0 H/s
[14:05:48] GPU5 | 61°C | Fan 1884 RPM | 0.0 H/s
[14:05:50] GPU0 | 62°C | Fan 1919 RPM | 0.0 H/s
[14:05:50] GPU1 | 63°C | Fan 1965 RPM | 0.0 H/s
[14:05:50] GPU2 | 63°C | Fan 2030 RPM | 834.8 H/s
[14:05:50] GPU3 | 63°C | Fan 2086 RPM | 0.0 H/s
[14:05:50] GPU4 | 63°C | Fan 2179 RPM | 0.0 H/s
[14:05:50] GPU5 | 62°C | Fan 1880 RPM | 0.0 H/s
[14:05:50] GPU0 | 62°C | Fan 1920 RPM | 836.4 H/s
[14:05:50] GPU1 | 63°C | Fan 1967 RPM | 0.0 H/s
[14:05:50] GPU2 | 64°C | Fan 2029 RPM | 0.0 H/s
[14:05:50] GPU3 | 63°C | Fan 2086 RPM | 0.0 H/s
[14:05:50] GPU4 | 63°C | Fan 2179 RPM | 0.0 H/s
[14:05:50] GPU5 | 62°C | Fan 1880 RPM | 0.0 H/s
[14:05:50] GPU0 | 62°C | Fan 1921 RPM | 0.0 H/s
[14:05:50] GPU1 | 63°C | Fan 1970 RPM | 0.0 H/s
[14:05:50] GPU2 | 63°C | Fan 2027 RPM | 0.0 H/s
[14:05:50] GPU3 | 63°C | Fan 2086 RPM | 0.0 H/s
[14:05:50] GPU4 | 63°C | Fan 2179 RPM | 0.0 H/s
[14:05:50] GPU5 | 61°C | Fan 1880 RPM | 834.5 H/s
[14:05:50] GPU0 | 62°C | Fan 1924 RPM | 0.0 H/s
[14:05:50] GPU1 | 63°C | Fan 1969 RPM | 0.0 H/s
[14:05:50] GPU2 | 63°C | Fan 2026 RPM | 0.0 H/s
[14:05:50] GPU3 | 63°C | Fan 2086 RPM | 0.0 H/s
[14:05:50] GPU4 | 63°C | Fan 2181 RPM | 847.7 H/s
[14:05:50] GPU5 | 61°C | Fan 1879 RPM | 0.0 H/s
[14:05:50] GPU0 | 63°C | Fan 1922 RPM | 0.0 H/s
[14:05:50] GPU1 | 62°C | Fan 1964 RPM | 0.0 H/s
[14:05:50] GPU2 | 63°C | Fan 2026 RPM | 0.0 H/s
[14:05:50] GPU3 | 64°C | Fan 2087 RPM | 728.5 H/s
[14:05:51] GPU4 | 64°C | Fan 2180 RPM | 0.0 H/s
[14:05:51] GPU5 | 61°C | Fan 1879 RPM | 0.0 H/s

I have the same problem, did you find a solution?
rohan_prasad
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
December 02, 2017, 06:46:09 AM
 #759

Im not getting 2000 kh/s . I'm new to mining . Ive done everything as explained . Help me out .
currently getting 1400kh
exsexs1
Newbie
*
Offline Offline

Activity: 31
Merit: 0


View Profile
December 02, 2017, 09:47:16 AM
 #760

How can I set to cast-xmd multiple pools? If my pool under DDOS attack, need to jump to other pool.
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 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 ... 155 »
  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!