Code Monkey home page Code Monkey logo

bc-snapshots's Introduction

bc-snapshots

Data

bc_data_202309.tgz

md5sum checksum: d21fe4f5bc84273e08fbab93fca19456

Usage

Step 1: Preparation

  • A disk with enough free storage, at least twice the size of the snapshot

Step 2: Download && Uncompress

  • Copy the above snapshot URL
  • Download: wget -O data.tgz "<paste snapshot URL here>" . It will take several hours to download the snapshot, you can put it in the background by nohup wget -O data.tgz "<paste snapshot URL here>" &
  • Uncompress: tar -xvf data.tgz. It will take several hours to uncompress. You can put it in the background by nohup tar -xvf data.tgz &
  • You can combine the above steps by running a script:
wget -O data.tgz "<paste snapshot URL here>"
tar -xvf data.tgz

Step 3: Replace Data

  • Stop the running bc node if you have one by kill {pid}, and make sure the node has shut down
  • Consider backup the original data: mv ${BC_Home_Dir}/data ${BC_Home_Dir}/data_bak
  • Replace the data: mv <uncompressed data dir> ${BC_Home_Dir}/data
  • Start the bc node again and check the logs

bc-snapshots's People

Contributors

forcodedancing avatar unclezoro avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

mrj1985

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.