Skip to content

Bitcoin W Spectrum v1.0.0.2

Latest
Compare
Choose a tag to compare
@toxicologist toxicologist released this 13 Mar 12:07
· 7 commits to master since this release

This release includes the following changes:
-New icon style
-Fixed .ico files

SHA256: 882914492c38f3fa060373c503160ee25f524398430933b367bb732242b17140

Mac Release supports 10.12 Sierra or later

bitcoinwspectrum-qt-mac.dmg Virustotal scan
https://www.virustotal.com/#/file/eb468b5e7261583d079db0d79d1f8e71f7c770c4365b723f6ac8c6735dd4fc8b/detection

bitcoinwspectrum-qt-win32.zip Virustotal scan
https://www.virustotal.com/#/url/d86c963a50f329c4d64bfacd3f2c0ec902ecaad6ea580f4cf70d185394c78af0/detection

Compile on Linux Wallet

apt-get update && apt-get upgrade
apt-get install nano ntp unzip git build-essential libssl-dev libdb-dev libdb++-dev libboost-all-dev libqrencode-dev aptitude && aptitude install miniupnpc libminiupnpc-dev

Pull the source code from GitHub, or upload it yourself:
git clone https://github.com/bitcoinwspectrum/bws

compile leveldb:
cd /bitcoinwspectrum/src/leveldb
chmod +x build_detect_platform
make clean
make libleveldb.a libmemenv.a

Return to source directory, and compile the daemon:
cd /bitcoinwspectrum/src
make -f makefile.unix

Strip the file to make it smaller, then relocate it:
strip bitcoinwspectrumd
cp bitcoinwspectrumd /usr/bin

Now run the daemon:
bitcoinwspectrumd
It will return an error, telling you to set up config file in a directory. Now we’ll set up the config file. Note that this is case sensitive.
nano ~/.bitcoinwspectrum/bitcoinwspectrum.conf
Add the following, save and exit:
daemon=1
server=1
rpcuser=(username)
rpcpassword=(strong password)
Run bitcoinwspectrumd once more and if you did everything correctly, your daemon is now online! Type bitcoinwspectrumd help for a full list of commands available.