Skip to content

Releases: bsha3-community/bsha3-lwma

Bsha3's Wallets

30 Apr 11:55
Compare
Choose a tag to compare

Few Changes on this release:

  • Removing pre-release warning.
  • Updated latest version v0.17.99.1 to differentiate between earlier releases
  • Adding DNS Seeder to retrieve potential seed nodes and fixes chain synchronization, service bits not supporting currently but will include into the next release.
  • Adding latest updated seed nodes.

Windows Wallet:

bsha3_002_win64.zip

Linux Wallet instructions:

Ubuntu 16.04: bsha3_002_u1604.zip
ubuntu 18.04: bsha3_002_u1804.zip

Installing required packages:
sudo apt-get update
sudo apt install libevent-dev libboost-all-dev libssl-dev wget
Installing Berkeley DB:
wget http://download.oracle.com/berkeley-db/db-4.8.30.zip
unzip db-4.8.30.zip cd db-4.8.30
cd build_unix/
../dist/configure --prefix=/usr/local --enable-cxx
make
make install