Pages:
Author

Topic: [GLC] Globalcoin | 4 Year Anniversary 1.5.4! | NO IPO, NO PREMINE | [SCRYPT] - page 10. (Read 225833 times)

newbie
Activity: 69
Merit: 0
Can we update OP post somehow? That info looks outdated, some of the links are dead.
newbie
Activity: 71
Merit: 0
We returned to the vote and returned the votes

C-CEX support 2017-04-15 23:13:37

GLC voting reenabled: https://c-cex.com/?id=vote&coin=glc
0.1 BTC sent to new voting address: 15mjzK4dHTQujft6hUfXC6mhfjKtH9ToS8
sr. member
Activity: 242
Merit: 250
Diamond good coin


I propose transitioning to Proof of Stake v3 with static block rewards. Rather than patching the current headache of a code base I suggest abandoning the old code, starting from a fresh code base, and manually importing balances into the new client. Of course this means starting over from block 0, so it's a bit more dramatic than just a hardfork, so community consensus is a must.

The issues with doing this in the past were the inability to transfer funds from old blockchain to new without the use of a middleman/exchange, people would often miss the transfer window and the possibility of tampering with the coin supply was there too. We can now however alleviate these issues by taking a snapshot of the current blockchain that can be parsed through to come up with a list of all addresses and their balances. A premine of the current coin supply calculated from the snapshot is made for the new client and then a mass sending of funds to the original addresses can be done. The new client will use the exact same key derivation methods, so users just need to move/copy their old wallet.dat file to the new clients directory and they'll have the same amount of coins as they held before. No middleman involved and the process is entirely transparent and verifiable, should someone wish to audit it.


I'll bring this back around... however additionally propose the stolen cryptsy funds be excluded from the new chain.

I agree. This coin should move forward. Just look at how to grow the common market altcoins http://coinmarketcap.com/  I see no reason why this coin is not included in the top 100
newbie
Activity: 71
Merit: 0
Exchange c-cex.com scammers, they added another Globalcoin, we won the vote, I paid more than 100 votes, more than 0.10 btc for our Globalcoin and there was a link to this topic.

scam -   https://c-cex.com/?id=&settz=-3
scam - https://github.com/maxsnowzz/Globalcoin

I will never forgive them for that. If they do not return me 0.10 btc or do not add our Globalcoin (GLC), I'll talk about this in all forums.
newbie
Activity: 71
Merit: 0
+1

I am the largest long-term investor in Globalcoin, support the transition to POS mining, in the next 10-15 years I do not plan to sell my coins.
newbie
Activity: 69
Merit: 0
http://i.imgur.com/iwhqrco.jpg

I propose transitioning to Proof of Stake v3 with static block rewards. Rather than patching the current headache of a code base I suggest abandoning the old code, starting from a fresh code base, and manually importing balances into the new client. Of course this means starting over from block 0, so it's a bit more dramatic than just a hardfork, so community consensus is a must.


I'll bring this back around... however additionally propose the stolen cryptsy funds be excluded from the new chain.

+1

As a Top10 holder I like the idea of GLC 2.0
newbie
Activity: 57
Merit: 0
http://i.imgur.com/iwhqrco.jpg

I propose transitioning to Proof of Stake v3 with static block rewards. Rather than patching the current headache of a code base I suggest abandoning the old code, starting from a fresh code base, and manually importing balances into the new client. Of course this means starting over from block 0, so it's a bit more dramatic than just a hardfork, so community consensus is a must.

The issues with doing this in the past were the inability to transfer funds from old blockchain to new without the use of a middleman/exchange, people would often miss the transfer window and the possibility of tampering with the coin supply was there too. We can now however alleviate these issues by taking a snapshot of the current blockchain that can be parsed through to come up with a list of all addresses and their balances. A premine of the current coin supply calculated from the snapshot is made for the new client and then a mass sending of funds to the original addresses can be done. The new client will use the exact same key derivation methods, so users just need to move/copy their old wallet.dat file to the new clients directory and they'll have the same amount of coins as they held before. No middleman involved and the process is entirely transparent and verifiable, should someone wish to audit it.


