Coder Social home page Coder Social logo

ltraveler / idenachain.db Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 0.0 1.43 GB

IDENA bootstrap. IDENA blockchain snapshot (updated daily) for fast synchronization of the Idena network node (idena-go).

idena blockchain idna proof-of-person flip synchronization fast

idenachain.db's Introduction

IDENA BLOCKCHAIN SNAPSHOT

Frequency Daily Last Commit IDENA Blockchain Repository Size

The snapshot will help you to sync your Idena Node in a matter of minutes.

IDENA Blockchain Fast Synchronization


โ˜• Buy me a coffee

Whether you use this project, have learned something from it, or just like it, please consider supporting it by buying me a coffee, so I can dedicate more time on open-source projects like this :)

  • ๐Ÿ’ณ Address for donations: 0xf041640788910fc89a211cd5bcbf518f4f14d831

  • ๐Ÿ”— URL to autosend (100 iDNA) via Idena web-client or Idena client app: dna://send/v1?address=0xf041640788910fc89a211cd5bcbf518f4f14d831&amount=100&comment=Buy%20Me%20A%20Coffee&callback_url=https%3A%2F%2Fgithub.com%2Fltraveler%2Fidenachain.db


โš“ Default path to idenachain.db

Depends on your OS the path to 'idenachain.db' directory would be different. This table helps you to choose the correct path based on your operational system.

  • Linux/macOS/Windows
    • The default path value to idenachain.db varies across OSes:
      OS Path Example
      Linux / Ubuntu ~/idena-go/datadir/ /home/Olga/idena-go/datadir
      macOS cd ~/Library/Application\ Support/Idena/node/datadir cd ~/Library/Application\ Support/Idena/node/datadir
      Windows %AppData%\Idena\node\datadir C:\Users\Olga\AppData\Roaming\Idena\node\datadir

๐Ÿง ๐Ÿ’ก How to make fast sync in Linux (Ubuntu)

  1. sudo service idena_username stop โ€” stop current idena-go instance;
  2. cd ~/idena-go/datadir/ โ€” switch your current directory to datadir;
  3. rm -rf idenachain.db โ€” remove current idenachain.db folder;
  4. git clone -b main --depth 1 --single-branch https://github.com/ltraveler/idenachain.db.git โ€” clone the snapshot of idenachain.db folder (official git package must be installed sudo apt-get update && sudo apt-get install git-all);
  5. rm -rf ./idenachain.db/.git โ€” remove unnecessary .git folder;
  6. sudo service idena_username stop โ€” start current idena-go instance.

โฐ Updated once a day


๐ŸชŸ ๐Ÿ’ก Idena fast synchronization in Windows (Power Shell)

  1. Get-Process -Name 'Idena','Idena-go' | Stop-Process -Force โ€” stop idena-go network node and idena desktop client;
  2. cd $env:APPDATA\Idena\node\datadir โ€” switch your current directory to datadir;
  3. Remove-Item -Recurse -Force idenachain.db โ€” remove current idenachain.db folder;
  4. git clone -b main --depth 1 --single-branch https://github.com/ltraveler/idenachain.db.git โ€” clone the snapshot of idenachain.db folder (official git windows client is available here https://git-scm.com/download/win);
  5. Remove-Item -Recurse -Force ./idenachain.db/.git โ€” remove unnecessary .git folder;
  6. Start idena desktop client and idena-go network node.

โฐ Updated once a day


๐Ÿ ๐Ÿ’ก How to use idena blockchain snapshot in macOS

  1. killall -m idena โ€” stop idena-go network node and idena desktop client;
  2. cd ~/Library/Application\ Support/Idena/node/datadir โ€” switch your current directory to datadir;
  3. rm -rf idenachain.db โ€” remove current idenachain.db folder;
  4. git clone -b main --depth 1 --single-branch https://github.com/ltraveler/idenachain.db.git โ€” clone the snapshot of idenachain.db folder (official git MacOS client is available here https://git-scm.com/download/mac);
  5. rm -rf ./idenachain.db/.git โ€” remove unnecessary .git folder;
  6. Start idena desktop client and idena-go network node.

โฐ Updated once a day


โ„น๏ธ Other information

  • If you are looking for a stable shared node service, please contact me on Telegram @ltrvlr

๐Ÿ’ฌ Contact information

idenachain.db's People

Stargazers

 avatar  avatar

Watchers

 avatar

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.