https://github.com/roosoft/bitcoin-blocks-listener
NodeJS generating events each time a new block enter the Bitcoin blockchain
https://github.com/roosoft/bitcoin-blocks-listener
Last synced: 3 months ago
JSON representation
NodeJS generating events each time a new block enter the Bitcoin blockchain
- Host: GitHub
- URL: https://github.com/roosoft/bitcoin-blocks-listener
- Owner: RooSoft
- Created: 2020-09-14T13:20:15.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-14T13:31:32.000Z (almost 6 years ago)
- Last Synced: 2025-03-15T04:35:49.923Z (over 1 year ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bitcoin blocks listener
NodeJS generating events each time a new block enter the Bitcoin blockchain
## Dependencies
- Nodejs
- an Electrum Personal Server
## Install
```bash
npm i
```
## Configure
Electrum Personal Server can be changed in .env file
## Run
```bash
node index.s
```