Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/scrypt-inc/scrypt-hash-collision-bounty

Bounty contract to privately buy preimages of a hash collision.
https://github.com/scrypt-inc/scrypt-hash-collision-bounty

Last synced: 19 days ago
JSON representation

Bounty contract to privately buy preimages of a hash collision.

Awesome Lists containing this project

README

        

# sCrypt Hash Collision Bounty

Private bounty for hash collisions on Bitcoin.

## Testing

Make sure you got Go, Circom and SnarkJS installed and properly configured. Use Circom version 2.0.2.

Download the sCrypt compiler binary:
```sh
npx scryptlib download
```

Get an already prepared power of tau file by running:
```sh
wget https://hermez.s3-eu-west-1.amazonaws.com/powersOfTau28_hez_final_22.ptau -O pot22_final.ptau
```

Run tests:
```sh
npm run test
```