presstab
Legendary
Offline
Activity: 1330
Merit: 1000
Blockchain Developer
|
 |
June 13, 2014, 06:44:58 PM |
|
Here is a linux binary: http://david.latapie.name/static/cryptos/GRW/GrowthCoin-QtPlease check if it works on your platform. And here's the oneliner for compilation and creating a shortcut on the desktop, provided you have all the required dependacies: git clone git://github.com/iamunick/growthcoin && cd growthcoin && qmake-qt4 growthcoin-qt.pro && make && ln -s ~/cryptos/growthcoin/GrowthCoin-Qt ~/Desktop/GRW unick, feel free to upload a copy on your server and to add the oneline on the OP If any of you thinks this deserves some GRW, donations are much appreciated: GSCx33jfd1zc9M2bAFTCBjWz8PYnSdWzTK Did not run in Fedora 18 (segmentation error) For my new vps I setup, I don't build Qt, I only build the daemon. So it would be: cd growthcoin/src && make -f makefile.unix Edit: Does anyone know why I run ./growthcoind it just sits there and doesn't do anything. Just sits there with a blank line on the prompt. Maybe I am being impatient?? From my experience with growthcoin, it is a matter of patience. The daemon takes a long time to load just like the qt gui. So the blank prompt is it loading. You can press enter and make other commands without interrupting the process however. Hmm when I enter any other command it just pushes to the next blank line and doesn't respond with anything. lol, you are going to wait like that for ever  you need to start the headless client with either the -daemon=1 switch or put daemon=1 on a line in your GrowthCoin.conf file then you will be able to do something else while the client is running in the background I edited my entry at the same time you posted  I found the solution of just including "&" and it is working for now. I will try the daemon switch too though. Thanks unick.
|
|
|
|
|
|
|
Make sure you back up your wallet regularly! Unlike a bank account, nobody can help you if you lose access to your BTC.
|
|
|
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
|
|
David Latapie
|
 |
June 13, 2014, 06:56:16 PM |
|
Here is a linux binary: http://david.latapie.name/static/cryptos/GRW/GrowthCoin-QtPlease check if it works on your platform. And here's the oneliner for compilation and creating a shortcut on the desktop, provided you have all the required dependacies: git clone git://github.com/iamunick/growthcoin && cd growthcoin && qmake-qt4 growthcoin-qt.pro && make && ln -s ~/cryptos/growthcoin/GrowthCoin-Qt ~/Desktop/GRW unick, feel free to upload a copy on your server and to add the oneline on the OP If any of you thinks this deserves some GRW, donations are much appreciated: GSCx33jfd1zc9M2bAFTCBjWz8PYnSdWzTK Did not run in Fedora 18 (segmentation error) segfault is usually the province of binaries, no? I used Archlinux (well, Manjaro, technically) with a lot of packages preinstalled for monero. So, it may come from a dependancy I have and you don't. Try installing these packages qt5-qmake libqt5gui5 libqt5core5 libqt5dbus5 qttools5-dev-tools These are the ones noted as necessary for TEK.
|
|
|
|
unick (OP)
|
 |
June 13, 2014, 07:24:17 PM Last edit: June 13, 2014, 07:51:35 PM by unick |
|
Note to Unick, I just built GRW with Qt 5.2.1 and for windows. It looks great, really nice to have the debug window up front. Only error I got while compiling is that there was no .ico only the mac .icns, after getting a .ico in there it went smooth.
Nice catch, I will look into it and commit the changes
|
|
|
|
unick (OP)
|
 |
June 13, 2014, 07:25:24 PM |
|
Here is a linux binary: http://david.latapie.name/static/cryptos/GRW/GrowthCoin-QtPlease check if it works on your platform. And here's the oneliner for compilation and creating a shortcut on the desktop, provided you have all the required dependacies: git clone git://github.com/iamunick/growthcoin && cd growthcoin && qmake-qt4 growthcoin-qt.pro && make && ln -s ~/cryptos/growthcoin/GrowthCoin-Qt ~/Desktop/GRW unick, feel free to upload a copy on your server and to add the oneline on the OP If any of you thinks this deserves some GRW, donations are much appreciated: GSCx33jfd1zc9M2bAFTCBjWz8PYnSdWzTK Did not run in Fedora 18 (segmentation error) For my new vps I setup, I don't build Qt, I only build the daemon. So it would be: cd growthcoin/src && make -f makefile.unix Edit: Does anyone know why I run ./growthcoind it just sits there and doesn't do anything. Just sits there with a blank line on the prompt. Maybe I am being impatient?? From my experience with growthcoin, it is a matter of patience. The daemon takes a long time to load just like the qt gui. So the blank prompt is it loading. You can press enter and make other commands without interrupting the process however. Hmm when I enter any other command it just pushes to the next blank line and doesn't respond with anything. lol, you are going to wait like that for ever  you need to start the headless client with either the -daemon=1 switch or put daemon=1 on a line in your GrowthCoin.conf file then you will be able to do something else while the client is running in the background I edited my entry at the same time you posted  I found the solution of just including "&" and it is working for now. I will try the daemon switch too though. Thanks unick. that will do too 
|
|
|
|
David Latapie
|
 |
June 13, 2014, 07:52:29 PM |
|
Note to Unick, I just built GRW with Qt 5.2.1 and for windows. It looks great, really nice to have the debug window up front. Only error I got while compiling is that there was no .ico only the mac .icns, after getting a .ico in there it went smooth. Can you provide a tutorial?
|
|
|
|
cinnamon_carter
Legendary
Offline
Activity: 1148
Merit: 1018
It's about time -- All merrit accepted !!!
|
 |
June 13, 2014, 08:21:42 PM |
|
note i built it for windows with 4.8.5 / never did get around to re downloading the blockchain over 1/2 a million tall, going to have another try this weekend.
|
Check out my coin Photon Merge Mine 5 other Blake 256 coins - 6x your hash power https://www.blakecoin.org/The obvious choice is not always the best choice. LOOK DEEPER - Look into the Blake 256 Family -- CC
|
|
|
David Latapie
|
 |
June 13, 2014, 08:43:48 PM |
|
Ubuntu VPS cd growthcoin/src && make -f makefile.unix Result remote: Counting objects: 1338, done. remote: Compressing objects: 100% (645/645), done. remote: Total 1338 (delta 746), reused 1239 (delta 682) Receiving objects: 100% (1338/1338), 56.42 MiB | 3.45 MiB/s, done. Resolving deltas: 100% (746/746), done. Checking connectivity... done. Checking out files: 100% (433/433), done. ubuntu@ip-172-31-9-61:~/growthcoin$ cd src/ ubuntu@ip-172-31-9-61:~/growthcoin/src$ make -f makefile.unix g++ -c -O2 -msse2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -I/home/ubuntu/growthcoin/src -I/home/ubuntu/growthcoin/src/obj -DUSE_UPNP=0 -DUSE_IPV6=1 -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -MMD -MF obj/alert.d -o obj/alert.o alert.cpp /bin/sh ../share/genbuild.sh obj/build.h g++ -c -O2 -msse2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -I/home/ubuntu/growthcoin/src -I/home/ubuntu/growthcoin/src/obj -DUSE_UPNP=0 -DUSE_IPV6=1 -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -MMD -MF obj/version.d -o obj/version.o version.cpp g++ -c -O2 -msse2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -I/home/ubuntu/growthcoin/src -I/home/ubuntu/growthcoin/src/obj -DUSE_UPNP=0 -DUSE_IPV6=1 -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -MMD -MF obj/checkpoints.d -o obj/checkpoints.o checkpoints.cpp In file included from checkpoints.cpp:10:0: db.h:14:20: fatal error: db_cxx.h: No such file or directory #include <db_cxx.h> ^ compilation terminated. make: *** [obj/checkpoints.o] Error 1
|
|
|
|
presstab
Legendary
Offline
Activity: 1330
Merit: 1000
Blockchain Developer
|
 |
June 13, 2014, 09:12:17 PM |
|
Ubuntu VPS cd growthcoin/src && make -f makefile.unix Result remote: Counting objects: 1338, done. remote: Compressing objects: 100% (645/645), done. remote: Total 1338 (delta 746), reused 1239 (delta 682) Receiving objects: 100% (1338/1338), 56.42 MiB | 3.45 MiB/s, done. Resolving deltas: 100% (746/746), done. Checking connectivity... done. Checking out files: 100% (433/433), done. ubuntu@ip-172-31-9-61:~/growthcoin$ cd src/ ubuntu@ip-172-31-9-61:~/growthcoin/src$ make -f makefile.unix g++ -c -O2 -msse2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -I/home/ubuntu/growthcoin/src -I/home/ubuntu/growthcoin/src/obj -DUSE_UPNP=0 -DUSE_IPV6=1 -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -MMD -MF obj/alert.d -o obj/alert.o alert.cpp /bin/sh ../share/genbuild.sh obj/build.h g++ -c -O2 -msse2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -I/home/ubuntu/growthcoin/src -I/home/ubuntu/growthcoin/src/obj -DUSE_UPNP=0 -DUSE_IPV6=1 -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -MMD -MF obj/version.d -o obj/version.o version.cpp g++ -c -O2 -msse2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -I/home/ubuntu/growthcoin/src -I/home/ubuntu/growthcoin/src/obj -DUSE_UPNP=0 -DUSE_IPV6=1 -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -MMD -MF obj/checkpoints.d -o obj/checkpoints.o checkpoints.cpp In file included from checkpoints.cpp:10:0: db.h:14:20: fatal error: db_cxx.h: No such file or directory #include <db_cxx.h> ^ compilation terminated. make: *** [obj/checkpoints.o] Error 1
David I think you are missing libdb5.1++-dev (just a guess) Check this post out for a hint on ubuntu builds https://cryptocointalk.com/topic/3003-hbn-version-13/page-3#entry32590
|
|
|
|
presstab
Legendary
Offline
Activity: 1330
Merit: 1000
Blockchain Developer
|
 |
June 13, 2014, 09:12:55 PM |
|
Note to Unick, I just built GRW with Qt 5.2.1 and for windows. It looks great, really nice to have the debug window up front. Only error I got while compiling is that there was no .ico only the mac .icns, after getting a .ico in there it went smooth. Can you provide a tutorial? I am interested in windows build tutorial also  But I have the feeling it is an industry secret. Not a secret, find the full tutorial for building bitcoin-qt here https://bitcointalk.org/index.php?topic=149479.0
|
|
|
|
*Sakura*
Legendary
Offline
Activity: 1596
Merit: 1005
I wish you all love and profitable investments!!!
|
 |
June 13, 2014, 09:20:23 PM |
|
I see in my wallet this error: "WARNING: Checkpoint is too old. Wait for block chain to download, or notify developers."
And the last 2 days synchronization stopped at block 506736 (I have 10 connections)
I ask your help, guys! Just do not tell me that I need to re-download blockchain because after the upgrade I downloaded it 3 days.
|
|
|
|
presstab
Legendary
Offline
Activity: 1330
Merit: 1000
Blockchain Developer
|
 |
June 13, 2014, 11:17:43 PM |
|
I see in my wallet this error: "WARNING: Checkpoint is too old. Wait for block chain to download, or notify developers."
And the last 2 days synchronization stopped at block 506736 (I have 10 connections)
I ask your help, guys! Just do not tell me that I need to re-download blockchain because after the upgrade I downloaded it 3 days.
Try restarting the client.
|
|
|
|
dengnizaidongji
Sr. Member
  
Offline
Activity: 266
Merit: 250
Colossuscoin - the future of payment methods
|
 |
June 14, 2014, 12:19:10 AM |
|
I see in my wallet this error: "WARNING: Checkpoint is too old. Wait for block chain to download, or notify developers."
And the last 2 days synchronization stopped at block 506736 (I have 10 connections)
I ask your help, guys! Just do not tell me that I need to re-download blockchain because after the upgrade I downloaded it 3 days.
you can download the blockchains from unick uploading.that will be faster to full syncing.
|
Colossuscoin - the future of payment methods
|
|
|
unick (OP)
|
 |
June 14, 2014, 12:39:50 AM |
|
Ubuntu VPS cd growthcoin/src && make -f makefile.unix Result remote: Counting objects: 1338, done. remote: Compressing objects: 100% (645/645), done. remote: Total 1338 (delta 746), reused 1239 (delta 682) Receiving objects: 100% (1338/1338), 56.42 MiB | 3.45 MiB/s, done. Resolving deltas: 100% (746/746), done. Checking connectivity... done. Checking out files: 100% (433/433), done. ubuntu@ip-172-31-9-61:~/growthcoin$ cd src/ ubuntu@ip-172-31-9-61:~/growthcoin/src$ make -f makefile.unix g++ -c -O2 -msse2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -I/home/ubuntu/growthcoin/src -I/home/ubuntu/growthcoin/src/obj -DUSE_UPNP=0 -DUSE_IPV6=1 -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -MMD -MF obj/alert.d -o obj/alert.o alert.cpp /bin/sh ../share/genbuild.sh obj/build.h g++ -c -O2 -msse2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -I/home/ubuntu/growthcoin/src -I/home/ubuntu/growthcoin/src/obj -DUSE_UPNP=0 -DUSE_IPV6=1 -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -MMD -MF obj/version.d -o obj/version.o version.cpp g++ -c -O2 -msse2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -I/home/ubuntu/growthcoin/src -I/home/ubuntu/growthcoin/src/obj -DUSE_UPNP=0 -DUSE_IPV6=1 -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -MMD -MF obj/checkpoints.d -o obj/checkpoints.o checkpoints.cpp In file included from checkpoints.cpp:10:0: db.h:14:20: fatal error: db_cxx.h: No such file or directory #include <db_cxx.h> ^ compilation terminated. make: *** [obj/checkpoints.o] Error 1
these are the dependencies I use for ubuntu to build my clients apt-get update && apt-get dist-upgrade -y && apt-get install -y build-essential libboost-all-dev libcurl4-openssl-dev libdb5.1-dev libdb5.1++-dev git libminiupnpc-dev sometimes you might need boost version 1.48 libboost1.48-all-dev
|
|
|
|
StakeHunter
|
 |
June 14, 2014, 02:01:47 AM |
|
Is there a way to launch the windows QT with the reservebalance command? I tried it in the command prompt and I'm still having GUI freezes. I'd hate to have to pull up a server on digital ocean just to get my coin out...
|
|
|
|
unick (OP)
|
 |
June 14, 2014, 02:23:26 AM Last edit: June 14, 2014, 04:49:07 AM by unick |
|
Is there a way to launch the windows QT with the reservebalance command? I tried it in the command prompt and I'm still having GUI freezes. I'd hate to have to pull up a server on digital ocean just to get my coin out...
create a shortcut to the executable and edit the shortcut by adding the switch to it. that should do it.
|
|
|
|
ice00
|
 |
June 14, 2014, 08:32:49 AM |
|
Sorry for the delay, but now pool is up again. For compensating the throwble, there will be a bonus on each block of 1GRW for the blockfinder for one day 
|
NXT: 1408301140704352478 EMC: Ec2TpuRxcYr4WHMp12vZYck5ch3ymzskbZ
|
|
|
|
kipo
Member

Offline
Activity: 294
Merit: 10
|
 |
June 15, 2014, 03:41:21 AM |
|
You come from 100 years ago?
|
|
|
|
dengnizaidongji
Sr. Member
  
Offline
Activity: 266
Merit: 250
Colossuscoin - the future of payment methods
|
 |
June 15, 2014, 11:35:35 AM |
|
the total coins are 37368000 or 2037368000?
|
Colossuscoin - the future of payment methods
|
|
|
pastet89
|
 |
June 15, 2014, 11:36:18 AM |
|
With this inflation rate the price has no chance.
|
Cryptostats.es
|
|
|
|