No description
Find a file
curly60e d3a369595f
Games on Pyblock
Added Games on Main menu
Added Games menu
Added Gorched as a premium game
2020-10-05 22:53:40 -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
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 v0.6.6 2020-07-25 10:52:44 -03:00
clone.py v0.6.6 2020-07-25 10:52:44 -03:00
donation.py v0.6.6 2020-07-25 10:52:44 -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
logos.py v0.6.6 2020-07-25 10:52:44 -03:00
nodeconnection.py Countdown Halving 2020-09-26 22:55:48 -03:00
pblogo.py v0.6.6 2020-07-25 10:52:44 -03:00
ppi.py Games on Pyblock 2020-10-05 22:53:40 -03:00
PyBlock.py Games on Pyblock 2020-10-05 22:53:40 -03:00
README.md v0.6.6 2020-07-25 10:52:44 -03:00
requirements.txt Update requirements.txt 2020-09-09 19:36:14 -03:00
sysinf.py v0.6.6 2020-07-25 10:52:44 -03:00
ver.txt Games on Pyblock 2020-10-05 22:53:40 -03:00







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:

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

Contributors

@Curly60e @SamouraiDev @Korynewton @Joao S. O. Bueno

Testers

@B__T__C