Author

Topic: Need some help to add a feature to my altcoin (Read 239 times)

legendary
Activity: 1750
Merit: 1115
Providing AI/ChatGpt Services - 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.
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.
sr. member
Activity: 392
Merit: 268
Tips welcomed: 1CF4GhXX1RhCaGzWztgE1YZZUcSpoqTbsJ
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.
newbie
Activity: 1
Merit: 0
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
Jump to: