The blockchain for GRF isn't working because there is hardly any users that have kept are are keeping their wallets online, the main reason for the dropouts is because there is no seednode that is on the agreed latest block, people are just trying to connect to each other and download whatever parts of the forked blockchains they have, once that has been sorted or even an updated wallet to reflect those changes will it start working as intended.
No one said there is any forked blockchain. Nothing really needs to be sorted about this. But yes are right there is no working seednode. If you or anyone still has his wallet online, just need to post the ip address publicly here, so that all others can connect to this same ip. If everyone can connect to one common ip. it works exactly the same as a seednode.
I understand what you are saying but having just 1 main node doing the job of a seednode is technically a big no-no as if that node goes down for a few seconds or minutes when a block gets found and the rest are connected to each other showing that blocks were found then all hell could break loose.
There was a coin if I remember correctly called Astral, it had such problems where the 1 connection that the pools and everyone was connected to would drop out whenever it felt like leaving everyone forking in their own direction and losing connection.
IMHO it's best to leave GraffitiCoin unearthed as its been laid to rest a while back, disturbing it just to go back to where it was resurected from is just plain harsh
Having just 1 main node is not enough, that's correct but because we don't even have one now, we can't proceed to have more than one.
GRF has already been laid to rest for a long time. So if anyone wants to try bringing it back, IMHO at least we should support him or her doing so.
Post
Topic
BoardAnnouncements (Altcoins)
Re: [ANN][GRF] Graffiti [UNDERGROUND] [FREE DISTRIBUTION] [MARKET OPEN ON BLEUTRADE]
The blockchain for GRF isn't working because there is hardly any users that have kept are are keeping their wallets online, the main reason for the dropouts is because there is no seednode that is on the agreed latest block, people are just trying to connect to each other and download whatever parts of the forked blockchains they have, once that has been sorted or even an updated wallet to reflect those changes will it start working as intended.
No one said there is any forked blockchain. Nothing really needs to be sorted about this. But yes are right there is no working seednode. If you or anyone still has his wallet online, just need to post the ip address publicly here, so that all others can connect to this same ip. If everyone can connect to one common ip. it works exactly the same as a seednode.
Post
Topic
BoardAnnouncements (Altcoins)
Re: [ANN][GRF] Graffiti [UNDERGROUND] [FREE DISTRIBUTION] [MARKET OPEN ON BLEUTRADE]
Ahh, ok, got it. Sitting on about 280k of GRF. Tried to get it running with some help earlier this year, but was having trouble as you can see previously in this thread. I will donate you some grf to take the edge off costs for the dropplet if I can move coinage to yobit.
No reward needed, not sure what it would take, i tried to withdraw 2k to yobit as test and it didnt work for me either and im no coder here.
I think you shall post your droplet ip address publicly here, so that all others can connect to this ip and stake. Only when others (or you) can successfully stake new blocks, the blockchain will move again and someone can then contact yobit to connect.
Hello OP. How if i just join for Avatar campaign only ? its still counte as participant cloak campaign ?
Yes, you can join avatar campaign only.
@disco987, I also have not received any payment. Please have a look. Thank you
Post
Topic
BoardMarketplace (Altcoins)
Re: ★★★[CLOAKCOIN SIGNATURE & AVATAR CAMPAIGN]★★★
by
iphonecoins
on 18/10/2016, 05:46:06 UTC
PM sent to disco987 already.
Great to know the Cloakteam decided to reactivate the campaign.
Post
Topic
BoardGames and rounds
Re: Heads or Tails
by
iphonecoins
on 05/08/2016, 08:34:37 UTC
1221-2121
The modern Olympic Games or Olympics (French: Jeux olympiques) are the leading international sporting event featuring summer and winter sports competitions in which thousands of athletes from around the world participate in a variety of competitions. The Olympic Games are considered to be the world's foremost sports competition with more than 200 nations participating. The Olympic Games are held every four years, with the Summer and Winter Games alternating by occurring every four years but two years apart.
GRF is not lacking of an exchange, as it is still listed on Yobit.
GRF is just lacking of a working node. One or two community members did show up and said they would run a node for GRF but then nothing happens.
i dont know how to do it, i could get someone to do it, i think i may have an old copy of the chain, i wouldnt mind have it in a cheap DO hosting, specially now that ill start hosting stuff.
What' up guys? I'm trying to fire up a node for GRF. Going through a service that provides Nodes/BlockChain and gave them the upload for Graffiti https://github.com/CryptoHelp/Graffiti but they sent me back this email after they tried to compile.
Tried to compile Graffiti daemon few times but no luck.
Keep getting this error:
/home/marcetin/Graffiti/src/leveldb/libleveldb.a(env_posix.o):env_posix.cc:(.text+0x2945): more undefined references to `operator new(unsigned int)' follow /home/marcetin/Graffiti/src/leveldb/libleveldb.a(env_posix.o): In function `leveldb::PosixLogger::Logv(char const*, char*)': env_posix.cc:(.text._ZN7leveldb11PosixLogger4LogvEPKcPc[_ZN7leveldb11PosixLogger4LogvEPKcPc]+0x153): undefined reference to `operator new[](unsigned int)' collect2: error: ld returned 1 exit status make: *** [graffitid] Error 1
Anybody have the solution?
They forget to compile leveldb first.
hehe
Can you be more specific?
How to compile leveldb?
I tried many ways and read few solutions regarding errors I get when compile. Of course I tried to compile leveldb as it says here something about leveldb:
Code:
/home/marcetin/Graffiti/src/leveldb/libleveldb.a(env_posix.o):env_posix.cc:(.text+0x2945): more undefined references to `operator new(unsigned int)' follow /home/marcetin/Graffiti/src/leveldb/libleveldb.a(env_posix.o): In function `leveldb::PosixLogger::Logv(char const*, char*)': env_posix.cc:(.text._ZN7leveldb11PosixLogger4LogvEPKcPc[_ZN7leveldb11PosixLogger4LogvEPKcPc]+0x153): undefined reference to `operator new[](unsigned int)' collect2: error: ld returned 1 exit status make: *** [graffitid] Error 1
I tried this way to compile leveldb:
Code:
cd in src/leveldb chmod 777 build_detect_platform PLATFORM=OS_LINUX make libleveldb.a libmemenv.a
But the error persist. Where I am wrong? Any help is appreciated. Thank you.
Before you compile leveldb, you need to remove all object files .o inside the leveldb folders, uploaded by the old dev on 2015/8/8.
Post
Topic
BoardAnnouncements (Altcoins)
Re: [ANN][GRF] Graffiti [UNDERGROUND] [FREE DISTRIBUTION] [MARKET OPEN ON BLEUTRADE]
What' up guys? I'm trying to fire up a node for GRF. Going through a service that provides Nodes/BlockChain and gave them the upload for Graffiti https://github.com/CryptoHelp/Graffiti but they sent me back this email after they tried to compile.
Tried to compile Graffiti daemon few times but no luck.
Keep getting this error:
/home/marcetin/Graffiti/src/leveldb/libleveldb.a(env_posix.o):env_posix.cc:(.text+0x2945): more undefined references to `operator new(unsigned int)' follow /home/marcetin/Graffiti/src/leveldb/libleveldb.a(env_posix.o): In function `leveldb::PosixLogger::Logv(char const*, char*)': env_posix.cc:(.text._ZN7leveldb11PosixLogger4LogvEPKcPc[_ZN7leveldb11PosixLogger4LogvEPKcPc]+0x153): undefined reference to `operator new[](unsigned int)' collect2: error: ld returned 1 exit status make: *** [graffitid] Error 1
Anybody have the solution?
They forget to compile leveldb first.
Post
Topic
BoardMarketplace (Altcoins)
Re: PayPeer AVATAR CAMPAIGN
by
iphonecoins
on 01/04/2016, 19:03:39 UTC
enrolled
Post
Topic
BoardAnnouncements (Altcoins)
Re: [ANN][GRF] Graffiti [UNDERGROUND] [FREE DISTRIBUTION] [MARKET OPEN ON BLEUTRADE]
by
iphonecoins
on 18/03/2016, 15:21:11 UTC
Because I really don't know how to make it preserve the old Github history.
With that dev's help, it is now just like the source code was uploaded on July 2015. The original Github commit hash, 63f1c2e938675117548e425bdc76dfb59b716678, is also preserved. This ensures that nothing is changed since then.
Please post your node publicly once available.
Post
Topic
BoardAnnouncements (Altcoins)
Re: [ANN][GRF] Graffiti [UNDERGROUND] [FREE DISTRIBUTION] [MARKET OPEN ON BLEUTRADE]
I have the source code... Will you use it to set up a node?
Just to make sure because last time I uploaded for another member but he did nothing in return.
Yes, it's needed to set up a node, PM me.
Received your PM, but I think it is better to post publicly instead of PM.
I think the past network failed not because Graffiti is bad, but only because the last person hosting the node didn't disclose his node publicly.
You should not repeat this. Please post your node publicly once available. Then other people can also connect and Graffiti will be back.
To start with, I already sent the source code (I downloaded it from official Github last August) to a very skillful developer I know and asked him to upload back to Github. Then everyone can view/check the source code publicly and ensure nothing is changed.
But this dev is a very busy guy. I think we need to wait for a few days.
Post
Topic
BoardAnnouncements (Altcoins)
Re: [ANN][GRF] Graffiti [UNDERGROUND] [FREE DISTRIBUTION] [MARKET OPEN ON BLEUTRADE]
After your node is up, I urge everyone gets their wallets back for staking because no one was able to stake for a long time and block rewards should be good. This can also help to keep the network alive.
Don't forget GRF is only a 20m coin and should be worth much more once the dice site is ready.
Can you post your node so we can get connections in wallet?
I just got the blockchain and uploaded it on request. Obviously I don't run a node and was not the person who promised publicly to host a node for GRF.
Now I am sending PM to that person to remind him... You could do the same or host a node on your own if you want.
Post
Topic
BoardAnnouncements (Altcoins)
Re: [ANN][GRF] Graffiti [UNDERGROUND] [FREE DISTRIBUTION] [MARKET OPEN ON BLEUTRADE]
After your node is up, I urge everyone gets their wallets back for staking because no one was able to stake for a long time and block rewards should be good. This can also help to keep the network alive.
Don't forget GRF is only a 20m coin and should be worth much more once the dice site is ready.