Shannon Appelcline
8a7f99d28a
Fully upgraded to integrate with the Linode Standup
...
(Rather than forcing us to maintain two very similar scripts)
2020-06-16 11:10:10 -10:00
Shannon Appelcline
f085893bcb
Update TODO.md
2020-06-16 09:45:47 -10:00
Shannon Appelcline
48e4b0ab82
Verified Debian 10 scripting
2020-06-16 08:56:16 -10:00
Shannon Appelcline
0569270c8f
Merge pull request #130 from Goosie/patch-9
...
Update 06_5_Sending_a_Transaction_with_Data.md
2020-06-16 08:33:54 -10:00
Shannon Appelcline
92750cf894
btctxfee clarification
...
Clarification per helpful suggestion by @Goosie
2020-06-16 08:31:58 -10:00
Shannon Appelcline
6d18c2cbdf
Merge pull request #128 from Goosie/patch-7
...
Update 03_4_Receiving_a_Transaction.md
2020-06-16 08:27:42 -10:00
Shannon Appelcline
009613cfad
Merge pull request #127 from Goosie/patch-6
...
Update 02_1_Setting_Up_a_Bitcoin-Core_VPS_by_Hand.md
2020-06-16 08:26:35 -10:00
Shannon Appelcline
1ff0cd40c8
Merge pull request #126 from Goosie/patch-5
...
Update 04_2__Interlude_Using_JQ.md
2020-06-16 08:25:35 -10:00
Shannon Appelcline
3cf7895fd6
Merge pull request #125 from Goosie/patch-1
...
Update 03_1_Verifying_Your_Bitcoin_Setup.md
2020-06-16 08:24:38 -10:00
Perry Smit
38c0403d71
Update 06_5_Sending_a_Transaction_with_Data.md
...
error in transaction command
2020-06-16 15:09:47 +02:00
Perry Smit
753e3dbbd0
Update 03_4_Receiving_a_Transaction.md
...
Should getrawtransaction not be gettransaction? Did not work for me otherwise.
2020-06-16 10:01:35 +02:00
Perry Smit
241ac9157a
Update 02_1_Setting_Up_a_Bitcoin-Core_VPS_by_Hand.md
...
When you are on ubuntu 18.04 you should add the aliases in ~/.bash_aliases
2020-06-16 09:11:45 +02:00
Perry Smit
4d7b7fe828
Update 04_2__Interlude_Using_JQ.md
...
signrawtransaction is deprecated, should be signrawtransactionwithwallet
2020-06-15 14:29:01 +02:00
Perry Smit
1d8d23e969
Update 03_1_Verifying_Your_Bitcoin_Setup.md
...
Change the line
alias brstop="bitcoin-cli -regtest -stop"
into
alias brstop="bitcoin-cli -regtest stop"
2020-06-15 08:43:00 +02:00
jodobear
052bade039
fixed image path
2020-06-15 00:33:24 +02:00
jodobear
96281aa333
added A1_0_Compiling_Bitcoin_from_Source and public folder with screenshots from terminal
2020-06-15 00:29:03 +02:00
Shannon Appelcline
547bae454b
Update TODO.md
2020-06-10 15:03:54 -10:00
Shannon Appelcline
a5a405d98c
found a new bug
2020-06-10 14:59:09 -10:00
Shannon Appelcline
85db54f0df
Update TODO.md
2020-06-10 14:43:25 -10:00
Shannon Appelcline
faf4939e8a
Update TODO.md
2020-06-10 14:43:07 -10:00
Shannon Appelcline
66a356ba6d
laid out current plans in order
2020-06-10 14:36:15 -10:00
Shannon Appelcline
4f1c014150
moving around C chapters
2020-06-10 13:41:33 -10:00
Shannon Appelcline
f387d48d84
updated #s
2020-06-10 13:31:14 -10:00
Shannon Appelcline
8b7e60d3ba
updating chapter #s and intro
2020-06-10 13:26:46 -10:00
Shannon Appelcline
430afdaa58
updating toc
2020-06-10 13:25:54 -10:00
Shannon Appelcline
74715c3a62
updated #
2020-06-10 13:23:10 -10:00
Shannon Appelcline
f364f5facc
Update 18_3_Accessing_Bitcoind_with_NodeJS.md
2020-06-10 13:07:51 -10:00
Shannon Appelcline
ef9d8fa578
Update README.md
2020-06-10 13:06:37 -10:00
Shannon Appelcline
4f02b41b35
Rename 18_3_Accessing_Bitcoind_with_Java.md to 18_2_Accessing_Bitcoind_with_Java.md
2020-06-10 13:06:02 -10:00
Shannon Appelcline
58627aedc9
Rename 18_1_Accessing_Bitcoind_with_Other_Languages.md to 18_3_Accessing_Bitcoind_with_NodeJS.md
2020-06-10 13:05:28 -10:00
Shannon Appelcline
d331ba6348
updating languages & tor sections
2020-06-10 12:53:36 -10:00
Shannon Appelcline
61dea67f27
Merge pull request #123 from leonardo-sj/patch-5
...
Update 06_3_Sending_an_Automated_Multisig.md
2020-06-02 13:44:27 -10:00
leonardo-sj
79668626d3
Update 06_3_Sending_an_Automated_Multisig.md
...
1) Isn't it "getaddressinfo" instead of "validateaddress" ?
The "validateaddress" command does not return "pubkey" property.
2) Updated "bitcoin-cli -named signrawtransaction hexstring=$rawtxhex" to "bitcoin-cli -named signrawtransactionwithwallet hexstring=$rawtxhex"
3) Updated "... had to give signrawtransaction extra help ..." to "... had to give signrawtransactionwithkey extra help ..."
2020-05-27 12:35:42 -03:00
Shannon Appelcline
912a8ae349
Merge pull request #122 from leonardo-sj/patch-4
...
Update 06_2_Spending_a_Transaction_to_a_Multisig.md
2020-05-26 07:57:57 -10:00
Shannon Appelcline
7953ee1de7
Merge pull request #120 from leonardo-sj/patch-3
...
Update 05_2_Resending_a_Transaction_with_RBF.md
2020-05-26 07:57:31 -10:00
Shannon Appelcline
3dd6377fe1
Merge pull request #119 from leonardo-sj/patch-2
...
Update 04_4__Interlude_Using_Curl.md
2020-05-26 07:56:45 -10:00
leonardo-sj
ffd3b9392e
Update 06_2_Spending_a_Transaction_to_a_Multisig.md
...
Replace signrawtransaction with signrawtransactionwithkey
2020-05-26 13:31:50 -03:00
leonardo-sj
9accb97368
Update 05_2_Resending_a_Transaction_with_RBF.md
...
Update signrawtransaction to signrawtransactionwithwallet.
2020-05-22 11:35:58 -03:00
leonardo-sj
91eba50b50
Update 04_4__Interlude_Using_Curl.md
...
getaddressesbyaccount was removed and the curl will return an error.
As answer below, the command getaddressesbylabel can be used instead.
https://bitcoin.stackexchange.com/questions/70311/getaddressesbyaccount-rpc-alternative
2020-05-21 12:58:00 -03:00
Shannon Appelcline
4b18d9ce43
Update README.md
2020-05-19 14:22:57 -10:00
Shannon Appelcline
b12992f9f3
Changed license
2020-05-19 14:21:38 -10:00
Shannon Appelcline
573adc16ce
cleanup
2020-05-19 14:20:36 -10:00
Shannon Appelcline
a76f612fce
Update README.md
2020-05-19 14:17:55 -10:00
Shannon Appelcline
bff633e536
Updating to standard README
2020-05-19 14:17:39 -10:00
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