Skip to content

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

License

Notifications You must be signed in to change notification settings

farmerdiamonds/chia-fullnode-state-nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published