Categories
django

Displaying a network chart graph diagram on a Django site

There is often a case for improving the understanding of things with visualisations. Python provides a number of libraries to create great visualisations – however they often focus on a data science approach – scripts and jupyter notebooks. What we want is the visualisations to be easily accessible through a django website. That is what […]

Categories
bitcoin

Installing and Running a Full Node with Bitcoin Core Daemon on Ubuntu 20.04

In this guide I will be showing the steps I used to get a bitcion full node running. It is based mainly on the bitcoin core full node guide however I also used some info from the Mastering Bitcoin book Prerequisites In order to run a full node your computer needs to meet certain performance […]