All Projects → MaxLaumeister → Bitlisten

MaxLaumeister / Bitlisten

Licence: mit
Realtime Bitcoin transaction visualizer

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Bitlisten

Gbot Trader
Trading robot for trade on crypto exchanges
Stars: ✭ 222 (-10.12%)
Mutual labels:  bitcoin
Rusty Blockparser
Bitcoin Blockchain Parser written in Rust language
Stars: ✭ 226 (-8.5%)
Mutual labels:  bitcoin
Coinapi Sdk
SDKs for CoinAPI
Stars: ✭ 238 (-3.64%)
Mutual labels:  bitcoin
Bitcoin.php
Bitcoin library for PHP.
Stars: ✭ 224 (-9.31%)
Mutual labels:  bitcoin
Eclair Mobile
An Android wallet for the Lightning Network
Stars: ✭ 231 (-6.48%)
Mutual labels:  bitcoin
Blockchain Python
A blockchain implementation in Python
Stars: ✭ 233 (-5.67%)
Mutual labels:  bitcoin
Piwallet
piWallet is an open source program developed by Johnathan Martin that allows almost anyone to setup an online web wallet for a cryptocurrency.
Stars: ✭ 222 (-10.12%)
Mutual labels:  bitcoin
Bitcoinlib
Bitcoin and other Cryptocurrencies Library for Python. Includes a fully functional wallet, Mnemonic key generation and management and connection with various service providers to receive and send blockchain and transaction information.
Stars: ✭ 247 (+0%)
Mutual labels:  bitcoin
Php Bitcoinrpc
Fully unit-tested Bitcoin JSON-RPC client based on GuzzleHttp.
Stars: ✭ 231 (-6.48%)
Mutual labels:  bitcoin
Crypto Exchange
Pulls together list of crypto exchanges to interact with their API's in a uniform fashion.
Stars: ✭ 241 (-2.43%)
Mutual labels:  bitcoin
Btcpy
A Python3 SegWit-compliant library which provides tools to handle Bitcoin data structures in a simple fashion.
Stars: ✭ 225 (-8.91%)
Mutual labels:  bitcoin
Cryptotrader
A cryptocurrency trader for all famous exchanges
Stars: ✭ 228 (-7.69%)
Mutual labels:  bitcoin
Bitcoin Price Prediction
Bayesian regression for latent source model and Bitcoin
Stars: ✭ 234 (-5.26%)
Mutual labels:  bitcoin
Cashier Btc
💰 Self-hosted Bitcoin payment gateway (฿)
Stars: ✭ 223 (-9.72%)
Mutual labels:  bitcoin
Go Bip39
The BIP39 library for Go.
Stars: ✭ 238 (-3.64%)
Mutual labels:  bitcoin
Nemosminer
NemosMiner multi algo profit switching NVIDIA miner
Stars: ✭ 224 (-9.31%)
Mutual labels:  bitcoin
Dswaveformimage
Generate waveform images from audio files in iOS
Stars: ✭ 228 (-7.69%)
Mutual labels:  audio-visualizer
Bitcoin Broker
BTC trading market broker, smart route the orders to multiple exchange.
Stars: ✭ 248 (+0.4%)
Mutual labels:  bitcoin
Videojs Wavesurfer
video.js plugin that adds a navigable waveform for audio and video files
Stars: ✭ 242 (-2.02%)
Mutual labels:  audio-visualizer
Merkletreejs
🌱 Construct Merkle Trees and verify proofs in JavaScript.
Stars: ✭ 238 (-3.64%)
Mutual labels:  bitcoin

BitListen - Bitcoin Transaction Visualizer

Current version hosted at BitListen.com. Project formerly known as "Listen to Bitcoin" (ListenToBitcoin.com has been sold.)

Realtime Bitcoin transaction visualizer written in HTML/Javascript. See and hear new transactions and blocks as they propagate through the Bitcoin Network.

Building

The project is built and ready-to-go. If you change any of the javascript, you will need to re-build the bitlisten.min.js file using Grunt. If you haven't used Grunt before, here is a short tutorial:

  1. Install Node.js.

  2. Install grunt-cli using sudo npm install -g grunt-cli.

  3. Cd into the project directory and run npm install to install the proper Grunt version and dependencies for this project.

  4. Run grunt to build BitListen. Alternatively, run grunt watch to build BitListen, host it at http://localhost:8000, and watch for and rebuild changes in the source files.

The compiled/minified script will be output to bitlisten.min.js.

APIs and Libraries

BitListen uses these libraries:

BitListen uses these APIs:

License

If you distribute this project in part or in full, please attribute with a link to the GitHub page. This software is available under the MIT License, details in the included LICENSE.md file.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].