Last updated 1 year ago
Please refer to your Cryptosat onboarding instructions for setup
At your disposal is a simple GUI dashboard for monitoring and controlling power supply
Turn on Crypto Engines based on their indices.
Comma separated list of Crypto Engine indices to turn on. Examples: '0', '1,2,4', '3,2'
1,2
curl -L \ --url 'http://0.0.0.0:8000/turn_on?ce=text'
{ "message": "text" }
Turn off Crypto Engines based on their indices.
Comma separated list of Crypto Engine indices to turn off. Examples: '0', '1,2,4', '3,2'
curl -L \ --url 'http://0.0.0.0:8000/turn_off?ce=text'
Retrieve the current status of all the Crypto Engines.
curl -L \ --url 'http://0.0.0.0:8000/status'
{ "status": { "ANY_ADDITIONAL_PROPERTY": { "is_on": true, "alias": "text" } } }