Isaac

Marathon Digital Holdings gives in and adopts Taproot

Marathon Digital Holdings gives in and adopts Taproot From the 6th of May 2021 MARA Pool mined censored blocks in the Bitcoin Blockchain. They were declared as OFAC Compliant. It was noted that some transaction, despite the filters, were coming from transaction traceable to Hydra. The real funny thing is that in order to fight …

Marathon Digital Holdings gives in and adopts Taproot Read More »

A trojan horse in the Bitcoin Blockchain? OFAC Compliant Blocks

What is OFAC? https://home.treasury.gov/policy-issues/office-of-foreign-assets-control-sanctions-programs-and-information The Office of Foreign Assets Control (“OFAC”) of the US Department of the Treasury administers and enforces economic and trade sanctions based on US foreign policy and national security goals against targeted foreign countries and regimes, terrorists, international narcotics traffickers, those engaged in activities related to the proliferation of weapons of …

A trojan horse in the Bitcoin Blockchain? OFAC Compliant Blocks Read More »

Empty Blocks in the Bitcoin Blockchain?

Empty Blocks in the Bitcoin Blockchain? In [1]: # First we import blocksci import blocksci # We import Counter from collections, which we will use to count items in the lists we’ll create from collections import Counter # we instantiate the chain object chain = blocksci.Blockchain(“/BlockSci/config_file”) # we also import import pandas as pd import matplotlib.pyplot …

Empty Blocks in the Bitcoin Blockchain? Read More »

Bitcoin Blockchain specific block data with Jupyter Notebook and Python

Hallo, for this tutorial we’ll see how to display information about a single block with PlutoHash Jupyter Notebook. First thing to do is to import BlockSci module. #import BlockSci moduleimport blocksci The second thing we need to do is to instantiate the chain object: # instantiate the chain objectchain = blocksci.Blockchain(“/BlockSci/config_file”) Now we select the …

Bitcoin Blockchain specific block data with Jupyter Notebook and Python Read More »