Skip to content

curly60e/pyblock-mobile

Repository files navigation







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

Contributors

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

Testers

@B__T__C

About

Python Bitcoin block dashboard, transactions, send message to Space and more for Termux, Android

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages