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.

30 lines
622 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. height: <span id=height></span>
  11. HEAD: <span id=head></span>
  12. new block: <span id=new></span>
  13. <textarea id=json></textarea>
  14. ([json][1])
  15. <div id=list></div>
  16. <a href="/docs/chain.html"><button id=chain>chain view</button></a>
  17. <script src="minepool.js"></script>
  18. [1]: /api/0.0/getjson?obj=result