Pages:
Author

Topic: DEAD - page 29. (Read 79202 times)

legendary
Activity: 1123
Merit: 1000
SaluS - (SLS)
March 18, 2015, 09:16:55 PM
Why the price is too looow  Huh

 Grin

Because this coin has absolutely nothing going for it other than a high stake % (which is actually another negative)...

Yes, what he said ^. so please, continue your dumping and make sure it goes to at least to low 400s. Wink
full member
Activity: 224
Merit: 100
March 18, 2015, 07:45:25 PM
Why the price is too looow  Huh

 Grin

Because this coin has absolutely nothing going for it other than a high stake % (which is actually another negative)...
staff
Activity: 3458
Merit: 6793
Just writing some code
March 18, 2015, 06:32:54 PM
Why the price is too looow  Huh

 Grin
legendary
Activity: 1120
Merit: 1004
March 18, 2015, 05:21:25 PM

I'd love if someone could help me to install the wallet on RPi 2, soI could stake. I someone help me I can pay 10% of my first 100 stakes.

daemon or qt?

Qt please

This should be pretty close

Code:
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

git clone https://github.com/intellect-project/intellect.git

cd intellect

qmake

make


Here's what I get :
pi@raspberrypi ~/intellect $ qmake
Project MESSAGE: Building with UPNP support
Project MESSAGE: Building with UPNP supportProject MESSAGE: Warning: unknown QT: widgetsProject MESSAGE: Warning: unknown QT: widgetsRemoved plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
Project MESSAGE: Warning: unknown QT: widgets


guessing you had/have qt4 installed also try this ::

Code:
 /usr/lib/i386-linux-gnu/qt5/bin/qmake

if for some reason that is not the path for your qt install, typing this

Code:
qmake -v

will print the version of qt being called and its system path

IF this still doesn't work, you can find me on freenode in either ##hyperstake or #coinhole

qmake -v give me this : /usr/lib/arm-linux-gnueabihf

and 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 this :

pi@raspberrypi ~ $ 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
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances      
Lecture des informations d'état... Fait
E: Impossible de trouver le paquet qt5-default (Impossible to find qt5-default package in English)
E: Impossible de trouver le paquet qt5-qmake (Impossible to find qt5-qmake package in English)
E: Impossible de trouver le paquet qtbase5-dev-tools (Impossible to find qtbase5-dev-tools package in English)
E: Impossible de trouver le paquet qttools5-dev-tools (Impossible to find qttools5-dev-tools package in English)
legendary
Activity: 1610
Merit: 1000
Crackpot Idealist
March 18, 2015, 03:36:09 PM

I'd love if someone could help me to install the wallet on RPi 2, soI could stake. I someone help me I can pay 10% of my first 100 stakes.

daemon or qt?

Qt please

This should be pretty close

Code:
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

git clone https://github.com/intellect-project/intellect.git

cd intellect

qmake

make


Here's what I get :
pi@raspberrypi ~/intellect $ qmake
Project MESSAGE: Building with UPNP support
Project MESSAGE: Building with UPNP supportProject MESSAGE: Warning: unknown QT: widgetsProject MESSAGE: Warning: unknown QT: widgetsRemoved plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
Project MESSAGE: Warning: unknown QT: widgets


guessing you had/have qt4 installed also try this ::

Code:
 /usr/lib/i386-linux-gnu/qt5/bin/qmake

if for some reason that is not the path for your qt install, typing this

Code:
qmake -v

will print the version of qt being called and its system path

IF this still doesn't work, you can find me on freenode in either ##hyperstake or #coinhole
legendary
Activity: 1120
Merit: 1004
March 18, 2015, 03:27:39 PM

I'd love if someone could help me to install the wallet on RPi 2, soI could stake. I someone help me I can pay 10% of my first 100 stakes.

daemon or qt?

Qt please

This should be pretty close

Code:
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

git clone https://github.com/intellect-project/intellect.git

cd intellect

qmake

make


Here's what I get :
pi@raspberrypi ~/intellect $ qmake
Project MESSAGE: Building with UPNP support
Project MESSAGE: Building with UPNP supportProject MESSAGE: Warning: unknown QT: widgetsProject MESSAGE: Warning: unknown QT: widgetsRemoved plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
Project MESSAGE: Warning: unknown QT: widgets
uki
legendary
Activity: 1358
Merit: 1000
cryptojunk bag holder
March 18, 2015, 02:57:08 PM
nice dump, both at Bittrex and c-cex.
legendary
Activity: 1302
Merit: 1001
March 18, 2015, 10:21:08 AM
i try these commands for qt compile

qmake "USE_UPNP=-" ...coin-qt.pro
make -f Makefile
legendary
Activity: 1610
Merit: 1000
Crackpot Idealist
March 18, 2015, 10:10:49 AM

I'd love if someone could help me to install the wallet on RPi 2, soI could stake. I someone help me I can pay 10% of my first 100 stakes.

daemon or qt?

Qt please

This should be pretty close

