xpulse
Newbie
Offline
Activity: 141
Merit: 0
|
|
March 09, 2018, 07:09:18 PM |
|
In case someone need it. I modified JJ-hashrate Powershell script to work with this miner, monitoring hashrate from JSON and restart miner if hashrate hit threshold. Currently setup as 350 H/s. Script Link: ftp://ftp.xpulse.us/Script/JJs_HashMonitor_modified.ps1
|
|
|
|
sayyiditow
Newbie
Offline
Activity: 12
Merit: 0
|
|
March 09, 2018, 09:28:19 PM |
|
Anyone tried this with adrenalin drivers plus vegas? I only got 1300h/s on vega 56 with the adrenalin drivers plus XMRig (not Xrig).
|
|
|
|
treanski
Full Member
Offline
Activity: 364
Merit: 106
ONe Social Network.
|
|
March 09, 2018, 09:30:06 PM |
|
Anyone tried this with adrenalin drivers plus vegas? I only got 1300h/s on vega 56 with the adrenalin drivers plus XMRig (not Xrig).
yeah this miner dont give blockchain driver hashrate for vega too...amd changed something on its driver kernel from blockchaindriver to 17.10.2...still no miner developer was able to fix it
|
|
|
|
sayyiditow
Newbie
Offline
Activity: 12
Merit: 0
|
|
March 10, 2018, 03:32:37 AM |
|
There is a new driver 18.3.1 adrenalin, even that doesn't work. CN miners are in trouble! We can't mine and play games at the same time. Thanks to AMD.
|
|
|
|
|
thilan29
Newbie
Offline
Activity: 37
Merit: 0
|
|
March 24, 2018, 01:35:16 PM |
|
How do you use only one GPU out of several in the same PC?
|
|
|
|
VoskCoin
|
|
March 24, 2018, 07:30:58 PM |
|
were you able to get your FE stable w/ this?
|
|
|
|
robertarnesson (OP)
Newbie
Offline
Activity: 19
Merit: 1
|
|
March 24, 2018, 08:57:47 PM |
|
How do you use only one GPU out of several in the same PC?
Use something like this, where index is the gpu you want to use: { "algo": "cryptonight", "platform_index": 0, "pools": [ { "url": "pool.monero.hashvault.pro:5555", "user": "", "pass": "x" } ], "api": { "port": 4444 }, "threads": [ {"index": 0, "intensity": 1932}, {"index": 0, "intensity": 1932} ], "profile": { // ... } }
|
|
|
|
thilan29
Newbie
Offline
Activity: 37
Merit: 0
|
|
March 24, 2018, 09:23:44 PM |
|
How do you use only one GPU out of several in the same PC?
Use something like this, where index is the gpu you want to use: Thanks
|
|
|
|
|
robertarnesson (OP)
Newbie
Offline
Activity: 19
Merit: 1
|
|
March 25, 2018, 09:30:42 AM |
|
Thanks. yes performance dropped a bit with the implementation of CryptonightV7, but this is fixable. Version 0.8.0 is faster. donate.h was a leftover from xmrig, its not used and have been removed. 1% is the correct one
|
|
|
|
peterboy1
Newbie
Offline
Activity: 168
Merit: 0
|
|
March 25, 2018, 09:56:10 AM |
|
can we disable donation without any shenanigans consequences? if so, then this is the real thing we call "donation".
|
|
|
|
Sgsg666
Jr. Member
Offline
Activity: 113
Merit: 1
|
|
March 25, 2018, 11:55:06 AM |
|
can we disable donation without any shenanigans consequences? if so, then this is the real thing we call "donation".
Haha lol, yeah I wonder if there's a switch. Most miners should do this or just be upfront like castxmr.
|
|
|
|
xpulse
Newbie
Offline
Activity: 141
Merit: 0
|
|
March 26, 2018, 02:24:44 AM |
|
were you able to get your FE stable w/ this? Stable, until reboot. After reboot need to do a trick: 1. Safe mode, DDU 2. Reboot 3. Install Adrenilin drivers (any, i'm using 18.2.3) 4. Disable CrossLink and EnableUPS in registry, backup registry 5. Reboot 6. Disable all cards (in device manager) 7. Install Blockchain drivers from Device manager 8. Disable and re-enable all cards. 9. Apply registry backup 10. Apply Softmod 11. backup registry 12. Run miner via script, without reboot. If system rebooted, need to do the same thing again. It is usually takes up to 15 minutes by running mining.
|
|
|
|
murgorx
Member
Offline
Activity: 443
Merit: 13
|
|
March 26, 2018, 06:24:27 AM |
|
Is it possible to use the miner on a RX580 rig or is it strictly for Vegas? I know VEGAs are beasts atm, but please try to make it also for RXs series! There are a tremendous lot of people, who are mining on those cards, we would love some dev on that too
|
|
|
|
robertarnesson (OP)
Newbie
Offline
Activity: 19
Merit: 1
|
|
March 26, 2018, 09:41:38 AM |
|
Is it possible to use the miner on a RX580 rig or is it strictly for Vegas? I know VEGAs are beasts atm, but please try to make it also for RXs series! There are a tremendous lot of people, who are mining on those cards, we would love some dev on that too Perhaps bad "branding" on my part - it works perfectly well on other AMD cards as well!
|
|
|
|
|
|
TrasherDK
Newbie
Offline
Activity: 3
Merit: 0
|
|
July 21, 2018, 04:01:02 AM |
|
Stable, until reboot. After reboot need to do a trick:
1. Safe mode, DDU 2. Reboot 3. Install Adrenilin drivers (any, i'm using 18.2.3) 4. Disable CrossLink and EnableUPS in registry, backup registry 5. Reboot 6. Disable all cards (in device manager) 7. Install Blockchain drivers from Device manager 8. Disable and re-enable all cards. 9. Apply registry backup 10. Apply Softmod 11. backup registry 12. Run miner via script, without reboot.
If system rebooted, need to do the same thing again. It is usually takes up to 15 minutes by running mining.
4. No such thing as CrossLink or EnableUPS in the registry. (You mean EnableULPS, but what is CrossLink). 6. Disable all cards 8. Disable all cards (They are already disabled in step 6) 10. Apply Softmod (What is Softmod? Could it possibly be ATIMdag Pixel Patcher?) What else is missing?
|
|
|
|
|