See Also
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 […]
Generate AVAX addresses and keys from a mnemonic phrase in Python
While playing with AVAX programming in Python, I wanted to have some wallet functionality on the Linux command line. It’s easily done from Javascript, since Ava Labs provides an official library, but this specific application required Python and I really didn’t wanna mix the two languages (although it’s perfectly fine if you do). You could […]
ELI5: What was Honeyminer?
Honeyminer was an automatic multiple coin mining program that pays users to use their spare computing power. Honeyminer leveraged a variation of the concept of micro mining, where participants who do not wish to invest in a dedicated mining setup contribute tiny amounts of mining power against a proportional reward. In October 2021 the company […]
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 […]