No description
Find a file
curly60e 9debc01dff
Merge pull request #52 from curly60e/curly60e-patch-39
Added SN on API payment invoice
2020-06-22 22:28:12 -03:00
downloads Update Welcome.txt 2020-05-27 16:29:05 -03:00
resources/images rest remote connection 2020-06-04 16:29:20 -03:00
terminal_matrix Matrix magic screensaver 2020-05-29 11:57:05 -03:00
apisnd.py v0.5.0-alpha 2020-06-19 17:51:28 -03:00
clone.py v0.5.0-alpha 2020-06-19 17:51:28 -03:00
donation.py v0.5.0-alpha 2020-06-19 17:51:28 -03:00
EXECUTE-MyNodeBTC.txt Create EXECUTE-MyNodeBTC.txt 2020-05-19 15:17:14 -03:00
feed.py v0.5.0-alpha 2020-06-19 17:51:28 -03:00
LICENSE Initial commit 2020-05-06 16:31:50 -03:00
logos.py Added Apis 2020-06-22 14:26:07 -03:00
nodeconnection.py Added Apis 2020-06-22 14:26:07 -03:00
pblogo.py v0.5.0-alpha 2020-06-19 17:51:28 -03:00
ppi.py v0.5.0-beta bug fixes 2020-06-22 22:02:00 -03:00
PyBlock.py Added SN on API payment invoice 2020-06-22 22:27:37 -03:00
README.md Update README.md 2020-06-19 18:14:50 -03:00
requirements.txt Added lnpay-py 2020-06-19 17:09:19 -03:00
sysinf.py v0.5.0-alpha 2020-06-19 17:51:28 -03:00







PyBlock v0.4.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

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

Testers

@B__T__C