Introduction
Sumokoin (スモコイン in Japanese) is a fork from Monero, one of the most respectable cryptocurrency well-known for security, privacy, untraceability and active development. Starting as an educational project, we found that it would be great to create a new coin with high level of privacy by (1) moving forward right away to Ring Confidential Transactions (RingCT), (2) setting minimum transaction mixins to 48 that would make it high resistance to blockchain analysis attacks.
Sumokoin, therefore, is a new Monero without its legacy, a truely fungible cryptocurrency among just a few ones in the market.
Features
#TRUE FUNGIBILITY
Sumokoin is one of a few rare cryptocurrencies with true fungibility — the feature makes digital currency act like physical cash i.e. no other people can find where the money comes from and how many have been transferred.
#GREAT PRIVACY
Sumokoin is created with high level of privacy in mind, setting Ring Confidential Transactions (RingCT) with minimum ringsize of 48(+1) to conceal sources/amounts transferred and make it high resistance to blockchain-analysis attacks
#STRONG SECURITY
Sumokoin utilizes the power of a distributed peer-to-peer consensus network, every transaction is cryptographically secured. Individual accounts have a 26 word mnemonic seed displayed when created, which can be written down to back up the account and account files are encrypted with a passphrase to ensure they are worthless if stolen.
#Coin Info
PoW Algorithm: CryptoNightR
Max Supply: 88,888,888
Block time: 240 seconds
Difficulty: Retargets at every block
Now that we know the details about Sumokoin (SUMO), let’s get to mining some SUMO
SRBMiner Cryptonight AMD GPU Miner V1.8.0+ (Windows, AMD GPU)
Example start.bat file
setx GPU_MAX_HEAP_SIZE 100
setx GPU_MAX_USE_SYNC_OBJECTS 1
setx GPU_SINGLE_ALLOC_PERCENT 100
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_MAX_SINGLE_ALLOC_PERCENT 100
off
cd %~dp0SRBMiner-CN.exe --config Config\config-normalv4.txt --ccryptonighttype normalv4 --cpool sumo.herominers.com:10611 --cwallet YOUR_WALLET_ADDRESS --cpassword YOUR_WORKER_NAME
Cast XMR - HighSpeed CryptoNight Miner 1.6.6+ (Windows, Vega, RX 470/480/570/580)
Example run.bat:
NOTE: Try --opencl 0/1/2 to find out your platform.
cast_xmr-vega.exe -S sumo.herominers.com:10611 -u YOUR_WALLET_ADDRESS -p YOUR_WORKER_NAME --reconnects 0 --opencl -1 -G 0,1,2,3 --algo=10 --maxmem --nonicehash --fastjobswitch
XMR-Stak 2.10.0+ (Windows, Linux, CPU, GPU)
Run xmr-stak and answer questions:
Do you want to use HTTP interface: 0
Please enter the currency you want to mine: cryptonight_r
Pool address: sumo.herominers.com:10611
User name: YOUR_WALLET_ADDRESS (can be ADDRESS+paymentID or ADDRESS.DIFF or ADDRESS+paymentID.DIFF)
Password: YOUR_WORKER_NAME
Rig identifier: (Empty)
Does this pool support TLS/SSL: n
Do you want to use nicehash on this pool: n
Do you want to use multiple pools: n
Example pools.txt:
"pool_list" :
[
{"pool_address" : "sumo.herominers.com:10611", "wallet_address" : "YOUR_WALLET_ADDRESS", "rig_id" : "", "pool_password" : "YOUR_WORKER_NAME", "use_nicehash" : false, "use_tls" : false, "tls_fingerprint" : "", "pool_weight" : 100 },
],"currency" : "cryptonight_r",
XMRig 2.14.1+ (Windows, Linux, CPU)
Example start.cmd:
off
xmrig.exe --donate-level 1 -o sumo.herominers.com:10611 -u YOUR_WALLET_ADDRESS -p YOUR_WORKER_NAME -a cn/r -k
pause
XMRig 2.14.0+ (Windows, Linux, AMD GPU)
Example start.cmd:
off
xmrig-amd.exe --donate-level 1 -o sumo.herominers.com:10611 -u YOUR_WALLET_ADDRESS -p YOUR_WORKER_NAME -a cn/r -k
pause
XMRig 2.14.0+ (Windows, Linux, NVIDIA GPU)
Example start.cmd:
off
xmrig-nvidia.exe --donate-level 1 -o sumo.herominers.com:10611 -u YOUR_WALLET_ADDRESS -p YOUR_WORKER_NAME -a cn/r -k
pause
XMRigCC 1.9.1+ (Windows, Linux, AMD GPU)
Create start.cmd file and copy/paste example below.
off
xmrigDaemon.exe --donate-level 1 -o sumo.herominers.com:10611 -u YOUR_WALLET_ADDRESS -p YOUR_WORKER_NAME -a cryptonight --variant r -k
pause
XMRigCC 1.9.1+ (Windows, Linux, CPU)
Create start.cmd file and copy/paste example below.
off
xmrigDaemon.exe --donate-level 1 -o sumo.herominers.com:10611 -u YOUR_WALLET_ADDRESS -p YOUR_WORKER_NAME -a cryptonight --variant r -k
pause
TeamRedMiner 0.4.0+ - CNR - (Windows, Linux, AMD GPU)
Create start_cnr.bat file and copy/paste example below.
set GPU_MAX_ALLOC_PERCENT=100
set GPU_SINGLE_ALLOC_PERCENT=100
set GPU_MAX_HEAP_SIZE=100
set GPU_USE_SYNC_OBJECTS=1teamredminer.exe -a cnv8 -o stratum+tcp://sumo.herominers.com:10611 -u YOUR_WALLET_ADDRESS -p YOUR_WORKER_NAME