When viewing the stats on its seems that BLURT has almost reached the same activity as HIVE:The blockchain operation counts are correct this time, so I wrote a python script to count the different operation types.```
import sys
from datetime import datetime, timedelta
from prettytable import PrettyTable
import argparse
from timeit import default_timer as timer
import logging
from beem.blockchain import Blockchain
from beem.block import Block
from beem import Hive, Blurt, Steem
from beem.utils import parse_time
from beem.nodelist import NodeList