Difference between revisions of "FAQ"
(migration) |
(→Basics) |
||
Line 1: | Line 1: | ||
= Basics = | = Basics = | ||
− | + | ==== Total supply ==== | |
− | |||
− | < | + | <liThe supply starts at 50 per block, halving every 4 years.</li> |
− | + | <li>Giving us about 21 Million total capacity.</li></ | |
− | <li>Giving us about 21 Million total capacity.</li></ | ||
− | |||
− | |||
− | < | + | <==== Proof of Work ==== |
− | |||
− | <p>Ignore for now. - [[Issue|https://github.com/snowblossomcoin/snowblossom/issues/37]]</p | + | <p>We use a custom POW based on IO. See [[Technical-Design]]</p> |
− | + | ||
+ | ==== "Illegal Reflective" or "Protobuf Unsafe" errors ==== | ||
+ | |||
+ | <p>Ignore for now. - [[Issue|https://github.com/snowblossomcoin/snowblossom/issues/37]]</p> | ||
+ | ==== Address Format ==== | ||
<p><code>snow:address</code> and <code>address</code> are both valid formats.</p></li></ul> | <p><code>snow:address</code> and <code>address</code> are both valid formats.</p></li></ul> |
Revision as of 22:20, 5 December 2020
Contents
Basics
Total supply
<liThe supply starts at 50 per block, halving every 4 years.
</
<==== Proof of Work ====
We use a custom POW based on IO. See Technical-Design
"Illegal Reflective" or "Protobuf Unsafe" errors
Ignore for now. - https://github.com/snowblossomcoin/snowblossom/issues/37
Address Format
snow:address
and address
are both valid formats.
Node
- ==== Do I have to run a node? ====
It's highly suggested and relatively easy. Everything relies on them, although the clients and miners are light and can connect to any node.
- ==== RocksDB Error ====
https://github.com/snowblossomcoin/snowblossom/issues/32 - Upgrade to a recent release.
- ==== Block too far into the Future ====
Make sure your clock is correct.
Client
- ==== IO Exception ==== Make sure the node is running.
Miner
- ==== Snowfield? ====
- Miners are required to have the latest or greater snowfield.
- Determine the current activated_field
- It is suggested you download/torrent the current field
- You may slowly generate it by setting
autosnow=true
in yourminer.conf
- the path looks like
snowblossom_home/snow/snowblossom.#/*
- ==== Can I mine in RAM? ====
- You must have enough ram for the current field + overhead.
- Windows likely requires
memfield=True
- Linux kernel typically automatically loads files into ram
- ==== Directory Not Present ====
Make sure the you have the snowfield in place.
- ==== GPU mining possible? ====
Our POW is intended to make this infeasible.
- ==== When will the mining field change? ====
- The snowfield increases each time the average difficulty doubles.
- The difficulty may drop, but the activated snowfield is permanent.
- Here, you may review the code that determines the exact difficulties for each activation