Pages:
Author

Topic: [ANN] Goat [IGoat][HerdNodes][DPoS] - page 6. (Read 26546 times)

member
Activity: 84
Merit: 10
May 09, 2015, 07:35:38 AM
finding it hard to believe this is a scam

Strange what else can you think when you see Stuhlman as a dev?
newbie
Activity: 47
Merit: 0
May 09, 2015, 06:27:50 AM
finding it hard to believe this is a scam
i was thinking the same
sr. member
Activity: 469
Merit: 250
May 09, 2015, 05:53:56 AM
finding it hard to believe this is a scam
sr. member
Activity: 630
Merit: 258
May 09, 2015, 03:29:27 AM
is this coin even active anyone checked out shell coin has dev made another coin

Yeah, there is already accusation on troll box that dev has started a new coin "shell".

Dev, Please say something. Or do you really want this coin to die?

shame dev just destroyed the little rep he had left

Ok so basically not a good moment to jump in, someone has a takeover in program? Seems that there are a lot of big whales in this coin.

whales dumped while back when it hit 300 sats

Now only a big buy support can make the difference, but after what is happened I highly doubt that someone is still interested.

the release of shell coin just explain whats happened

In my opinion is not the only thing that ruined this coin. Many factors have contribuited to the falling down price.
member
Activity: 80
Merit: 10
May 09, 2015, 03:27:01 AM
Dev should ask nicely to Bittrex.

Lot of people mined your coins and waiting to hear some update.
hero member
Activity: 616
Merit: 500
May 09, 2015, 03:14:45 AM
is this coin even active anyone checked out shell coin has dev made another coin

Yeah, there is already accusation on troll box that dev has started a new coin "shell".

Dev, Please say something. Or do you really want this coin to die?

shame dev just destroyed the little rep he had left

Ok so basically not a good moment to jump in, someone has a takeover in program? Seems that there are a lot of big whales in this coin.

whales dumped while back when it hit 300 sats

Now only a big buy support can make the difference, but after what is happened I highly doubt that someone is still interested.

the release of shell coin just explain whats happened
sr. member
Activity: 630
Merit: 258
May 09, 2015, 03:13:39 AM
is this coin even active anyone checked out shell coin has dev made another coin

Yeah, there is already accusation on troll box that dev has started a new coin "shell".

Dev, Please say something. Or do you really want this coin to die?

shame dev just destroyed the little rep he had left

Ok so basically not a good moment to jump in, someone has a takeover in program? Seems that there are a lot of big whales in this coin.

whales dumped while back when it hit 300 sats

Now only a big buy support can make the difference, but after what is happened I highly doubt that someone is still interested.
hero member
Activity: 616
Merit: 500
May 09, 2015, 03:12:21 AM
is this coin even active anyone checked out shell coin has dev made another coin

Yeah, there is already accusation on troll box that dev has started a new coin "shell".

Dev, Please say something. Or do you really want this coin to die?

shame dev just destroyed the little rep he had left

Ok so basically not a good moment to jump in, someone has a takeover in program? Seems that there are a lot of big whales in this coin.

whales dumped while back when it hit 300 sats
sr. member
Activity: 630
Merit: 258
May 09, 2015, 03:11:18 AM
is this coin even active anyone checked out shell coin has dev made another coin

Yeah, there is already accusation on troll box that dev has started a new coin "shell".

Dev, Please say something. Or do you really want this coin to die?

shame dev just destroyed the little rep he had left

Ok so basically not a good moment to jump in, someone has a takeover in program? Seems that there are a lot of big whales in this coin.
hero member
Activity: 616
Merit: 500
May 09, 2015, 03:08:14 AM
is this coin even active anyone checked out shell coin has dev made another coin

Yeah, there is already accusation on troll box that dev has started a new coin "shell".

Dev, Please say something. Or do you really want this coin to die?

shame dev just destroyed the little rep he had left
sr. member
Activity: 630
Merit: 258
May 09, 2015, 03:03:59 AM
Is this just a joke coin or dev has planned to introduce any real feature??
sr. member
Activity: 295
Merit: 250
May 09, 2015, 03:00:39 AM
is this coin even active anyone checked out shell coin has dev made another coin

Yeah, there is already accusation on troll box that dev has started a new coin "shell".

Dev, Please say something. Or do you really want this coin to die?
hero member
Activity: 616
Merit: 500
May 09, 2015, 02:55:25 AM
is this coin even active anyone checked out shell coin has dev made another coin
sr. member
Activity: 295
Merit: 250
May 09, 2015, 02:42:39 AM
1. Amazon is giving 720hrs of free usage  (t2.micro instance) every month

best choice!

aws.amazon.com

 Cool

Yup, you can make as many VPS instances as you want, just make sure your don't exceed 720hrs to avoid extra charge. The billing will stop when you shut down the VPS.

Also, please note that storage will be billed separately. 100GB will cost you $10 every month.
sr. member
Activity: 295
Merit: 250
May 09, 2015, 02:39:45 AM
windows vps is to expensive just for herdnode, so I want to get cheap Linux vps but I cannot find a goat Linux wallet, can someone point me in the direction of one please Smiley

You can compile linux wallet from source as below

sudo apt-get install git dh-autoreconf build-essential libboost-all-dev libssl-dev libdb5.1++-dev

--Enable SWAP if RAM is less than 2GB--
sudo dd if=/dev/zero of=/swapfile bs=1024 count=2048k
sudo mkswap /swapfile
sudo chown root:root /swapfile
sudo chmod 0600 /swapfile
sudo swapon /swapfile

sudo nano /etc/fstab
Add the following line to the end of the file
/swapfile swap swap defaults 0 0
------


---install secp256k1 ---
git clone https://github.com/bitcoin/secp256k1.git
cd secp256k1
./autogen.sh   
./configure
make
sudo make install

LD_LIBRARY_PATH=/usr/local/lib
export LD_LIBRARY_PATH

save the above 2 lines in ~/.bashrc so that LD_LIBRARY_PATH will be exported every time you login
---------


---Compile goatd---
git clone https://bitbucket.org/legoat/goat.git
cd goat/src
mkdir obj/crypto
chmod +x leveldb/build_detect_platform
make -f makefile.unix USE_UPNP=-
sudo cp goatd /usr/bin
------



full member
Activity: 126
Merit: 100
May 09, 2015, 02:39:31 AM
1. Amazon is giving 720hrs of free usage  (t2.micro instance) every month

best choice!

aws.amazon.com

 Cool
sr. member
Activity: 295
Merit: 250
May 09, 2015, 01:57:23 AM
If any one is trying to setup a VPS for masternode, below are some free options
1. Amazon is giving 720hrs of free usage  (t2.micro instance) every month
2. Google cloud gives you $300 free credits to be used within 60days upon signing up (I have not yet used this personally)
sr. member
Activity: 295
Merit: 250
May 09, 2015, 01:28:08 AM
Dev,

If you don't remember, DCGirl is from cryptsy. I hope you will release the roadmap if we get listed on Cryptsy, right?
member
Activity: 81
Merit: 10
May 09, 2015, 12:42:44 AM
All herd-nodes disappeared and connections dropped to 4, guess everyone is leaving?
sr. member
Activity: 295
Merit: 250
May 08, 2015, 03:24:12 PM
Thanks DC Girl for showing up Smiley
Pages:
Jump to: