# blockchain

* [mnemonic](#mnemonic)
* [Coins compare](#coins-compare)
  * [API](#api)
* [Pool](#pool)
* [Market](#market)
* [Reward](#reward)
* [Chain Status](#chain-status)
* [Privacy](#privacy)
* [Efficiency](#efficiency)
* [CryptoNote](#cryptonote)
* [Monero](#monero)
  * [transaction fee](#transaction-fee)
* [Aeon](#aeon)
* [ZCoin](#zcoin)
* [Miner](#miner)
* [Steemit Blog](#steemit-blog)
* [Everipedia Wiki](#everipedia-wiki)
* [AI](#ai)
* [Sia Storage](#sia-storage)
* [Review Platform](#review-platform)
* [DApps](#dapps)

## mnemonic

mnemonic phrase, mnemonic recovery phrase or mnemonic seed\
Generally only works with the same wallet software that created it.

## Coins compare

<https://en.wikipedia.org/wiki/List\\_of\\_cryptocurrencies>

<https://en.bitcoin.it/wiki/Comparison\\_of\\_cryptocurrencies>

| Cryptocurrency                              | Max supply     | Algorithm              | Proof Type |
| ------------------------------------------- | -------------- | ---------------------- | ---------- |
| Bitcoin.png Bitcoin                         | \~21,000,000   | SHA256                 | PoW        |
| Bitcoin Cash.png Bitcoin Cash               | \~21,000,000   | SHA256                 | PoW        |
| Namecoin.png Namecoin                       | \~21,000,000   | SHA256 Merged(Bitcoin) | PoW        |
| Dash.png Dash                               | 22,000,000     | X11                    | PoW/PoS    |
| Ethereum.png Ethereum                       | Infinite       | Ethash                 | PoW        |
| Ethereum Classic-32x32.png Ethereum Classic | Infinite       | Ethash                 | PoW        |
| Litecoin.png Litecoin                       | \~84,000,000   | Scrypt                 | PoW        |
| Monero.png Monero                           | Not Applicable | CryptoNight            | PoW        |
| Zcash-16x16.png Zcash                       | \~21,000,000   | Equihash               | PoW        |
| Zcoin-800x800.png Zcoin                     | \~21,000,000   | Lyra2RE                | PoW        |

### API

<https://www.cryptocompare.com/api\\>
Client site: <https://min-api.cryptocompare.com>

## Pool

API/Realtime hash/Mail

## Market

<https://www.coingecko.com\\>
<https://bitinfocharts.com/comparison/price-eth-xmr.html>

## Reward

<https://en.wikipedia.org/wiki/Bitcoin\\>
12.5 bitcoins per block (approximately every ten minutes) until mid 2020,\[7] and then afterwards 6.25 bitcoins per block for 4 years until next halving. This halving continues until 2110–40, when 21 million bitcoins will have been issued.

<https://www.reddit.com/r/Monero/comments/512kwh/useful\\_for\\_learning\\_about\\_monero\\_coin\\_emission/>

## Chain Status

<https://chainradar.com/aeon/blocks>

## Privacy

<https://np.reddit.com/r/privacy/wiki/cryptocurrency#wiki\\_different\\_cryptocurrencies>

## Efficiency

<https://whattomine.com/calculators\\>
<https://www.crypto-coinz.net/crypto-calculator/\\>
<https://bitinfocharts.com/comparison/difficulty-xmr.html>

```
# https://bitcoin.stackexchange.com/questions/118
D is the current difficulty
H is your hash rate in Mhash/s
B is block reward in BTC
BTC per day = (H*B/D) * 20.11626
```

<https://minergate.com/calculator/cryptonote>

```
Reward = ((hashrate * block_reward) / current_difficulty) * (1 - pool_fee) * 3600
```

## CryptoNote

![](https://upload.wikimedia.org/wikipedia/commons/thumb/7/7a/Forks-tree-fixed.png/700px-Forks-tree-fixed.png)

## Monero

<https://bitinfocharts.com/monero/>

```
./monero-wallet-cli --generate-from-keys New_Wallet_Name.abc
```

Own Pool: <https://github.com/sammy007/monero-stratum>

### transaction fee

<https://www.monero.how/monero-transaction-fees> <https://www.monero.how/monero-transaction-fee-calculator>

## Aeon

<https://github.com/shyba/aeon-stak-cpu>

Own Pool: <https://github.com/sammy007/monero-stratum/tree/aeon>

node.aeon.hashvault.pro:11181

## ZCoin

<https://github.com/JayDDee/cpuminer-opt>

## Miner

<https://github.com/tpruvot/cpuminer-multi>

## Steemit Blog

50% in Steem Power, and 50% in liquid STEEM/SBD(Steem Dollar).\
Authors also have the option to decline payout, or be paid in 100% Steem Power!\
<https://steemit.com/market>

## Everipedia Wiki

<https://everipedia.org>

## AI

<https://www.deepbrainchain.org>

## Sia Storage

<https://sia.tech/get-started/>

## Review Platform

<https://revain.org/>

## DApps

Mobile Platform: <https://status.im/> Freelancer： <https://ethlance.com/>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://book.ferro.pro/web/blockchain.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
