2214 Commits

Author SHA1 Message Date
keblek
d34c187e2a
Lowercase c in BitCoin 2021-03-19 17:58:17 +01:00
Shannon Appelcline
266d7e13a3
Update TODO-30.md 2021-02-24 09:07:40 -10:00
Shannon Appelcline
16980cbd04
Merge pull request #198 from kiano0sh/patch-2
Update 03_1_Verifying_Your_Bitcoin_Setup.md
2021-02-24 07:54:09 -10:00
Kianoosh Hooshmand
f424bd5370
Update 03_1_Verifying_Your_Bitcoin_Setup.md
Extra `> ` at defining `btcblock` alias, causing it to fail when executing the alias.
2021-02-24 18:21:25 +01:00
Shannon Appelcline
25d8852244
Merge pull request #196 from jerzybrzoska/patch-2
03_1_Verifying_Your_Bitcoin_Setup.md: Added .bashrc and .profile as o…
2021-02-23 14:12:51 -10:00
Shannon Appelcline
c27f2b638c
Merge pull request #195 from dimitris-t/patch-1
Fixed typos in A3_0_Using_Bitcoin_Regtest.md
2021-02-23 14:12:21 -10:00
Shannon Appelcline
9ff63a4a66
Merge pull request #197 from leonardojobim/patch-6
Update A3_0_Using_Bitcoin_Regtest for Bitcoin Core version 0.21
2021-02-23 14:11:41 -10:00
leonardojobim
ad0a09329d
Update A3_0_Using_Bitcoin_Regtest for version 0.21
. It adds a " Generate Regtest Wallet" since Bitcoin Core v.021 does not automatically create new wallets on startup.
If the reader try to mine without a wallet, it will receive the erro: "No wallet is loaded. Load a wallet using loadwallet or create a new one with createwallet. (Note: A default wallet is no longer automatically created)" 

. The command "bitcoin-cli -regtest generate" throws the error: " generate has been replaced by the -generate cli option.". So it fixes the command.

. "bitcoin-cli -regtest sendtoaddress" throws the error: "Fee estimation failed. Fallbackfee is disabled. Wait a few blocks or enable -fallbackfee.", so the "fallbackfee." is added to the bitcoind startup.
2021-02-23 00:40:23 -03:00
jerzybrzoska
a9d592233c
03_1_Verifying_Your_Bitcoin_Setup.md: Added .bashrc and .profile as options along with .bash_profile
There is no `.bash_profile` on Debian. Irrespectively of the Linux distro `.bashrc` is likely to be the file where most Linux users place there aliases.
2021-02-15 10:04:10 +01:00
Dimitris Tsapakidis
04efed7974
Fixed typos in A3_0_Using_Bitcoin_Regtest.md
Fixed typos.
2021-02-13 02:23:23 +02:00
Shannon Appelcline
5ac748e82f
removed transparency 2021-02-03 14:39:32 -10:00
Shannon Appelcline
d59a049c7c
Merge pull request #193 from yojoots/typo-fixes
Fix multiple typos
2021-01-26 20:04:25 -10:00
Justin Hanneman
0ac9fb0ca2 Fix multiple typos 2021-01-26 20:19:37 -06:00
Shannon Appelcline
63954f440e
Merge pull request #191 from xxi000000/patch-2
Minor fixes in 3.4
2021-01-13 07:39:49 -10:00
Shannon Appelcline
fcb294b17e
Merge pull request #192 from xxi000000/patch-3
Minor fixes in 4.2
2021-01-13 07:39:16 -10:00
XXI
d8babd752c
Minor fixes in 4.2 2021-01-13 07:48:12 -05:00
Shannon Appelcline
cd0678c249
Update README.md 2021-01-06 09:16:10 -10:00
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
XXI
30fe0c1cab
Minor fixes in 3.4 2021-01-06 06:43:59 -05: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