You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
482 B

3 years ago
  1. ---
  2. layout: simple
  3. ---
  4. # ToyChain's Mining
  5. The ToyChain Mining is the action of
  6. - creating a new block to record transaction in the [txpool](txpool.html)
  7. - attaching the block to the [HEAD](heads.html) of the chain.
  8. - computing the hash of this block with enough [PoW](pow.html)
  9. - advertizing the new head of the chain
  10. <textarea id=json></textarea>
  11. <div id=list></div>
  12. <a href="/docs/chain.html"><button id=chain>chain view</button></a>
  13. <script src="mining.js"></script>