1867 Commits

Author SHA1 Message Date
Shannon Appelcline
a57fd2f62a
edits 2020-08-26 12:23:07 -10:00
Shannon Appelcline
4d27315403
edits 2020-08-26 12:08:09 -10:00
Shannon Appelcline
268cff2bc0
formatting fix 2020-08-26 11:49:10 -10:00
Shannon Appelcline
790efc0193
fixed what's-next link 2020-08-26 11:48:50 -10:00
Shannon Appelcline
69853a4a8c
edits 2020-08-26 11:48:03 -10:00
Shannon Appelcline
d3bcb20821
edits 2020-08-26 11:34:54 -10:00
Shannon Appelcline
0bf8acd157
updated for final chapter content 2020-08-26 11:20:07 -10:00
Shannon Appelcline
4d5aab76db
updating ch16 toc 2020-08-26 11:03:28 -10:00
Shannon Appelcline
5dfeccc952
Update 16_7_Integrating_Libwally_and_Bitcoin-CLI.md 2020-08-26 11:02:05 -10:00
Shannon Appelcline
ca7e11e5ba
Create 17_0_Talking_to_Bitcoind_Other.md 2020-08-26 11:01:38 -10:00
Shannon Appelcline
c32048d3b8
section 3 (importing keys) 2020-08-26 10:19:13 -10:00
Shannon Appelcline
2f743e2828
Create 16_7_genhd_for_import.c 2020-08-26 10:02:56 -10:00
Shannon Appelcline
5b5e5b13f8
fixed §16.7 link 2020-08-26 09:57:59 -10:00
Shannon Appelcline
f08ba2a0c5
fixed derivation path 2020-08-26 09:56:53 -10:00
Shannon Appelcline
b2ca71a289
fixed derivation path 2020-08-26 09:55:47 -10:00
Shannon Appelcline
2603acea2e
cutting extraneous material 2020-08-26 09:01:49 -10:00
Shannon Appelcline
38e62312e9
Update 16_7_Integrating_Libwally_and_Bitcoin-CLI.md 2020-08-26 09:01:05 -10:00
Shannon Appelcline
864bd6c869
removing link to non-existent chapter
per keblek, chapter was phased out previously
2020-08-26 08:04:49 -10:00
Shannon Appelcline
844be66895
Typo fix
(per keblek: a prompt had gotten left in)
2020-08-26 08:01:07 -10:00
Shannon Appelcline
d4b5ec3112
Merge pull request #161 from keblek/patch-10
Update 05_2_Resending_a_Transaction_with_RBF.md
2020-08-26 07:51:52 -10:00
Shannon Appelcline
27e811044e
Changed to Mempool Space for fee calculator
Per Keblek
2020-08-26 07:51:24 -10:00
Shannon Appelcline
8eff801899
Merge pull request #159 from keblek/patch-7
Update 04_4_Sending_Coins_with_a_Raw_Transaction.md
2020-08-26 07:43:54 -10:00
Shannon Appelcline
5ea72abfbf
Merge pull request #158 from martindale/patch-1
Fix minor typo
2020-08-26 07:42:05 -10:00
Shannon Appelcline
00ee0f08bd
Update 03_5_Understanding_the_Descriptor.md
Clarified remote machine, per keblek
2020-08-26 07:39:47 -10:00
Shannon Appelcline
f65697f668
Update 16_7_Integrating_Libwally_and_Bitcoin-CLI.md 2020-08-25 15:37:29 -10:00
Shannon Appelcline
83bbeee061
Update 16_7_Integrating_Libwally_and_Bitcoin-CLI.md 2020-08-25 11:30:25 -10:00
keblek
2464b1feee
Update 05_2_Resending_a_Transaction_with_RBF.md 2020-08-24 19:10:57 +02:00
keblek
89b2797627
Update 04_4_Sending_Coins_with_a_Raw_Transaction.md
the output of listunspent must have been updated but this reference in the text was never updated in tandem
2020-08-24 16:30:30 +02:00
Eric Martindale
6278614a3e
Fix minor typo 2020-08-19 20:59:24 -04:00
Shannon Appelcline
fcfcf975a6
Update 16_7_Integrating_Libwally_and_Bitcoin-CLI.md 2020-08-18 15:35:16 -10:00
Shannon Appelcline
4cc3c94994
just starting draft 2020-08-18 15:30:39 -10:00
Shannon Appelcline
cfd2ed566a
Update README.md 2020-08-18 14:59:21 -10:00
Shannon Appelcline
11a671373b
Update 16_6_Using_Other_Functions_in_Libwally.md 2020-08-18 14:58:38 -10:00
Shannon Appelcline
68768f4ec6
Update 16_6_Using_Other_Functions_in_Libwally.md 2020-08-18 14:46:47 -10:00
Shannon Appelcline
26dc93c7ed
Update 16_5_Using_Scripts_in_Libwally.md 2020-08-18 14:36:31 -10:00
Shannon Appelcline
274974ff94
Update 16_6_Using_Other_Functions_in_Libwally.md 2020-08-18 14:23:21 -10:00
Shannon Appelcline
f8fae329c7
Create 16_6_Using_Other_Functions_in_Libwally.md 2020-08-18 14:10:31 -10:00
Shannon Appelcline
d76e5af67a
Merge pull request #144 from javiervargas/master
13_0_Understanding_Your_Lightning_Setup.md
2020-08-18 11:55:58 -10:00
Shannon Appelcline
51071f2910
Typo
per @javiervargas
2020-08-18 11:40:32 -10:00
Shannon Appelcline
45ca2b3101
added compiling from source to list 2020-08-18 11:39:55 -10:00
Shannon Appelcline
0d0906f0e7
clarifying getmininginfo help 2020-08-18 11:36:39 -10:00
Shannon Appelcline
2686e95011
Merge pull request #155 from BlockchainCommons/20200817-btcdeb-comments
Update 09_3_Testing_a_Bitcoin_Script.md
2020-08-18 11:29:29 -10:00
Shannon Appelcline
4bb577187c
Update TODO.md 2020-08-18 08:56:12 -10:00
kallewoof
ae24b0f931
Update 09_3_Testing_a_Bitcoin_Script.md
Some notes and suggestions.
2020-08-17 14:01:41 +09:00
Shannon Appelcline
9c09db4b1a
Update TODO.md 2020-08-12 15:32:15 -10:00
Shannon Appelcline
45923182e0
Update README.md 2020-08-12 15:31:14 -10:00
Shannon Appelcline
32b263f8d1
first draft 2020-08-12 15:30:42 -10:00
Shannon Appelcline
42d0a334ad
a bit of cleanup 2020-08-12 15:23:57 -10:00
Shannon Appelcline
85f080ccf6
Create 16_7_Integrating_Libwally_and_Bitcoin-CLI.md 2020-08-12 15:22:22 -10:00
Shannon Appelcline
1b9a4467eb
Create 16_5_replacewithscript.c 2020-08-12 14:48:32 -10:00