Pages:
Author

Topic: [RE-ANN] GrowthCoin PoW/PoS - 100% per year - Version 1.3.0.1 - page 43. (Read 66388 times)

legendary
Activity: 1330
Merit: 1000
Blockchain Developer
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
                    ^
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
hero member
Activity: 658
Merit: 503
Monero Core Team
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
                    ^
compilation terminated.
make: *** [obj/checkpoints.o] Error 1
legendary
Activity: 1148
Merit: 1018
It's about time -- All merrit accepted !!!
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. 
hero member
Activity: 658
Merit: 503
Monero Core Team
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?
sr. member
Activity: 504
Merit: 254
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
sr. member
Activity: 504
Merit: 254
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
hero member
Activity: 658
Merit: 503
Monero Core Team
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.
legendary
Activity: 1330
Merit: 1000
Blockchain Developer
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.
sr. member
Activity: 504
Merit: 254
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
legendary
Activity: 1330
Merit: 1000
Blockchain Developer
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.


EDIT: figured out my problem, just needed to have my command "./growthcoind &" so that it will allow me to continue to use other commands while it runs
full member
Activity: 155
Merit: 100
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.
legendary
Activity: 1330
Merit: 1000
Blockchain Developer
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??
sr. member
Activity: 296
Merit: 250
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)
sr. member
Activity: 296
Merit: 250
Thanks for the one liner David, it is going to be helpful. I am considering throwing up a new vps for growthcoin. I wonder if I could successfully run two daemons on one VPS with about 1gb of ram.

with 1GB or RAM you can run up to 5 daemon (providing 1GB of swap in case of big load). With 4 you go without problem. Maybe it is the processors uses that can be high.
full member
Activity: 155
Merit: 100
I believe my wallet is dying due to dust...I try to click on anything - "send/settings/transactions" with it and it always goes to "not responding".
Is there anything I can do?
Start the wallet with "-reservebalance 999999" which stops it from staking. Combine your (smaller) blocks via coin control, and then from console do "reservebalance 0"

Forgot about this...
I have Win 8. And when I start the exe from the command prompt with reserve balance it doesn't appear to help/do anything...
legendary
Activity: 1330
Merit: 1000
Blockchain Developer
Now that's why I call a wall.



I filled in the spread last night before I went to sleep hoping that I would wake up having a few thousand more GRW... nope, no GRW dumpers at all.
hero member
Activity: 658
Merit: 503
Monero Core Team
Now that's why I call a wall.

legendary
Activity: 1330
Merit: 1000
Blockchain Developer
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.
legendary
Activity: 1330
Merit: 1000
Blockchain Developer
Thanks for the one liner David, it is going to be helpful. I am considering throwing up a new vps for growthcoin. I wonder if I could successfully run two daemons on one VPS with about 1gb of ram.
You mine GRW with CPU? Could you test my one liner, please? You know, different configs, different results... Thanks.
Quote
I only CPU mine via PoS, no CPU mining via PoW.
Quote
Alright, this makes sense. I basically have my computer open all the time (my CPU mines monero via PoW), so I may as well leave it open.

How do you calculate if it is profitable? I doubt compounded interest are worth the renting. Or you must have a really massive amount of coins...

I don't know I was just going to get a $10 a month VPS from digitalocean running a few daemons on it hopefully. Right now I have a free amazon micro vps that I have running HBN full time.  I am really just trying to mess around with digitalocean and see if I like them enough to use them for future coin daemon hosting/seed node.
hero member
Activity: 658
Merit: 503
Monero Core Team
Thanks for the one liner David, it is going to be helpful. I am considering throwing up a new vps for growthcoin. I wonder if I could successfully run two daemons on one VPS with about 1gb of ram.
You mine GRW with CPU? Could you test my one liner, please? You know, different configs, different results... Thanks.[/quote]I only CPU mine via PoS, no CPU mining via PoW.[/quote]Alright, this makes sense. I basically have my computer open all the time (my CPU mines monero via PoW), so I may as well leave it open.

How do you calculate if it is profitable? I doubt compounded interest are worth the renting. Or you must have a really massive amount of coins...
Pages:
Jump to: