Adding Coins #1310
-
If I want to add a different coin to miningcore and the algorithm is listed in https://github.com/oliverw/miningcore/tree/master/src/Miningcore/Crypto/Hashing Is it just a matter of adding that coins details to the coins.json file ? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
If both the hash algorithm and - much more important - the coin family is already supported, then there's a good chance for modifying |
Beta Was this translation helpful? Give feedback.
-
@oliverw , is there any article about how to add a coin? I'm new on it :D |
Beta Was this translation helpful? Give feedback.
If both the hash algorithm and - much more important - the coin family is already supported, then there's a good chance for modifying
coins.json
is all it takes. Some coins come with internal changes that might not be obvious at first glance (not even to me), which require code changes in Miningcore as well.