Monero (XMR) is a privacy-focused cryptocurrency that is not based on Bitcoin’s code.
Monero aims to be a fungible and untraceable digital medium of exchange. It intrinsically has a higher degree of privacy than Bitcoin or any of its various forks. It was launched on April 18, 2014 (Preannounced and no premine/ICO/etc.)
Specifications
PoW Algorithm: RandomX
Max Supply: Infinite (see note below)
Block Reward: Smoothly varying
Block Time: 120 seconds
Difficulty: Retargets at every block
Monero (XMR) Mining Pool https://monero.herominers.com
XMRig v6.2.2+ (Windows, Linux, CPU, GPU
Example start.cmd
Code: Select all
@echo off
xmrig.exe --donate-level 1 -o monero.herominers.com:10191 -u YOUR_WALLET_ADDRESS -p YOUR_WORKER_NAME -a rx/0 -k
pause
Haven is a fork of Monero so inherits the stealth and anonymity that it’s famous for. Haven also has the benefit of starting the blockchain from scratch with RingCT for extra privacy. Further, Haven’s offshore storage smart contract allows privacy conscious individuals that want to keep their money in an untraceable currency without being subject to market fluctuations, a means to do so.
Haven (XHV) Mining Pool https://haven.herominers.com
XMRig v6.2.2+ (Windows, Linux, CPU, GPU)
Example start.cmd
Code: Select all
@echo off
xmrig.exe --donate-level 1 -o haven.herominers.com:10451 -u YOUR_WALLET_ADDRESS -p YOUR_WORKER_NAME -a cn-heavy/xhv -k
pause
Welcome to the New Beginning
When the grand experiment that is bitcoin began, the anonymous wizard desired to test two parameters- a trustless, decentralized database enjoying security enforced by the austere relentlessness of cryptography and a robust transaction system capable of sending value across the world without intermediaries. Yet the past five years years have painfully demonstrated a third missing feature: a sufficiently powerful Turing-complete scripting language. Up until this point, most innovation in advanced applications such as domain and identity registration, user-issued currencies, smart property, smart contracts, and decentralized exchange has been highly fragmented, and implementing any of these technologies has required creating an entire meta-protocol layer or even a specialized blockchain. Theoretically, however, each and every one of these innovations and more can potentially be made hundreds of times easier to implement, and easier to scale, if only there was a stronger foundational layer with a powerful scripting language for all of these protocols to build upon. And this need is what we seek to satisfy.
Ethereum (ETH) Mining Pool https://ethereum.herominers.com
PhoenixMiner v5.1c+ (Windows, Linux, AMD, NVIDIA)
Open
start_miner.bat file and copy / paste example below.
Code: Select all
PhoenixMiner.exe -pool stratum+tcp://ethereum.herominers.com:10201 -wal YOUR_ETHEREUM_WALLET_ADDRESS -pass YOUR_WORKER_NAME
pause
What is Ethereum Classic?
Ethereum Classic is a decentralized computing platform that executes smart contracts. Applications are ran exactly as programmed without the possibility of censorship, downtime, or third-party interference.
Ethereum Classic (ETC) Mining Pool https://etc.herominers.com
PhoenixMiner v5.1c+ (Windows, Linux, AMD, NVIDIA)
Open
start_miner.bat file and copy / paste example below.
Code: Select all
PhoenixMiner.exe -pool stratum+tcp://etc.herominers.com:10161 -wal YOUR_ETC_WALLET_ADDRESS -pass YOUR_WORKER_NAME
pause