The QRL will be the first decentralized #cryptocurrency which is implemented from the outset to be resistant to both classical and quantum computing attack. It uses a different system of cryptography to bitcoin (and all other altcoins) known as #XMSS, which is a hash-based digital signature scheme, and provably quantum-resistant. The ledger will be the first to use quantum-resistant signatures on a #blockchain, which provides an ultra secure store of value in the event of a sudden advance in quantum computing (rendering #bitcoin, #ethereum etc vulnerable to attack). The initial aim of the project is to establish a functional and secure blockchain on which more technology can be built, such as the Ephemeral post-quantum secure data channels.
Why QRL?
Based upon the understanding that popular existing cryptographic signature schemes (such as ECDSA) in the #cryptocurrency space are vulnerable to a sufficiently powerful quantum computer running Shor’s algorithm, QRL is addressing what will be a singular threat to the security of #cryptocurrency going forward – the inevitability of quantum computing.
A Look Into The Future
We never like to bet against the future. The development of Quantum Computing has been non-linear up to this point, and we believe that is a trend that will continue into the future. With this in mind, we believe that there is no time like the present to prepare. The current state of #Quantum #Computing would have been hard to predict 5 years ago, and near impossible to predict 10 years ago. This is good to keep in mind whenever reading overly specific predictions about the technology that project out that far into the future.
QRL and Our Solution - Future Proofing the Blockchain
QRL provides a blockchain that is resistant to both conventional and quantum computing attacks. The future of the internet will be built on decentralized protocols and abstraction layers, and we plan on being ready for that future, as well as any sudden quantum computing development (“Y2Q”) that may usher in that reality sooner than expected.
Our blockchain will utilize the previously vetted, provably secure Extended Merkle Signature Scheme #XMSS to ensure that our network is resistant to quantum computing attacks. We aim to secure our network against not only the inevitability of quantum computing, and all that implies for the #blockchain and #cryptocurrency space, but also the potential for a black swan event to rapidly and irreversibly advance the technology with no immediate warning.
By utilizing an address format that allows us to change hash functions down the line if necessary, we have created a #blockchain that is both secure today and adaptable tomorrow.
Links
Website: http://theqrl.org
Discord: https://discord.gg/BheKAZb
GitHub: https://github.com/theQRL
Medium: https://medium.com/the-quantum-resistant-ledger
Twitter: https://twitter.com/qrledger
CoinMarketCap: https://coinmarketcap.com/assets/quantum-resistant-ledger/
Bittrex: https://bittrex.com/Market/Index?MarketName=BTC-QRL
Subreddit: www.reddit.com/r/QRL /
Whitepaper: https://github.com/theQRL/Whitepaper
We now have translations in Japanese, Russian, Chinese, German, French, Turkish, Spanish, & Vietnamese on our website
Now that we know the details about Quantum Resistant Ledger (QRL), let’s get to mining some QRL
Quantum Resistant Ledger (QRL): Those who have no idea about mining can easily start mining by watching this video.
Quantum Resistant Ledger (QRL) Mining Pool: https://qrl.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 %~dp0SRBMiner-CN.exe --config Config\config-normalv7.txt --ccryptonighttype normalv7 --cpool qrl.herominers.com:10371 --cwallet YOUR_WALLET_ADDRESS --cpassword YOUR_WORKER_NAME
Cast XMR - HighSpeed CryptoNight Miner 1.6.0+ (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 qrl.herominers.com:10371 -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.6.6+ (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: qrl
Pool address: qrl.herominers.com:10371
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" : "qrl.herominers.com:10371", "wallet_address" : "YOUR_WALLET_ADDRESS", "rig_id" : "", "pool_password" : "YOUR_WORKER_NAME", "use_nicehash" : false, "use_tls" : false, "tls_fingerprint" : "", "pool_weight" : 100 },
],"currency" : "qrl",
XMRig 2.9.2+ (Windows, Linux, CPU)
Example start.cmd:
@echo off
xmrig.exe --donate-level 1 -o qrl.herominers.com:10371 -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 qrl.herominers.com:10371 -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 qrl.herominers.com:10371 -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 qrl.herominers.com:10371 -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 qrl.herominers.com:10371 -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://qrl.herominers.com:10371
-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://qrl.herominers.com:10371
-i YOUR_WALLET_ADDRESS
-p YOUR_WORKER_NAME
-pow7 1