https://github.com/rjected/cuda-timelock
Solving a large number of timelock puzzles in parallel using GPU acceleration
https://github.com/rjected/cuda-timelock
c cgbn concurrent cpp cuda gmp graphics nvidia parallel puzzle timelock
Last synced: 6 months ago
JSON representation
Solving a large number of timelock puzzles in parallel using GPU acceleration
- Host: GitHub
- URL: https://github.com/rjected/cuda-timelock
- Owner: Rjected
- Created: 2019-07-20T02:43:57.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-22T18:12:17.000Z (about 6 years ago)
- Last Synced: 2025-02-09T03:14:51.762Z (8 months ago)
- Topics: c, cgbn, concurrent, cpp, cuda, gmp, graphics, nvidia, parallel, puzzle, timelock
- Language: Cuda
- Size: 320 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cuda-timelock
[](./LICENSE)
[](http://spice.dancline.net:8080/job/cuda-timelock/job/master/)cuda-timelock is code to solve timelock puzzles in parallel, using a GPU.
While a GPU is not the best in terms of latency for each individual multiple precision operation, the goal is to increase throughput on traditional hardware.## Requirements
* [GMP](https://gmplib.org)
* [CGBN](https://github.com/NVlabs/CGBN)
* [Google Test Framework](https://github.com/google/googletest)
* A graphics card