7 Commits

Author SHA1 Message Date
Shannon Appelcline
07af202fa4
updated with new examples just in case 2020-06-19 10:48:23 -10:00
leonardo-sj
7332ef2820
Update 03_3__Interlude_Using_Command-Line_Variables.md
As explained in previous file of this book, if the "legacy" option is not used, the signature can't be made.

$ NEW_ADDRESS_1=$(bitcoin-cli getnewaddress)
$ echo $NEW_ADDRESS_1
2MxuvthTutriscciS5WkjixoMDneEizSwVW
$ NEW_SIG_1=$(bitcoin-cli signmessage $NEW_ADDRESS_1 "Hello World")
error code: -3
error message:
Address does not refer to key
2020-05-15 22:10:32 -03:00
Shannon Appelcline
7bc5da0e36
Update 03_3__Interlude_Using_Command-Line_Variables.md 2020-01-22 14:12:56 -10:00
Joe Dahle
e8efba8775 Fix: Typos in section 3 2018-10-20 23:50:27 -07:00
Joe Dahle
9131b22452 Fis: Typos in section 3 2018-10-20 23:41:24 -07:00
Shannon Appelcline
13eee1039c Added Summary & What's Next 2017-06-13 10:59:06 -07:00
Shannon Appelcline
b61a1493c7 Prefixed 0s to file names 2017-06-13 10:21:10 -07:00