How to Mine Solana on Linux

published 2021-09-20 · updated 2022-08-23 #linux #how_to #crypto
Exact steps on how to mine Solana (SOL) on Linux. Solana is a blockchain platform that is open to the public. It's decentralized and open-source.


#(Hit tab to auto complete)
sudo dpkg -i exodus

Install Exodus Wallet – Link to section in video

"pools": [
{ "algo": null,
"coin": null,
"url": "rx.unmineable.com:3333",
"user": "SOL:YOUR_WALLET_ADDRESS.NICKNAME_FOR_MINER",
"pass": "x", "rig-id": null,
"nicehash": false,
"keepalive": false,
"enabled": true,
"tls": false,
"tls-fingerprint": null,
"daemon": false,
"socks5": null,
"self-select": null,
"submit-to-origin": false
}
],

XMRig Configuration File – Link to section in video

ls
sudo ./xmrig

List contents of directory and Run XMRig – Link to section in video