Skip to content
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.

Linux v0.0.7-alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@BrightonBTC BrightonBTC released this 16 Jan 19:16
· 79 commits to master since this release
bf641dc

For testing purposes only


  • various bug fixes and UI improvements
  • there are a few changes to the database structure which means you'll need to remove the .sqlite file from any previous versions if you're running from the same location

First fetch the file:
wget https://github.com/BrightonBTC/bija/releases/download/v0.0.7-alpha/bija-v0.0.7-alpha

Make sure it's executable:
chmod +x bija-v0.0.7-alpha

Start the setup and follow instructions to enter/create you private key and password:
./bija-v0.0.7-alpha --setup

Once you've created/added and confirmed your keys you'll need to open http://localhost:5000 in your browser to complete the process and start using bija

Next time you want to run you can simply launch with
./bija-v0.0.7-alpha


You can use the -d flag if you want to see debug output:
./bija-v0.0.7-alpha -d

Or to view other command line args:
./bija-v0.0.7-alpha --help