7 Commits

Author SHA1 Message Date
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
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
Dimitris Tsapakidis
04efed7974
Fixed typos in A3_0_Using_Bitcoin_Regtest.md
Fixed typos.
2021-02-13 02:23:23 +02:00
Shannon Appelcline
0d9e418bb1
updated warning, fixed headers 2020-10-20 09:34:40 -10:00
Shannon Appelcline
79aed53a4a
second edit 2020-08-04 13:16:23 -10:00
Shannon Appelcline
6506043b46
first combined draft 2020-08-04 13:00:59 -10:00
Shannon Appelcline
f862b9f6dc
edits 2020-08-04 12:08:00 -10:00