2196 Commits

Author SHA1 Message Date
Shannon Appelcline
2254cb8c7b
simple psbt example 2021-01-06 08:52:00 -10:00
Shannon Appelcline
866e9cdb71
Update TODO-30.md 2021-01-06 08:49:27 -10:00
Shannon Appelcline
6097d8e11a
Now grab the USER and PASS just before using them 2021-01-05 09:17:30 -10:00
Shannon Appelcline
d28c5a6db0
added missing $ for command-line command 2021-01-05 08:59:09 -10:00
Shannon Appelcline
d7ed97274a
more clarifications and fixes for config 2021-01-05 08:54:04 -10:00
Shannon Appelcline
5f989f0833
clarification on restarting 2021-01-05 08:49:14 -10:00
Shannon Appelcline
de28f0c6cd
clarification on adding to bitcoin.conf file 2021-01-05 08:46:04 -10:00
Shannon Appelcline
9aafcb04d6
added missing sudo 2021-01-05 08:39:38 -10:00
Shannon Appelcline
9c901c3054
Delete bitcoin-cli-commands-help.md 2021-01-05 08:16:50 -10:00
Shannon Appelcline
b8c7da9529
removed referenced to prior version. 2021-01-05 07:56:55 -10:00
Shannon Appelcline
e015cd475e
Merge pull request #189 from ndalliard/fix-typo
fix typo
2021-01-05 07:54:53 -10:00
Shannon Appelcline
5e114757a5
Merge pull request #190 from xxi000000/patch-1
Add missing space in 3.3
2021-01-05 07:54:15 -10:00
XXI
a8a344f583
Add missing space in 3.3 2021-01-05 09:25:32 -05:00
Nathanael Dalliard
7b2705e9a3 fix typo 2021-01-05 08:57:46 +01:00
Christopher Allen
cf83300fba
Added 3.0 todo item for animated GIFs of CLI 2020-12-26 13:23:33 -08:00
Shannon Appelcline
b9713a8e2e
Merge pull request #182 from dimitris-t/dimitris-t-patch-1
Fixed typos
2020-12-22 15:28:52 -10:00
Shannon Appelcline
60ee4bb655
Merge pull request #184 from timgates42/bugfix_typo_transaction
docs: fix simple typo, tranaction -> transaction
2020-12-22 15:28:13 -10:00
Shannon Appelcline
3ce394a327
Merge pull request #187 from kiano0sh/patch-1
Update 02_1_Setting_Up_a_Bitcoin-Core_VPS_with_StackScript.md
2020-12-22 15:27:48 -10:00
Shannon Appelcline
b9ffcd22d1
Merge pull request #188 from javiervargas/patch-18
Fix typo
2020-12-22 15:27:16 -10:00
Shannon Appelcline
99a3fc2a72
Update TODO-30.md 2020-12-16 10:05:23 -10:00
Shannon Appelcline
b5eeee69ab
updated status 2020-12-16 10:04:30 -10:00
Javier Vargas
ad56f04a27
Fix typo 2020-12-14 18:57:10 +01:00
Kianoosh Hooshmand
e95dede691
Update 02_1_Setting_Up_a_Bitcoin-Core_VPS_with_StackScript.md
Removed extra `find`
2020-12-10 23:18:54 +03:30
Shannon Appelcline
f9ec4c958f
added authors per new template 2020-12-08 14:09:21 -10:00
Tim Gates
43ca374e4b
docs: fix simple typo, tranaction -> transaction
There is a small typo in 04_6_Creating_a_Segwit_Transaction.md, 11_3_Using_CSV_in_Scripts.md.

Should read `transaction` rather than `tranaction`.
2020-11-29 10:05:29 +11:00
Shannon Appelcline
0a27bda86f
more variants 2020-11-10 07:48:07 -10:00
Dimitris Tsapakidis
cd341da0a6
Update 02_2_Setting_Up_Bitcoin_Core_Other.md 2020-11-07 01:50:41 +02:00
Dimitris Tsapakidis
0093975bb8
Update 02_1_Setting_Up_a_Bitcoin-Core_VPS_with_StackScript.md 2020-11-07 01:49:40 +02:00
Dimitris Tsapakidis
cda172c521
Update 01_1_Introducing_Bitcoin.md 2020-11-07 01:44:58 +02:00
Dimitris Tsapakidis
87c141c2f3
Update 01_0_Introduction.md 2020-11-07 01:39:44 +02:00
Shannon Appelcline
9830de1bbd
fixing wallet dumps
CandidateBlock
v2.0
2020-11-03 13:12:02 -10:00
Shannon Appelcline
5706618abb
Merge pull request #181 from psqnt/patch-1
fix for jq auto formatting decimals
2020-11-03 13:03:28 -10:00
Shannon Appelcline
b1d100064d
improved what's next 2020-11-03 07:45:13 -10:00
Shannon Appelcline
20f658d85a
Update 14_3_Adding_SSH_Hidden_Services.md 2020-11-03 07:43:19 -10:00
psqnt
7661a72caf
Update 04_2_i_txfee-calc.sh
use $btcout_f
2020-11-01 08:45:50 -05:00
psqnt
eadefbcf0c
fix for jq auto formatting decimals
jq auto formats decimals to scientific notation so the calculation on the last line of the script fails on a syntax error:

For example:
```
$ echo "0.0001 - 9.5e-05" | /usr/bin/bc
(standard_in) 1: syntax error
```
vs this:
```
$ echo "0.0001 - 0.000095" | /usr/bin/bc
.000005
```
2020-11-01 08:43:04 -05:00
Shannon Appelcline
2323ed4e1a
Update README.md 2020-10-28 15:44:55 -10:00
Shannon Appelcline
4ce8d9c32e
Update README.md 2020-10-28 15:43:54 -10:00
Shannon Appelcline
22bab8643c
Add files via upload 2020-10-28 15:03:36 -10:00
Shannon Appelcline
e02d503f13
Create README.md 2020-10-28 15:02:08 -10:00
Shannon Appelcline
c1c71cd343
Update TODO.md 2020-10-27 15:28:31 -10:00
Shannon Appelcline
9a6ff2e2d6
fixed Part chart 2020-10-27 14:37:27 -10:00
Shannon Appelcline
5a070bc80a
Update 01_0_Introduction.md 2020-10-27 14:37:00 -10:00
Shannon Appelcline
594de0ac72
added info on BTC Standup options 2020-10-27 08:28:16 -10:00
Shannon Appelcline
72cbb24ef7
added refs to Bitcoin Script expansion 2020-10-27 08:27:22 -10:00
Shannon Appelcline
c4eddfb1ca
Update TODO.md 2020-10-20 14:54:26 -10:00
Shannon Appelcline
b28a89f6e3
updated for new intro 2020-10-20 14:52:54 -10:00
Shannon Appelcline
e3ef0ccc07
new intro 2020-10-20 14:51:14 -10:00
Shannon Appelcline
3b6b631a50
Update and rename 01_0_Introducing_Bitcoin.md to 01_1_Introducing_Bitcoin.md 2020-10-20 13:40:57 -10:00
Shannon Appelcline
60d56cccc9
Update TODO.md 2020-10-20 13:13:00 -10:00