-
**Wasabi Wallet: 2.3.0.0 Hello guys but when i try this one ( with or without piping to jq makes no difference): Does anyone know why the second one doesnt work ? best regards |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Found the solution ( overlooked in the docs): Windows needs some different syntax, the following command works:
best regards |
Beta Was this translation helpful? Give feedback.
Found the solution ( overlooked in the docs):
Windows needs some different syntax, the following command works:
curl -s --data-binary "{\"jsonrpc\":\"2.0\",\"id\":\"1\",\"method\":\"gethistory\"}" http:/127.0.0.1:37128/walletname | jq
best regards