Bitcoin Forum

Economy => Services => Topic started by: ajinidev on May 26, 2017, 10:35:32 PM



Title: Need some help to add a feature to my altcoin
Post by: ajinidev on May 26, 2017, 10:35:32 PM
Hi All,

I am developing an altcoin. For that I am modifying shadowcoin. I would like to add a feature like this.

1/100 of all staking individuals will pseudo-randomly receive a reward every block. The pseudo-random seed is the upcoming block's stake modifier, the modifier that is determined once the block is created.

Since I am new to this, I need some help to identify were exactly to modify the code.

Thank you
Abhijith


Title: Re: Need some help to add a feature to my altcoin
Post by: hexafraction on May 26, 2017, 10:41:10 PM
Since I am new to this, I need some help to identify were exactly to modify the code.

If you are new to software development, you should not develop security-critical software such as an altcoin client. You risk breaking security and consensus with every change you make.


Title: Re: Need some help to add a feature to my altcoin
Post by: Patatas on May 27, 2017, 06:50:24 AM
Since I am new to this, I need some help to identify were exactly to modify the code.

If you are new to software development, you should not develop security-critical software such as an altcoin client. You risk breaking security and consensus with every change you make.
That doesn't specifically answer his question.However you make a valid point.
OP,are you a programmer ? Otherwise knowing where to update/insert the code wouldn't still be relevant.If you still want the answer,link to the github repo of your project please.