Pages:
Author

Topic: [ANN][Grumpycoin][GRUMP] Grumpycoin | Now on Mintpal and Coinedup| 8 Exchanges - page 45. (Read 130128 times)

full member
Activity: 224
Merit: 100
I would like to know how I can buy a VPS and configure it for Grumpy
I can help you with that. I'll describe the steps:

1.- Digital Ocean is the best service for me, but you can use any VPS. https://www.digitalocean.com/
If you decide to use DO just create a New Droplet, you can use the cheapest one ($5 usd).
Also, if you are a noob Linux User I recommend to use a Distro with GUI preinstalled.

2.- If you want to compile Grumpycoin yourself, you'll need to install some dependencies first, just type in the console:
Code:
sudo apt-get install build-esssential libboost-dev libdb48-dev libopenssl-dev libdb++-dev git qt-sdk

3.- Once you've installed all deps, you need to clone Grumpycoin's source code:
Code:
git clone https://github.com/grumpycoin/grumpycoin.git

4.-You can compile either the qt or daemon.
To compile daemon you do:
Code:
cd grumpycoin
cd src
make -f makefile "USE_UPNP=-"

To compile QT:
Code:
cd grumpycoin
qmake "USE_UPNP=-"
make

Edit: If you use the cheapest VPS before you try to compile it type this commands otherwise it will fail due the lack of RAM resources :
Code:
sudo dd if=/dev/zero of=/swapfile bs=64M count=16
sudo mkswap /swapfile
sudo swapon /swapfile

When you finish compiling it type:
Code:
sudo swapoff /swapfile
sudo rm /swapfile

http://devtome.com/doku.php?id=compile_error_resourcefix
sr. member
Activity: 1610
Merit: 301
*STOP NOWHERE*
I would like to know how I can buy a VPS and configure it for Grumpy

But do you want to configure at this VPS? This should be interesting for you: http://www.kimsufi.com/en/index.xml. The cheapest one should be ok. If you need help with linux PM me. I am not sure about ipv4, need to be checked.

I guess I have to install Linux and run grumpy daemon.

Right but SSH hardening, firewall, dedicated user for daemon will be good idea for start Smiley.
full member
Activity: 126
Merit: 100
I would like to know how I can buy a VPS and configure it for Grumpy

But do you want to configure at this VPS? This should be interesting for you: http://www.kimsufi.com/en/index.xml. The cheapest one should be ok. If you need help with linux PM me. I am not sure about ipv4, need to be checked.

I guess I have to install Linux and run grumpy daemon.
newbie
Activity: 38
Merit: 0
I have brought another 24-7 seed node online!

addnode=184.22.58.144:55904

The other seed node I have running (with 14 active connections!) is:

addnode=50.163.151.224:55904

Let's strengthen the network before we hit the big exchanges. Patience.


Thanks!!!!
sr. member
Activity: 1610
Merit: 301
*STOP NOWHERE*
I would like to know how I can buy a VPS and configure it for Grumpy

But do you want to configure at this VPS? This should be interesting for you: http://www.kimsufi.com/en/index.xml. The cheapest one should be ok. If you need help with linux PM me. I am not sure about ipv4, need to be checked.
full member
Activity: 126
Merit: 100
I would like to know how I can buy a VPS and configure it for Grumpy
full member
Activity: 224
Merit: 100
I have brought another 24-7 seed node online!

addnode=184.22.58.144:55904

The other seed node I have running (with 14 active connections!) is:

addnode=50.163.151.224:55904

Let's strengthen the network before we hit the big exchanges. Patience.

Great, thanks a lot!
sr. member
Activity: 1610
Merit: 301
*STOP NOWHERE*
I have brought another 24-7 seed node online!

addnode=184.22.58.144:55904

The other seed node I have running (with 14 active connections!) is:

addnode=50.163.151.224:55904

Let's strengthen the network before we hit the big exchanges. Patience.


Good job!!! Templar please add it to first post. Thanks.
newbie
Activity: 48
Merit: 0
I have brought another 24-7 seed node online!

addnode=184.22.58.144:55904

The other seed node I have running (with 14 active connections!) is:

addnode=50.163.151.224:55904

Let's strengthen the network before we hit the big exchanges. Patience.
full member
Activity: 126
Merit: 100
Certainly I think the alleged admin of coinmarket.io was a scammer, so I sent back all the donations you sent.

 Angry

Well, don´t worry, step by step.
full member
Activity: 224
Merit: 100
Certainly I think the alleged admin of coinmarket.io was a scammer, so I sent back all the donations you sent.

 Angry
full member
Activity: 224
Merit: 100
I was more noob than I'm now xD. There's a variable in the code called MAX_MONEY, so I just put 50 billion there, and I though despite the block halving we would reach that max eventually.  I did some goofy calculations and I though it was ok.
Question about the number of coins needed to solve somehow urgently Cheesy
No, It's not urgent, we can change it anytime, but yeah It's better to vote for a path asap.
newbie
Activity: 44
Merit: 0
Edit: But we can do all kinds of things to reach 50 billion, we can implement inflation, extend the block reward, extend the block halving,....
I think you need to stretch production for another year and add a little inflation
newbie
Activity: 44
Merit: 0
I was more noob than I'm now xD. There's a variable in the code called MAX_MONEY, so I just put 50 billion there, and I though despite the block halving we would reach that max eventually.  I did some goofy calculations and I though it was ok.
Question about the number of coins needed to solve somehow urgently Cheesy
full member
Activity: 224
Merit: 100
Yes, I think 20 billion is even better xD, but I just want you to know this is a small issue and we can change it anytime to whatever you like.
How did you manage to count 50 billion instead of 20 at the start Grin?
I was more noob than I'm now xD. There's a variable in the code called MAX_MONEY, so I just put 50 billion there, and I though despite the block halving we would reach that max eventually.  I did some goofy calculations and I though it was ok.

Edit: But we can do all kinds of things to reach 50 billion, we can implement inflation, extend the block reward, extend the block halving,....
full member
Activity: 196
Merit: 100
$3000 dollars volume today - not bad really.
full member
Activity: 196
Merit: 100
Investors more and more every day Smiley


If they where investors, that should be the buyers list, surely?

Edit/ sorry I see what you mean now - someone sold at 2 satoshi, which means someone bought at it too! lol
newbie
Activity: 44
Merit: 0
Yes, I think 20 billion is even better xD, but I just want you to know this is a small issue and we can change it anytime to whatever you like.
How did you manage to count 50 billion instead of 20 at the start Grin?
full member
Activity: 224
Merit: 100
[...]

120000-140000 block: production 150.625 million - August 2014

140000-160000 block: production 75.3125 million - September 2014

160000-180000 block:  production approximately the 37th million - October 2014

180000-200000 block: production about 18.5 million - November 2014

200000-220000 block: production about 9.25 million - December 2014
Production of 20 billions a year.

Whether not too a big ratio of production in a year by next years?
How I understood an award less than 1 coin for the block won't fall, correctly?

I noticed it this morning. Apparently there will only be 20 billion grumpycoin at the current creation rate, so I wanted to consult with you (the community) what should we do: 1)shall we stay like this and only create 20 Billion coins or 2) change it to 50 Billion coins like it was supposed to be?
Change it is easy and we can do it in any moment.





Most investors would say to stick with the 20bil at this point. So do I =).

Yes, I think 20 billion is even better xD, but I just want you to know this is a small issue and we can change it anytime to whatever you like.
Pages:
Jump to: