Spending coins - intended usage
Send coins to another account
curl -X POST -H "Content-Type: application/json" -d '{"sender_id":"...", "recipient_id":"...", "amount":2, "fee":1, "ttl":1234, "payload":"any public message"}' http://127.0.0.1:3113/v2/debug/transactions/spend
{"tx":"..."}Notes on testing spending coins
Running multiple nodes on same host
Last updated
Was this helpful?