Bitcoin Forum
May 14, 2024, 11:25:55 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 [26] 27 28 29 30 31 32 33 34 35 »
  Print  
Author Topic: Gold Coin (GLC) Info Thread - The Gold Standard of Digital Currency [NEW THREAD]  (Read 59410 times)
GpuJedi
Newbie
*
Offline Offline

Activity: 24
Merit: 0


View Profile
July 09, 2013, 06:22:08 PM
 #501

I dont like the idea of 400 coins per block and less, I think you are doing it to make the coin more rare, so it could gain value. You should leave the number of coins as they are. It should gain value naturaly, if it is worth PPL will invest in it. Besides the GOLDEN name all this coin is about is premine, conflict, unstability, pump and dump, artificial support and beer! Nothing GOLDEN about it yet!
1715685955
Hero Member
*
Offline Offline

Posts: 1715685955

View Profile Personal Message (Offline)

Ignore
1715685955
Reply with quote  #2

1715685955
Report to moderator
1715685955
Hero Member
*
Offline Offline

Posts: 1715685955

View Profile Personal Message (Offline)

Ignore
1715685955
Reply with quote  #2

1715685955
Report to moderator
Activity + Trust + Earned Merit == The Most Recognized Users on Bitcointalk
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715685955
Hero Member
*
Offline Offline

Posts: 1715685955

View Profile Personal Message (Offline)

Ignore
1715685955
Reply with quote  #2

1715685955
Report to moderator
1715685955
Hero Member
*
Offline Offline

Posts: 1715685955

View Profile Personal Message (Offline)

Ignore
1715685955
Reply with quote  #2

1715685955
Report to moderator
1715685955
Hero Member
*
Offline Offline

Posts: 1715685955

View Profile Personal Message (Offline)

Ignore
1715685955
Reply with quote  #2

1715685955
Report to moderator
ivanlabrie
Hero Member
*****
Offline Offline

Activity: 812
Merit: 1000



View Profile
July 09, 2013, 07:00:50 PM
 #502

Pump and dump, AND beer Cheesy
MicroGuy (OP)
Legendary
*
Offline Offline

Activity: 2506
Merit: 1030


Twitter @realmicroguy


View Profile WWW
July 09, 2013, 07:51:40 PM
 #503

I dont like the idea of 400 coins per block and less, I think you are doing it to make the coin more rare, so it could gain value. You should leave the number of coins as they are.

We won't be leaving the block reward as it is as that would result in unlimited coin output throughout infinity.
Pmalek
Legendary
*
Offline Offline

Activity: 2758
Merit: 7140



View Profile
July 09, 2013, 08:16:36 PM
 #504

Nothing GOLDEN about it yet!

It has a GOLDEN pool! Cheers Dreamwatcher, superb work!!!! And you wanted to close it few weeks ago LOL! You should make some more pure PPS pools like that... All other pool makers are chickens!!!

.
.BLACKJACK ♠ FUN.
█████████
██████████████
████████████
█████████████████
████████████████▄▄
░█████████████▀░▀▀
██████████████████
░██████████████
████████████████
░██████████████
████████████
███████████████░██
██████████
CRYPTO CASINO &
SPORTS BETTING
▄▄███████▄▄
▄███████████████▄
███████████████████
█████████████████████
███████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
███████████████████████
█████████████████████
███████████████████
▀███████████████▀
█████████
.
Mapuo
Hero Member
*****
Offline Offline

Activity: 910
Merit: 1002



View Profile
July 09, 2013, 08:58:18 PM
 #505

Microguy:
Block reward from 500 to 400: do you confirm?

Yes. We are reducing the block reward to 400 at the fork and then beginning a gradual block reward reduction over an extended period. The github does not contain all the updated code or readme's but will be updated soon.

The last obstacle in terms of coding is the migration from litecoin to our own prefix.

We need to be able to:

- Read the prefork prefix wallet and block databases with the new client.
- Write the database with all prefork blocks with the earlier prefix, but the postfork blocks with the new prefix.
- Have the client be able to trade with both sets of prefixes but only accept the prefork prefix for blocks that are earlier than "julyFork".
- Accept connections from clients that are using the prefork prefix if and only if their blockheight is less than "julyFork".
- Accept connections from all new clients and propagate block changes throughout the network successfully.

Once we have found the best solution (suggestions are welcome) to this problem and tested its functionality, we will publish and release the update.


