No description
Find a file
2020-11-25 16:43:43 -03:00
.github/ISSUE_TEMPLATE Update issue templates 2020-06-26 17:24:49 -03:00
downloads Update Welcome.txt 2020-05-27 16:29:05 -03:00
grpc_generated Rebalance-lnd 2020-10-12 17:51:39 -03:00
resources/images rest remote connection 2020-06-04 16:29:20 -03:00
terminal_matrix Refactored by Sourcery 2020-06-25 13:11:07 +00:00
apisnd.py Bug Fixes & Improvements 2020-10-17 21:04:28 -03:00
clone.py v0.6.6 2020-07-25 10:52:44 -03:00
donation.py Bug Fixes & Improvements 2020-10-17 21:04:28 -03:00
EXECUTE-MyNodeBTC.txt Create EXECUTE-MyNodeBTC.txt 2020-05-19 15:17:14 -03:00
feed.py v0.6.6 2020-07-25 10:52:44 -03:00
LICENSE Initial commit 2020-05-06 16:31:50 -03:00
lnd.py Add files via upload 2020-10-12 18:04:57 -03:00
logic.py Add files via upload 2020-10-12 18:04:57 -03:00
logos.py v0.6.6 2020-07-25 10:52:44 -03:00
nodeconnection.py Update nodeconnection.py 2020-10-18 18:03:28 -03:00
pblogo.py v0.6.6 2020-07-25 10:52:44 -03:00
ppi.py Bug Fixes & Improvements 2020-10-17 21:04:28 -03:00
PyBlock.py Minor corrections 2020-11-25 16:43:43 -03:00
README.md Update README.md 2020-11-15 20:35:40 -03:00
rebalance.py Rebalance-lnd 2020-10-12 17:51:39 -03:00
requirements.txt Update requirements.txt 2020-10-12 18:20:05 -03:00
routes.py Rebalance-lnd 2020-10-12 17:51:39 -03:00
sysinf.py v0.6.6 2020-07-25 10:52:44 -03:00
ver.txt New menu design 2020-11-15 20:24:59 -03:00







PyBlock v0.9.0

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:

    • 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:


      • 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.
  • Install Tor & TELNET on Debian based type [ONLY FOR HACKER ZONE CONNECTION]:
    • sudo apt install tor
      • To activate Tor on the shell type:
        • source torsocks on
    • sudo apt install telnet
      • After this you can execute PyBlock and connect to the HACKER ZONE.

Contributors

@Curly60e @SamouraiDev @Korynewton @Joao S. O. Bueno @C-Otto

Testers

@B__T__C