Interacting with the Minima Protocol on VPS

preview_player
Показать описание
The latest build of Minima has no web interface. The miniHub interface will return next year; until then we need to interface with the protocol via the command line, using curl commands

Minima is a completely decentralized network for information and value transfer, that enables individuals to exchange whatever, wherever and whenever they want, with others.

Install curl: sudo apt install curl (then Y for yes)
Install jq: sudo apt install jq (then Y for yes)

Useful commands:
curl 127.0.0.1:9002/status | jq - This will show you details including your version of Minima and the latest block
curl 127.0.0.1:9002/help | jq - This will show you a full list of commands
curl 127.0.0.1:9002/incentivecash+uid: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx (where xxx... is your Node ID) - To connect your IncentiveCash account to your node

Get Involved:
Рекомендации по теме