A guideline for new coin support #862
-
@oliverw can you make us a basic guideline to implement coin support, e.g. where and what to edit? i think most people have no clue to begin with, especially there isn't much comment inside code to help understanding the system structure and workflow. in addition, how about provide a template for new coin? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
@calvintam236 I believe these are the files that need to be changed. it is a simple process if the pool already supports the coins algorithm. ClusterConfig.cs |
Beta Was this translation helpful? Give feedback.
-
@calvintam236 @pfeiflelukas I'm afraid its not that easy. At least not in general. Below is a list in order of increasing complexity:
|
Beta Was this translation helpful? Give feedback.
-
Closing this as there will never be a general rule for supporting new coins. Anyone attempting to add a new coin needs to be familiar with the coin's codebase to make educated descisions on how to integrate them. |
Beta Was this translation helpful? Give feedback.
@calvintam236 @pfeiflelukas I'm afraid its not that easy. At least not in general. Below is a list in order of increasing complexity: