| Crates.io | para |
| lib.rs | para |
| version | 0.5.0 |
| created_at | 2020-11-04 21:02:09.895243+00 |
| updated_at | 2025-09-21 20:17:36.791006+00 |
| description | Parasite toolkit |
| homepage | https://github.com/parasitepool/para |
| repository | https://github.com/parasitepool/para |
| max_upload_size | |
| id | 308732 |
| size | 1,783,380 |
| Method | Implemented | Tested |
|---|---|---|
| mining.notify | [x] | [x] |
| mining.submit | [x] | [x] |
| mining.set_difficulty | [x] | [x] |
| mining.authorize | [x] | [x] |
| mining.subscribe | [x] | [x] |
| mining.get_transactions | [ ] | [ ] |
| client.reconnect | [ ] | [ ] |
| client.show_message | [ ] | [ ] |
| mining.set_extranonce | [ ] | [ ] |
just build
just bitcoind
just mine
just psql
just ckpool
cd para
just run
A full development/build environment is bundled using hermit and can be activated as follows:
. ./bin/activate-hermit
cargo install mdbook mdbook-linkcheck
just build-docs
just serve-docs
Then you can customize CSS and javascript by following this guide.