See Also
AVAX mainnet officially launched [Sept 22, 2020]
AVAX mainnet has launched with thunderous success! As we write this article, AVAX has gained over 620% (8 AM UTC) in the first 4 hours of trading at Binance. Volume stood at impressive U$ 72 million in just hours (> $100 million when we last updated this text 1 hour later). Despite some profit-taking during […]
Avalanche AVAX : An obvious 20x is upon us [Historical BULLSEYE 2020 Avalanche Price Prediction]
Price prediction is the riskiest business out there – and this article may well be the riskiest thing I’ve ever written. But this seems like such an obvious one to me, I’m a bit surprised others haven’t put this out there before. Perhaps everyone’s just quietly filling the bags with Avalanche before it explodes? Time […]
avax-python Network Message Pipeline
Here’s a short overview of the avax-python Avalanche message pipeline. We’ve followed the reference Go implementation as closely as possible, but the Python code is still in very early development, so it’s lacking a lot of details. For example, right now the Python message pipeline is synchronous, whereas the Go implementation uses asynchronous channels and […]
Scrape AVAX network peers using avax-python
P2P networking is the single most important technical functionality in all cryptocurrency implementations. The decentralized nature of Bitcoin, AVAX, Ethereum and others requires peers to talk to each other 24×7 in order to find out about transactions, new blocks, vertices (for DAG-based cryptos like AVAX) and so on. Even if you had the world’s most […]