You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
281 B
12 lines
281 B
#!/bin/bash
|
|
echo ""
|
|
echo "The listunspent RPC returns an array of unspent transaction outputs belonging to this wallet"
|
|
|
|
echo ""
|
|
echo "Dependencies:"
|
|
echo "Walletpassphrase"
|
|
|
|
|
|
curl --url "http://127.0.0.1:7778" --data "{\"method\":\"listunspent\",\"params\":[\"185oP\"]}"
|
|
|
|
echo ""
|
|
|