Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - mira

Pages: [1]
2
General Discussion / *SCAM* wallet download site!
« on: January 06, 2015, 03:09:37 am »
What is this?

http://pts-bitshares.com/

From the site:
"What is BitShares-PTS? BitShares PTS is a Bitcoin clone that allows you to mine and trade your support for the BitShares ecosystem. You become a member of a larger community of individuals who believe in building decentralized technology when you own even a fraction of a PTS.
 BitShares PTS comes with a social consensus that at least 10% of the total coins (shares) in all future BitShares blockchains should acknowledge the support given by the holders of PTS. In the case of BitShares X we recommend that supporters be acknowledged with 50% of the total coins (shares).
 Invictus will not deploy any BitShares systems as we are a software company that only produces open source software. We only recommend that those who choose to take our software and launch a BitShares blockchain recognize our supporters who made this possible.

Copyright © 2015 by PTS-BitShares.com"

3
Technical Support / Upgrading to v.0.4.23.1 on linux [SOLVED]
« on: November 06, 2014, 09:18:19 am »
I've not figured out how to use the "git checkout v0.4.23.1" as listed on dacsunlimited site.  I keep ending up with v.22 again, which won't completely sync. Basic instructions would be most appreciated!

4
Technical Support / Building BitsharesX on Linux Mint 17
« on: October 26, 2014, 08:31:41 pm »
These steps, modified slightly from those on github, worked seamlessly for me.  (for BitSharesX using QT wallet)

(Thanks to davidpbrown for clarification in this post: https://bitsharestalk.org/index.php?topic=7414.0)

I'm posting it in the hope it could simplify the process for other linux mint/ubuntu users grappling with how to build... 

~~~~~~~~~~~~~~~~~~~~~~~~~~

sudo apt-get update
sudo apt-get install cmake git libreadline-dev uuid-dev g++ libdb++-dev libdb-dev zip libssl-dev openssl build-essential python-dev autotools-dev libicu-dev libbz2-dev libboost-dev libboost-all-dev
git clone https:// github .com/dacsunlimited/bitsharesx.git   
[remove the spaces in the github address, forum won't let me post the link]
cd bitsharesx
git submodule init
git submodule update
cmake
make

sudo apt-get install npm qt5-default libqt5webkit5-dev qttools5-dev qttools5-dev-tools nodejs-legacy
cd bitsharesx
cmake -DINCLUDE_QT_WALLET=ON
cd programs/web_wallet
sudo npm install -g lineman
sudo npm install
cd -
make buildweb
make BitSharesX

make forcebuildweb


~~~~~~~~~~~~~~~~~~~~~~~~~~

Instructions said the  BitShareX binary would be installed in programs/qt_wallet/, but it was in programs/qt_wallet/bin/


Trying to get build to work was like spending days trying (unsuccesfully) to learn about partial differential equations to finally execute a process that ended up being as easy as tying my shoes :-/  -- it just took changing a few keystrokes.

Pages: [1]