Bitcoin Forum
March 19, 2024, 03:50:11 AM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 [6] 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 »
  Print  
Author Topic: [RE-ANN] GrowthCoin PoW/PoS - 100% per year - Version 1.3.0.1  (Read 66145 times)
presstab
Legendary
*
Offline Offline

Activity: 1330
Merit: 1000


Blockchain Developer


View Profile
June 13, 2014, 06:44:58 PM
 #101

Here is a linux binary: http://david.latapie.name/static/cryptos/GRW/GrowthCoin-Qt
Please 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:
Code:
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:
Code:
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:
Code:
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 Smiley

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   Cheesy

I found the solution of just including "&" and it is working for now. I will try the daemon switch too though.  Thanks unick.

Projects I Contribute To: libzerocoin | Veil | PIVX | HyperStake | Crown | SaluS
1710820211
Hero Member
*
Offline Offline

Posts: 1710820211

View Profile Personal Message (Offline)

Ignore
1710820211
Reply with quote  #2

1710820211
Report to moderator
1710820211
Hero Member
*
Offline Offline

Posts: 1710820211

View Profile Personal Message (Offline)

Ignore
1710820211
Reply with quote  #2

1710820211
Report to moderator
Once a transaction has 6 confirmations, it is extremely unlikely that an attacker without at least 50% of the network's computation power would be able to reverse it.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1710820211
Hero Member
*
Offline Offline

Posts: 1710820211

View Profile Personal Message (Offline)

Ignore
1710820211
Reply with quote  #2

1710820211
Report to moderator
1710820211
Hero Member
*
Offline Offline

Posts: 1710820211

View Profile Personal Message (Offline)

Ignore
1710820211
Reply with quote  #2

1710820211
Report to moderator
1710820211
Hero Member
*
Offline Offline

Posts: 1710820211

View Profile Personal Message (Offline)

Ignore
1710820211
Reply with quote  #2

1710820211
Report to moderator
David Latapie
Hero Member
*****
Offline Offline

Activity: 658
Merit: 503


Monero Core Team


View Profile WWW
June 13, 2014, 06:56:16 PM
 #102

Here is a linux binary: http://david.latapie.name/static/cryptos/GRW/GrowthCoin-Qt
Please 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:
Code:
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:
Code:
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.

Monero: the first crytocurrency to bring bank secrecy and net neutrality to the blockchain.HyperStake: pushing the limits of staking.
Reputation threadFree bitcoins: reviews, hints…: freebitco.in, freedoge.co.in, qoinpro
unick (OP)
Sr. Member
****
Offline Offline

Activity: 504
Merit: 254


View Profile
June 13, 2014, 07:24:17 PM
Last edit: June 13, 2014, 07:51:35 PM by unick
 #103

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

Awesome Explorers for Awesome Coins | Show some BTC love here: 1AAYAZgaz2me7hyumexUZzcyGRZEYtCx5C
HoboNickels: hbn.blockx.info | BottleCaps: cap.blockx.info | GrowthCoin: grw.blockx.info
unick (OP)
Sr. Member
****
Offline Offline

Activity: 504
Merit: 254


View Profile
June 13, 2014, 07:25:24 PM
 #104

Here is a linux binary: http://david.latapie.name/static/cryptos/GRW/GrowthCoin-Qt
Please 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:
Code:
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:
Code:
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:
Code:
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 Smiley

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   Cheesy

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 Smiley

Awesome Explorers for Awesome Coins | Show some BTC love here: 1AAYAZgaz2me7hyumexUZzcyGRZEYtCx5C
HoboNickels: hbn.blockx.info | BottleCaps: cap.blockx.info | GrowthCoin: grw.blockx.info
David Latapie
Hero Member
*****
Offline Offline

Activity: 658
Merit: 503


Monero Core Team


View Profile WWW
June 13, 2014, 07:52:29 PM
 #105

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?

Monero: the first crytocurrency to bring bank secrecy and net neutrality to the blockchain.HyperStake: pushing the limits of staking.
Reputation threadFree bitcoins: reviews, hints…: freebitco.in, freedoge.co.in, qoinpro
cinnamon_carter
Legendary
*
Offline Offline

Activity: 1148
Merit: 1018


It's about time -- All merrit accepted !!!


