Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 694 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 694 Bytes

chia-fullnode-state-nodejs

Small nodejs program to send the current state of a Chia-fullnode to a remote webserver

Tested on Ubuntu NodeJS Version v18.12.1 Chia-Blockchain v1.3.1

Do not use this in production, take it as an example on how one could program such a functionality.

In the modulefile protocol.mjs you have to change the hostname for the destination webserver and the path to the script which will process the JSON data created in the form of {"token":"yoursecrettoken", "difficulty":1234, "height":123456, "netspace":1234567890}

You can doublecheck the path to the key and the certificate of your Chia-blockchain installation and the RPC port in the modulefile walletrpc.mjs