Pages:
Author

Topic: GoldCoin™ (GLC) Thread - The Gold Standard of Digital Currency [OFFICIAL THREAD] - page 35. (Read 309955 times)

sr. member
Activity: 373
Merit: 250
can you explain the Goldcoin "time lock feature" outlined 2013 already a bit further?
when i solo mine a block i see in debug.log
"Local has found possible valid block... queueing until timestamp is valid"
and the the whole client freezes, no more RPC requests are responded.. until
"Median Time between blocks is: 124 ... ProcessBlock: ACCEPTED "
so is there anything i can do against this? why cant i do "getinfo" etc..
does my pool software NOMP do anything wrong with the timestamps?

or is that the principle behind it:
if there would be a spike in hashrate ( 200% ), there will be 50% orphans ( as they all have to wait 45 seconds )
but how does difficulty then ever change?


I've been looking at my debug.log and see lots of this:

ERROR: CheckBlock() : block timestamp too far in the future
ERROR: ProcessBlock() : CheckBlock FAILED
GetNetworkHashPS(120)
GetTrueNetworkHashPS(120) - modified lookup
 best index = 114672
 difficulty = 0.435018
 hashrate for section: 14.901249 MH/s, time diff = 1385421655 min
 ====difficulty change at block 114660
 height = 114659, difficulty = 0.445892
 hashrate for section: 15.959102 MH/s, time diff = 1385414455 min
 ====difficulty change at block 114600
 height = 114599, difficulty = 0.457037
returning hashrate 241.250000 MH/s, lookup 15 (time difference = -0.0)

Ok so server time must be out of sync right? Well:

ntpdate pool.ntp.org
26 Nov 10:30:55 ntpdate[8366]: adjust time server 192.189.54.33 offset -0.102237 sec

0.1 seconds out of sync... umm does this time stuff cater for timezone?

The default maximum wait is 45 seconds, but you can extend this if you want to for optimal acceptance rate.

In main.cpp on lines 2094 to 2107

Code:
else if(QDateTime::fromTime_t(pindexBest->pprev->pprev->pprev->pprev->GetBlockTime()).secsTo(QDateTime::fromTime_t(GetBlockTime())) < (60*10 + 45) && hashPrevBlock == pindexBest->GetBlockHash()) {
//A valid block has been found but the current network adjusted time will not permit it to be accepted by other peers
//Thus we hold the block until GetAdjustedTime() is such that if(GetBlockTime() > GetAdjustedTime() + 45) is false
printf("Local has found possible valid block... queueing until timestamp is valid \n");
//Since we know that GetBlockTime() is greater than GetAdjustedTime()
//We sleep the difference
//Doesn't hurt to check twice
                                    if(GetBlockTime() > GetAdjustedTime() + 45)
                                    Sleep(1000*(GetBlockTime()-(GetAdjustedTime() + 45)));
/*while(GetBlockTime() > GetAdjustedTime() + 45) {
//We wait here..
}*/
}


Change (60*10 + 45) to (60*10 + X)

Where X is the maximum amount of time you'd like to hold a block.

And recompile.
member
Activity: 106
Merit: 11
Metallophilic Interaction
GoldCoin™ (GLD) to the sun!
Whom do we need? Wernher von Braun:

https://www.youtube.com/watch?v=QEJ9HrZq7Ro
member
Activity: 106
Merit: 11
Metallophilic Interaction
Waiter! No more beer for these two whacked-out Germans, please.
member
Activity: 106
Merit: 11
Metallophilic Interaction
Unity and Faith, Peace and Progress, Gold and GoldCoin™ (GLD)
member
Activity: 106
Merit: 11
Metallophilic Interaction
'The heart of any cryptocurrency can be found in the spirit of its community.'
Thomas Jefferson? Mahatma Gandhi? Albert Einstein? No...MicroGuy! Smiley

In alchemy, gold is related to the sun. GoldCoin™ (GLD) not to the moon, but to the sun! Roll Eyes Cool
member
Activity: 106
Merit: 11
Metallophilic Interaction
Another thing: they have great food! Tongue
member
Activity: 106
Merit: 11
Metallophilic Interaction
One thing I had to learn when speaking to Nigerians and Ghanaians is that they use a simple version of English.
So don't use words that are too sophisticated, like 'sophisticated.' Smiley
member
Activity: 106
Merit: 11
Metallophilic Interaction
Talking about Heidi Klum and Claudia Schiffer.
Anyone remembering the Deutsche Bundesbahn (German Federal Railways) commercial of twenty years ago with Cindy Crawford?
https://www.youtube.com/watch?v=V1D8jf8oHDc or
https://www.youtube.com/watch?v=G7fHDYCSX98
member
Activity: 106
Merit: 11
Metallophilic Interaction
Bratwurst, Claudia Schiffer, Volkswagen, lederhosen, Lothar Matthäus, pretzels, sauerkraut, Heidi Klum, BMW, beer...
I'm running out of stereotypes, so please visit www.gldtalk.de.
member
Activity: 106
Merit: 11
Metallophilic Interaction
member
Activity: 106
Merit: 11
Metallophilic Interaction
Du habe fertig? Nix capito? Du gehe hier:

