ensure wallet loaded - wip

This commit is contained in:
Dobromir Popov
2025-09-30 11:58:36 +03:00
parent 499ad9690e
commit f78e5eb181
5 changed files with 38 additions and 8 deletions

View File

@@ -19,7 +19,7 @@ Send RIN to another wallet address.
**Example:**
```bash
./send_rin.sh rin1qvj0yyt9phvled9kxflju3p687a4s7kareglpk5 100.0
./send_rin.sh rin1qm5qg07qh0fy3tgxc3ftfgq0fujgfgm4n6ggt5f 100.0
```
### check_balance.sh
@@ -59,7 +59,7 @@ General-purpose RPC call script for any RIN RPC method.
./rpc_call.sh getinfo
./rpc_call.sh getnewaddress myaccount
./rpc_call.sh listtransactions "*" 10
./rpc_call.sh validateaddress rin1qvj0yyt9phvled9kxflju3p687a4s7kareglpk5
./rpc_call.sh validateaddress rin1qm5qg07qh0fy3tgxc3ftfgq0fujgfgm4n6ggt5f
./rpc_call.sh loadwallet
```
@@ -87,6 +87,7 @@ Set which wallet the web interface should use.
### find_address.sh
Check if an address belongs to any loaded wallet.
we need to see what is this address.
```bash
./find_address.sh rin1qvj0yyt9phvled9kxflju3p687a4s7kareglpk5

View File

@@ -176,3 +176,4 @@ echo " curl -s -u \"$RPC_USER:$RPC_PASSWORD\" -d '{\"jsonrpc\": \"2.0\", \"id\
echo ""
echo " List wallets:"
echo " ./list_wallets.sh"