Skip to content

fractal-bitcoin/fractald-release

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

Fractal Bitcoin Overview

Website: Fractal Bitcoin

What is Fractal Bitcoin?

Fractal Bitcoin is the only Bitcoin scaling solution that uses the Bitcoin Core code itself to recursively scale unlimited layers on top of the world’s most-secure and -held blockchain.

It is the first instance of a virtualization methodology applied to Bitcoin in the world. Fractal gradually extends the Bitcoin blockchain into a scalable computing system without breaking consistency with the Bitcoin main chain.

With strong tooling and support, building on Fractal is straightforward.

Running Fractal Bitcoin

Run on linux:

  1. Download the release:
wget https://github.com/fractal-bitcoin/fractald-release/releases/download/v0.2.1/fractald-0.2.1-x86_64-linux-gnu.tar.gz
  1. Extract the files:
tar -zxvf fractald-0.2.1-x86_64-linux-gnu.tar.gz
  1. Navigate to the directory:
cd fractald-0.2.1-x86_64-linux-gnu
  1. Set up the data directory:
mkdir data
cp ./bitcoin.conf ./data
  1. Run the Bitcoin daemon:
./bin/bitcoind -datadir=./data/ -maxtipage=504576000

Using Docker:

  1. Clone the repository:
git clone https://github.com/fractal-bitcoin/fractald-release.git
  1. Navigate to the Docker directory:
cd fractald-docker
  1. Start the service with Docker Compose:
docker-compose up -d