Bitcoin style Proof of Work lib written in Crystal
Docs: https://cocol-project.github.io/ccl-pow
- Add the dependency to your
shard.yml
:
dependencies:
btcpow:
github: cocol-project/ccl-pow
- Run
shards install
require "ccl-pow"
CCL::Pow.mine(difficulty: "1d00ffff", for: "my_block_data")
CCL::Pow::Utils.calculate_target(from: "1d00ffff")
- Fork it (https://github.com/cocol-project/ccl-pow/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
- Cristian Șerb - creator and maintainer