How to start mining Citadel (CTL)? Pool Mining

in citadel •  6 years ago  (edited)

citadel-mining.png

The Citadel Platform is a secure, cost-effective and multi-faceted architecture for delivering digital services to anywhere in the world. Its primary application ecosystem, known as the Sentinel Framework, will serve as an open, flexible and fully programmable network of distributed nodes where decentralized applications (Sentinel Apps) can be hosted and run.

Leveraging the power of #Citadel Network's underlying decentralized infrastructure and expanding its scope with the infinite flexibility that is afforded by the Sentinel Framework, allows the platform to create a wealth of immutable digital services with a cost-friendly commercial profile ready for mass business and consumer adoption.

Features

  • BitKYC - One Key. All Global Services.
  • Sentinel Network - Create And Run Thousands of Decentralized Private Applications
  • Private Smart Contracts - Enforceable, Encrypted Smart Business Agreements
  • Private Side Chains - Blockchain-As-A-Service, Tailored To Your Business Needs
  • Citadel Assets - Secure Your Property On The Blockchain, Forever
  • Citadel Encrypted Messenger - Send Files and Messages Secretly to Anyone, Anywhere In The World In Seconds.
  • DarkBazaar - Private E-Commerce Without Limits

Coin Info

Name: Citadel
Ticker: CTL
Algorithm: #Proof-of-Work (PoW)
Total Supply: 10.7m (See explorer for accurate numbers)
Max Supply: ~18.5m with long tail emission
Block Rewards: 10 per block, halving every 6 months
Block Target Time: 4 minutes
Premine/ICO: N/A
PoW Algorithm: CryptoNote v7 with Zawy LWMA (Linear-Weighted Moving)

Links

Website: https://citadelplatform.io/
BTCTalk: https://bitcointalk.org/index.php?topic=4388936.0
Explorer: http://explorer.citadelplatform.io/

Now that we know the details about Citadel (CTL), let’s get to mining some CTL

Citadel (CTL): Those who have no idea about mining can easily start mining by watching this video.

Citadel (CTL) Mining Pool: https://citadel.herominers.com

SRBMiner Cryptonight AMD GPU Miner V1.7.6+ (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-normalv7.txt --ccryptonighttype normalv7 --cpool citadel.herominers.com:10421 --cwallet YOUR_WALLET_ADDRESS --cpassword YOUR_WORKER_NAME

Cast XMR - HighSpeed CryptoNight Miner 1.6.6+ (Windows, Vega, RX 470/480/570/580)

Example run.bat:

NOTE: Try --opencl 0/1/2 to find out your platform.

cast_xmr-vega.exe -S citadel.herominers.com:10421 -u YOUR_WALLET_ADDRESS -p YOUR_WORKER_NAME --reconnects 0 --opencl -1 -G 0,1,2,3 --algo=1 --maxmem --nonicehash --fastjobswitch

XMR-Stak 2.7.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_v7
Pool address: citadel.herominers.com:10421
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" : "citadel.herominers.com:10421", "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_v7",

XMRig 2.9.2+ (Windows, Linux, CPU)

Example start.cmd:

@echo off
xmrig.exe --donate-level 1 -o citadel.herominers.com:10421 -u YOUR_WALLET_ADDRESS -p YOUR_WORKER_NAME --variant 1 -k
pause

XMRig 2.9.1+ (Windows, Linux, AMD GPU)

Example start.cmd:

@echo off
xmrig-amd.exe --donate-level 1 -o citadel.herominers.com:10421 -u YOUR_WALLET_ADDRESS -p YOUR_WORKER_NAME --variant 1 -k
pause

XMRig 2.9.1+ (Windows, Linux, NVIDIA GPU)

Example start.cmd:

@echo off
xmrig-nvidia.exe --donate-level 1 -o citadel.herominers.com:10421 -u YOUR_WALLET_ADDRESS -p YOUR_WORKER_NAME --variant 1 -k
pause

XMRigCC 1.8.9+ (Windows, Linux, AMD GPU)

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

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

XMRigCC 1.8.10+ (Windows, Linux, CPU)

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

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

Claymore's CryptoNote AMD GPU Miner v11.3+ (Windows, AMD GPU)

Example config.txt:

-xpool stratum+tls://citadel.herominers.com:10421
-xwal YOUR_WALLET_ADDRESS
-xpsw YOUR_WORKER_NAME
-pow7 1

Claymore's CryptoNote Windows CPU Miner v4.0+ (Windows CPU)

Example config.txt:

-o stratum+tls://citadel.herominers.com:10421
-i YOUR_WALLET_ADDRESS
-p YOUR_WORKER_NAME
-pow7 1

Happy Mining.

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!