See Also
ELI5: How can I buy Bitcoin?
There are many options when it comes to buying Bitcoin. You can buy it directly from friends, on what’s generally known as over the counter (OTC) trade. Or you can buy BTC from exchanges. Coinbase For US customers, the most popular option seems to be Coinbase. This is America’s largest Bitcon broker and perhaps the […]
ELI5: Cryptocurrency Micro Mining
Micro mining is a cryptocurrency mining modality where large quantities of small, and low computing power, devices perform the mining work. The idea stemmed from concepts related to IoT (Internet of Things), but also applies to other mining modalities where users contribute tiny amounts of work against proportional rewards. For example, by using their spare […]
avax-python – Python utils for AVAX cryptocurrency and Avalanche network exploration
avax-python is a Python library and set of utils for the exploration of the Avalanche AVAX cryptocurrency and its network. The crypto.bi avax-python project began as a thin wrapper around AvalancheGo node API, but it now supports several other functionalities such as wallet address and secret phrase generation, network traffic capture, customizable protocol handlers and a lot […]
Getting started with AVAX Toolbox
tl;dr; Clone both avalancheJ and avax-toolbox into the same parent directory. cd to the avax-toolbox dir and run gradle build You can find a list of AVAX Toolbox programs and their gradle tasks below. AVAX Toolbox AVAX Toolbox is a set of programs I initially wrote to test features from the avalancheJ library. I’ve been […]