Changes

From Ravencoin Wiki
Jump to navigationJump to search
725 bytes removed ,  17:46, 5 December 2019
no edit summary
*Memory: -502
*Power: 80%
 
Your mileage may vary.
''Additional info:''
# To get your miner to auto start on reboot, press ' win + r ' and type in ' shell:startup ' then create a shortcut of your bat file in the startup folder.Set your BIOS to reboot automatically after a power outage. This will minimize downtime due to power interruption or reboot.# Use the failover option in your T-Rex configuration file to select a backup stratum for your first choice mining pool.# Likewise, use the failover option to select a second pool you are registered with. These steps will keep you mining if/when your chosen stratum/pool go down
*[https://rvn.2miners.com/en/help 2miners]
=== Failover Nvidia script ===
:MINE
ccminer -a x16r -o stratum+tcp://miningpanda.site:3636 -u RBjAZ4fgoXfMC1ujzs7XKreMxJAL1r9fhT.titanV -p c=RVN,titanv -i 20 -r 3 -N 600
ccminer -a x16r -o stratum+tcp://cryptopool.party:3636 -u RBjAZ4fgoXfMC1ujzs7XKreMxJAL1r9fhT.titanV -p c=RVN,titanv -r 3 -N 600
ccminer -a x16r -o stratum+tcp://yiimp.eu:3666 -u RBjAZ4fgoXfMC1ujzs7XKreMxJAL1r9fhT.titanV -p c=RVN,titanv -i 20 -r 3 -N 600
GOTO :MINE
 
or in one line:
ccminer -a x16r -o stratum+tcp://miningpanda.site:3636 -u RBjAZ4fgoXfMC1ujzs7XKreMxJAL1r9fhT.titanV -p c=RVN,titanv -o stratum+tcp://cryptopool.party:3636 -u RBjAZ4fgoXfMC1ujzs7XKreMxJAL1r9fhT.titanV -p c=RVN,titanv -o stratum+tcp://yiimp.eu:3666 -u RBjAZ4fgoXfMC1ujzs7XKreMxJAL1r9fhT.titanV -p c=RVN,titanv -i 20 -N 600
 
or in a config file:
{
"_note": "Failover 2 pools",
"pools": [{
"name": "Panda",
"url": "stratum+tcp://miningpanda.site:3636",
"user": "RBjAZ4fgoXfMC1ujzs7XKreMxJAL1r9fhT",
"pass": "TeslaV100"
},
{
"name": "PickAxe",
"url": "stratum+tcp://rvn.pickaxe.pro:3636",
"user": "RBjAZ4fgoXfMC1ujzs7XKreMxJAL1r9fhT",
"pass": "TeslaV100"
}
],
"algo": "x16r",
"intensity": "19",
"statsavg" : "600",
"api-bind": "127.0.0.1",
"api-remote": false
}
Seal Clubber's [https://cdn.discordapp.com/attachments/405866260379992064/421768350201544725/PoolFailover_V1.0.bat failover script]
== Setting up Ubuntu for NVIDIA mining ==
''By Seal Clubber#4158 (discord)''
THIS GUIDE IS OUTDATED. Seal Clubber sill soon offer an updated guide for AMD hardware with x16rv2 support. For now, consider trying [https://github.com/todxx/teamredminer Teamredminer for AMD mining x16rv2]
 
Or adapt the following, outdated guide to x16rv2
* [https://bitcointalk.org/index.php?topic=5023676.0 WildRig Multi is available here]
* [https://www.microsoft.com/en-us/download/details.aspx?id=48145 Visual C++ Redistributable for Visual Studio 2015 is needed to run WildRig]
Write
51

edits

Navigation menu