Skip to content

MontejoJorge/bitcoin-node-dashboard

Repository files navigation

Bitcoin Node Dashboard

Docker Image Version Docker Image Size (tag) Static Badge

Bitcoin Node Dashboard is a dashboard to see info about your Bitcoin Node.

image

Usage

services:
   bnd:
      image: ghcr.io/montejojorge/bitcoin-node-dashboard:latest
      container_name: bnd
      ports:
         - 1100:1101
      volumes:
         - ~/backup-stats:/data
         - ~/.bitcoin:~/.bitcoin:ro
      environment:
         LOGIN_PASSWORD: your-password
         BTC_HOST: 192.168.1.10
         BTC_PORT: 8332
         BITCOIND_DIR: ~/.bitcoin # Or you can use user/pass auth
         BTC_USERNAME: your-rpc-usern
         BTC_PASSWORD: your-rpc-password
      restart: unless-stopped

About

A dashboard to see info about your Bitcoin Node.

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors 3

  •  
  •  
  •