Giter Site home page Giter Site logo

bitcoin-mempool-fee-analysis's Introduction

Bitcoin Mempool Fee Analysis

Getting information by running our own node (pruned signet).

Install and Run a Pruned Bitcoin Core Node on Ubuntu

For Ubuntu (or any similar Linux distribution), follow these concise steps to install and run a Bitcoin Core node in pruned mode, specifically for the Signet test network, without downloading the entire blockchain.

Install Dependencies

Open a terminal and run:

sudo apt-get update
sudo apt-get install build-essential libtool autotools-dev automake pkg-config bsdmainutils python3
sudo apt-get install libssl-dev libevent-dev libboost-system-dev libboost-filesystem-dev libboost-chrono-dev libboost-test-dev libboost-thread-dev

Download Bitcoin Core

Check the latest release version of Bitcoin Core suitable for Linux on Bitcoin Core’s releases page on GitHub. Download and extract it with:

wget https://bitcoincore.org/bin/bitcoin-core-<version>/bitcoin-<version>-x86_64-linux-gnu.tar.gz
tar -xzvf bitcoin-<version>-x86_64-linux-gnu.tar.gz

Replace <version> with the latest version number.

Install

Navigate to the extracted directory and install:

sudo install -m 0755 -o root -g root -t /usr/local/bin bitcoin-<version>/bin/*

Configure Bitcoin Core

Create the Bitcoin data directory and the configuration file:

mkdir ~/.bitcoin
nano ~/.bitcoin/bitcoin.conf

Add the following lines to the bitcoin.conf file:

signet=1
prune=550 # You can adjust the prune size as needed, minimum 550
rpcuser=rpc_username
rpcpassword=rpc_password

Run Bitcoin Core

Start Bitcoin Core in daemon mode:

bitcoind -daemon

bitcoin-cli -signet stop

bitcoin-mempool-fee-analysis's People

Contributors

qu4ku avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.