I'll bring this back around... however additionally propose the stolen cryptsy funds be excluded from the new chain.
legendary
Activity: 1400
Merit: 1000
So what's the story with Globalcoin now? What's planned? Who's planning it? What's the deal with glbcoin.com and Global Holdings?

i dont know. id just like to be clear that i am not running the coin. i was just asked by CoinXE to update the wallets (which i am in the process of rebuilding some of them as i didnt know my environment was bugged)

and was also asked to host a node

addnode=www.cryptounited.io

and thats all
newbie
Activity: 57
Merit: 0
So what's the story with Globalcoin now? What's planned? Who's planning it? What's the deal with glbcoin.com and Global Holdings?
legendary
Activity: 1400
Merit: 1000

few fixes to your problem (seems to be a problem with your boost, im on ubuntu 16 and didnt get an error) add this to the top of the file

#define BOOST_NO_CXX11_SCOPED_ENUMS
#include
#undef BOOST_NO_CXX11_SCOPED_ENUMS
 
around the boost/filesystem include. should fix your error.

Thanks Griffith...that did not work but I was able to compile successfully on Ubuntu 16. Copied the executable to Ubuntu 14 and got the following error:

Code:
globalcoind: error while loading shared libraries: libboost_system.so.1.58.0: cannot open shared object file: No such file or directory

My daemon server is running Ubuntu 14 so I kind of need it to work there until I get around to upgrading it to 16. Does the Linux executable you posted work on U14? Will give that a try now... Smiley

Edit: Nope..same error message with the Linux executable you posted. :/

yeah. turns out i need to redo the linux qts. i thought they were statically linked (would fix that error) but it turns out they would not. i will fix it tomorrow
legendary
Activity: 1270
Merit: 1000

few fixes to your problem (seems to be a problem with your boost, im on ubuntu 16 and didnt get an error) add this to the top of the file

#define BOOST_NO_CXX11_SCOPED_ENUMS
#include
#undef BOOST_NO_CXX11_SCOPED_ENUMS
 
around the boost/filesystem include. should fix your error.

Thanks Griffith...that did not work but I was able to compile successfully on Ubuntu 16. Copied the executable to Ubuntu 14 and got the following error:

Code:
globalcoind: error while loading shared libraries: libboost_system.so.1.58.0: cannot open shared object file: No such file or directory

My daemon server is running Ubuntu 14 so I kind of need it to work there until I get around to upgrading it to 16. Does the Linux executable you posted work on U14? Will give that a try now... Smiley

Edit: Nope..same error message with the Linux executable you posted. :/
legendary
Activity: 1400
Merit: 1000
Oh oh...tried to compile from the source and got the following error:

Code:
obj/walletdb.o: In function `copy_file':
/usr/include/boost/filesystem/operations.hpp:381: undefined reference to `boost::filesystem::detail::copy_file(boost::filesystem::path const&, boost::filesystem::path const&, boost::filesystem::copy_option, boost::system::error_code*)'
collect2: error: ld returned 1 exit status
make: *** [globalcoind] Error 1

Any idea?

For reference here are my build commands using Ubuntu 14.04.5 LTS:

Code:
sudo apt-get install build-essential
sudo apt-get install libssl-dev
sudo apt-get install libboost-all-dev
sudo add-apt-repository ppa:bitcoin/bitcoin
sudo apt-get update
sudo apt-get install libdb4.8-dev
sudo apt-get install libdb4.8++-dev

sudo git clone git://github.com/CryptoUnited/GlobalCoin.git globalcoin
cd globalcoin

cd src
sudo make -f makefile.unix USE_UPNP=-

