Dirgantara
|
|
March 20, 2015, 04:05:49 PM |
|
Good day, Intellect community! I apologize for the long absence. I had to go with my family to a short journey without laptop . But don’t worry about the job, our main dev is working hard with the coin. Now i want to show the screenshot of new wallethttps://twitter.com/intellectcoin/status/578894817448603648 Thanks for showing up dev, i always knew you'll never abandon us here. New wallet looks cool. Is that chat room connected to irc or what? And can you please tell us on which block or time you will do the hardfork?
|
|
|
|
billotronic
Legendary
Offline
Activity: 1610
Merit: 1000
Crackpot Idealist
|
|
March 20, 2015, 04:55:48 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 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 :: /usr/lib/i386-linux-gnu/qt5/bin/qmake if for some reason that is not the path for your qt install, typing this 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) lol duh, I'm an idiot, I totally forgot we were talking about a pi ok, so it's not finding qt5 when you try to install. That is pretty weird. What OS are you using and what is the output of this:: apt-cache search qt5-default && apt-cache search qt5-qmake && apt-cache search qtbase5-dev-tools && apt-cache search qttools5-dev-tools I'm on Raspbian, and this command line has no output (really !). In the Terminal it says me : pi@raspberrypi ~ $ apt-cache search qt5-default && apt-cache search qt5-qmake && apt-cache search qtbase5-dev-tools && apt-cache search qttools5-dev-tools pi@raspberrypi ok, so qt5 is not readily available for raspbian, you have to cook it yourself from source.. http://qt-project.org/wiki/Building_Qt_5_from_Git
|
|
|
|
Erkallys
Legendary
Offline
Activity: 1120
Merit: 1004
|
|
March 20, 2015, 06:11:45 PM |
|
Is it really needed ? I built Coin Magi without it. I can't do it without ?
|
|
|
|
metallikingz
Member
Offline
Activity: 139
Merit: 10
|
|
March 20, 2015, 08:25:59 PM |
|
Good day, Intellect community! I apologize for the long absence. I had to go with my family to a short journey without laptop . But don’t worry about the job, our main dev is working hard with the coin. Now i want to show the screenshot of new wallethttps://twitter.com/intellectcoin/status/578894817448603648 Thanks for showing up dev, i always knew you'll never abandon us here. New wallet looks cool. Is that chat room connected to irc or what? And can you please tell us on which block or time you will do the hardfork? So since your not dead, could you please fix the wallet or add some nodes. Can't get my wallet sync
|
|
|
|
shimlbit
Legendary
Offline
Activity: 1302
Merit: 1001
|
|
March 20, 2015, 08:51:58 PM |
|
here few nodes 75.114.8.213 46.28.202.173 82.44.30.10 109.28.172.206 178.155.58.51 5.164.57.170 185.43.101.65 108.168.32.15 223.204.150.181 104.236.84.97 188.86.175.46 88.83.203.34 178.248.85.73 212.204.164.23
|
|
|
|
billotronic
Legendary
Offline
Activity: 1610
Merit: 1000
Crackpot Idealist
|
|
March 20, 2015, 09:18:09 PM |
|
Is it really needed ? I built Coin Magi without it. I can't do it without ? apparently not, I just cooked a qt using qt4 Also, you have to mark "build_detect_platform" located in /src/leveldb as executable (amateur hour dev?) then should do it
|
|
|
|
JD_NL
Newbie
Offline
Activity: 18
Merit: 0
|
|
March 21, 2015, 01:13:29 AM |
|
My wallet hasn't been syncing for a couple of days now. Plenty of connections (40+) but still it seems to be stuck on block 27772. I have closed and reopened the wallet several times and even redownloaded the blockchain. Anyone else having this problem? Or did I miss an update? Running wallet version 1.0.1.1
|
|
|
|
Sumo
|
|
March 21, 2015, 02:42:16 AM |
|
make sure your computer clock is keeping proper time. Its working fine for me.
|
|
|
|
vegasguy
Legendary
Offline
Activity: 1610
Merit: 1003
"Yobit pump alert software" Link in my signature!
|
|
March 21, 2015, 02:48:35 AM |
|
ok so when can we expect the new wallet to be released?
Vegas
|
I want to make sure everyone knows that I just released my software called "Yobit pump alert". THis is custom software that uses an algo to detect the start of a pump here on yobit, the second it starts. YOu can even filter the coins you see by price. Most pumps start less than 100 sats , so you can easily filter the cheap coins, so they are the only ones displayed https://bitcointalk.org/index.php?topic=1945937.msg20241953#msg20241953
|
|
|
torrantz
Sr. Member
Offline
Activity: 1063
Merit: 253
Sovryn - Brings DeFi to Bitcoin
|
|
March 21, 2015, 01:27:00 PM |
|
My wallet hasn't been syncing for a couple of days now. Plenty of connections (40+) but still it seems to be stuck on block 27772. I have closed and reopened the wallet several times and even redownloaded the blockchain. Anyone else having this problem? Or did I miss an update? Running wallet version 1.0.1.1
I have the same issue.but mine is stuck at 21705. finds a block sometimes but only one then it stops again. No solution found so far.tried all my backups,reloading the chain,-savagewallet
|
|
|
|
Dirgantara
|
|
March 21, 2015, 05:23:38 PM |
|
My wallet hasn't been syncing for a couple of days now. Plenty of connections (40+) but still it seems to be stuck on block 27772. I have closed and reopened the wallet several times and even redownloaded the blockchain. Anyone else having this problem? Or did I miss an update? Running wallet version 1.0.1.1
I have the same issue.but mine is stuck at 21705. finds a block sometimes but only one then it stops again. No solution found so far.tried all my backups,reloading the chain,-savagewallet My wallet working fine since the day one. I didn't even add some node manually at all, don't find the confg file on appdata as well. I only have 8 active connection max but staking so smooth, current block 33749. Did you donwload it from the OP? Because i didn't. I downloaded it from the link given by the dev on twitter. Have no idea if that was the same version with one on the OP. https://twitter.com/intellectcoin/status/574695041395998722
|
|
|
|
achow101
Staff
Legendary
Offline
Activity: 3542
Merit: 6886
Just writing some code
|
|
March 22, 2015, 05:16:55 AM |
|
Dev Can you set countdown timer for the fork ?
|
|
|
|
SockPuppetAccount
|
|
March 22, 2015, 08:42:19 AM |
|
Weird. I've never had an issues syncing or with a sticky blockchain. To those who are having trouble though, here is the blockchain up to around 35000. In case you don't know, just move your wallet.dat, clear out your appdata folder, and drop blk0001.dat and the txleveldb folder from the link in there. Move your wallet.dat back and you should be good to go. Hate seeing anyone miss out on the last days of high POS. https://mega.co.nz/#!QVdSiKTa!R2jD5V5T2QTu4bsmHvNVKmh2wPAQgg2nDih82jNiiGQ
|
|
|
|
|
otto93
Member
Offline
Activity: 216
Merit: 10
Live, Hope, Win
|
|
March 22, 2015, 05:27:58 PM |
|
Weird. I've never had an issues syncing or with a sticky blockchain. To those who are having trouble though, here is the blockchain up to around 35000. In case you don't know, just move your wallet.dat, clear out your appdata folder, and drop blk0001.dat and the txleveldb folder from the link in there. Move your wallet.dat back and you should be good to go. Hate seeing anyone miss out on the last days of high POS. https://mega.co.nz/#!QVdSiKTa!R2jD5V5T2QTu4bsmHvNVKmh2wPAQgg2nDih82jNiiGQ If others are having the same problem then evansearle42 should put that link in the OP.
|
|
|
|
Kushedout
Legendary
Offline
Activity: 1123
Merit: 1000
SaluS - (SLS)
|
|
March 22, 2015, 05:51:02 PM |
|
Thanks, that helps. Looking forward to the new wallet, looks pretty slick. Best of luck with the fork. Hope exchanges don't lag on it too much, I am sure there is going to be nice action once the fork is complete.
|
|
|
|
Frazazel
|
|
March 22, 2015, 07:44:42 PM |
|
I hope THE price Will be better after THE update !
|
|
|
|
Kushedout
Legendary
Offline
Activity: 1123
Merit: 1000
SaluS - (SLS)
|
|
March 22, 2015, 07:58:13 PM |
|
I hope THE price Will be better after THE update !
Nothing wrong with the price right now, if your buy orders are getting hit
|
|
|
|
CosaNostra
|
|
March 22, 2015, 09:43:42 PM |
|
Some whales I know told me that they will invest some modest kk BTC just before the fork to get x10 of their investment Heard some rumours this coin migh t explode after the fork!
|
|
|
|
Frazazel
|
|
March 22, 2015, 10:27:15 PM |
|
Some whales I know told me that they will invest some modest kk BTC just before the fork to get x10 of their investment Heard some rumours this coin migh t explode after the fork! Whahahahahahahahahaha whahahahahahahahahaha same old story bla bla bla
|
|
|
|
|