The Bitcoin memory pool, also known as the “transaction pool” or “mempool,” is a holding area for unconfirmed transactions waiting…
Python & Web3
Use Python to get the balance of a Bitcoin wallet
In this article we will use Python to get the balance of a Bitcoin wallet. Bitcoin is a decentralized digital…
How to query the Ethereum mempool / txpool with Python
In this tutorial we will query the Ethereum mempool using Web3.py in Python. The mempool is also known as the…
How to use Flashbots
In this tutorial we will review how to use Flashbots to gain Miner/Maximum Extractable Value also known as MEV. Miner/Maximum…
Ether balance in MicroPython on an ESP32 board
In this tutorial we will capture an Ether balance in MicroPython on an ESP32 board. We will write Python code…
Crypto prices in MicroPython on an ESP32 board
The objective of this tutorial is to capture real time crypto prices in MicroPython running on an ESP32 board. We…
How to use MicroPython with a ESP32 board
In this tutorial you will learn how to use MicroPython with a ESP32 microcontroller development board. These instructions will help…
Build a crypto back running trading bot
Build a crypto back running trading bot. Back running is the strategy of having a transaction next in line right…