Skip to content

rsksmart/bootstrap-exporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bootstrap-exporter

Database bootstrap exporter

Reproduce If you have an RSK node 1.0.* synchronized from scratch, you can generate this file.We have created a simple Dockerfile for this.

You can run it passing two volumes, one pointing to the database and the other one for the directory where it will output the file.

For example:

$ git clone git@github.com:rsksmart/bootstrap-exporter.git
$ cd bootstrap-exporter
$ docker build -t exporter .

$ # stop rsk node if it's still running

$ docker run -v /path/to/database:/database -v output:/output exporter 10000

About

Bootstrap exporter for rsk node

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors