Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/scrypt-inc/scrypt-hash-collision-bounty
- Owner: sCrypt-Inc
- Created: 2022-11-20T16:32:04.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-20T16:36:21.000Z (about 2 years ago)
- Last Synced: 2024-11-05T09:37:41.772Z (2 months ago)
- Language: TypeScript
- Size: 1.91 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```