Stellite redistribution wealth using the power of a completely decentralized, private and modern #cryptocurrency.
Stellite is the first cryptocurrency to link #IPFS and #ZeroNet with blockchain and to make a globally #scalable and mobile friendly ecosystem. Redistribution of wealth using the power of blockchain.
Open Source
#Stellite is open-source and community-driven. Everyone can participate.
Adaptive
Stellite offers user-friendly #blockchain tools for everyday devices.
Decentralized
#IPFS and #Zeronet enable features like immutable node lists and checkpoints.
Private
The Stellite network is blockchain analysis resistant. All data is private.
The Stellite Network - A Further Decentralized Cryptocurrency
Adaptive and anonymous
Provides adaptive network limits, anonymity and resistance to double-spending-attacks.
Decentralized storage - IPFS
IPFS serves as a decentralized storage for the node lists.
P2P file distribution - ZeroNet
A web-like P2P-protocol is used to distribute the files. Checkpoints are maintained off chain.
StellitePay - A Payment Gateway for Stellite
Features
No daemon needed
Zero confirmation transactions
Low fee transactions
Payment webhooks
Easy integration
Hard Fork DONE - Adamantium v5
5 min block time
Reduces orphan blocks and saves blockchain space.
Sub addresses
Allows multiple addresses under the same wallet.
Multi signature
A group of users will be able to sign a single transaction.
IPFS & ZeroNet
Adds decentralized file storage capabilities to the network.
Now that we know the details about Stellite (XTL), let’s get to mining some XTL
Stellite (XTL): Those who have no idea about mining can easily start mining by watching this video.
Stellite (XTL) Mining Pool: https://stellite.herominers.com
SRBMiner Cryptonight AMD GPU Miner V1.7.8+ (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 %~dp0SRBMiner-CN.exe --config Config\config-stellitev8.txt --ccryptonighttype stellitev8 --cpool stellite.herominers.com:10131 --cwallet YOUR_WALLET_ADDRESS --cpassword YOUR_WORKER_NAME
XTL-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: stellite
Pool address: stellite.herominers.com:10131
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" : "stellite.herominers.com:10131", "wallet_address" : "YOUR_WALLET_ADDRESS", "rig_id" : "", "pool_password" : "YOUR_WORKER_NAME", "use_nicehash" : false, "use_tls" : false, "tls_fingerprint" : "", "pool_weight" : 100 },
],"currency" : "stellite",
Cast XMR - HighSpeed CryptoNight Miner 1.7.1+ (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 stellite.herominers.com:10131 -u YOUR_WALLET_ADDRESS -p YOUR_WORKER_NAME --reconnects 0 --opencl -1 -G 0,1,2,3 --algo=6 --maxmem --nonicehash --fastjobswitch
XMR-Stak 2.8.2+ (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_half
Pool address: stellite.herominers.com:10131
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" : "stellite.herominers.com:10131", "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_half",
XMRig 2.12.0+ (Windows, Linux, CPU)
Example start.cmd:
@echo off
xmrig.exe --donate-level 1 -o stellite.herominers.com:10131 -u YOUR_WALLET_ADDRESS -p YOUR_WORKER_NAME --variant xtl -k
pause
XMRig 2.12.0+ (Windows, Linux, AMD GPU)
Example start.cmd:
@echo off
xmrig-amd.exe --donate-level 1 -o stellite.herominers.com:10131 -u YOUR_WALLET_ADDRESS -p YOUR_WORKER_NAME --variant xtl -k
pause
XMRig 2.12.0+ (Windows, Linux, NVIDIA GPU)
Example start.cmd:
@echo off
xmrig-nvidia.exe --donate-level 1 -o stellite.herominers.com:10131 -u YOUR_WALLET_ADDRESS -p YOUR_WORKER_NAME --variant xtl -k
pause
XMRigCC 1.8.12+ (Windows, Linux, AMD GPU)
Create start.cmd file and copy/paste example below.
@echo off
xmrigDaemon.exe --donate-level 1 -o stellite.herominers.com:10131 -u YOUR_WALLET_ADDRESS -p YOUR_WORKER_NAME --variant xtl -k
pause
XMRigCC 1.8.13+ (Windows, Linux, CPU)
Create start.cmd file and copy/paste example below.
@echo off
xmrigDaemon.exe --donate-level 1 -o stellite.herominers.com:10131 -u YOUR_WALLET_ADDRESS -p YOUR_WORKER_NAME --variant xtl -k
pause