19 Commits

Author SHA1 Message Date
Brandon Authier
f95809a912
Uncomplicate btcblock alias and fix 301 error
The btcblock alias was overly complicated requiring multiple cut commands and multiple line reversals due to using wget (which wasn't even installed on debian by default, whereas curl is). Using curl with the silent flag reduces complexity. Also removing the cat command double redirection using HERE doc notation and complicated escaping is accomplished with a single echo command and simply append redirect.

Update the mainnet get block call with curl and fix the 301 error received by calling url in plain text.
2022-11-29 17:35:00 -08:00
Shannon Appelcline
42f5e96d3f
Merge pull request #577 from shobitb/master
Fix typo s/btblock/btcblock
2022-06-08 11:41:05 -10:00
Shobit Beltangdy
7780bd37e5 Fix typo s/btblock/btcblock 2022-05-14 15:21:02 -07:00
joachim
14c3c1a828 Added -testnet to bitcoin-cli command because we are supposed to use testnet on the course 2022-01-18 08:51:59 +01:00
EahwW8VfYy
f4d554353d
typo fix
encapsulatea -> encapsulates
2021-09-30 16:55:32 -05: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
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
Shannon Appelcline
bfe9141a4f
removed warning 2020-10-20 08:01:55 -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
5b1d8f201d
new btcblock alias
thanks to @0xLeos
2020-08-04 11:45:50 -10:00
Shannon Appelcline
abe3e07ea1
updated aliases and how to check if your blockchain is loaded 2020-06-19 10:00:58 -10: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
Shannon Appelcline
4a132d0084
Update 03_1_Verifying_Your_Bitcoin_Setup.md 2020-01-22 14:09:56 -10:00
Eric Ehlers
9d0ea755fb fix typos in 3.1 2019-08-16 10:21:56 +01:00
Joe Dahle
e8efba8775 Fix: Typos in section 3 2018-10-20 23:50:27 -07:00
Joe Dahle
9131b22452 Fis: Typos in section 3 2018-10-20 23:41:24 -07:00
Shannon Appelcline
276e9aa931
Removed niggling getinfo 2018-07-18 16:18:27 -07:00
Shannon Appelcline
e2d3d3c145 Create 03_1_Verifying_Your_Bitcoin_Setup.md 2017-06-13 10:53:29 -07:00
Shannon Appelcline
b61a1493c7 Prefixed 0s to file names 2017-06-13 10:21:10 -07:00