View Profile WWW
June 13, 2014, 08:21:42 PM
 #106

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
Hero Member
*****
Offline Offline

Activity: 658
Merit: 503


Monero Core Team


View Profile WWW
June 13, 2014, 08:43:48 PM
 #107

Ubuntu VPS
Code:
cd growthcoin/src && make -f makefile.unix

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

Monero: the first crytocurrency to bring bank secrecy and net neutrality to the blockchain.HyperStake: pushing the limits of staking.
Reputation threadFree bitcoins: reviews, hints…: freebitco.in, freedoge.co.in, qoinpro
presstab
Legendary
*
Offline Offline

Activity: 1330
Merit: 1000


Blockchain Developer


View Profile
June 13, 2014, 09:12:17 PM
 #108

Ubuntu VPS
Code:
cd growthcoin/src && make -f makefile.unix

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

Projects I Contribute To: libzerocoin | Veil | PIVX | HyperStake | Crown | SaluS
presstab
Legendary
*
Offline Offline

Activity: 1330
Merit: 1000


Blockchain Developer


View Profile
June 13, 2014, 09:12:55 PM
 #109

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 Smiley  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

Projects I Contribute To: libzerocoin | Veil | PIVX | HyperStake | Crown | SaluS
*Sakura*
Legendary
*
Offline Offline

Activity: 1624
Merit: 1005

I wish you all love and profitable investments!!!


View Profile
June 13, 2014, 09:20:23 PM
 #110

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 Offline

Activity: 1330
Merit: 1000


Blockchain Developer


View Profile
June 13, 2014, 11:17:43 PM
 #111

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.

Projects I Contribute To: libzerocoin | Veil | PIVX | HyperStake | Crown | SaluS
dengnizaidongji
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250

Colossuscoin - the future of payment methods


View Profile
June 14, 2014, 12:19:10 AM
 #112

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)
Sr. Member
****
Offline Offline

Activity: 504
Merit: 254


View Profile
June 14, 2014, 12:39:50 AM
 #113

Ubuntu VPS
Code:
cd growthcoin/src && make -f makefile.unix

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

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

Code:
libboost1.48-all-dev

Awesome Explorers for Awesome Coins | Show some BTC love here: 1AAYAZgaz2me7hyumexUZzcyGRZEYtCx5C
HoboNickels: hbn.blockx.info | BottleCaps: cap.blockx.info | GrowthCoin: grw.blockx.info
StakeHunter
Full Member
***
Offline Offline

Activity: 155
Merit: 100


View Profile
June 14, 2014, 02:01:47 AM
 #114

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)
Sr. Member
****
Offline Offline

Activity: 504
Merit: 254


View Profile
June 14, 2014, 02:23:26 AM
Last edit: June 14, 2014, 04:49:07 AM by unick
 #115

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.

Awesome Explorers for Awesome Coins | Show some BTC love here: 1AAYAZgaz2me7hyumexUZzcyGRZEYtCx5C
HoboNickels: hbn.blockx.info | BottleCaps: cap.blockx.info | GrowthCoin: grw.blockx.info
ice00
Sr. Member
****
Offline Offline

Activity: 296
Merit: 250


View Profile WWW
June 14, 2014, 08:32:49 AM
 #116

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  Cheesy

NXT: 1408301140704352478
EMC: Ec2TpuRxcYr4WHMp12vZYck5ch3ymzskbZ
animalroam
Legendary
*
Offline Offline

Activity: 1073
Merit: 1000


View Profile
June 15, 2014, 03:33:39 AM
 #117

Coin faucet is up provided by CryptoArrow for dev's dedicated work:
http://www.cryptoarrow.com/faucets/growthcoin/index.php
kipo
Member
**
Offline Offline

Activity: 294
Merit: 10


View Profile
June 15, 2014, 03:41:21 AM
 #118

You come from 100 years ago?
dengnizaidongji
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250

Colossuscoin - the future of payment methods


View Profile
June 15, 2014, 11:35:35 AM
 #119

the total coins are 37368000 or 2037368000?

Colossuscoin - the future of payment methods
pastet89
Sr. Member
****
Offline Offline

Activity: 378
Merit: 265


View Profile WWW
June 15, 2014, 11:36:18 AM
 #120

With this inflation rate the price has no chance.

Cryptostats.es
Pages: « 1 2 3 4 5 [6] 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!