DONT DO THIS!
r3wt
Hero Member
*****
Offline Offline

Activity: 686
Merit: 504


always the student, never the master.


View Profile
July 09, 2013, 09:10:23 PM
 #506

you are making it far to complicated. all you have to do to create a fork is simple take this example

Say you have BlahCoin and the block rewards are messed up. the current block 123000. you need to hardfork the code without damaging the existing blocks to do this, say you set it for block count 133,000.


say this is your current nHeight Layout

Code:
int64 static GetBlockValue(int nHeight, int64 nFees)
{
    int64 nSubsidy = 1000 * COIN;

        int BlockCount1 = 1;
int BlockCount2 = 1200;
int BlockCount3 = 123000;


        if {nHeight == 1) { nSubsidy = 1000 * COIN; }

else if (nHeight == 2)
{
nSubsidy = 700 * COIN;
}

else if (nHeight == BlockCount3) { nSubsidy = 500 * COIN; }


all you do to fork it is append two things:

Code:
int BlockCount4 = 133000

and

Code:
else if (nHeight == BlockCoun4) { nSubsidy = 400 * COIN; }


then after that you go and create a checkpoint for that block height in checkpoints.cpp. you compile and distribute the clients immediately. wa,la you've hard forked the coin.

My negative trust rating is reflective of a personal vendetta by someone on default trust.
just_me
Sr. Member
****
Offline Offline

Activity: 420
Merit: 250


Jesus Christ Saves Sinners


View Profile
July 11, 2013, 03:40:34 PM
 #507



Good as Gold Smiley

Today is the day that the Lord has made, lets be glad and rejoice in it
just_me
Sr. Member
****
Offline Offline

Activity: 420
Merit: 250


Jesus Christ Saves Sinners


View Profile
July 13, 2013, 05:34:59 PM
 #508



What's happening with Goldcoin these days?

Today is the day that the Lord has made, lets be glad and rejoice in it
Lauda
Legendary
*
Offline Offline

Activity: 2674
Merit: 2965


Terminated.


View Profile WWW
July 13, 2013, 07:15:33 PM
 #509

Where is the update?  Roll Eyes

"The Times 03/Jan/2009 Chancellor on brink of second bailout for banks"
😼 Bitcoin Core (onion)
thekidcoin
Sr. Member
****
Offline Offline

Activity: 308
Merit: 250

FlutterCoin Developer


View Profile
July 13, 2013, 07:27:53 PM
 #510

Hopium is a powerful drug, I'm not following the coin at all, just holding some coins in hopes of a profit.  You never know LOL.

A web based wallet would be nice if security can be guaranteed.


1MYL967PR52xiNtqSP9WphRvPzKZDjBdxn
MicroGuy (OP)
Legendary
*
Offline Offline

Activity: 2506
Merit: 1030


Twitter @realmicroguy


View Profile WWW
July 20, 2013, 04:06:41 AM
 #511

The new official logo of Goldcoin.







Thank you Sting17 for a brilliant design!
amytheplanarshift
Hero Member
*****
Offline Offline

Activity: 588
Merit: 500


View Profile
July 23, 2013, 01:02:12 AM
 #512

That new logo looks really nice!

http://nem.io/
XEM: NBT6RQ-B2K3DN-EB3BDF-TUE3FT-SBDCJJ-L4PCX5-GKL6
seleme
Legendary
*
Offline Offline

Activity: 2772
Merit: 1028


Duelbits.com


View Profile WWW
July 23, 2013, 01:10:56 AM
 #513

yep, nice logo

       ███████████████▄▄
    ██████████████████████▄
  ██████████████████████████▄
 ███████   ▀████████▀   ████▄
██████████    █▀  ▀    ██████▄
███████████▄▄▀  ██  ▀▄▄████████
███████████          █████████
███████████▀▀▄  ██  ▄▀▀████████
██████████▀   ▀▄  ▄▀   ▀██████▀
 ███████  ▄██▄████▄█▄  █████▀
  ██████████████████████████▀
    ██████████████████████▀
       ███████████████▀▀
.
.Duelbits.
.
..THE MOST REWARDING CASINO......
   ▄▄▄▄████▀███▄▄▄▄▄
▄███▄▀▄██▄   ▄██▄▀▄███▄
████▄█▄███▄█▄███▄█▄████
███████████████████████   ▄██▄
██     ██     ██     ██   ▀██▀
██ ▀▀█ ██ ▀▀█ ██ ▀▀█ ██    ██
██  █  ██  █  ██  █  ██
█▌  ██
██     ██     ██     ████  ██
█████████████████████████  ██
████████████████████████████▀
█████████████████████████
█████████████████████████
████████████████████████▌
       +4,000      
PROVABLY FAIR
GAMES
   $500,000  
MONTHLY
PRIZE POOL
      $10,000     
BLACKJACK
GIVEAWAY
MicroGuy (OP)
Legendary
*
Offline Offline

Activity: 2506
Merit: 1030


Twitter @realmicroguy


View Profile WWW
July 27, 2013, 03:11:15 PM
 #514



We are proud to announce the latest updated to GoldCoin.

The development team and staff have been working around the clock to make this the very best version to date.

We have addressed a number of issues related to the previous client. The syncing issues and Litecoin upgrade alert have been fixed. In addition, there have been improvements made in the areas of coin generation, block reward, and difficulty retarget time.

For a more in depth look at the changes and an explanation regarding those changes, please take a look at the official patch documentation here:

http://www.gldcoin.com/documents/GoldCoin_Patch_v1.2.pdf

There will be a hard-fork at block 45000 which is currently estimated to occur on August 1, 2013. All current users should update their clients at least 24 hours prior to the fork. It is recommended that you backup your current wallet before performing this upgrade.

To update your client please visit the official website and select the version of the client that matches your operating system:

http://www.gldcoin.com

Join the discussion at GLDTalk.org:

https://www.gldtalk.org/index.php?topic=221.0
jackjack
Legendary
*
Offline Offline

Activity: 1176
Merit: 1255


May Bitcoin be touched by his Noodly Appendage


View Profile
July 27, 2013, 03:25:12 PM
 #515



We are proud to announce the latest updated to GoldCoin.

The development team and staff have been working around the clock to make this the very best version to date.

We have addressed a number of issues related to the previous client. The syncing issues and Litecoin upgrade alert have been fixed. In addition, there have been improvements made in the areas of coin generation, block reward, and difficulty retarget time.

For a more in depth look at the changes and an explanation regarding those changes, please take a look at the official patch documentation here:

http://www.gldcoin.com/documents/GoldCoin_Patch_v1.2.pdf

There will be a hard-fork at block 45000 which is currently estimated to occur on August 1, 2013. All current users should update their clients at least 24 hours prior to the fork. It is recommended that you backup your current wallet before performing this upgrade.

To update your client please visit the official website and select the version of the client that matches your operating system:

http://www.gldcoin.com

Join the discussion at GLDTalk.org:

https://www.gldtalk.org/index.php?topic=221.0


From the PDF:

Before fork: 1 block = 2.5 minutes = 500 GLD
After fork: 1 block = 2 minutes = 45 GLD


This means
Before (early adopters): money supply = 200 GLD/minute
After (new adopters): money supply = 22.5 GLD/minute

Own address: 19QkqAza7BHFTuoz9N8UQkryP4E9jHo4N3 - Pywallet support: 1AQDfx22pKGgXnUZFL1e4UKos3QqvRzNh5 - Bitcointalk++ script support: 1Pxeccscj1ygseTdSV1qUqQCanp2B2NMM2
Pywallet: instructions. Encrypted wallet support, export/import keys/addresses, backup wallets, export/import CSV data from/into wallet, merge wallets, delete/import addresses and transactions, recover altcoins sent to bitcoin addresses, sign/verify messages and files with Bitcoin addresses, recover deleted wallets, etc.
ASICSRUS
Member
**
Offline Offline

Activity: 70
Merit: 10


Expert Computer Geek


View Profile
July 27, 2013, 10:47:56 PM
 #516

GLD flying i'm holding a bunch do we have any goldcoin faucets.fountains running?  Cool

✰ If You Risk Nothing, You Risk Everything | PrimeDice.com | The New Way To Roll | *Thread*

<3<3:::LOVE^YOUR^NEIGHBOR!!!:::|+i|_33+(((PLEASE)))====>Donate if you like me!~> 157YEcD4WQ9UbhZ7NSC2FpuaYfxHe3JgF2
Lauda
Legendary
*
Offline Offline

Activity: 2674
Merit: 2965


Terminated.


View Profile WWW
July 28, 2013, 12:05:56 AM
 #517

GLD flying i'm holding a bunch do we have any goldcoin faucets.fountains running?  Cool
Same here.
I don't think that there are any faucets right now..

"The Times 03/Jan/2009 Chancellor on brink of second bailout for banks"
😼 Bitcoin Core (onion)
angie
Full Member
***
Offline Offline

Activity: 163
Merit: 100



View Profile
July 30, 2013, 01:27:55 AM
 #518

EEB1rig76wuSWbH9fdUtFyuWBUtzpnjmD3    Tongue
Tony116
Legendary
*
Offline Offline

Activity: 2142
Merit: 1023


★Bitvest.io★ Play Plinko or Invest!


View Profile
July 30, 2013, 01:50:11 AM
 #519

i need update client. Sad still not run it



.
.BIG WINNER!.
[15.00000000 BTC]


▄████████████████████▄
██████████████████████
██████████▀▀██████████
█████████░░░░█████████
██████████▄▄██████████
███████▀▀████▀▀███████
██████░░░░██░░░░██████
███████▄▄████▄▄███████
████▀▀████▀▀████▀▀████
███░░░░██░░░░██░░░░███
████▄▄████▄▄████▄▄████
██████████████████████

▀████████████████████▀
▄████████████████████▄
██████████████████████
█████▀▀█▀▀▀▀▀▀██▀▀████
█████░░░░░░░░░░░░░████
█████░░░░░░░░░░░░▄████
█████░░▄███▄░░░░██████
█████▄▄███▀░░░░▄██████
█████████░░░░░░███████
████████░░░░░░░███████
███████░░░░░░░░███████
███████▄▄▄▄▄▄▄▄███████

██████████████████████
▀████████████████████▀
▄████████████████████▄
███████████████▀▀▀▀▀▀▀
███████████▀▀▄▄█░░░░░█
█████████▀░░█████░░░░█
███████▀░░░░░████▀░░░▀
██████░░░░░░░░▀▄▄█████
█████░▄░░░░░▄██████▀▀█
████░████▄░███████░░░░
███░█████░█████████░░█
███░░░▀█░██████████░░█
███░░░░░░████▀▀██▀░░░░
███░░░░░░███░░░░░░░░░░

██░▄▄▄▄░████▄▄██▄░░░░
████████████▀▀▀▀▀▀▀██
█████████████░█▀▀▀█░███
██████████▀▀░█▀░░░▀█░▀▀
███████▀░▄▄█░█░░░░░█░█▄
████▀░▄▄████░▀█░░░█▀░██
███░▄████▀▀░▄░▀█░█▀░▄░▀
█▀░███▀▀▀░░███░▀█▀░███░
▀░███▀░░░░░████▄░▄████░
░███▀░░░░░░░█████████░░
░███░░░░░░░░░███████░░░
███▀░██░░░░░░▀░▄▄▄░▀░░░
███░██████▄▄░▄█████▄░▄▄

██░████████░███████░█
▄████████████████████▄
████████▀▀░░░▀▀███████
███▀▀░░░░░▄▄▄░░░░▀▀▀██
██░▀▀▄▄░░░▀▀▀░░░▄▄▀▀██
██░▄▄░░▀▀▄▄░▄▄▀▀░░░░██
██░▀▀░░░░░░█░░░░░██░██
██░░░▄▄░░░░█░██░░░░░██
██░░░▀▀░░░░█░░░░░░░░██
██░░░░░▄▄░░█░░░░░██░██
██▄░░░░▀▀░░█░██░░░░░██
█████▄▄░░░░█░░░░▄▄████
█████████▄▄█▄▄████████

▀████████████████████▀




Rainbot
Daily Quests
Faucet
akumaburn
Sr. Member
****
Offline Offline

Activity: 281
Merit: 250


The Gold Standard of Digital Currency.


View Profile
July 30, 2013, 04:10:20 AM
 #520

i need update client. Sad still not run it

?

Binaries:
Linux Binaries (0.6.9.3) http://gldcoin.com/downloads/goldcoin-0.6.9.3-linux.tar.xz
Windows Binaries (0.6.9.3) http://gldcoin.com/downloads/goldcoin-0.6.9.3-win32-setup.exe

If you're looking for a mac one, an unofficial binary will be posted some time in the near future....

Sorry, but we do not possess mac pros to dev on.
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 [26] 27 28 29 30 31 32 33 34 35 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!