Difference between revisions of "Nervos"
Jump to navigation
Jump to search
(Created page with "{{Infobox cryptocurrency | currency_name = Nervos | ticker_symbol = CKB | gpu_mining = YES | website = http://www.nervos.org/ | initial_release_version = v0.1.0-pre01 | initia...") |
|||
(4 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
| ticker_symbol = CKB | | ticker_symbol = CKB | ||
| gpu_mining = YES | | gpu_mining = YES | ||
− | | website = http://www.nervos.org | + | | website = http://www.nervos.org |
| initial_release_version = v0.1.0-pre01 | | initial_release_version = v0.1.0-pre01 | ||
| initial_release_date = {{Start date and age|2018|11|20|p=y}} | | initial_release_date = {{Start date and age|2018|11|20|p=y}} | ||
Line 27: | Line 27: | ||
## For CKB mining: <code>nbminer -a eaglesong -o stratum+tcp://ckb.f2pool.com:4300 -u username.worker_name</code> | ## For CKB mining: <code>nbminer -a eaglesong -o stratum+tcp://ckb.f2pool.com:4300 -u username.worker_name</code> | ||
## For CKB + ETH merged mining: <code>nbminer -a eaglesong_ethash -o stratum+tcp://ckb.f2pool.com:4300 -u usename.worker_name -do ethproxy+tcp://eth.f2pool.com:6688 -du username.worker_name</code> | ## For CKB + ETH merged mining: <code>nbminer -a eaglesong_ethash -o stratum+tcp://ckb.f2pool.com:4300 -u usename.worker_name -do ethproxy+tcp://eth.f2pool.com:6688 -du username.worker_name</code> | ||
+ | |||
+ | == Related blog posts == | ||
+ | |||
+ | * [[Nervos Mainnet Launch]] {{Start date and age|2019|11|15|p=y}} | ||
+ | |||
+ | [[Category:Proof-of-Work coins]] | ||
+ | [[Category:Mining guides]] |
Latest revision as of 08:19, 4 February 2020
Nervos | |
---|---|
Ticker symbol | CKB |
Mining | |
❌ Cannot be efficiently mined with CPU | |
✅ can be efficiently mined with GPU | |
❌ Cannot be efficiently mined with ASIC | |
Development | |
Initial release | v0.1.0-pre01 / November 20, 2018 |
Website | http://www.nervos.org |
Ledger | |
Supply limit | 25,992,442,042 |
About Nervos
CKB is the token of the PoW public chain project named Nervos. Its mining algorithm is Eaglesong, which supports NVIDIA and AMD GPU card mining.
CKB has received great attention leading up to its mainnet launch. In the past five testnet competitions, there were tens of thousands of mining machines participating in the test. In the fifth competition, F2Pool's hashrate reached 22TH/s and became the largest CKB testnet pool. Many F2Pool miners are also excited to contribute their hashrate to the CKB mainnet.
Key Mining Information
If you use NBMiner software, you can do CKB and ETH merged mining.
Mining guide
- Get suitable hardware: Nvidia cards or AMD cards with at least 6 GB memory, FPGA miner
- Get the official CKB wallet or a custodial wallet, such as a Huobi account
- Get the mining software: NBMiner
- Configure the miner
- For CKB mining:
nbminer -a eaglesong -o stratum+tcp://ckb.f2pool.com:4300 -u username.worker_name
- For CKB + ETH merged mining:
nbminer -a eaglesong_ethash -o stratum+tcp://ckb.f2pool.com:4300 -u usename.worker_name -do ethproxy+tcp://eth.f2pool.com:6688 -du username.worker_name
- For CKB mining:
Related blog posts
- Nervos Mainnet Launch November 15, 2019