https://github.com/fedemagnani/blockchain_explorer_whales.js
A script for collecting big movements on bitcoin blockchain
https://github.com/fedemagnani/blockchain_explorer_whales.js
bitcoin blockchain bot explorer transaction whales
Last synced: 3 months ago
JSON representation
A script for collecting big movements on bitcoin blockchain
- Host: GitHub
- URL: https://github.com/fedemagnani/blockchain_explorer_whales.js
- Owner: fedemagnani
- Created: 2021-05-22T16:59:54.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-22T18:03:09.000Z (about 5 years ago)
- Last Synced: 2025-03-23T04:21:39.163Z (over 1 year ago)
- Topics: bitcoin, blockchain, bot, explorer, transaction, whales
- Language: JavaScript
- Homepage:
- Size: 562 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# blockchain_explorer_whales.js [](https://scrutinizer-ci.com/g/fedemagnani/blockchain_explorer_whales.js/build-status/main) [](https://github.com/fedemagnani/blockchain_explorer_whales.js/stargazers) [](https://twitter.com/nonsonouncoder)
A script for collecting big movements on bitcoin blockchain
## Getting started
This program requires NodeJS to be installed: https://nodejs.org/it/download/
STEPS:
0) Open your terminal (Start > cmd)
1) `git clone https://github.com/fedemagnani/blockchain_explorer_whales.js.git`
2) `cd blockchain_explorer_whales.js`
3) `npm install` (in order to install all the dependencies)
4) `node main`
This will open a websocket connection with blockchain.com and will show you all the transactions that exceed a certain amount of cryptocurrency amount. You can set the value you want by changing the `atLeast` variable in `main.js` (100 by default).
Logs are saved in txt format while the big addresses are indexed in a .json file