quick note. you run sud apt-get update BEFORE every other command. you just installed everything before updating the list you were installing from. if you run update at the end, you need to run sudo apt-get upgrade after it.

few fixes to your problem (seems to be a problem with your boost, im on ubuntu 16 and didnt get an error) add this to the top of the file

#define BOOST_NO_CXX11_SCOPED_ENUMS
#include
#undef BOOST_NO_CXX11_SCOPED_ENUMS
 
around the boost/filesystem include. should fix your error.
legendary
Activity: 1270
Merit: 1000
Would be great to hear something from that new dev team.

We will update some good news soon, currently new dev working on fork problem and new full node will be ready...stay tune..

if you are very interested in following the dev work before the push request is made to the main globalcoin git, you can follow the dev work in the cryptounited github: https://github.com/CryptoUnited/GlobalCoin

edit: if you want a reference, we also did the last update work for (THC) hempcoin

edit: we have a full node syncing now for network support. i will post when it is online and you can add it to your config files. i will also put  pool up for GLC sometime this week

Have been waiting for CryptoParts to approve your pull request but have not seen any activity from him. If he does not approve your pull request in the next few weeks (certainly before April 1st) then I say we make your repository the new source. We can always switch it back to CryptoParts when he comes back if necessary.

Oh oh...tried to compile from the source and got the following error:

Code:
obj/walletdb.o: In function `copy_file':
/usr/include/boost/filesystem/operations.hpp:381: undefined reference to `boost::filesystem::detail::copy_file(boost::filesystem::path const&, boost::filesystem::path const&, boost::filesystem::copy_option, boost::system::error_code*)'
collect2: error: ld returned 1 exit status
make: *** [globalcoind] Error 1

Any idea?

For reference here are my build commands using Ubuntu 14.04.5 LTS:

Code:
sudo apt-get install build-essential
sudo apt-get install libssl-dev
sudo apt-get install libboost-all-dev
sudo add-apt-repository ppa:bitcoin/bitcoin
sudo apt-get update
sudo apt-get install libdb4.8-dev
sudo apt-get install libdb4.8++-dev

sudo git clone git://github.com/CryptoUnited/GlobalCoin.git globalcoin
cd globalcoin

cd src
sudo make -f makefile.unix USE_UPNP=-
newbie
Activity: 69
Merit: 0
legendary
Activity: 1400
Merit: 1000
I lost power from Wednesday to sunday night. I will be only on the forum for a while and back into full swing this weekend.

I don't think cryptoparts is active, they still haven't accepted the merge request on GitHub with the code I updated. everything needs to be updates (exchanges and block explorers) by april 1st for things to keep running smoothly.

-Griffith
legendary
Activity: 1470
Merit: 1010
Join The Blockchain Revolution In Logistics
somehow i feel like this is dealing with these 2:
legendary
Activity: 1470
Merit: 1010
Join The Blockchain Revolution In Logistics
open offer

will pay global GLC, or 1337
for TALK just buy on Yobit and PM, dealing in the daily spot rates Wink
full member
Activity: 181
Merit: 100
Griffith asked me to provide everyone with an update.

The area where he is located has experienced an extreme weather event Shocked. Wind and storms have taken out power to his area, and where some of his servers are (fourth day without electricity). Once power is restored- the services Griff provides will be back to 100% Grin. Apologies for any inconvenience that this event has caused, and will be back as soon as he is able.


Thank you for your understanding in this issue.
hero member
Activity: 2147
Merit: 518
Wallet runs input and output on the stock exchange yobit



YOBIT
DEPOSIT GLC
Wallet status: Online (2529583 blocks)


The ONE AND THE ONLY Reason that has CHANGE MY MIND to become a registered newbie member  for this legendary forum.  Tongue

Nice to have u here in this very moment. Its none of my business whether u are genderfluid but I should warn u that people here generally prefer talk to someone with a slightly higher rank than urs.
Pages:
Jump to: