Skip to content
This repository has been archived by the owner on Oct 20, 2023. It is now read-only.

A guideline for new coin support #862

Answered by oliverw
calvintam236 asked this question in Q&A
Discussion options

You must be logged in to vote

@calvintam236 @pfeiflelukas I'm afraid its not that easy. At least not in general. Below is a list in order of increasing complexity:

  1. The coins that are the easist to implement are Bitcoin forks with a slightly changed Proof-of-Work algorithm (examples Litecoin, Vertcoin)
  2. Then we have coins that are Bitcoin forks but require some special treatment of their block template in order to satisfy consensus rules (example Dash)
  3. There's another category of Bitcoin forked coins that not only come with changed PoW algorithm and consensus rule requirements but also require a completely reworked stratum implementation for the miners (examples ZCash, Bitcoin Gold)
  4. The last category consists of coins …

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by calvintam236
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #85 on June 22, 2021 11:12.