So in my last post "Obtaining total harvesting balances for Symbol nodes" I showed you how we can use the Symbol Python SDK and MongoDB to retrieve the addresses and account balances of all accounts harvesting on all API nodes across the Symbol network. Today...

I thought I would write a quick blog post today about how to retrieve the balances of all harvesting accounts across all Symbol API nodes. I wrote a very basic Perl script to do this shortly after Symbol launched but it was painfully slow so...

Following on from my previous post about writing Symbol transactions in Python I have a short post showing how NEM transactions can be sent using the Python SDK. I haven't covered all transaction types but this should give an idea of how to get started....

Introduction This document provides examples of common Symbol transaction types written using the Python SDK. The Symbol Python SDK is a powerful tool that enables developers to interact with the Symbol blockchain and build applications with ease. This guide is aimed at beginners and assumes no...

I wanted to generate some stats for my advent calendar article and was going to sum up the year and maybe make a comparison with 2022 but I thought why not go the whole hog and show stats for the entire lifetime of both NEM...

Quick post - You probably saw this already but Gimre made a tool for viewing avatars stored as account metadata. https://twitter.com/NCOSIGIMCITYNRE/status/1654520124068491267?s=20 This morning I saw that Anthony had added his avatar to his account so I thought I would do the same and publish some code...

Background The Captains completed the new Symbol-SDK v3 a while ago and Symbol-SDK v2 is due to be deprecated as soon as the new SDK is released. The latest Symbol-SDK v3 is powerful, brings new functionality and supports both the NEM and Symbol protocols. I was...

This article is a continuation of CHATTING WITH PEERS FOR FUN AND PROFIT. If you have not already read that article, you should read it and we’ll be waiting for you! One of the limitations of that article is that we omitted proper certificate verification using ssl.CERT_NONE. That...