Skip to content

aliascash/docker-aliaswalletd-bootstrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alias Bootstrapper

Helper image to bootstrap blockchain data into Docker volume for usage with Alias Docker image

Licensing

  • SPDX-FileCopyrightText: © 2021 Alias Developers
  • SPDX-License-Identifier: MIT

How to use

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.

Bootstrapping for TESTNET

To bootstrap for TESTNET, just add the following parameter to the above described call:

    -e TESTNET=true \

Social

About

Helper image to bootstrap Alias blockchain data

Resources

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published