in3rsha
I like making educational websites. Currently working on one about bitcoin.
learnmeabitcoin.comUK
Pinned Repositories
bitcoin-chainstate-parser
A very simple parser for Bitcoin Core's chainstate LevelDB database (the UTXO database).
bitcoin-mining-distribution
Create pie charts to see the most dominant miners over the history of Bitcoin.
bitcoin-to-neo4j
Import the Bitcoin blockchain in to a Neo4j graph database.
bitcoin-utxo-dump
Get a list of UTXOs (unspent transaction outputs) from your Bitcoin Core client.
bitcoinrain
A realtime visualisation of bitcoin transactions as rain, using websockets and p5.js.
learnmeabitcoin-code
Simple code snippets to help you understand how Bitcoin works.
php-fread-blockchain
A simple PHP script that prints the blocks and transactions from bitcoin's blk*.dat files.
php-simple-bitcoin-node
A very simple bitcoin node, written in PHP.
programming-bitcoin-script
Programming Bitcoin Script Transaction (Crypto) Contracts Step-by-Step - Let's start with building your own bitcoin stack machine from zero / scratch and let's run your own bitcoin ops (operations)...
sha256-animation
Animation of the SHA-256 hash function in your terminal.
in3rsha's Repositories
in3rsha/sha256-animation
Animation of the SHA-256 hash function in your terminal.
in3rsha/bitcoin-utxo-dump
Get a list of UTXOs (unspent transaction outputs) from your Bitcoin Core client.
in3rsha/bitcoin-to-neo4j
Import the Bitcoin blockchain in to a Neo4j graph database.
in3rsha/learnmeabitcoin-code
Simple code snippets to help you understand how Bitcoin works.
in3rsha/bitcoin-chainstate-parser
A very simple parser for Bitcoin Core's chainstate LevelDB database (the UTXO database).
in3rsha/php-simple-bitcoin-node
A very simple bitcoin node, written in PHP.
in3rsha/bitcoinrain
A realtime visualisation of bitcoin transactions as rain, using websockets and p5.js.
in3rsha/bitcoin-mining-distribution
Create pie charts to see the most dominant miners over the history of Bitcoin.
in3rsha/php-fread-blockchain
A simple PHP script that prints the blocks and transactions from bitcoin's blk*.dat files.
in3rsha/programming-bitcoin-script
Programming Bitcoin Script Transaction (Crypto) Contracts Step-by-Step - Let's start with building your own bitcoin stack machine from zero / scratch and let's run your own bitcoin ops (operations)...
in3rsha/bips
Bitcoin Improvement Proposals
in3rsha/bitcoin-only
in3rsha/bitcoin-only-1
Bitcoin resources (meetups, books, wallets, podcasts, conferences and much more)
in3rsha/BitcoinECDSA.php
PHP library to generate BTC addresses and signatures from private keys.