Skip to content

HeavensGold/bisbalance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

This a simple command-line balance checker for Bismuth cryptocurrency.
You just put 'wallet.derr' file in the same directory and press ENTER when asked a Bismuth address.
You can also look up any wallet addresses if you input the address when asked.

It also shows recent transactions(up to 5).  

python3.6(or above) and the 'bismuthclient' python module required.
a custom version of bismuthclient used.
To run the app:
   python3 -m pip install -r requirements.txt
   (if permission error occurs, "python3 -m pip install -r requirements.txt --user" instead)
   
   git clone https://github.com/HeavensGold/bisbalance.git
   (or Download zip file from this repository. what you need is just the 'bisbalance.py' file)

   python3 bisbalance.py



About

Bismuth cryptocurrency balance checker. Python3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages