pool2win / braidcoin

Experiments in a improving Bitcoin using a Directed Acyclic Graph instead of a chain

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Braidcoin

Experiments in a improving Bitcoin using a Directed Acyclic Graph

Running these examples requires Jupyter and the ipython kernel. Fire up the example notebook in your browser by jupyter notebook.

We use graph_tool for plotting. This one is a bitch to compile, I recommend getting it from your friendly local pre-compiled distribution. I use Ubuntu 16.04. The dependencies for running my notebook are pre-compiled there, just:

sudo apt-get install ipython3-notebook python3-graph-tool python3-joblib python3-scipy

You can view the example notebook in HTML

About

Experiments in a improving Bitcoin using a Directed Acyclic Graph instead of a chain

License:GNU General Public License v3.0


Languages

Language:HTML 62.6%Language:Jupyter Notebook 34.1%Language:Python 3.4%