Bitcoin Forum

Alternate cryptocurrencies => Altcoin Discussion => Topic started by: HugoWong865 on October 07, 2022, 05:15:04 AM



Title: Changing algo
Post by: HugoWong865 on October 07, 2022, 05:15:04 AM
Hi I have a litecoin 0.18 folk, I am thinking about changing its algo to neoscrypt for Asic resistance,  but I don't really know how to do that


Title: Re: Changing algo
Post by: vv181 on October 07, 2022, 05:27:09 AM
Start with comparing the codebase of Litecoin with existing Neoscrypt-based coins, like Feathercoin or Phoenixcoin. I don't know if there is an existing detailed step-by-step how-to guide about it, but seems you might have to do it on your own.

Phoenixcoin codebase looks like is the closer that you could get since it is also forked from Litecoin. https://github.com/ghostlander/Phoenixcoin, try to look at which part of the codebase they do change and better if you comprehend what the code actually does, so you just randomly change the line.