www.gldtalk.de
hero member
Activity: 1134
Merit: 525
Less hops. More wins.
Hi I just tried to transfer 5 gold coins to cryptopia exchange wallet Transaction ID: c814d4d489f9690550fc5a64b324874989f066bf186c0e535e8160da5c6c1453

Show it was confirmed on my windows wallet but cryptopia did not get it.
Support said their wallet is in maintenance mode and when it goes back online it will be creditied to my account if confirmed.  Why maintenance mode?  Did you know about this?  Thanks

Goldcoin is out of Maintenance mode now on Cryptopia Smiley

cryptosolar,
+1
wallet shows 5 goldcoins now Thanks!
Let me know what I can do to help and be a part of the team thanks!
hero member
Activity: 1134
Merit: 525
Less hops. More wins.
Hi I just tried to transfer 5 gold coins to cryptopia exchange wallet Transaction ID: c814d4d489f9690550fc5a64b324874989f066bf186c0e535e8160da5c6c1453

Show it was confirmed on my windows wallet but cryptopia did not get it.
Support said their wallet is in maintenance mode and when it goes back online it will be creditied to my account if confirmed.  Why maintenance mode?  Did you know about this?  Thanks
legendary
Activity: 2506
Merit: 1030
Twitter @realmicroguy
July 03rd, 2016 Highlights

Team Members Present: Four (Cryptosolar, MicroGuy, GoldClub, and Sokolov323)
Length of meeting: 1 hour

~~

Please find a brief recap of today's proceedings below:

Development of Android application
Discussion about current progress of app development and the need for adding a Naira (NGN) exchange rate option. The first phase of the Gold Club adoption will be providing a bonus of 200GLD to registered club members who download the app. It is essential that these users have access to the exchange rate for their local currency.


Suspension of Open Workforce project
The Open Workforce has reached its planned end-life and will be shuttered. Active workers will be transitioned over to our global tip-based system. It was a great learning experience operating this project. The team would like to thank all of those involved for their contributions.  


Goldcoin Plus+ Wallet Project
This week saw the launch of the new online wallet project that will feature an online wallet along with a companion mobile application. Goldcoin Plus+ will work like a basic version of the Blockchain.info wallet. We anticipate development work on this project to begin sometime within the next 2 weeks. Project thread: https://www.gldtalk.org/index.php?topic=3628.0

~~

I'd like to thank the team members who were able to attend today's meeting as we guide Goldcoin into the future.
legendary
Activity: 2506
Merit: 1030
Twitter @realmicroguy
This is a reminder that the Sunday team meeting will begin in 2 hours from now at 1:00pm on Discord: https://www.facebook.com/groups/goldcointalk/


I send some coins in a transaction that remains unconfirmed.
How can I recover the coins? There does not appear to be  
-rescan or -salvagewallet commands available.

Any help appreciated. Thank you.

Please check that your client's block height is the same block height as the explorer: http://gld.cryptocoinexplorer.com/

The client does support -rescan. Have you tried closing and reopening your client? Do you have a transaction ID?
legendary
Activity: 1218
Merit: 1002
Supporting DMD, ERC & PIO
I send some coins in a transaction that remains unconfirmed.
How can I recover the coins? There does not appear to be 
-rescan or -salvagewallet commands available.

Any help appreciated. Thank you.
legendary
Activity: 1218
Merit: 1002
Supporting DMD, ERC & PIO
Thanks for having developed a great coin here!
Mining away
legendary
Activity: 2506
Merit: 1030
Twitter @realmicroguy
GoldCoin Plus+ Community Project

It has been suggested to me that the community develop an online wallet that would have a companion App for mobile.  Smiley

I will use the name "GoldCoin Plus+" to eliminate any confusion with our core reference applications. The domain GoldCoinPlus.com has been registered for future use.

This development project could be based on the blockchain.info open source. However, the website back-end will need to be custom coded since blockchain.info does not publish it's website source. The GoldCoin Plus project would be a community project apart from core and its current reference applications.

Complete description and local discussion: https://www.gldtalk.org/index.php?topic=3628.0
legendary
Activity: 2506
Merit: 1030
Twitter @realmicroguy
the goldcoin nigeria project @ work , here are the details : https://www.gldtalk.org/index.php?topic=3624

Very exciting times ahead for Goldcoin. I can think of no better place to kick-off Goldcoin's global adoption.

I'd like to thank our friends in West Africa for this opportunity and for believing in the Goldcoin brand. Smiley
member
Activity: 106
Merit: 11
Metallophilic Interaction

I remember watching a YouTube video back then.
Somebody said something about 1 GLD possibly rising to $ 1000. Wink


It was one of those 'deleted episodes.'

https://www.youtube.com/user/realmicroguy
Pages:
Jump to: