Where is the spec of HashCash so that I can implement it in Java from scratch?

2

I would like to implement HashCash in an efficient/fast/garbage-free way. Is there a spec to do so? How can someone go by implementing HashCash from scratch?

Peter Mel

Posted 2015-09-03T12:39:44.087

Reputation: 575

Not necessarily a spec, but possibly helpful for you: https://en.bitcoin.it/wiki/Hashcash

morsecoder 2015-09-03T14:32:03.063

Answers

0

Not necessarily answering your question, but I found a HashCash implementation in Java already here: https://github.com/ryancwilliams/JHashCash Perhaps you can contribute or fork it?

RommelTJ

Posted 2015-09-03T12:39:44.087

Reputation: 136