This is first version of NESS node with only basic functionality and two services node and prng
- Authentication
- Ness coin hours
- Apache
- PHP 7+
- Emercoin daemon with JsonRPC connection configured in
~/.emercoin/emercoin.confandmodules/emer/config/emercoin.php - Clone PRNG from https://github.com/NESS-Network/PyUHEPRNG and run
python server.pyto launch random number generator - Change systemd configuration for apache in
/lib/systemd/apache2.serviceor in/lib/systemd/system/httpd.servicechange thePrivateTmp=falseto make/tmp/*directory readable
All output is made in JSON format.
if param result is error then the error message is stored in error param as string
if param result is info then the info is stored in info param as array
if param result is data then the data is stored in data param as array
/node/infodisplay all info about node/node/servicesoutput all available services/node/nodesdisplay all nodes found in blockchain/node/mandisplay manual
/prng/seedoutput randomly generated seed (regenerated every second)/prng/seedboutput randomly generated big seed (regenerated every second)/prng/numbersoutput randomly generated numbers (100) (regenerated every second)/prng/numbersboutput randomly generated numbers (1000) (regenerated every second)