You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

duniter-debug

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

duniter-debug

A module providing blockchain debugging tools.


Version published
Maintainers
1
Created

Readme

Source

duniter-debug Build Status Dependencies

A module providing blockchain debugging tools.

Features

Database comparison

node run.js --mdb dbA reset data
node run.js --mdb dbA sync gtest.duniter.org 10900
node run.js --mdb dbB reset data
node run.js --mdb dbB sync some.other.node 10900
bash compare dbA dbB m_index meld

Explanations:

  • first, create a new database dbA from the synchronization of gtest.duniter.org:10900
  • second, create a new database dbB from the synchronization of some.other.node:10900
  • third, compare the resulting table m_index from these 2 databases with meld software.

Notes:

  • you could replace m_index with one of c_index, i_index, s_index
  • you could replace meld with diff or whatever comparison program available on your machine

Keywords

FAQs

Package last updated on 02 Mar 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc