Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions website/docs/ckb-fundamentals/cell-model.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ Transactions reflect the state change of Cells, where a group of Live Cells are

## First-Class Assets

In Cell Model, all digital assets (e.g., CKBytes, tokens, collectibles) are considered first-class, exclusively owned by their respective owners. While assets must comply with smart contracts rules during transactions, they are inherently owned by the user, not the smart contracts. This ownership structure ensures that only the owner has permission to use the assets, regardless of how the smart contract defines the token. If a contract exploit, attackers would be unable to access the asset, as it remains under the user's control, effectively mitigating the negative impact.
In Cell Model, all digital assets (e.g., CKBytes, tokens, collectibles) are considered first-class, exclusively owned by their respective owners. While assets must comply with smart contract rules during transactions, they are inherently owned by the user, not the smart contracts. This ownership structure ensures that only the owner has permission to use the assets, regardless of how the smart contract defines the token. If a contract is exploited, attackers would be unable to access the asset, as it remains under the user's control, effectively mitigating the negative impact.

This ownership structure also defines the responsibility for asset upkeep. As assets occupy space on Nervos, the owner are subject to a small recurring upkeep fee, known as **state rent,** which is elaborated in the [Tokenomics](/docs/assets-token-standards/economics) section.
This ownership structure also defines the responsibility for asset upkeep. As assets occupy space on Nervos, the owners are subject to a small recurring upkeep fee, known as **state rent**, which is elaborated upon in the [Tokenomics](/docs/assets-token-standards/economics) section.

## Flexible Transaction Fee Coverage

Expand All @@ -54,7 +54,7 @@ Cell Model’s unique structure inherently grants scalability, reflected in the

<img src="/img/cell/cell-scalability.png" alt="Cell Model's scalability" width="688" height="387" />

Cell Model separates computation and validation for smart contract execution. Computation happens off-chain, where new data is generated. This data is subsequently sent to the network to undergo on-chain validation. Full nodes execute the validation to ensures compliance with developer-set rules.
Cell Model separates computation and validation for smart contract execution. Computation happens off-chain, where new data is generated. This data is subsequently sent to the network to undergo on-chain validation. Full nodes execute the validation to ensure compliance with developer-set rules.

In Cell Model, smart contract execution is parallel. Each transaction runs independently in its own virtual machine; multiple virtual machines run simultaneously. This gives the Cell Model dramatic scaling improvements on modern computers with increasing CPU cores.

