How to Mine Scala (XLA): Complete Beginner’s Guide

Scala is a cryptocurrency that aims to provide the most decentralized experience. They have their seed node files on IPFS and zeronet, for secure decentralized storage of the seed nodes. They also are aiming to provide mining on all internet connected devices like phones, Televisions etc. The coin has 21 Billion max supply.
As for Scala’s features, they are a fork of Monero. Because of this, Scala has Monero’s privacy aspects to it called RingCT. The coin is based on the anti ASIC Panthera algorithm, but is changed to provide anti Nicehash as well.
Stellite Website: https://scalaproject.io/
Announcement: https://bitcointalk.org/index.php?topic=2813261.0
Community Discord: https://discord.gg/yFRdGtx
Block Explorer: https://explorer.stellite.cash
V5 Adamantium
- 2 Minute block time
- New features from XMR upstream
- Bulletproofs
- A new GUI wallet
- No changes in block reward
Specifications
PoW Algorithm: Panthera
Total Supply: 21,000,000,000
Pre-mine: 0.6%
Block Rewards: (MoneySupply — A) >> 18
Decimal Places: 2
Difficulty Adjustment: Every block
Genesis Block: 2018–01–22 01:21:34
Now that we know the details about Scala, let’s get to mining some XLA!
Scala (XLA) Mining Pool: https://scala.herominers.com
xmrigCC v2.8.0+ (Windows, Linux, CPU)
Example start.cmd
@echo off
xmrigDaemon.exe --donate-level 1 -o scala.herominers.com:10131 -u YOUR_WALLET_ADDRESS -p YOUR_WORKER_NAME -a panthera -k
pause
XLArig v5.1.0+ (Windows, Linux, CPU)
Example start.cmd
@echo off
xlarig.exe --donate-level 1 -o scala.herominers.com:10131 -u YOUR_WALLET_ADDRESS -p YOUR_WORKER_NAME -a panthera -k
pause