Is there anything like a "blank" blockchain?

0

I'm looking to create a coin with my own method of securing the network. Is there anything close to something I could create my own algorithm and replace that portion of the code with my own? Thanks!

OrangeCalx01

Posted 2015-04-21T17:54:20.270

Reputation: 103

Answers

2

Yep. Do all of the normal steps for creating an altcoin. https://bitcointalk.org/index.php?topic=225690.0

Then, replace the CheckProofOfWork function with something else.

Nick ODell

Posted 2015-04-21T17:54:20.270

Reputation: 26 536

1Methinks we need this answer as a template :)Wizard Of Ozzie 2015-04-22T02:33:48.907