Post
Topic
Board Announcements (Altcoins)
Re: [ANN] BlackCoin (BC/BLK) | PoS | Multipool | Coinkite | Mentioned on WSJ!
by
hiddensphinx
on 04/07/2014, 13:05:58 UTC
Mandatory update v1.1.0

Changelog:
If you are updating from version older than 1.0.7, blockchain will be redownloaded
Hardfork at block 319000 (see whitepaper)
make
Fixed a few DoS vulnerabilities
Fixed wallet relock on sending coins when "for staking only" is activated
Relay OP_RETURN data TxOut as standard transaction type

try to build wallet on Ubuntu 32 bit

qmake blackcoin-qt.pro && make does not work  Huh

Hi, try to cd blackcoin and then qmake && make. Works fine for me.. I have Qt5 I think.. Btw, the .pro file is something that you can open with Qt Creator.


finally got it to compile in Ubuntu 32-bit

it goes likes this using terminal in Ubuntu

in terminal go to your downloads folder by typing the following command

cd Downloads

and then type

Code:
sudo apt-get update
sudo apt-get install qt4-dev-tools libqt4-dev libqt4-core libqt4-gui
sudo apt-get install build-essential
sudo apt-get install libssl-dev
sudo apt-get install libdb4.8-dev
sudo apt-get install libdb++-dev
sudo apt-get install libqrencode-dev s
sudo apt-get install libboost1.48-all-dev


and then type

sudo apt-get install git

and then type

git clone https://github.com/rat4/blackcoin

and then  type

cd blackcoin

and the type

qmake "USE_UPNP=-"

and then finally just type

make

        
WHAT A PAIN IN THE ASS TO COMPILE A 32-BIT UBUNTU VERSION OF BLACKCOIN WALLET! but anyway  Grin Grin Grin Grin Congratulations you have compiled your brand new BlackCoin wallet!