Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

0 stars

Watchers

1 watching

Forks

Releases

Sponsor this project

Packages

Contributors

Languages