-
Notifications
You must be signed in to change notification settings - Fork 13
/
OptimalRunningSequencesForRadeonVII
53 lines (42 loc) · 1.96 KB
/
OptimalRunningSequencesForRadeonVII
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
WARNING!!!!!!!
THE OPTIMIZED SETTING(S) IS/AR WORKING FORM MY SETUP(S).
IT MAY NOT BE OPTIMIZED FOR YOUR MOTHERBOARD, CPU, RAM, GPU COMBINATION.
THE XMRMINER01102018 IS NOT RESPONSIBLE FOR ANY DAMAGE THAT MAY HAVE CAUSED BY FOLLOWING THIS GUID.
USE IT AT YOUR OWN RISK/DISCRETION. PLEASE READ THE WHOLE DOCUMENT FIRST BEFOR DOING ANYTHING.
# For CryptoNight R(CNr) and V8 ReverseWaltz(CNrwz)
Tested OS: Ubuntu MATE 18.04.1.
amdgpu-pro version: 18.50+ (Radeon VII does not work on previous driver versions)
Examples are for one GPU only.
For Radeon VII
STEP1:
./setPPT.sh 0 REFRVIIPPT
./setAMDGPUFanSpeed.sh -g 0 -s 70
NOTE: Adjust the voltage to your GPU. The following settings has been working on 4 different Radeon VIIs.
You can get more hashrate by leaving it alone but power usage is optimized by the following settings.
echo "s 1 1750" > /sys/class/drm/card0/device/pp_od_clk_voltage
echo "m 1 1200" > /sys/class/drm/card0/device/pp_od_clk_voltage
STEP2:
TeamRedMiner (v0.4.3b+)
----------------------
Run the miner
CNr:
./teamredminer -a cnr -o stratum+tcp://pool.hashvault.pro:7777 -u YOUR_WALLET_ID -p RIG_NAME -d 0
CNrwz:
./teamredminer -a cnv8_rwz -o stratum+tcp://pool.graft.hashvault.pro:7777 -u YOUR_WALLET_ID -p RIG_NAME -d 0
XMRIG-AMD(v2.14.1+)
------------------
For both CNr and CNrwz set the algo to auto as follows in config.json file.
"variant": -1, <-- auto algo
Example config file in VegaToolsNConfigs/config/config.json_RVII
Configure setting(s) in config.json and start the miner.
GrinPro(v2.0+)
-------------
Start the miner.
ClaymoreDuelMiner(v12.0)
------------------------
Run the miner with 90 C temp limit.
./ethdcrminer64 -epool us1.ethermine.org:4444 -ewal YOUR_WALLET_ID.RIG_NAME -epsw RIG_NAME -tt 1 -ttli 90 -logfile /var/log/hashrate.log
PhoenixMiner(v4.2c+)
--------------------
Run the miner.
./PhoenixMiner -pool ssl://us1.ethermine.org:5555 -wal YOUR_WALLET_ID.RIG_NAME -pass YOUR_WALLET_ID.RIG_NAME -tt 1 -logfile /var/log/hashrate.log