How to Mine RyoCurrency (RYO): Complete Beginner’s Guide

The fallout from Sumokoin’s premine SNAFU and their rash decision to hard fork back to ASIC friendly Cryptonight algorithm resulted in a community backed effort to maintain the original intent of the project of improved privacy and to stay true to GPU miners with CN-GPU.
At block height 137500 what is currently SUMO/RYO have transitioned into RYO and SUMO. Now they are running on a separate chains.
Digital Cash For Highly-Confidential Transactions
Private
Ryo is created with a high level of privacy in mind, setting Ring Confidential Transactions (RingCT) with minimum ringsize (mixin) of 25 to conceal sources/amounts transferred and make it high resistance to blockchain analysis.
ASIC-proof
The Ryo implements Cryptonight-GPU ASIC Resistant algorythm. Ryo, as a fork from Monero which itself was initially based on the CryptoNote protocol, inherits all whitepapers and academic studies from CryptoNote and Monero Research Lab. Additionally, Ryo has pioneered technologies such as Cryptonight-GPU, which have been used by numerous other Monero forks.
Untraceable
Ryo is untraceable; sending and receiving addresses are encrypted, transacted amounts are obfuscated by default. Transactions on the Ryo blockchain cannot be linked to a particular user or real-world identity.
Decentralized
Ryo follows Satoshi Nakamoto’s vision of decentralized, trustless cryptocurrency, i.e. a secure digital cash operated by a network of users. Transactions are confirmed by distributed consensus, and then recorded on the blockchain immutably. Third-parties do not need to be trusted to keep your Ryo safe.
Fungible
Ryo is truly fungible, thanks to built-in privacy features. Just like cash, all Ryo are equal, changeable. It is extremely unlikely that coin will ever be blacklisted by any party due to its association in previous transactions
Anonymous
Ryo allows you to use a new ghost address for every transaction you receive. Never receive coins with the same address twice, reducing the chance of linking your transactions to your spending habbits.
COIN SUPPLY & EMISSION
- Total supply: 88,188,888 coins in 20 years(including 8M dev. fund emitted together with the block reward over 6 years.), then 263,000 coins will be emitted yearly to account for inflation.
- More than 80 million coins are available for community mining.
- 8,790,000 Ryo coins were burned to get rid of the original Sumokoin premine. Additionally, 100,000 coins were premined and instantly unlocked to Sumokoin devs in 2017.
The pre-mined coins have been frozen/burned in commit c3a3cb6/ blockchain_db/blockchain_db.cpp#L250-L258 as announced on reddit.
- Coin symbol: RYO
- Coin Units:
- 1 nanoRyo = 0.000000001 RYO (10–9-the smallest coin unit)
- 1 microRyo = 0.000001 RYO (10–6)
- 1 milliRyo = 0.001 RYO (10–3)
- Hash algorithm: CryptoNight GPU (Proof-Of-Work)
- Emission scheme: Ryo’s block reward changes every 6-months according to the following “ Plateau” distribution*. Our emission scheme is inspired by real-world mining production comparable to crude oil, coal and gas which is often slow at first, accelerated in the next few years before declining and becoming depleted. However, the emission path of Ryo is generally not that far apart from Bitcoin.


Now that we know the details about RyoCurrency, let’s get to mining some RYO!
RyoCurrency (RYO) Mining:
Those who have no idea about mining can easily start mining by watching this video.
RyoCurrency (RYO) Mining Pool: https://ryo.herominers.com
SRBMiner Cryptonight AMD GPU Miner v1.9.3+ (Windows, AMD GPU)
Run guided_setup.bat file and answer questions:
Configuration name: ryo-herominers
Enter the algorithm name you want to use: 27 (Cryptonight Gpu)
Do you want to use double threads per GPU? y or n (optional)
Do you want to set a system shutdown temperature? 80 or (or 1 to turn off)
Do you want to set a GPU protection temperature? 72 or (or 1 to turn off)
Address and port of mining pool: ryo.herominers.com:10271
Password to use with the mining pool: YOUR_WORKER_NAME
Is this a nicehash pool? n
Is this pool using SSL/TLS encryption? n
Address of your wallet for this coin: YOUR_WALLET_ADDRESS (can be ADDRESS+PAYMENTID or ADDRESS.DIFF or ADDRESS+PAYMENTID.DIFF)
A unique identification name for your miner: workerName
Do you want to enable logging? n or y (optional)
Do you want to enable compute mode? y or n (optional)
XMRig v6.2.2+ (Windows, Linux, CPU, GPU)
Example start.cmd
@echo off
xmrig.exe --donate-level 1 -o ryo.herominers.com:10271 -u YOUR_WALLET_ADDRESS -p YOUR_WORKER_NAME -a cn/gpu -k
pause
XMR-Stak v2.10.8+ (Windows, Linux, CPU, GPU)
Run xmr-stak.exe file and answer questions:
Use simple setup method? y
Please enter the currency that you want to mine: ryo
Pool address: ryo.herominers.com:10271
Username (wallet address or pool login): YOUR_WALLET_ADDRESS (can be ADDRESS+PAYMENTID or ADDRESS.DIFF or ADDRESS+PAYMENTID.DIFF)
Password (mostly empty or x): YOUR_WORKER_NAME
Does this pool port support TLS/SSL? Use no if unknown. n
Example pools.txt
"pool_list" :
[
{"pool_address" : "ryo.herominers.com:10271", "wallet_address" : "YOUR_WALLET_ADDRESS", "rig_id" : "", "pool_password" : "YOUR_WORKER_NAME", "use_nicehash" : false, "use_tls" : false, "tls_fingerprint" : "", "pool_weight" : 100 },
],"currency" : "ryo",
CryptoDredge v0.23.0+ (Windows, Linux, NVIDIA GPU)
Create ryo-herominers.bat file and copy/paste example below.
@echo off
title RYO-Currency (RYO) HeroMiners Pool
CryptoDredge.exe -o stratum+tcp://ryo.herominers.com:10271 -u YOUR_WALLET_ADDRESS -p YOUR_WORKER_NAME -a cngpu
pause