Helper image to bootstrap blockchain data into Docker volume for usage with Alias Docker image
- SPDX-FileCopyrightText: © 2021 Alias Developers
- SPDX-License-Identifier: MIT
Create Docker volume to store the data on for further usage. After that start the bootstrap process:
docker volume create alias-data
docker run \
--name bootstrapper \
--rm \
-it \
-v alias-data:/alias \
aliascash/docker-aliaswalletd-bootstrapper:latest
After that the extracted Alias blockchain will be located on the Docker volume alias-data
.
To bootstrap for TESTNET, just add the following parameter to the above described call:
-e TESTNET=true \
- Visit our website Alias (ALIAS)
- Please join us on our Discord server
- Read the latest News
- Visit our thread at BitcoinTalk