How to start mining X-CASH? Pool Mining

xcash-mining.jpg

X-CASH is a #cryptocurrency built on #Monero v8 with the aim to become a standard in digital payment and transaction settlement. We believe privacy is very important when it comes to managing personal finances, but at the same time, banks and institutions need to know the source of the funds for KYC purposes. Therefore, we plan on leaving the users the choice of whether or not they want their transaction to be public.

Because we are implementing a worldwide network of dedicated servers, we hope to make the synchronization of the #blockchain faster than other #cryptocurrencies as well as reducing transaction latency. We believe this network will be a key component in the deployment of the future improvements we plan on adding to the core code.

DISTRIBUTION OF X-CASH

By granting only 2% of the coins to the founding team, we are hoping to build trust with the market.
Moreover, we have decided to link the release of the coins to the team with the evolution of the market capitalization of X-CASH.

This will both prevent any hard dumping and ensure the long-term commitment of the team whose interests are aligned with the community. Also, in accordance with our policy, we will provide quarterly external audits on the premine funds status and quantity.

Half of the premine is reserved to the airdrop/bounty pool. This enables to have a large proportion of our coins being evenly distributed between users, even those without huge mining power.

xcash-distribution.png

Coin Info

Ticker: X-CASH (formely XCA)
Total Supply: 100.000.000.000 (100 Billion) X-CASH
Distribution: Mining, Airdrop
Algorithm: #CryptoNight HeavyX (AKA CryptoNigt Double)
Reward: ~100.000 X-CASH (at inception)
Emission: Logarithmic until max supply reached in 2020
Block Interval: 60s
Tx Time (average): 30s
Block Size (average): 300kb
Difficulty Adjustment: Every 90 block (dynamic adjustement)

Now that we know the details about X-CASH

X-CASH: Those who have no idea about mining can easily start mining by watching this video.

X-CASH Mining Pool: https://xcash.herominers.com

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
@echo off
cd %~dp0

SRBMiner-CN.exe --config Config\config-xcash.txt --ccryptonighttype xcash --cpool xcash.herominers.com:10441 --cwallet YOUR_WALLET_ADDRESS --cpassword YOUR_WORKER_NAME

XMR-Stak 2.10.1+ (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_v8_double
Pool address: xcash.herominers.com:10441
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" : "xcash.herominers.com:10441", "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_v8_double",

XCASH XMR-Stak (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_heavyx
Pool address: xcash.herominers.com:10441
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" : "xcash.herominers.com:10441", "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_heavyx",

XMRig 2.14.1+ (Windows, Linux, CPU)

Example start.cmd:

@echo off
xmrig.exe --donate-level 1 -o xcash.herominers.com:10441 -u YOUR_WALLET_ADDRESS -p YOUR_WORKER_NAME -a cn/double -k
pause

XMRig 2.14.0+ (Windows, Linux, AMD GPU)

Example start.cmd:

@echo off
xmrig-amd.exe --donate-level 1 -o xcash.herominers.com:10441 -u YOUR_WALLET_ADDRESS -p YOUR_WORKER_NAME -a cn/double -k
pause

XMRig 2.14.0+ (Windows, Linux, NVIDIA GPU)

Example start.cmd:

@echo off
xmrig-nvidia.exe --donate-level 1 -o xcash.herominers.com:10441 -u YOUR_WALLET_ADDRESS -p YOUR_WORKER_NAME -a cn/double -k
pause

XMRigCC 1.9.1+ (Windows, Linux, AMD GPU)

Create start.cmd file and copy/paste example below.

@echo off
xmrigDaemon.exe --donate-level 1 -o xcash.herominers.com:10441 -u YOUR_WALLET_ADDRESS -p YOUR_WORKER_NAME --variant heavyx -k
pause

XMRigCC 1.9.1+ (Windows, Linux, CPU)

Create start.cmd file and copy/paste example below.

@echo off
xmrigDaemon.exe --donate-level 1 -o xcash.herominers.com:10441 -u YOUR_WALLET_ADDRESS -p YOUR_WORKER_NAME --variant heavyx -k
pause

Happy Mining.

H2
H3
H4
3 columns
2 columns
1 column
Join the conversation now
Logo
Center