Expand Down
4 changes: 2 additions & 2 deletions website/docs/integrate-wallets/CardContents.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ const walletCardContents: WalletCardProps[] = [
tags: ["Mobile"],
},
{
title: "CKBull",
href: "https://ckbull.app/#download",
title: "Bitcoinl Light (formerly CKBull)",

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo "Bitcoinl" ?

href: "https://www.bitcoinlight.app",
tags: ["Mobile"],
},
{
Expand Down
12 changes: 5 additions & 7 deletions website/docs/mining/guide.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This guide will help those who are interested in mining get started on Nervos. W

Planning is the most important step in any successful mining operation. Do you have a well-ventilated place where the sound of the miners will not bother anyone? Do you have the proper electrical wiring to support your miners? Are your electricity rates competitive year-round? These are the kinds of questions you need to be able to answer *before* you start buying equipment.

Many of these considerations and covered in the articles written [here](https://blog.sonami.cc/posts/should-i-start-mining-cryptocurrency/) and [here](https://blog.sonami.cc/posts/should-i-start-mining-cryptocurrency-part-2/). There are also many video resources on [YouTube](https://www.youtube.com/results?search_query=nervos+mining) that may also help you to get a better idea of what is involved with mining on Nervos. Using free tools like [mining calculators](https://minerstat.com/algorithm/eaglesong) can help you to understand what your costs will be. You can ask questions to other miners in the community-run [Nervos Mining CKB](https://t.me/NervosMining) Telegram channel or in the [#mining-chat](https://discord.com/channels/657799690070523914/671647273603694625) channel on the Nervos Discord server.
Many of these considerations are covered in the articles written [here](https://blog.sonami.cc/posts/should-i-start-mining-cryptocurrency/) and [here](https://blog.sonami.cc/posts/should-i-start-mining-cryptocurrency-part-2/). There are also many video resources on [YouTube](https://www.youtube.com/results?search_query=nervos+mining) that may help you to get a better idea of what is involved with mining on Nervos. Using free tools like [mining calculators](https://minerstat.com/algorithm/eaglesong) can help you to understand what your costs will be. You can ask questions to other miners in the community-run [Nervos Mining CKB](https://t.me/NervosMining) Telegram channel or in the [#mining-chat](https://discord.com/channels/657799690070523914/671647273603694625) channel on the Nervos Discord server.

Unlike mining for gold, there is very little guesswork in cryptocurrency mining. If you have properly done your research, then you should have realistic expectations about miner operation and profitability before you have made any kind of commitment. Don't skip out here! A little bit of research goes a very long way.

Expand All @@ -37,7 +37,7 @@ The CKB that you earn from mining are sent to the Nervos address that you specif

[Neuron Wallet](https://docs-old.nervos.org/docs/basics/guides/crypto%20wallets/neuron) is a desktop wallet produced by the Nervos Foundation. It is a full node wallet, which means that it will download the full Nervos blockchain in the background. Because it runs a full node, it is often regarded to be the most secure wallet. However, the full node takes many gigabytes of disk space and may take up to 72 hours to complete the initial synchronization. Ledger hardware wallets can also be used with Neuron to give an extra layer of security.

[CKBull](https://ckbull.app/), [imToken](https://docs-old.nervos.org/docs/basics/guides/crypto%20wallets/imtoken), and [SafePal](https://docs-old.nervos.org/docs/basics/guides/crypto%20wallets/safepal) are popular mobile wallets provided by third-party companies. All three wallets support both Google Android devices and Apple iOS devices.
[Bitcoin Light](https://www.bitcoinlight.app), [imToken](https://docs-old.nervos.org/docs/basics/guides/crypto%20wallets/imtoken), and [SafePal](https://docs-old.nervos.org/docs/basics/guides/crypto%20wallets/safepal) are popular mobile wallets provided by third-party companies. All three wallets support both Google Android devices and Apple iOS devices.

Many other wallets are also available. The Nervos Community maintains a more comprehensive [list of wallets](/docs/integrate-wallets/intro-to-wallets#ckb-wallet-options) within the Nervos ecosystem.

Expand All @@ -60,18 +60,16 @@ Part of a miner's duty is to protect the integrity of the network. A successful

The steps to create a pool account and the settings needed for your miner can differ from pool to pool. This information is specific to each pool and provided by the pools themselves. Search for specific mining guides for your chosen mining pool:

- F2Pool: https://f2pool.zendesk.com/hc/en-us/articles/22893426126489-How-to-mine-Nervos
- 2miners: https://ckb.2miners.com/
- Antpool: https://antpoolsupport-hc.zendesk.com/hc/en-us/articles/5985104597913-CKB-Mining
- Binance Pool: https://www.binance.com/en/support/faq/how-to-mine-nervos-ckb-on-binance-pool-6967ad3306b84ec49dcbb5ed8ac30a9b
- 2miners: https://ckb.2miners.com/
- ViaBTC: https://www.viabtc.com/pool/mining
- DxPool: https://www.dxpool.net/help/zh/ckb-mining-tutorial
- Poolin: https://help.poolin.me/hc/en-us/articles/360040689912-CKB-Mining-Settings
- F2Pool: https://f2pool.zendesk.com/hc/en-us/articles/22893426126489-How-to-mine-Nervos

Here are a few more helpful resources to see the hash rate, fees, and various features on several of the pools that support Nervos.

- https://miningpoolstats.stream/nervos
- https://minerstat.com/coin/ckb/pools
- https://minerstat.com/coin/CKB/pools
- https://wheretomine.io/coins/nervos

{/* Anchor alias for legacy /getting-started/mine#configurations links */}
Expand Down
Loading