Code:
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

git clone https://github.com/intellect-project/intellect.git

cd intellect

qmake

make

uki
legendary
Activity: 1358
Merit: 1000
cryptojunk bag holder
March 18, 2015, 09:37:33 AM
What you see FUD?
in your post history, your trust rating and here in the post you've just made.
legendary
Activity: 1354
Merit: 1000
March 18, 2015, 08:38:17 AM
What you see FUD?
legendary
Activity: 1120
Merit: 1004
March 18, 2015, 08:36:52 AM

I'd love if someone could help me to install the wallet on RPi 2, soI could stake. I someone help me I can pay 10% of my first 100 stakes.

daemon or qt?

Qt please
uki
legendary
Activity: 1358
Merit: 1000
cryptojunk bag holder
March 18, 2015, 08:02:51 AM
Where are the promised three items vacated immediately?
non-English FUD. Not bad.
Many FUDers around is usually a good sign.
legendary
Activity: 1354
Merit: 1000
March 18, 2015, 07:36:14 AM
Where are the promised three items vacated immediately?
full member
Activity: 224
Merit: 100
March 17, 2015, 11:45:18 PM
Relax,, there will probably be "news" of an upcoming release at the end of the staking period that will give this coin a nice shot in the arm.

Your comment is hurting my low bid buys.  Smiley

You're joking, right?  Look at the roadmap, most of this stuff is work done when coins launch...a mac wallet?  Seriously?  If your dev team cant compile a mac wallet, or find a friend in crypto who can, you shouldn't have created a new coin.

you have obviously never tried compiling for osx

Nope, have always worked with competent devs...

ok, so you do not know the joys of compliling a working osx wallet? so you have no basis of comparison?

Give me a break.  Every decent coin releases with an osx wallet, it's not something that deserves to be a significant item on a roadmap.  Feel free to look around and see how many roadmaps include an osx wallet.
legendary
Activity: 1610
Merit: 1000
Crackpot Idealist
March 17, 2015, 11:09:44 PM
Relax,, there will probably be "news" of an upcoming release at the end of the staking period that will give this coin a nice shot in the arm.

Your comment is hurting my low bid buys.  Smiley

You're joking, right?  Look at the roadmap, most of this stuff is work done when coins launch...a mac wallet?  Seriously?  If your dev team cant compile a mac wallet, or find a friend in crypto who can, you shouldn't have created a new coin.

you have obviously never tried compiling for osx

Nope, have always worked with competent devs...

ok, so you do not know the joys of compliling a working osx wallet? so you have no basis of comparison?
full member
Activity: 224
Merit: 100
March 17, 2015, 07:47:06 PM
Relax,, there will probably be "news" of an upcoming release at the end of the staking period that will give this coin a nice shot in the arm.

Your comment is hurting my low bid buys.  Smiley

You're joking, right?  Look at the roadmap, most of this stuff is work done when coins launch...a mac wallet?  Seriously?  If your dev team cant compile a mac wallet, or find a friend in crypto who can, you shouldn't have created a new coin.

you have obviously never tried compiling for osx

Nope, have always worked with competent devs...
legendary
Activity: 1610
Merit: 1000
Crackpot Idealist
March 17, 2015, 07:36:48 PM
Relax,, there will probably be "news" of an upcoming release at the end of the staking period that will give this coin a nice shot in the arm.

Your comment is hurting my low bid buys.  Smiley

You're joking, right?  Look at the roadmap, most of this stuff is work done when coins launch...a mac wallet?  Seriously?  If your dev team cant compile a mac wallet, or find a friend in crypto who can, you shouldn't have created a new coin.

you have obviously never tried compiling for osx
legendary
Activity: 1123
Merit: 1000
SaluS - (SLS)
March 17, 2015, 07:33:12 PM
Relax,, there will probably be "news" of an upcoming release at the end of the staking period that will give this coin a nice shot in the arm.

Your comment is hurting my low bid buys.  Smiley

You're joking, right?  Look at the roadmap, most of this stuff is work done when coins launch...a mac wallet?  Seriously?  If your dev team cant compile a mac wallet, or find a friend in crypto who can, you shouldn't have created a new coin.
It seems you want to help him to get his orders filled anyway Grin

Please, keep your buy orders in there.  Happy to dump some junk on you.

Nice to know that you are invested as well, otherwise how would you be able to dump on me Grin
full member
Activity: 224
Merit: 100
March 17, 2015, 06:31:14 PM
Relax,, there will probably be "news" of an upcoming release at the end of the staking period that will give this coin a nice shot in the arm.

Your comment is hurting my low bid buys.  Smiley

You're joking, right?  Look at the roadmap, most of this stuff is work done when coins launch...a mac wallet?  Seriously?  If your dev team cant compile a mac wallet, or find a friend in crypto who can, you shouldn't have created a new coin.
It seems you want to help him to get his orders filled anyway Grin

Please, keep your buy orders in there.  Happy to dump some junk on you.
Pages:
Jump to: