New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

bc2

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bc2

Blockchain Data Collector

  • 0.5.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-66.67%
Maintainers
1
Weekly downloads
 
Created
Source

BlockScanner

Blockchain Data Collector

Install

sudo npm install bc2 -g
sudo npm install bc2 -g --unsafe-perm

Setup Config

vi ~/bc2.config.toml
# BlockScanner Default Config

title = "BlockScanner"

[base]
folder = "/path/to/your/chaindata"

[blockchain]
protocol = "http:"
hostname = "127.0.0.1"
port = 8545
path = "/"

[database]
protocol = "mongodb:"
hostname = "127.0.0.1"
port = 27012
db = "ETH"
prefix = "BS_"
user = "BC2"
password = "db password"

Run

  • start from block 0
bc2 -c ~/bc2.config.toml
  • scan N blocks from block M
bc2 -c ~/bc2.config.toml -f M -o N
  • list all process
bc2 -l
  • kill process X
bc2 -k X
  • kill all process
bc2 -k 0

Keywords

FAQs

Package last updated on 21 Aug 2018

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

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc