orweinberger / segwit.watch

Home Page:https://segwit.watch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

segwit.watch

This small project aims to display the % of transactions in each block that use end-to-end native Segwit, meaning both inputs and outputs are all P2WPKH/P2WSH which (currently) occupy the least amount of block space.

This is still WIP, pull requests are welcome

Requirements

  1. A synced Bitcoin Core node with txindex=1
  2. NodeJS 12+

Setup

$ npm i
$ npm i -g pm2
$ pm2 start ecosystem.config.js --env production

About

https://segwit.watch

License:MIT License


Languages

Language:JavaScript 51.5%Language:EJS 41.7%Language:CSS 6.8%