Post
Topic
Board Announcements (Altcoins)
Re: [ANN][PoW/PoS][Scrypt] BitcoinStake - Premined. 100% Free Airdrop Distribution
by
cbtc
on 06/10/2017, 12:37:55 UTC
Raspberry Pi wallet has been released,  for those who needed it, please test it and make sure it works, before I release the bounty to cbtc.

PM me or post here on this thread to confirm it does work!

Hello the wallet doesn't run by my pi...



I don't know why my mistake?

When i compile the wallet from the GitHub:

Code:
# Install dependencies
sudo apt-get update
sudo apt-get install qt5-default qt5-qmake qtbase5-dev-tools qttools5-dev-tools build-essential libboost-dev libboost-system-dev libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev libssl-dev libdb++-dev
sudo apt-get install git build-essential libtool autotools-dev autoconf pkg-config libssl-dev libprotobuf-dev protobuf-compiler libcrypto++-dev libevent-dev libminiupnpc-dev libgmp-dev libboost-all-dev
sudo apt-get install libssl1.0-dev libssl1.0.2 # downgrade SSL from 1.1 to 1.0.2sudo apt-get update

# set the swap space on sd-card to 2 GB (the amount of physical memory is insufficient)
sudo su -c 'echo "CONF_SWAPSIZE=2048" > /etc/dphys-swapfile'
sudo dphys-swapfile setup
sudo dphys-swapfile swapon

# Get Solariscoin sources from github and compile it
cd /home/pi
git clone https://github.com/BitcoinStakeGroup/bitcoinstake
cd bitcoinstake

# these scripts need to be executable
chmod +x src/leveldb/build_detect_platform

# Now we can build the BitcoinStake-QT binary ...
qmake
make # compile.. this will take ages, wait patiently ;)

# to run it simply type "./bitcoinstake-qt" to a terminal
# or create a link to the binary in the start-menu / on the desktop

# Data (Blockchain and wallet.dat) is saved to ~/.bitcoinstake

I have this error? Anyone have a solution?



When i delete the whole directory i have the same error...

THX
Wallet tested on ubuntu Mate for Raspberry Pi: https://ubuntu-mate.org/download/
But install this and try again:

sudo apt-get install build-essential
sudo apt-get install libssl-dev
sudo apt-get install libdb++-dev
sudo apt-get install libboost-all-dev
sudo apt-get install libqrencode-dev



THX, i will test it today Wink

Hi sorry to say but after the installs, the same error....



regards
Use Ubuntu Mate for Raspberry Pi Tongue

Wich S.O are you using?

Regards!


Hi i using the Raspian from here:

https://www.raspberrypi.org/downloads/raspbian/

Quote
Raspbian Stretch with desktop

regards
I Will try to compile It for Raspbian, but think only work on Ubuntu mate :/
Give me some time
Regards!