#iota #pow #server #box #remote #trytes

nightly app iota-pow-box

A remote PoW server written

2 releases

Uses old Rust 2015

0.0.2 Jul 8, 2018
0.0.1 Jul 8, 2018

#29 in #pow

26 downloads per month

MIT license

8KB
134 lines

IOTA Pow Box

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"
  • a standard attachToTangle response with an error attribute
  • a standard attachToTangle response with a PoW-ed trytes attribute

To build this project, you'll need openssl-devel install (on linux) or equivalent openssl development libraries.

Dependencies

~26–38MB
~740K SLoC