How to Mine Equilibria (XEQ): Complete Beginner’s Guide

Hero Miners
3 min readMay 4, 2021

Equilibria

Our native chain can deliver any real world data to smart contracts through our scalable blockchain-agnostic private ecosystem.

Community Ran Oracle Nodes

The Equilibria Oracle Network is ran by staked nodes. Each node acts as a data requestor and validator.

On-Demand Data Feeds

As more projects come into the crypto space there will be an increasing need for smart contracts to be connected, feeding data to and from each other, as well as having access to information from outside the crypto space.

Equilibria helps smart contracts retrieve information such as price feeds on token swaps, loan collateralization, esports, weather, and much more.

Token Economics

The Equilibria Oracle Network uses the native coin XEQ for staking and payments. Other tokens are created on other chains to act as intermediary payment methods. All tokens will be confined to the 84M max supply of XEQ.

Mining

The Equilibria Blockchain is hybrid PoW and PoS. Miners take half of the block reward.

Oracle Nodes

Oracle Nodes take the other half of the block reward as a base payment and receive oracle request fees.

Staking Pools

Staking pools allow for anyone to stake their XEQ. You can easily stake to a pool through our web wallet or desktop wallet.

Now that we know the details about Equilibria, let’s get to mining some XEQ!

Equilibria Mining:
Those who have no idea about mining can easily start mining by watching this video.

Equilibria Mining Pool: https://equilibria.herominers.com

SRBminer-Multi v0.7.3+ (Windows, Linux, CPU, AMD)

Method 1: Run guided_setup.bat file and answer questions:

Configuration name: equilibria-herominers
Do you want to use multi algorithm mining? n or y (optional)
Enter algorithm 0 name: cryptonight_gpu
Address and port of mining pool: de.equilibria.herominers.com:1195
Wallet address: YOUR_EQUILIBRIA_WALLET_ADDRESS
Password: YOUR_WORKER_NAME
Do you want to use your CPU for mining algorithm 0 ? n or y (optional)
Do you want to enable logging? n or y (optional)
Do you want to enable compute mode? y or n (optional)

Method 2: Create herominers-equilibria.bat file and copy / paste example below.

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
setx GPU_ENABLE_LARGE_ALLOCATION 100
setx GPU_MAX_WORKGROUP_SIZE 1024
@echo off
cd %~dp0
cls
SRBMiner-MULTI.exe --algorithm cryptonight_gpu --pool de.equilibria.herominers.com:1195 --wallet YOUR_EQUILIBRIA_WALLET_ADDRESS --password YOUR_WORKER_NAME
pause

CryptoDredge v0.26.0+ (Windows, Linux, NVIDIA)

Create equilibria-herominers.bat file and copy / paste example below.

set GPU_MAX_ALLOC_PERCENT=100
@echo off
title Equilibria (XEQ) HeroMiners Pool
CryptoDredge.exe -o stratum+tcp://de.equilibria.herominers.com:1195 -u YOUR_EQUILIBRIA_WALLET_ADDRESS -p YOUR_WORKER_NAME -a cngpu
pause

XMR-Stak v2.10.8+ (Windows, Linux, CPU, AMD, NVIDIA)

Method 1: Run xmr-stak.exe and answer questions:

Use simple setup method? (Y/n) y
Please enter the currency that you want to mine: ryo
Pool address: de.equilibria.herominers.com:1195
Username (wallet address or pool login): YOUR_EQUILIBRIA_WALLET_ADDRESS (can be ADDRESS+PAYMENTID or ADDRESS.DIFF or ADDRESS+PAYMENTID.DIFF)
Password: YOUR_WORKER_NAME
Does this pool port support TLS/SSL? Use no if unknown. (y/N) n

Method 2: Example pools.txt

"pool_list" :
[
{"pool_address" : "de.equilibria.herominers.com:1195", "wallet_address" : "YOUR_EQUILIBRIA_WALLET_ADDRESS", "rig_id" : "", "pool_password" : "YOUR_WORKER_NAME", "use_nicehash" : false, "use_tls" : false, "tls_fingerprint" : "", "pool_weight" : 100 },
],
"currency" : "ryo",

Happy Mining.

--

--