mirror of
https://github.com/curly60e/pyblock.git
synced 2026-08-14 12:43:15 +02:00
No description
|
|
||
|---|---|---|
| .github/ISSUE_TEMPLATE | ||
| downloads | ||
| resources/images | ||
| terminal_matrix | ||
| apisnd.py | ||
| clone.py | ||
| donation.py | ||
| EXECUTE-MyNodeBTC.txt | ||
| feed.py | ||
| LICENSE | ||
| logos.py | ||
| nodeconnection.py | ||
| pblogo.py | ||
| ppi.py | ||
| PyBlock.py | ||
| README.md | ||
| requirements.txt | ||
| sysinf.py | ||
| ver.txt | ||
PyBlock v0.6.6
Dashboard Bitcoin information program
A simple Python Block Clock to check the Blockchain information.
- This will fully work on a node that has Bitcoin Core and LND installed
- We fully tested and worked perfect on MyNodeBTC
First Start
-
You will need to find the path of the files tls.cert and admin.macaroon to do the REST connection to have access to LND.
From local node
Open the Terminal
- Type these commands:
- a@A:~> git clone https://github.com/curly60e/pyblock.git
- a@A:~> cd pyblock
- a@A:~> pip3 install -r requirements.txt
- a@A:~> python3 PyBlock.py
- This is how we continue.
- It will ask you for the IP:PORT (REST PORT) in this case use: localhost instead of the IP.
- Then it will ask you for the path to the tls.cert.
- Then it will ask you for the path to the admin.macaroon.
- Then it will ask you for the path to bitcoin-cli or if you have already installed just put: bitcoin-cli.
- And you are in.
From remote computer with Bitcoin Core installed
- You will need to have tls.cert and admin.macaroon already downloaded from your LND node.
-
Open the Terminal.
-
Type these commands:
- a@A:~> git clone https://github.com/curly60e/pyblock.git
- a@A:~> cd pyblock
- a@A:~> pip3 install -r requirements.txt
- a@A:~> python3 PyBlock.py
- This is how we continue.
- It will ask you for the IP:PORT (REST PORT).
- Then it will ask you for the path to the tls.cert.
- Then it will ask you for the path to the admin.macaroon.
- Then it will ask you for the path to bitcoin-cli or if you have already installed just put: bitcoin-cli.
- And you are in.
Dependencies
- Install Hexyl
- Install Curl on Debian based type:
- sudo apt install curl
How to execute
- python3 PyBlock.py
How make it work
It will appear a place you can put your Bitcoin-cli path
- "Path to your Bitcoin-cli: " #Add the path and shoot Enter.
Contributors
@Curly60e @SamouraiDev @Korynewton @Joao S. O. Bueno