Crates.io | iota-pow-box |
lib.rs | iota-pow-box |
version | 0.0.2 |
source | src |
created_at | 2018-07-08 01:02:04.291662 |
updated_at | 2018-07-08 01:25:57.971954 |
description | A remote PoW server written |
homepage | |
repository | https://github.com/njaremko/iota-pow-box |
max_upload_size | |
id | 73278 |
size | 7,023 |
This project provides IOTA PoW-as-a-Service
Standard IRI attachToTangle
requests return a JSON struct containing a jobId
. Querying the server at localhost:8000/<jobId>
returns either:
"Not ready yet"
attachToTangle
response with an error attributeattachToTangle
response with a PoW-ed trytes attributeTo build this project, you'll need openssl-devel install (on linux) or equivalent openssl development libraries.