You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 04_4__Interlude_Using_Curl.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -220,7 +220,7 @@ This is almost exactly the same output that you receive when you type `bitcoin-c
220
220
221
221
After you know where your funds are, the next step in crafting a transaction is to get a change address. By now you've probably got the hang of this, and you know that for simple RPC commands, all you need to do is adjust the `method` is the `curl` command:
No need to worry about the downloading info. It'll go to `STDERR` and be displayed on your screen, while the results go to `STDOUT` and are saved in your variable.
240
240
241
241
## Create a Transaction
242
242
243
-
You're now ready to create a transaction with `curl`.
243
+
You're now ready to create a transaction with `curl`, except using `getrawchangeaddress` instead of `getnewaddress`.
0 commit comments