Update Bitcoin and Particl cores to 0.21

wallet.dat is no longer loaded by default.
This commit is contained in:
tecnovert
2021-01-16 23:01:23 +02:00
parent 64caceebfe
commit f934b2d8f2
12 changed files with 51 additions and 31 deletions

View File

@@ -22,7 +22,7 @@ If the dependencies and db format have changed the container must be built with
#### Update core versions
After updating the code and rebuilding the container:
After updating the code and rebuilding the container run:
basicswap/docker]$ docker run \
-t --name swap_prepare -v $COINDATA_PATH:/coindata i_swapclient \
@@ -30,6 +30,9 @@ After updating the code and rebuilding the container:
docker rm swap_prepare
Specify all required coins after `--withcoins=`, separated by commas.
If updating from versions below 0.21, you may need to add `wallet=wallet.dat` to the core config files.
## If installed through pip: