1141 Commits

Author SHA1 Message Date
Shannon Appelcline
bfcd981dde
Added some contributor/CLA files 2020-05-19 14:09:11 -10:00
Shannon Appelcline
447cea5555
nsequence requirement changed
Fix courtesy @gitzhou
2020-05-19 12:25:46 -10:00
Shannon Appelcline
2885923f26
Update TODO.md 2020-05-19 12:05:12 -10:00
Shannon Appelcline
4f287ddccb
Minor updates for modern wallets
All courtesy @yashbhutwala and PR #34
2020-05-19 11:35:20 -10:00
Shannon Appelcline
ed56f96118
Changed a .16 reference to .18 2020-05-19 11:32:14 -10:00
Shannon Appelcline
105616abe1
Update TODO.md 2020-05-19 11:06:32 -10:00
Shannon Appelcline
9635b0fa37
Various updates
Some courtesy @SimoneBovi and PR #114
2020-05-19 11:02:48 -10:00
Shannon Appelcline
85e77954b1
We've tested up through 0.18.0
SO I've updated accordingly.
2020-05-19 10:59:26 -10:00
Shannon Appelcline
373c8fef60
Cleanup of timezone
Courtesy @SimoneBovi  in PR #114
2020-05-19 10:51:01 -10:00
Shannon Appelcline
82f30eedac
Added Debian 10 needs 2020-05-19 10:31:05 -10:00
Shannon Appelcline
101428f574
Fixed 2.3 link 2020-05-19 09:41:45 -10:00
Shannon Appelcline
52996678be
Added 2.3 2020-05-19 09:41:11 -10:00
Shannon Appelcline
2c308dc552
New chapter links some other ways to set up nodes 2020-05-19 09:39:56 -10:00
Shannon Appelcline
f5ce1c832c
Added 2.3 link 2020-05-19 09:33:59 -10:00
Shannon Appelcline
7349de40a0
Adding brief section 3. 2020-05-19 09:21:58 -10:00
Shannon Appelcline
a33c3b6afb
First version: added btcdeb TODO 2020-05-19 09:17:45 -10:00
Shannon Appelcline
aa09815262
Merge pull request #118 from leonardo-sj/patch-1
Update 03_3__Interlude_Using_Command-Line_Variables.md to use the "legacy" option in getnewaddress
2020-05-19 09:13:57 -10:00
Shannon Appelcline
32f8ef710c
Added TODO link 2020-05-19 09:10:51 -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
0323d71d99
Update 02_2_Setting_Up_a_Bitcoin-Core_VPS_with_StackScript.md 2020-05-13 08:29:26 -10:00
Shannon Appelcline
6cb7e5670b
Update README.md 2020-02-24 09:28:43 -10:00
Shannon Appelcline
59bf76585b
Update 10_1_Using_Script_Conditionals.md
Fix per @Janaka-Steph
2020-01-24 09:46:46 -10:00
Shannon Appelcline
118601a378
Update 11_3_Empowering_Bitcoin_with_Scripts.md 2020-01-24 09:30:26 -10:00
Shannon Appelcline
d3575141c8
Update 11_2_Writing_Complex_Multisig_Scripts.md 2020-01-24 09:30:02 -10:00
Shannon Appelcline
b898a95c68
Update 11_1_Writing_Puzzle_Scripts.md 2020-01-24 09:29:39 -10:00
Shannon Appelcline
9b90f39090
Update 10_2_Using_Other_Script_Commands.md 2020-01-24 09:24:40 -10:00
Shannon Appelcline
96db7be79a
Update 10_1_Using_Script_Conditionals.md 2020-01-24 09:24:16 -10:00
Shannon Appelcline
5bcda99d7c
Update 09_3_Using_CSV_in_Scripts.md 2020-01-24 09:12:58 -10:00
Shannon Appelcline
9b6ed8c3e9
Update 09_2_Using_CLTV_in_Scripts.md 2020-01-24 09:11:53 -10:00
Shannon Appelcline
2d2ac973e5
Update 09_1_Understanding_Timelock_Options.md 2020-01-24 09:11:25 -10:00
Shannon Appelcline
c0f85d24b2
Update 08_5_Spending_a_P2SH_Transaction.md 2020-01-24 08:58:15 -10:00
Shannon Appelcline
1eca5e41e0
Update 08_4_Scripting_a_Multisig.md 2020-01-24 08:57:53 -10:00
Shannon Appelcline
27a587768c
Update 08_3_Running_a_Bitcoin_Script_with_P2SH.md 2020-01-24 08:54:43 -10:00
Shannon Appelcline
a7b1e078cb
Update 08_2_Building_the_Structure_of_P2SH.md 2020-01-24 08:54:09 -10:00
Shannon Appelcline
de2d4dc2f0
Update 08_1_Understanding_the_Foundation_of_P2SH.md 2020-01-24 08:53:22 -10:00
Shannon Appelcline
8f72ffbd3a
Update 08_1_Understanding_the_Foundation_of_P2SH.md 2020-01-24 08:52:54 -10:00
Shannon Appelcline
8c84475106
Update 08_1_Understanding_the_Foundation_of_P2SH.md 2020-01-24 08:52:35 -10:00
Shannon Appelcline
e50f3afc6b
Update 07_4_Testing_a_Bitcoin_Script.md 2020-01-24 08:08:22 -10:00
Shannon Appelcline
55427ca13a
Update 07_3_Scripting_a_P2PKH.md 2020-01-24 08:07:56 -10:00
Shannon Appelcline
d31844acb2
Update 07_2_Running_a_Bitcoin_Script.md 2020-01-24 08:06:51 -10:00
Shannon Appelcline
e0f03fc7ef
Update 07_1_Understanding_the_Foundation_of_Transactions.md 2020-01-24 08:05:17 -10:00
Shannon Appelcline
410a4076dd
Update 06_5_Sending_a_Transaction_with_Data.md 2020-01-22 14:30:33 -10:00
Shannon Appelcline
8b9c2c7291
Update 06_4_Sending_a_Transaction_with_a_Locktime.md 2020-01-22 14:30:04 -10:00
Shannon Appelcline
ad2fd272a3
Update 06_3_Sending_an_Automated_Multisig.md 2020-01-22 14:28:36 -10:00
Shannon Appelcline
98f3256f88
Update 06_2_Spending_a_Transaction_to_a_Multisig.md 2020-01-22 14:28:01 -10:00
Shannon Appelcline
daa9c7f4b7
Update 06_1_Sending_a_Transaction_to_a_Multisig.md 2020-01-22 14:26:55 -10:00
Shannon Appelcline
6a44a6e32b
Update 05_3_Funding_a_Transaction_with_CPFP.md 2020-01-22 14:25:43 -10:00
Shannon Appelcline
104a16453f
Update 05_2_Resending_a_Transaction_with_RBF.md 2020-01-22 14:24:54 -10:00
Shannon Appelcline
3c5cb3e45b
Update 05_1_Watching_for_Stuck_Transactions.md 2020-01-22 14:23:35 -10:00
Shannon Appelcline
8b5b048144
Update 04_5_Sending_Coins_with_Automated_Raw_Transactions.md 2020-01-22 14:22:55 -10:00