Bitcoin Forum

Alternate cryptocurrencies => Altcoin Discussion => Topic started by: jayo89 on May 18, 2013, 12:53:25 AM



Title: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: jayo89 on May 18, 2013, 12:53:25 AM
http://54.244.192.52/gamecoin/logo32.pngNEW Unofficial Github Fork - https://github.com/alt-coin/gamecoin

Applying aesthetic fixes and security fixes suggested and delivered by you you guys to get this coin back on track.

If you're getting "wallet out of sync" errors, this should solve it and ensure we're all on the correct blockchain.

Keep an eye on this post for download links to binaries as they become available.
(That being said, anyone who can compile these binaries, especially QT for Win/OSX, have at it maybe?)

UPDATE: Petr1fied has developed and implemented the changes to the difficulty algorithm, and updated all general coin details:

OK guys we have a hard fork in place which will take place at block 25200 which is 2189 blocks away at the time I type this. (Halfway between the next 2 difficulty adjust points under the original code). As we're currently on a 0.127671 difficulty and still not meeting the 2.5 minute target I expect the difficulty to go down at block 24192 for the final leg towards block 25200.


What does this hard fork change?

This hard fork took inspiration from the recent hard fork to Mincoin which in recent days has proved very effective at keeping the difficulty at an appropriate value for the network to ensure blocks are solved at or around the target timeframe consistantly.

Once you are running the new version of GameCoin, from block 25200 the difficulty will be evaluated once every 48 blocks. This should be around once every 2 hours after the difficulty stabilizes for the size of the network. Also the difficulty will come down 4 times faster than it rises so this should ensure that we're not at too high a difficulty for too long in the event we get flash miners targeting the coin.


Gamecoin specifications (up to and including block 25199)

2.5 minute block targets
2016 blocks (3.5 days) to retarget difficulty
subsidy halves in 840k blocks (~4 years)
~3360 million total coins
1000 coins per block
Scrypt based


Gamecoin specifications (Block 25200 and above)

2.5 minute block targets
2016 blocks (3.5 days) to retarget difficulty
48 blocks (2 hours) to retarget difficulty
Difficulty goes down 4 times faster than it goes up to protect against flash miners pushing the difficulty up too far.
subsidy halves in 840k blocks (~4 years)
~3360 million total coins
1000 coins per block
Scrypt based


Network Info

Default P2P port is 9776
Default RPC port is 9777


Windows - QT wallet

tyrion70 (https://bitcointalk.org/index.php?action=profile;u=103907) has once again kindly compiled a Windows QT wallet and you can get the download link from his blog here (http://p2pool.nl/blog/new-gamecoin-windows-qt-release/).

If you want to show your appreciation to tyrion70 (https://bitcointalk.org/index.php?action=profile;u=103907), please consider sending a donation to his GameCoin address:

GRDZb1gJWWXuDUM8JeZuKNMKRkaZFwnV9c


Mac OS X - QT wallet

Also we now have a Mac wallet courtesy of maxpower (https://bitcointalk.org/index.php?action=profile;u=110572) who has been spreading the Mac love recently in his [ANN] The Definitive List of Mac Altcoin Wallets (https://bitcointalk.org/index.php?topic=216672) thread. You can download this client here (https://www.dropbox.com/s/mrny9fownxvi8jl/Gamecoin-Qt-0.6.4.0-Mac.zip). One thing to note is that maxpower states that this client may not work on OS X prior to 10.7 Lion.

If you want to show your appreciation to maxpower (https://bitcointalk.org/index.php?action=profile;u=110572), please consider sending a donation to his GameCoin address:

GYmHJ871jnynvoyjiZhcjC5bbdJGYxide5


Source Code

The current source code for self compiles can be downloaded from GitHub (https://github.com/alt-coin/gamecoin).


GameCoin P2Pool

Host: gme.p2pool.nl
Port: 8500
Username: Your GME Address
Password: Anything you like

Stats Page: http://gme.p2pool.nl/stats/

Share optimization for your hash rate:
Quote
Hash Rate (KH/s)             Difficulty
             1                  +0.00000116
             5                  +0.00000582
            10                  +0.00001164
            50                  +0.00005821
            100                +0.00011641
            250                +0.00029103
            500                +0.00058207
            750                +0.00087310
            1000               +0.00116414
            1600               +0.001862624

For example if you have a device which outputs 100 khash/s you can add your Username as:
Code:
GME_Address_Here+0.00011641


GameCoin Block Explorer

http://gme.p2pool.nl/chain/Gamecoins


Sites accepting GameCoin

Crypto Blackjack (http://cryptoblackjack.kicks-ass.net)
alt-co.in | Wallet Manager, Automated Escrow, Slots (http://alt-co.in/)


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: BrewCrewFan on May 18, 2013, 01:21:40 AM
Okay so when I copy my old wallet.dat file into this every thing goes fine...

then after a while the wallet tries to sync....

What is the block we are on with this? 19445 is what I have.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: aa on May 18, 2013, 02:07:42 AM
.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Petr1fied on May 18, 2013, 02:35:24 AM
Edited this post on 6th August 2013 so a link to the current topic is on the first page.

Please try to refrain from continuing to post here. All the latest information and current download links are in the new topic (https://bitcointalk.org/index.php?topic=263600). Anything posted here is likely to be out of date.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: jayo89 on May 18, 2013, 03:40:41 AM
Okay so when I copy my old wallet.dat file into this every thing goes fine...

then after a while the wallet tries to sync....

What is the block we are on with this? 19445 is what I have.

This is probably caused by people who cannot follow simple instructions:
Quote
Be sure to delete everything from %Appdata%\Gamecoin (apart from gamecoin.conf and wallet.dat) before using this.

Because there are checkpoints it should reject the litecoin blockchain but it seems it doesn't stop it from trying to sync to it every so often. I'm personally using the daemon on one computer and connecting to it via my internal network as the only peer via addnodes/maxconnections so that my QT wallet doesn't keep trying to sync.

There are 19447 blocks right now.

We're thinking of working on a way of keeing checkpoints in an external file, so updates to checkpoints can be delivered without a recompile.
Eventually,the litecoin blockchain will stop creeping in once more people start running the new code.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: ruecanonrails on May 18, 2013, 04:19:54 AM
Very nice new thread.
Nice to see this coin being revived by the community.

Anyone know any other sites that accept GameCoins? Right now the only one I know is http://alt-co.in/ (previously slots.won777.com) They appear to be adding an exchange and escrow section judging by the buttons on the top of the page along with their slot machine. They are also constantly up and down while getting the site up and running but thus far looks promising as it is adopting this coin in addition to several others.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: jayo89 on May 18, 2013, 04:27:33 AM
Also if anyone has any ideas about how they want to integrate GameCoin into their site or service, I'm more than happy to lend a hand if I can.
The coin is worth more once it becomes widely adopted, so it's in my best interest to see other GameCoin-related sites come up and offer people other options and possibilities.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: cuongnc on May 18, 2013, 05:42:42 AM
lol, scam coin, tray system logo LTC  :D :D :D :D :D :D :D


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: lightlord on May 18, 2013, 05:50:19 AM
Throwing 5 Mhash/sec  :)


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: jayo89 on May 18, 2013, 05:50:38 AM
lol, scam coin, tray system logo LTC  :D :D :D :D :D :D :D

Oh, You should've seen the thing when the guy first released it, he had the denomination as FTC and the litecoin logo all over the place, I must've missed the tray icon when I was fixing it up.

Yeah, the dude that first released it was likely trying to scam the hell out of everyone and cash out, but the general opinion here seems to be that this coin has a cool name, so we've all chipped in a bit to let it live.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: lightlord on May 18, 2013, 05:54:06 AM
lol, scam coin, tray system logo LTC  :D :D :D :D :D :D :D

Oh, You should've seen the thing when the guy first released it, he had the denomination as FTC and the litecoin logo all over the place, I must've missed the tray icon when I was fixing it up.

Yeah, the dude that first released it was likely trying to scam the hell out of everyone and cash out, but the general opinion here seems to be that this coin has a cool name, so we've all chipped in a bit to let it live.

Ya Gamecoin isn't a bad name. Glad to see it being revived, and maybe a long future ahead.  :)


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: lightlord on May 18, 2013, 05:55:39 AM
Is it like 600 more blocks into difficulty readjusts? Difficulty should drop a bit, if we can get through the first batch.
Yay 2 blocks  :)


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: sumantso on May 18, 2013, 06:00:25 AM
Is it like 600 more blocks into difficulty readjusts? Difficulty should drop a bit, if we can get through the first batch.
Yay 2 blocks  :)

Whats the current difficulty?


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: obzerver on May 18, 2013, 06:05:25 AM
Is it like 600 more blocks into difficulty readjusts? Difficulty should drop a bit, if we can get through the first batch.
Yay 2 blocks  :)

Whats the current difficulty?
It's at 1 right now.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: MikuCoin on May 18, 2013, 06:34:45 AM
We're thinking of working on a way of keeing checkpoints in an external file, so updates to checkpoints can be delivered without a recompile.
Eventually,the litecoin blockchain will stop creeping in once more people start running the new code.

I also think that this would be the best way of updating the checkpoints.
I was thinking of this for the coin I am working on.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Sondey10mg on May 18, 2013, 11:15:56 AM
Great job! Will continue mining this coin. This is the only coin with some potential that's released lately. GAMEcoin, really like it. Hopefully this will become a real currency in games soon


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Sondey10mg on May 18, 2013, 11:55:52 AM
Client says last block generated is 11 minutes ago, but my cgminer didn't say 'network found new block'

What's up with that?


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: lightlord on May 18, 2013, 12:54:15 PM
Sometimes that happens. Out of 22 blocks it happened once to me.
It can depend on your latency or connection.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Sondey10mg on May 18, 2013, 12:59:12 PM
Yes, it's working now. Coin seems to be back alive. 6 blocks last hour  :)


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Sondey10mg on May 18, 2013, 01:34:40 PM
It's trying to download 300k + blocks again..


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: lightlord on May 18, 2013, 02:01:24 PM
hmm I am getting the same sync problems.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: blastbob on May 18, 2013, 02:02:25 PM
Sync worked here, still have some unconfirmed.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Petr1fied on May 18, 2013, 02:09:12 PM
It's trying to download 300k + blocks again..

Unfortunately some people are unable to follow simple instructions and delete the litecoin blockchain from their %appdata%\gamecoin directory before starting the new client so they're causing this syncing problem.

As long as you're using the new client it will reject this foreign blockchain but not until it hits the first checkpoint at block 15,000. I think we need to add some more checkpoints in the very low block numbers so that the updated clients will reject this foreign blockchain sooner.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Sondey10mg on May 18, 2013, 02:13:35 PM
So those people did not understand the goal of the updated client? shame..

Edit: I thought we were already at block 19500?


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: BrewCrewFan on May 18, 2013, 02:42:34 PM
It's trying to download 300k + blocks again..

Unfortunately some people are unable to follow simple instructions and delete the litecoin blockchain from their %appdata%\gamecoin directory before starting the new client so they're causing this syncing problem.

As long as you're using the new client it will reject this foreign blockchain but not until it hits the first checkpoint at block 15,000. I think we need to add some more checkpoints in the very low block numbers so that the updated clients will reject this foreign blockchain sooner.

Okay but then will that mean that all of us who done it correctly would have to redo the install also? Or will the sync issue go away once everyone follows the directions?

It gets annoying seeing it pop into sync and out again every once in a while.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: tyrion70 on May 18, 2013, 02:53:02 PM
Hi all,

It's a combination of thing.. My QT kept getting stuck at block 14999, then sometimes it would say it needed to download the whole litecoin chain again..

I fixed it by starting it with the connect option the first time and connect to a proper gamecoin node.. Maybe we can post some here for ppl to use?

Also I believe the IRC channel is infested with lite/gamecoin ppl.. So if you start with default options you might get connected to people with a wrong blockchain..

I'd suggest adding a new channel to irc.cpp especially for the new fork/release to Ensure that all people with the new client are in a channel with only new clients. That might help.

So in short:
- delete everything in %appdata% except wallet.dat and gamecoin.conf
- edit gamecoin.conf (the first time) with the option
Code:
connect=<ipaddress of valid node>
- start QT client and let it download blockchain
- stop QT client
- remove connect statement from .conf file
- restart gamecoin.conf

Have fun! :D


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: de_xt on May 18, 2013, 03:32:45 PM
Could you post some valid nodes IP adresses?

Thanks!


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: BrewCrewFan on May 18, 2013, 03:32:51 PM
Hi all,

It's a combination of thing.. My QT kept getting stuck at block 14999, then sometimes it would say it needed to download the whole litecoin chain again..

I fixed it by starting it with the connect option the first time and connect to a proper gamecoin node.. Maybe we can post some here for ppl to use?

Also I believe the IRC channel is infested with lite/gamecoin ppl.. So if you start with default options you might get connected to people with a wrong blockchain..

I'd suggest adding a new channel to irc.cpp especially for the new fork/release to Ensure that all people with the new client are in a channel with only new clients. That might help.

So in short:
- delete everything in %appdata% except wallet.dat and gamecoin.conf
- edit gamecoin.conf (the first time) with the option
Code:
connect=<ipaddress of valid node>
- start QT client and let it download blockchain
- stop QT client
- remove connect statement from .conf file
- restart gamecoin.conf

Have fun! :D

So what is the valid node?you could start by posting your .conf file if it did indeed help.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: tyrion70 on May 18, 2013, 04:33:57 PM
Well, I connected to my own Linux machine, so that won't be much help ;-)

But I enabled upnp for you guys so try:
54.244.192.52:9776

Remember, please remove the connect option once done!

let me know if it works..

EDIT: Changed IP


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: BrewCrewFan on May 18, 2013, 05:02:48 PM
Well, I connected to my own Linux machine, so that won't be much help ;-)

But I enabled upnp for you guys so try:


Remember, please remove the connect option once done!

let me know if it works..

so I would put:
connect=removed per request  ?


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: tyrion70 on May 18, 2013, 05:18:25 PM
Yes..

I'm busy setting up an AWS node, should be ready in a few  minutes..


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Hydroponica on May 18, 2013, 05:19:00 PM
Dead coins, should just stay dead. No need to necro this one


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: tyrion70 on May 18, 2013, 05:24:07 PM
OK please use:

54.244.192.52 instead.. Would you be so kind to edit your post and remove the earlier IP?

Thnx


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Petr1fied on May 18, 2013, 05:29:40 PM
jay used a new irc channel but people brought their bad blockchains with them  ::)

@Tyrion@ I've sent jay a PM about adding some extra checkpoints to his git repository. Not had a response yet though. This is the content of the PM:
Any chance you can update your fork with the following changes in src/checkpoints.cpp?


Change this:
Code:
     static MapCheckpoints mapCheckpoints =
            boost::assign::map_list_of
            ( 0, uint256("0x12a765e31ffd4059bada1e25190f6e98c99d9714d334efa41a195a7e7e04bfe2"))
            ( 15000, uint256("0xdb0386f2b3c77be8406e5f6e0b0f17d116a20e44ab312d81c78cabdb0a25fdfa"))
            ( 15500, uint256("0x5d056501ff02bf9220fb92f8ef6c5b18f4427216bf0c3e9c0de0ea26a78d6b1c"))
            ( 16000, uint256("0x1238760df809ed04c7c835f2ccc2230f1a12060c4af4ccf4a5076c43b3ec00f6"))
            ( 16500, uint256("0xc1aa0164d8262d606a5345e0b329af0833b1931c066e6ae0cd514d7943fc6e49"))
            ( 17000, uint256("0xa9b9ce5ab12059921ee9fab0e2ede9947181a924e36de5bbb9701e31408c92e3"))
            ( 17500, uint256("0x7ef8701746335ee4ab4c69173aacba0cf17ddce96cdcc8557962e9bc499e76f7"))
            ( 18000, uint256("0x500c4a1edf9ca19a3d7abff3338d45a7e76d28b324dbb212dc5d4dee1cb07cc9"))
            ( 18500, uint256("0x181d8fb8bb94ca4f1147c9d8b3d7ea56d5bcc4145f853e6a4333eb7eb791e812"))
            ( 19000, uint256("0x285c6caac0624e68279cbd60695dccc0f43a69b1be70776dd694befdcc21cac7"))
            ( 19100, uint256("0x47373775b7db1213a9027a741b5225e5b96ef1c2932ba04e9ff178b951838ed1"))
            ( 19200, uint256("0xaebd1cb984fe55090254fbd766275d007863f02a4327a0d655f881e7b8fe5bdd"))
            ( 19264, uint256("0xa8ea7f271fd5c0430df91c9e62604932624bbac96eb8fc015faf284f6a712c4b"))
             ;

To this:
Code:
     static MapCheckpoints mapCheckpoints =
            boost::assign::map_list_of
            ( 0, uint256("0x12a765e31ffd4059bada1e25190f6e98c99d9714d334efa41a195a7e7e04bfe2"))
            ( 1, uint256("0xfdbe99b90c90bae7505796461471d89ae8388ab953997aa06a355bbda8d915cb"))
            ( 2, uint256("0x410e505e871bde603a080b63bf75443ef3af2bbdca34edbe60a2fff77e7b4bcd"))
            ( 3, uint256("0xa4cc92cc1ae0976f0ae1e2cf59a365d784ddd3346e068ef569e8e67e8fbbf9c5"))
            ( 4, uint256("0x0ba163aa1e58360596333f160ed58209a03ba7ff03b2067b04ed3664f97d50c8"))
            ( 5, uint256("0x4d2f9b5502423a48149bfefb40a35ee2081f700ee13eef08621457699561b648"))
            ( 15000, uint256("0xdb0386f2b3c77be8406e5f6e0b0f17d116a20e44ab312d81c78cabdb0a25fdfa"))
            ( 15500, uint256("0x5d056501ff02bf9220fb92f8ef6c5b18f4427216bf0c3e9c0de0ea26a78d6b1c"))
            ( 16000, uint256("0x1238760df809ed04c7c835f2ccc2230f1a12060c4af4ccf4a5076c43b3ec00f6"))
            ( 16500, uint256("0xc1aa0164d8262d606a5345e0b329af0833b1931c066e6ae0cd514d7943fc6e49"))
            ( 17000, uint256("0xa9b9ce5ab12059921ee9fab0e2ede9947181a924e36de5bbb9701e31408c92e3"))
            ( 17500, uint256("0x7ef8701746335ee4ab4c69173aacba0cf17ddce96cdcc8557962e9bc499e76f7"))
            ( 18000, uint256("0x500c4a1edf9ca19a3d7abff3338d45a7e76d28b324dbb212dc5d4dee1cb07cc9"))
            ( 18500, uint256("0x181d8fb8bb94ca4f1147c9d8b3d7ea56d5bcc4145f853e6a4333eb7eb791e812"))
            ( 19000, uint256("0x285c6caac0624e68279cbd60695dccc0f43a69b1be70776dd694befdcc21cac7"))
            ( 19100, uint256("0x47373775b7db1213a9027a741b5225e5b96ef1c2932ba04e9ff178b951838ed1"))
            ( 19200, uint256("0xaebd1cb984fe55090254fbd766275d007863f02a4327a0d655f881e7b8fe5bdd"))
            ( 19264, uint256("0xa8ea7f271fd5c0430df91c9e62604932624bbac96eb8fc015faf284f6a712c4b"))
            ( 19535, uint256("0xc1d075d4de00306b0bf77eae6aa6fdf0bef8c7e93eabc04f5214beca50e2d2f5"))
             ;

Adds the first 5 blocks of the good blockchain and the last block found at the time I type this. Source of changes:
Code:
C:\gamecoin>gamecoind getblockhash 1
fdbe99b90c90bae7505796461471d89ae8388ab953997aa06a355bbda8d915cb

C:\gamecoin>gamecoind getblockhash 2
410e505e871bde603a080b63bf75443ef3af2bbdca34edbe60a2fff77e7b4bcd

C:\gamecoin>gamecoind getblockhash 3
a4cc92cc1ae0976f0ae1e2cf59a365d784ddd3346e068ef569e8e67e8fbbf9c5

C:\gamecoin>gamecoind getblockhash 4
0ba163aa1e58360596333f160ed58209a03ba7ff03b2067b04ed3664f97d50c8

C:\gamecoin>gamecoind getblockhash 5
4d2f9b5502423a48149bfefb40a35ee2081f700ee13eef08621457699561b648

C:\gamecoin>gamecoind getblockhash 19535
c1d075d4de00306b0bf77eae6aa6fdf0bef8c7e93eabc04f5214beca50e2d2f5

I'll ask tyrion70 if he wouldn't mind recompiling once you've submitted.

This should hopefully stop the client from trying to sync with the litecoin blockchain until block 15,000.



Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: BrewCrewFan on May 18, 2013, 05:29:51 PM
Dead coins, should just stay dead. No need to necro this one
opinions are like assholes... everyone has one.
I enjoy mining this because its one of the few that I can atm due to not having a farm or ati cards for that matter.

If you got an issue with a coin dont mine them mkay? Now go back to your worldcoin or whatever hot coin your on right now and let those of us that want to have fun alone.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: jayo89 on May 18, 2013, 05:47:07 PM
jay used a new irc channel but people brought their bad blockchains with them  ::)

@Tyrion@ I've sent jay a PM about adding some extra checkpoints to his git repository. Not had a response yet though. This is the content of the PM:
Any chance you can update your fork with the following changes in src/checkpoints.cpp?

...

I'll ask tyrion70 if he wouldn't mind recompiling once you've submitted.

This should hopefully stop the client from trying to sync with the litecoin blockchain until block 15,000.



We've pushed the new changes (and new tray icons) and we're good to go on this end.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: tyrion70 on May 18, 2013, 05:52:04 PM
He added the checkpoints to git already I think (did a pull request and saw them there) or did you put them there?

Also saw someone updated the icons..

I'm building it now, and I'll post it in a few minutes...

---
Just saw the latest reply! Good! I'm at it :)


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Petr1fied on May 18, 2013, 05:55:48 PM
He added the checkpoints to git already I think (did a pull request and saw them there) or did you put them there?

Also saw someone updated the icons..

I'm building it now, and I'll post it in a few minutes...

---
Just saw the latest reply! Good! I'm at it :)

 ;D


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: BrewCrewFan on May 18, 2013, 05:59:25 PM
yep even trying the fix the wallet for me tries to go back on the old chain .


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: tyrion70 on May 18, 2013, 06:02:37 PM
And here it is:

https://docs.google.com/file/d/0B0f2VDPOrXt4dzk1dzNzb3F5bmc/edit?usp=sharing (https://docs.google.com/file/d/0B0f2VDPOrXt4dzk1dzNzb3F5bmc/edit?usp=sharing)
Should be the same URL, but posted it anyways...



Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Petr1fied on May 18, 2013, 06:11:38 PM
Thanks tyrion. I'll send some more GME your way for your trouble.  ;D


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: tyrion70 on May 18, 2013, 06:27:02 PM
You're welcome and thanks! :)

Let me know when everything is running smooth with the nodes so I can turn of the AWS node..


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Petr1fied on May 18, 2013, 06:34:01 PM
It's still coming up with "synchronising with network..." and displaying like it's trying to download 300K blocks but it's definitely only downloading blocks from the correct chain because I've had 2 incoming payments whilst it's been displaying this. Hopefully this minor niggle should resolve itself in time when those using the new updated client outweigh those bringing their litecoin blockchain into the mix.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: BrewCrewFan on May 18, 2013, 06:41:41 PM
You're welcome and thanks! :)

Let me know when everything is running smooth with the nodes so I can turn of the AWS node..

so far soo good. Getting payments regularly now from pool and just got an updated block 22 seconds ago.


It's still coming up with "synchronising with network..." and displaying like it's trying to download 300K blocks but it's definitely only downloading blocks from the correct chain because I've had 2 incoming payments whilst it's been displaying this. Hopefully this minor niggle should resolve itself in time when those using the new updated client outweigh those bringing their litecoin blockchain into the mix.

Did you delete everything in your %appdata% folder inside your folder besides the wallet and config file? This has to be a fresh install. So the only thing to keep is those 2 files.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Petr1fied on May 18, 2013, 06:56:42 PM
You're welcome and thanks! :)

Let me know when everything is running smooth with the nodes so I can turn of the AWS node..

so far soo good. Getting payments regularly now from pool and just got an updated block 22 seconds ago.


It's still coming up with "synchronising with network..." and displaying like it's trying to download 300K blocks but it's definitely only downloading blocks from the correct chain because I've had 2 incoming payments whilst it's been displaying this. Hopefully this minor niggle should resolve itself in time when those using the new updated client outweigh those bringing their litecoin blockchain into the mix.

Did you delete everything in your %appdata% folder inside your folder besides the wallet and config file? This has to be a fresh install. So the only thing to keep is those 2 files.

Yep, completely cleared everything but wallet.dat. It's showing as downloading but it's not actually doing so. It's definitely on the correct blockchain and downloading the new blocks from it, it's just a display oddity because I'm connected to peers who have 355K blocks.

http://i41.tinypic.com/14mwhv.png



Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: de_xt on May 18, 2013, 07:11:05 PM
Well, I connected to my own Linux machine, so that won't be much help ;-)

But I enabled upnp for you guys so try:
54.244.192.52:9776

Remember, please remove the connect option once done!

let me know if it works..

EDIT: Changed IP
Worked like a charm. Thanks!


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: BrewCrewFan on May 18, 2013, 07:29:33 PM
You're welcome and thanks! :)

Let me know when everything is running smooth with the nodes so I can turn of the AWS node..

so far soo good. Getting payments regularly now from pool and just got an updated block 22 seconds ago.


It's still coming up with "synchronising with network..." and displaying like it's trying to download 300K blocks but it's definitely only downloading blocks from the correct chain because I've had 2 incoming payments whilst it's been displaying this. Hopefully this minor niggle should resolve itself in time when those using the new updated client outweigh those bringing their litecoin blockchain into the mix.

Did you delete everything in your %appdata% folder inside your folder besides the wallet and config file? This has to be a fresh install. So the only thing to keep is those 2 files.

Yep, completely cleared everything but wallet.dat. It's showing as downloading but it's not actually doing so. It's definitely on the correct blockchain and downloading the new blocks from it, it's just a display oddity because I'm connected to peers who have 355K blocks.

http://i41.tinypic.com/14mwhv.png



yep mine just kicked back into syncing itself.

It does come and go though... probually when it connects to a non fixed wallet.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: tyrion70 on May 18, 2013, 08:55:05 PM
Guys:
Don't think we had one yet right?
http://54.244.192.52/gamecoin/chain/Gamecoin

Tips are welcome ;-)

Cheers!


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Mike270 on May 18, 2013, 10:43:40 PM
Also saw someone updated the icons..


I liked the old (slo/utty) look better.
But it's still the Litecoin icon in the taskbar :-(


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: ruecanonrails on May 18, 2013, 11:44:48 PM
Just remember, as I've said several times in the previous thread.

Your wallet will claim that it is out of sync with 350k blocks required. Just ignore that. All it means is someone on the network has the LITECOIN blockchain instead of the proper GameCoin blockchain they likely manually placed it there in an attempt to hurt the coin. Your wallet see's that there are a possible 350k blocks and lists your wallet as out of sync. However will not download the incorrect chain.

While you are "out of sync" you're wallet is actually fully up to date, and functional. You are able to send, receive, and mine.

This problem should resolve itself later on down the road as more check points are hit and the person(s) with the incorrect blockchain fix, update, or close their client.


In short, just ignore wallet being out of sync. The network and current checkpoints make it so your client will not download the incorrect blockchain. Unless you are connected to a single node where the person operating the node changes the blockchain then you may experience problems until you get off of that node and re-download the blockchain.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: lightlord on May 19, 2013, 12:26:01 AM
I did the deletes and everything, but even though I get the snyc thing, it still functions perfectly.  :)
Glad to see some progress, and community work bringing gamecoin back to life.
Anyone up for making a good gamecoin logo? I was thinking a GC in the center, or something.
And a Gamey design or feel to it.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: jayo89 on May 19, 2013, 05:32:29 AM
I did the deletes and everything, but even though I get the snyc thing, it still functions perfectly.  :)
Glad to see some progress, and community work bringing gamecoin back to life.
Anyone up for making a good gamecoin logo? I was thinking a GC in the center, or something.
And a Gamey design or feel to it.

Yeah i just cobbled something together quick because what was there was just awful and obviously lazy.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: zero3112 on May 19, 2013, 06:24:50 AM
This coin is junk what does the coin even do and why is it called gamecoin?


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: ruecanonrails on May 19, 2013, 06:43:46 AM
Why is any coin called whatever it is? Why even use the term "coin" for each iteration when they don't have anything to do with coins.


The GameCoin already has more acceptance and use than most other "junk" alt coins.

It's primary use is currently on this site http://alt-co.in/ Where it can be used to feed a slot machine, and soon more. The site is in beta and constantly adding new features. Looking at the top of the page it will at some point include an exchange and escrow listing.

Right there it adds entertainment value with gambling it away. More than can be said about most of the other alt coins that aren't on an exchange.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Sondey10mg on May 19, 2013, 08:07:11 AM
Guys:
Don't think we had one yet right?
http://54.244.192.52/gamecoin/chain/Gamecoin

Tips are welcome ;-)

Cheers!

Nice job, sent you some GME for the effort  :)


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Petr1fied on May 19, 2013, 02:47:26 PM
Yeah, I think we found around 150 blocks in the last 24 hours so hopefully we should hit block 20160 in about 2-3 days and the difficulty will come down.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: jayo89 on May 19, 2013, 04:16:34 PM
The network hashrate has picked up nicely. Blocks are being solved quicker than they have been the previous few days. Should help us hit checkpoints and retargets a little quicker.

Can't wait to see where we can take this coin. First step is more games for GameCoin. Someone should make some carnival style coin games. *will accept royalties from profits made using my ideas ;) I'll also donate some time to help with these projects if anyone wishes.

Until then, it's back to throwing GameCoins at the slot machine. http://alt-co.in/slots.php

Yeah, as I said before, I'll aslo help people integrate GameCoin into their games if I'm able.

I might be changing the GameCoin promo for the slots a little, but it looks like we'll be keeping it, as well as adding ways to get bonus GameCoins into any future games we put up.

Hopefully this will spread the coin into further circulation, with more people holding a smaller number of coins.  That's how a healthy economy works ;)

Someone should also make a GameCoin arcade that accepts 0.25 GME to let you play some classics in-browser.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Mike270 on May 20, 2013, 06:59:20 AM
Hi,

I was mining until yesterday to keep it going, and it seemed like others were mining too, so I switched to something where I can be sure to get coins that I can convert easily, as I still need to get my hardware/electricity investments back. Seems like now there is nobody else mining (no new block for ~9h).
My suggestion: I'll continue mining with my 3MH (should give an average of two blocks per hour at current difficulty) and you make me an attractive offer in btc or ltc for 200k gme so that I can afford to continue mining.
I will switch back to mining gamecoin for the time being until offers pour in.
Sounds fair?

I suggest the automated escrow service at http://exchange.dudeami.com/ for doing any exchanges.

Kind regards
Mike


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: jayo89 on May 20, 2013, 07:05:28 AM
Hi,

I was mining until yesterday to keep it going, and it seemed like others were mining too, so I switched to something where I can be sure to get coins that I can convert easily, as I still need to get my hardware/electricity investments back. Seems like now there is nobody else mining (no new block for ~9h).
My suggestion: I'll continue mining with my 3MH (should give an average of two blocks per hour at current difficulty) and you make me an attractive offer in btc or ltc for 200k gme so that I can afford to continue mining.
I will switch back to mining gamecoin for the time being until offers pour in.
Sounds fair?

I suggest the automated escrow service at http://exchange.dudeami.com/ for doing any exchanges.

Kind regards
Mike


No login available on an exchange/escrow service?  Seems like the one feature they would ensure is developed before launching.
Also looks like they've still got the default copyright message on the template that was used.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Mike270 on May 20, 2013, 07:14:48 AM

No login available on an exchange/escrow service?  Seems like the one feature they would ensure is developed before launching.
Also looks like they've still got the default copyright message on the template that was used.

Haven't actually used it yet but read about it here https://bitcointalk.org/index.php?topic=198891.0 and it seems to work.
Open for alternate suggestions.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: jayo89 on May 20, 2013, 07:18:59 AM

No login available on an exchange/escrow service?  Seems like the one feature they would ensure is developed before launching.
Also looks like they've still got the default copyright message on the template that was used.

Haven't actually used it yet but read about it here https://bitcointalk.org/index.php?topic=198891.0 and it seems to work.
Open for alternate suggestions.


Oh it seems to be the only viable option for the moment.  I'd just be a little wary of anything that handles my money and doesn't offer me at least an account to connect all those wallets to.

Especially when the owner "developer" hasn't changed default dummy content from the template, and has typo'd the subdomain on the page.  Those were some of the issues that plagued GME when it was released the first time ;)


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Sondey10mg on May 20, 2013, 09:50:43 AM
Trying to keep this thing alive. Just found a block!


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Mike270 on May 20, 2013, 10:30:08 AM
Trying to keep this thing alive. Just found a block!

I just got an idea - perhaps also interesting for others to participate in:
Over the next hours/days I'll do some transactions to myself with a fee of 1000 GME each, so the happy miner that gets to mine that block has a good incentive :-)

So... make sure to grab those and don't let the money go back to me ;-)


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: SylTi on May 20, 2013, 10:32:17 AM
If someone was to make gmc merged minable, it would make it gain a lot of attraction.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Mike270 on May 20, 2013, 10:37:13 AM

Oh it seems to be the only viable option for the moment.  I'd just be a little wary of anything that handles my money and doesn't offer me at least an account to connect all those wallets to.

Especially when the owner "developer" hasn't changed default dummy content from the template, and has typo'd the subdomain on the page.  Those were some of the issues that plagued GME when it was released the first time ;)
Even without a login, it seems reasonable in how it works: You send, the other sends, you get it forwarded. Other one does not send within an hour, you get yours back (probably without fees, doesn't state so explicitly, but I'd assume it to be that way.
So I assume in any way that it'd be better for me to initiate any deal by sending the GMEs first since we do not know how many confirmations it takes until they are there.

BTW, jayo89, you seem quite fluent with the source code - any idea of what new diff we can expect after diff change? What minute interval does the source aim for?
Would you consider yourself able to implement a more dynamic algorithm like with BitBar, or the new one about to go live with Freicoin in ~20 blocks?


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Mike270 on May 20, 2013, 10:37:51 AM
If someone was to make gmc merged minable, it would make it gain a lot of attraction.
I'm not aware of anything scrypt being merge-mineable so far.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: SylTi on May 20, 2013, 10:38:50 AM
If someone was to make gmc merged minable, it would make it gain a lot of attraction.
I'm not aware of anything scrypt being merge-mineable so far.

That's exactly my point.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Mike270 on May 20, 2013, 11:16:14 AM
A transaction fee of 980 GME is waiting for whoever grabs it...


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: jayo89 on May 20, 2013, 04:07:29 PM

Oh it seems to be the only viable option for the moment.  I'd just be a little wary of anything that handles my money and doesn't offer me at least an account to connect all those wallets to.

Especially when the owner "developer" hasn't changed default dummy content from the template, and has typo'd the subdomain on the page.  Those were some of the issues that plagued GME when it was released the first time ;)
Even without a login, it seems reasonable in how it works: You send, the other sends, you get it forwarded. Other one does not send within an hour, you get yours back (probably without fees, doesn't state so explicitly, but I'd assume it to be that way.
So I assume in any way that it'd be better for me to initiate any deal by sending the GMEs first since we do not know how many confirmations it takes until they are there.

BTW, jayo89, you seem quite fluent with the source code - any idea of what new diff we can expect after diff change? What minute interval does the source aim for?
Would you consider yourself able to implement a more dynamic algorithm like with BitBar, or the new one about to go live with Freicoin in ~20 blocks?


The difficulty change seems to follow the standard algorithm, so the difficulty is going to drop proportionally so that the average hash power over the last bit would be enough to mine coins at the target rate.  I was thinking of using a more fluid algorith that would sort of look at a "graph" of mining activity over the period, rather than an average.  ie if mining power is obviously on a sharp decline, make the difficulty lower than only a slight decline, even if the averages in those two scenarios would be the same.  This would hopefully make for difficulty adjustments that are more realisitc, preventing both an unsuitable difficulty for the whole network, or a ridiculously low difficulty that is taken advantage of by the opportunistic few.

Also, from the source code:

Code:
838: static const int64 nTargetTimespan = 3.5 * 24 * 60 * 60; // Gamecoin: 3.5 days
  839: static const int64 nTargetSpacing = 2.5 * 60; // Gamecoin: 2.5 minutes
  840: static const int64 nInterval = nTargetTimespan / nTargetSpacing;

Difficulty shift is aimed for every 3.5 days, assuming a block is found every 2.5 minutes, that gives us a difficulty retarget every 2016 blocks.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Mike270 on May 20, 2013, 04:34:34 PM
Hm ok already thought so that this would be the standard algo with only slight mods. Consistent with the quick'n'dirty approach everything seems to have been done by the adaptor.
When changing the algo it will mean a hard fork, so we should be careful in getting it announced properly.
BTW, I grabbed those 980 fees myself...

Sent another transaction with 1020 fees out. Grab it !



Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Mike270 on May 20, 2013, 04:37:07 PM
Ok, back to business: I could be mining WorldCoins with a good profitability right now as they are freshly listed at an exchange.
Who's willing to offer 0.5 btc or 20 ltc per 50k gme , with 200k gme up for sale?
With WorldCoins I could be doing 0.75btc in the same time, so I think that's a fair deal. In Exchange I'll continue mining gamecoin keeping the net going until others start mining as long as I find buyers.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: jayo89 on May 20, 2013, 04:45:34 PM
Hm ok already thought so that this would be the standard algo with only slight mods. Consistent with the quick'n'dirty approach everything seems to have been done by the adaptor.
When changing the algo it will mean a hard fork, so we should be careful in getting it announced properly.
BTW, I grabbed those 980 fees myself...

Sent another transaction with 1020 fees out. Grab it !



Yeah, i figured any intense changes would, which is why i sort of waited until we could gather some community support/solidarity for the coin.

It'll just take some doing to find some time in my schedule for a more complex endeavour like that (This is just a hobby for me, though I do write code for a living as well).


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: jayo89 on May 20, 2013, 04:47:47 PM
Guys:
Don't think we had one yet right?
http://54.244.192.52/gamecoin/chain/Gamecoin

Tips are welcome ;-)

Cheers!

Nice!  Is it alright if I post links to this and the QT client download on the GameCoin page over at alt-co.in?

Also if anyone has any c++ experience and wants to actually work on the new fork, PM me and we'll talk.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Mike270 on May 20, 2013, 04:50:09 PM
http://54.244.192.52/gamecoin/chain/Gamecoin
Block 19731 is proof of the 980 transaction fees I sent earlier :-)


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Petr1fied on May 20, 2013, 04:55:40 PM
I was mining up until last night (maybe 2 blocks an hour). I had to stop as I need to rebuild my mining computer inside a crate to give more air circulation. I'll jump back on it later tonight and stick with it until we hit block 20160 at least.

The standard 2016 blocks difficulty retarget certainly seems to be a coin killer at the moment. With new coins being launched every day miners hop from one coin to the next and a coin can easily end up stranded with a high difficulty and the next retarget too far away for people to continue with it.

It really needs the difficulty to be retargeted a lot faster to avoid this. Maybe once every 100 blocks.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: jayo89 on May 20, 2013, 05:01:36 PM
I was mining up until last night (maybe 2 blocks an hour). I had to stop as I need to rebuild my mining computer inside a crate to give more air circulation. I'll jump back on it later tonight and stick with it until we hit block 20160 at least.

The standard 2016 blocks difficulty retarget certainly seems to be a coin killer at the moment. With new coins being launched every day miners hop from one coin to the next and a coin can easily end up stranded with a high difficulty and the next retarget too far away for people to continue with it.

It really needs the difficulty to be retargeted a lot faster to avoid this. Maybe once every 100 blocks.

I was thinking so, but as discussed we sort of need to get everyone on board all at once to avoid a nasty hard fork and alienating half of our people.

But yeah, if the difficulty retarget was a little quicker, it'd be less prone to abuse (from being too low) and collapse (from being too high and everyone bailing out).  We would definitely see some more realistic numbers.

We'll also be wanting to add some new checkpoints for the correct side of the fork once the community decides we should go forward.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Mike270 on May 20, 2013, 05:17:12 PM
In the next few days we'll have a real-world example with FreiCoin. Mostly stranded at 1-5 blocks/day after it was hyped on bter.com, many miners jumped aboard, then difficulty quadrupled and everybody left ship right thereafter.
Barely usable right now. Having a solo-mined block from 8.5. that's still not reached maturity.
I'm sending my fpga hashing power there right now as there's a planned fork in ~15 blocks where they introduce a new diff adaption algo that should act much faster (144 last blocks taken into account as to my understanding, diff can halve within that many blocks).
Also with the other unique concepts of Freicoin I think it's one of the most interesting coins.
Should keep an eye out for how it turns out for the coin with the new algo.
Also as a side note for traders: At the hard fork there'll be a hard diff adjustment to 1/4 of current diff, so profitability should immediately jump from ~25% to ~100%, offering interesting possibilities for miners that are mining at that time and also for traders...
And for gamecoiners as a research model... :-)


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Mike270 on May 20, 2013, 05:20:04 PM
Seems my offer can be interpreted the wrong way, so here I try again:
I'm willing to sell 200k GME for BTC or LTC.
Price expectation: 0.5BTC per 50k GME.
This offer goes along with the service to keep mining Gamecoin as long as I can get them sold and/or more miners jump aboard.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: jayo89 on May 20, 2013, 06:13:16 PM
In the next few days we'll have a real-world example with FreiCoin. Mostly stranded at 1-5 blocks/day after it was hyped on bter.com, many miners jumped aboard, then difficulty quadrupled and everybody left ship right thereafter.
Barely usable right now. Having a solo-mined block from 8.5. that's still not reached maturity.
I'm sending my fpga hashing power there right now as there's a planned fork in ~15 blocks where they introduce a new diff adaption algo that should act much faster (144 last blocks taken into account as to my understanding, diff can halve within that many blocks).
Also with the other unique concepts of Freicoin I think it's one of the most interesting coins.
Should keep an eye out for how it turns out for the coin with the new algo.
Also as a side note for traders: At the hard fork there'll be a hard diff adjustment to 1/4 of current diff, so profitability should immediately jump from ~25% to ~100%, offering interesting possibilities for miners that are mining at that time and also for traders...
And for gamecoiners as a research model... :-)


Yeah, difficulty would've exactly quadrupled.  I'm pretty sure that's the ceiling on difficulty increases.

Also, sounds like FRC is doing some interesting things, The only issue I have is that to my understanding demurrage is not done by the system, but rather by the proprietors of exchanges etc.is that the case or am I confused?


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Mike270 on May 20, 2013, 07:11:47 PM
Also, sounds like FRC is doing some interesting things, The only issue I have is that to my understanding demurrage is not done by the system, but rather by the proprietors of exchanges etc.is that the case or am I confused?
Depends on point of view. My understanding that demurrage means to deduct a fixed percentage of your balance with each new block on the network.
The wallet/client does this automatically as it's directly hooked up to the blockchain.

Most exchanges, however, are built in a way that they detect incoming transfers and book them to their internal account that they have set up for you. Since this account then is independent of the account via which you did your payments, they have to implement it themselves. bter.com deducts a fixed amount per day independently of the blockchain, others may choose other methods.
So imo it's not a fault of Freicoin, but rather something the implementors of Exchanges have not thought of in the design of their software, they expected balances only to change through payins and payouts, but not "out of thin air".
So basically nobody is to blame(you cannot plan for every unthought-of-eventuality), they just need to adopt their design.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: MitchB on May 20, 2013, 08:13:04 PM
Working on a gambling site for this currency, and possibly some other newer currencies.  Setting up the server for it now.  :)


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: jayo89 on May 21, 2013, 02:36:04 AM
Also, sounds like FRC is doing some interesting things, The only issue I have is that to my understanding demurrage is not done by the system, but rather by the proprietors of exchanges etc.is that the case or am I confused?
Depends on point of view. My understanding that demurrage means to deduct a fixed percentage of your balance with each new block on the network.
The wallet/client does this automatically as it's directly hooked up to the blockchain.

Most exchanges, however, are built in a way that they detect incoming transfers and book them to their internal account that they have set up for you. Since this account then is independent of the account via which you did your payments, they have to implement it themselves. bter.com deducts a fixed amount per day independently of the blockchain, others may choose other methods.
So imo it's not a fault of Freicoin, but rather something the implementors of Exchanges have not thought of in the design of their software, they expected balances only to change through payins and payouts, but not "out of thin air".
So basically nobody is to blame(you cannot plan for every unthought-of-eventuality), they just need to adopt their design.

Ahh, I gotcha.  So the node's global balance decreases properly with the blockchain, but the daemon doesn't automatically update the balance on all of the individual accounts?


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: nulo0b on May 21, 2013, 08:21:47 AM
Its stuck in syn.

24k is stuck on incomming.

Just a bug, orn i'm missing something?

New wallet from yesterday


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: ruecanonrails on May 21, 2013, 11:38:33 AM
Its stuck in syn.

24k is stuck on incomming.

Just a bug, orn i'm missing something?

New wallet from yesterday

Yeah that's just a "bug" in short at some point someone tried to replace blockchain with the litecoin blockchain. However even though the client will not accept the litecoin blockchain it still see's that someone has those blocks and so it shows up as out of sync.

It's nothing to worry about, you can still mine, transfer coins, and do everything you normally can. Just ignore it saying out of sync. It may fix itself after a few checkpoints are reached.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: 8kmode on May 21, 2013, 02:08:57 PM
Yeah I will throw what I have at it for a little while to help out.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Sondey10mg on May 21, 2013, 02:29:39 PM
Putting my 400kh/s on this


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Petr1fied on May 21, 2013, 02:30:01 PM
Its stuck in syn.

24k is stuck on incomming.

Just a bug, orn i'm missing something?

New wallet from yesterday

It's because the difficulty is quite high at 1.0 and we need another 385 blocks until the difficulty goes down. Unfortunately there are very few people devoting hashing power to it. Once we hit block 20160 things will improve dramatically but we need miners to help us hit that goal.

Putting my 400kh/s on this

Welcome onboard, we can use all the hashing power we can get.  ;D


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Sondey10mg on May 21, 2013, 03:42:03 PM
Found a new block. Come on people, only few blocks left til diff adjustment!


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: jayo89 on May 21, 2013, 06:36:08 PM
IMPORTANT: Active GameCoiners Please Listen!

It's been suggested we alter the difficulty adjustment algorith for GameCoin.  This would mean the the difficulty would adjust more frequently, allowing the coin to remain stable and active even if the hashrate drops significantly, as the network will respond and drop the difficulty much sooner.  our difficulty adjustment would be over 20 times more frequent than it is now.

The downside is that changing the difficulty algorithm causes a hard fork in the blockchain:  Those users who upgrade their clients to the new algorithm and those who do not.
So, I need to know what the active GameCoiners all think about this, because our nodes essentially form the core network for GameCoin at this point, and we need to all be in agreement before anything is done.

So guys, what do we do?


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Sondey10mg on May 21, 2013, 06:37:36 PM
agreed. I'm in


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: lightlord on May 21, 2013, 07:03:16 PM
IMPORTANT: Active GameCoiners Please Listen!

It's been suggested we alter the difficulty adjustment algorith for GameCoin.  This would mean the the difficulty would adjust more frequently, allowing the coin to remain stable and active even if the hashrate drops significantly, as the network will respond and drop the difficulty much sooner.  our difficulty adjustment would be over 20 times more frequent than it is now.

The downside is that changing the difficulty algorithm causes a hard fork in the blockchain:  Those users who upgrade their clients to the new algorithm and those who do not.
So, I need to know what the active GameCoiners all think about this, because our nodes essentially form the core network for GameCoin at this point, and we need to all be in agreement before anything is done.

So guys, what do we do?

Agreed, we should drop it to like every 64 Blocks, or even 32 Blocks for difficulty adjustments.
I was thinking a fork and decreasing Gamecoin blocks to 250 each, to make them a tiny bit more scare,
and a drop from where it is at to like 24 Million coins. With 125>62>31>15>7>3 block halfings.
Making 125 in like 1000 blocks from now, etc.

I was thinking of a name potential change as well, Like Global Coins, or World Marks, maybe Taler Coins.
Something that would bring more popularity.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: MitchB on May 21, 2013, 07:21:09 PM
Turns out I need a version for linux to run my site properly.  WINE doesn't feel like working with either gamecoind.exe or gamecoin-qt.exe...

I'll see if I can convert it myself, but I'd like someone else to try as well.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Petr1fied on May 21, 2013, 07:25:15 PM
I'm in. Anything that will bring the difficulty down faster is a good thing and it's not like we exactly have that much support on the current chain anyway. I'm finding 2 out of every 3 blocks at the moment with just 1.8 Mhash/s.

@litelord: I'm not so sure lowering the block reward is a good idea as those of us who have been mining it from the beginning will have been getting 1000 per block and those coming to it in future would get much less for their efforts. This will just create a negative vibe against the coin.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: jayo89 on May 21, 2013, 07:28:56 PM
I'm in. Anything that will bring the difficulty down faster is a good thing and it's not like we exactly have that much support on the current chain anyway. I'm finding 2 out of every 3 blocks at the moment with just 1.8 Mhash/s.

@litelord: I'm not so sure lowering the block reward is a good idea as those of us who have been mining it from the beginning will have been getting 1000 per block and those coming to it in future would get much less for their efforts. This will just create a negative vibe against the coin.

I have to agree.  And the name is really the only feature of this coin that made it worth salvaging anyways, so that's likely to stay.

But if we can get Tyrion on board to compile the new Windows QT then I'll increase the difficulty adjustment frequency and get this coin stable.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: lightlord on May 21, 2013, 07:37:27 PM
well drop it to 32 or so for block adjustments, while keeping everything else the same.
This should fix most of the issues.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: BrewCrewFan on May 21, 2013, 07:38:11 PM
I still mine this.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: stevenlam on May 21, 2013, 07:44:33 PM
Mining this now


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: lightlord on May 21, 2013, 07:45:51 PM
I'm in. Anything that will bring the difficulty down faster is a good thing and it's not like we exactly have that much support on the current chain anyway. I'm finding 2 out of every 3 blocks at the moment with just 1.8 Mhash/s.

@litelord: I'm not so sure lowering the block reward is a good idea as those of us who have been mining it from the beginning will have been getting 1000 per block and those coming to it in future would get much less for their efforts. This will just create a negative vibe against the coin.

1.8 Mhash? Well I was mining nibble coins for a bit, here ya go, 4.5 Mhash of my mining power back to the gamecoin network, lets try and get this difficulty adjustment to happen. Once my other rig gets fixed from ncix, you should see 6Mhash of mining power from me later today or tommorrow  :)


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Petr1fied on May 21, 2013, 07:45:58 PM
But if we can get Tyrion on board to compile the new Windows QT then I'll increase the difficulty adjustment frequency and get this coin stable.

I'm sure he'll agree, I'll happily send another 10K GME his way if he recompiles it.

Maybe you could do something with the litecoin contamination too? If block 1 != the hash of block 1 from the checkpoint force close their client with an error message telling them to delete everything but wallet.dat?


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: BrewCrewFan on May 21, 2013, 07:46:05 PM
IMPORTANT: Active GameCoiners Please Listen!

It's been suggested we alter the difficulty adjustment algorith for GameCoin.  This would mean the the difficulty would adjust more frequently, allowing the coin to remain stable and active even if the hashrate drops significantly, as the network will respond and drop the difficulty much sooner.  our difficulty adjustment would be over 20 times more frequent than it is now.

The downside is that changing the difficulty algorithm causes a hard fork in the blockchain:  Those users who upgrade their clients to the new algorithm and those who do not.
So, I need to know what the active GameCoiners all think about this, because our nodes essentially form the core network for GameCoin at this point, and we need to all be in agreement before anything is done.

So guys, what do we do?

With this hard fork thing... does that mean all coins mined right now would become pretty much... dust?


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: lightlord on May 21, 2013, 07:48:16 PM
IMPORTANT: Active GameCoiners Please Listen!

It's been suggested we alter the difficulty adjustment algorith for GameCoin.  This would mean the the difficulty would adjust more frequently, allowing the coin to remain stable and active even if the hashrate drops significantly, as the network will respond and drop the difficulty much sooner.  our difficulty adjustment would be over 20 times more frequent than it is now.

The downside is that changing the difficulty algorithm causes a hard fork in the blockchain:  Those users who upgrade their clients to the new algorithm and those who do not.
So, I need to know what the active GameCoiners all think about this, because our nodes essentially form the core network for GameCoin at this point, and we need to all be in agreement before anything is done.

So guys, what do we do?

With this hard fork thing... does that mean all coins mined right now would become pretty much... dust?

No I don't think so. Your old coins from the original blockchain will just be transferred onto the fork, and still be usable.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: BrewCrewFan on May 21, 2013, 07:50:06 PM
IMPORTANT: Active GameCoiners Please Listen!

It's been suggested we alter the difficulty adjustment algorith for GameCoin.  This would mean the the difficulty would adjust more frequently, allowing the coin to remain stable and active even if the hashrate drops significantly, as the network will respond and drop the difficulty much sooner.  our difficulty adjustment would be over 20 times more frequent than it is now.

The downside is that changing the difficulty algorithm causes a hard fork in the blockchain:  Those users who upgrade their clients to the new algorithm and those who do not.
So, I need to know what the active GameCoiners all think about this, because our nodes essentially form the core network for GameCoin at this point, and we need to all be in agreement before anything is done.

So guys, what do we do?

With this hard fork thing... does that mean all coins mined right now would become pretty much... dust?

No I don't think so. Your old coins from the original blockchain will just be transferred onto the fork, and still be usable.

Good good. I dont have many ..actually this is the only coins I have been able to get a lot of ...that is 8 k LOL. I was wondering when dif would go down cuz even now the 1 dif is labor for Nvidia cards of mine


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: sumantso on May 21, 2013, 08:01:29 PM
Good thinking. Should advertise it properly.

Nice to see this orphan coin has found a home.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: jayo89 on May 21, 2013, 08:40:52 PM
IMPORTANT: Active GameCoiners Please Listen!

It's been suggested we alter the difficulty adjustment algorith for GameCoin.  This would mean the the difficulty would adjust more frequently, allowing the coin to remain stable and active even if the hashrate drops significantly, as the network will respond and drop the difficulty much sooner.  our difficulty adjustment would be over 20 times more frequent than it is now.

The downside is that changing the difficulty algorithm causes a hard fork in the blockchain:  Those users who upgrade their clients to the new algorithm and those who do not.
So, I need to know what the active GameCoiners all think about this, because our nodes essentially form the core network for GameCoin at this point, and we need to all be in agreement before anything is done.

So guys, what do we do?

With this hard fork thing... does that mean all coins mined right now would become pretty much... dust?

No I don't think so. Your old coins from the original blockchain will just be transferred onto the fork, and still be usable.

Good good. I dont have many ..actually this is the only coins I have been able to get a lot of ...that is 8 k LOL. I was wondering when dif would go down cuz even now the 1 dif is labor for Nvidia cards of mine

Yeah, all blocks before the fork are identical on both sides of the fork.
But people who don't upgrade are going to be on the wrong side of the fork, and any coins they mine after that point won't be seen as valid by the rest of the network (except to other users who haven't upgraded)


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: jmfg187 on May 22, 2013, 12:17:08 AM
I'm feeling kind of sickly today and may just be stupid or lost or both but I can't figure out how to get the windows client. I went here
Code:
https://docs.google.com/file/d/0B0f2VDPOrXt4dzk1dzNzb3F5bmc/edit?usp=sharing
and tried to download each file separately but it gives me a 404 error? Can someone please point me to a regular download or explain how to get those files from that google docs page? Thanks much in advance and sorry to be a nuisance. Just a bit medicated today and not thinking properly I think. lol


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: MitchB on May 22, 2013, 12:31:48 AM
Turns out I need a version for linux to run my site properly.  WINE doesn't feel like working with either gamecoind.exe or gamecoin-qt.exe...

I'll see if I can convert it myself, but I'd like someone else to try as well.
Could someone please help out with this?  My server doesn't feel like compiling the files...


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Petr1fied on May 22, 2013, 12:44:45 AM
I'm feeling kind of sickly today and may just be stupid or lost or both but I can't figure out how to get the windows client. I went here
Code:
https://docs.google.com/file/d/0B0f2VDPOrXt4dzk1dzNzb3F5bmc/edit?usp=sharing
and tried to download each file separately but it gives me a 404 error? Can someone please point me to a regular download or explain how to get those files from that google docs page? Thanks much in advance and sorry to be a nuisance. Just a bit medicated today and not thinking properly I think. lol

http://i42.tinypic.com/2urxp52.png

Turns out I need a version for linux to run my site properly.  WINE doesn't feel like working with either gamecoind.exe or gamecoin-qt.exe...

I'll see if I can convert it myself, but I'd like someone else to try as well.
Could someone please help out with this?  My server doesn't feel like compiling the files...

Can't say I've ever tried compiling on linux but it should be the same as for litecoin with the exception you're using the github linked in the first post. Maybe try this:

https://forum.litecoin.net/index.php?topic=43.0

Hope you figure it out. :D


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: MitchB on May 22, 2013, 01:03:41 AM
I'm feeling kind of sickly today and may just be stupid or lost or both but I can't figure out how to get the windows client. I went here
Code:
https://docs.google.com/file/d/0B0f2VDPOrXt4dzk1dzNzb3F5bmc/edit?usp=sharing
and tried to download each file separately but it gives me a 404 error? Can someone please point me to a regular download or explain how to get those files from that google docs page? Thanks much in advance and sorry to be a nuisance. Just a bit medicated today and not thinking properly I think. lol

http://i42.tinypic.com/2urxp52.png

Turns out I need a version for linux to run my site properly.  WINE doesn't feel like working with either gamecoind.exe or gamecoin-qt.exe...

I'll see if I can convert it myself, but I'd like someone else to try as well.
Could someone please help out with this?  My server doesn't feel like compiling the files...

Can't say I've ever tried compiling on linux but it should be the same as for litecoin with the exception you're using the github linked in the first post. Maybe try this:

https://forum.litecoin.net/index.php?topic=43.0

Hope you figure it out. :D

compiling takes more ram than I have.  I'll see what I can do about upgrading.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: jmfg187 on May 22, 2013, 01:26:54 AM
I'm feeling kind of sickly today and may just be stupid or lost or both but I can't figure out how to get the windows client. I went here
Code:
https://docs.google.com/file/d/0B0f2VDPOrXt4dzk1dzNzb3F5bmc/edit?usp=sharing
and tried to download each file separately but it gives me a 404 error? Can someone please point me to a regular download or explain how to get those files from that google docs page? Thanks much in advance and sorry to be a nuisance. Just a bit medicated today and not thinking properly I think. lol

http://i42.tinypic.com/2urxp52.png

Turns out I need a version for linux to run my site properly.  WINE doesn't feel like working with either gamecoind.exe or gamecoin-qt.exe...

I'll see if I can convert it myself, but I'd like someone else to try as well.
Could someone please help out with this?  My server doesn't feel like compiling the files...

Can't say I've ever tried compiling on linux but it should be the same as for litecoin with the exception you're using the github linked in the first post. Maybe try this:

https://forum.litecoin.net/index.php?topic=43.0

Hope you figure it out. :D

Thank you Petr1fied! :)


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: jayo89 on May 22, 2013, 03:00:54 AM
As soon as someone gets ahold of tyrion and he's standing by for one more QT compile, we're going to go ahead and stabilize the coin by increasing the difficulty-change frequency.
This will stablilize coin output, even at very low hashrates.

EVERYONE will need to upgrade in order to stay on the blockchain, and ensure your future minings are valid.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: MitchB on May 22, 2013, 03:03:46 AM
Finally figured the stuff with the server out.  Website is ALMOST up and running!


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: jmfg187 on May 22, 2013, 03:06:09 AM
It's taking an insane amount of time for my client to sync, is that normal? I mean it would be like me installing the Bitcoin client right now.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Petr1fied on May 22, 2013, 04:47:40 AM
It's taking an insane amount of time for my client to sync, is that normal? I mean it would be like me installing the Bitcoin client right now.

https://bitcointalk.org/index.php?topic=208747.msg2193461#msg2193461


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: jmfg187 on May 22, 2013, 04:51:17 AM
It's taking an insane amount of time for my client to sync, is that normal? I mean it would be like me installing the Bitcoin client right now.

https://bitcointalk.org/index.php?topic=208747.msg2193461#msg2193461

Ahh ok thank you for that, I definitely have only the new client as I just installed it tonight. I missed the original Gamecoin release. Thanks again.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: megablue on May 22, 2013, 06:07:07 AM
is there any working nodes for gamecoin?
i'm running the unofficial fork, however i cant seems to be able to connect to any peer.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: MitchB on May 22, 2013, 06:09:05 AM
is there any working nodes for gamecoin?
i'm running the unofficial fork, however i cant seems to be able to connect to any peer.

Quote
addnode=66.55.82.61
addnode=54.228.188.207
addnode=54.250.122.159
addnode=184.72.63.158

add that to your gamecoin.conf file


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: megablue on May 22, 2013, 06:14:08 AM
is there any working nodes for gamecoin?
i'm running the unofficial fork, however i cant seems to be able to connect to any peer.

Quote
addnode=66.55.82.61
addnode=54.228.188.207
addnode=54.250.122.159
addnode=184.72.63.158

add that to your gamecoin.conf file

all dead, non of the nodes listed by you are alive.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: MitchB on May 22, 2013, 06:16:24 AM
is there any working nodes for gamecoin?
i'm running the unofficial fork, however i cant seems to be able to connect to any peer.

Quote
addnode=66.55.82.61
addnode=54.228.188.207
addnode=54.250.122.159
addnode=184.72.63.158

add that to your gamecoin.conf file

all dead, non of the nodes listed by you are alive.

oh, woops.  I got that from earlier in the thread.  I had the same problem, added that, and it appeared to work.  Either that or rebooting the gamecoin client worked.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: megablue on May 22, 2013, 06:20:45 AM
is the peer dns working on the unofficial fork? i think i should give up on this :(


@MitchB nope, i tried restarting it, it still doesn't work. thanks anyway.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: MitchB on May 22, 2013, 06:22:16 AM
is the peer dns working on the unofficial fork? i think i should give up on this :(


@MitchB nope, i tried restarting it, it still doesn't work. thanks anyway.

I also deleted everything from C:\Users\Mitch\AppData\Roaming\gamecoin EXCEPT wallet.dat and gamecoin.conf

See if that works.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: jayo89 on May 22, 2013, 06:36:44 AM
is the peer dns working on the unofficial fork? i think i should give up on this :(


@MitchB nope, i tried restarting it, it still doesn't work. thanks anyway.

I have a secondary peer DNS built into the new fork, I just need people who can keep solid nodes running to give me thier addresses to add to it.

Looks like we're going to be doing a hard fork and changing the difficulty algorithm from here on out, rather shortly.  At that point the invading blockchain will be entirely incompatible with our own, and the coin will be much more responsive to changes in network hashrate.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Petr1fied on May 22, 2013, 08:15:29 AM
addnode=76.95.191.10
addnode=54.244.192.52
addnode=92.205.116.37
addnode=75.118.55.123
addnode=122.150.130.54
addnode=50.158.233.78
addnode=72.11.149.185


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: MitchB on May 22, 2013, 08:41:54 AM
is the peer dns working on the unofficial fork? i think i should give up on this :(


@MitchB nope, i tried restarting it, it still doesn't work. thanks anyway.

I have a secondary peer DNS built into the new fork, I just need people who can keep solid nodes running to give me thier addresses to add to it.

Looks like we're going to be doing a hard fork and changing the difficulty algorithm from here on out, rather shortly.  At that point the invading blockchain will be entirely incompatible with our own, and the coin will be much more responsive to changes in network hashrate.

Also, if you need someone to build the new files for windows, I probably can.  I have the current version of gamecoind on ubuntu, so I can get that for you too.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: SylTi on May 22, 2013, 09:33:45 AM
Is there any pool still working ?


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Petr1fied on May 22, 2013, 10:35:57 AM
I don't think so. in fact I think I'm the only one still mining. ;)

Check back later, hopefully the new fork should be out and the difficulty will come down to a comfortable level for solo mining in reasonably short order.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: MitchB on May 22, 2013, 11:33:55 AM
My GameCoin gambling site is up!  http://www.gmebet.co.vu/ (http://www.gmebet.co.vu/) <-- Click that to visit.

We currently have ~11k GME, thanks to Petr1fied!

I'll be working on adding new games such as Blackjack and (maybe) Scratchcards soon, but in the mean time, feel free to bet and suggest new games!


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: BrewCrewFan on May 22, 2013, 12:19:48 PM
Is there any pool still working ?

Nope. Which stinks cuz I cant mine without a pool.  Well I can just never find a share.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Miner-TE on May 22, 2013, 06:56:43 PM
Here is my current peer info...


11:53:38
[
{
"addr" : "54.244.192.52:9776",
"services" : "00000001",
"lastsend" : 1369248791,
"lastrecv" : 1369248818,
"conntime" : 1369144183,
"version" : 60001,
"subver" : "/Satoshi:0.6.3/",
"inbound" : false,
"releasetime" : 0,
"startingheight" : 19772,
"banscore" : 0
},
{
"addr" : "92.205.116.37:53379",
"services" : "00000001",
"lastsend" : 1369248791,
"lastrecv" : 1369248815,
"conntime" : 1369144184,
"version" : 60001,
"subver" : "/Satoshi:0.6.3/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 19772,
"banscore" : 0
},
{
"addr" : "108.196.184.17:64719",
"services" : "00000001",
"lastsend" : 1369248801,
"lastrecv" : 1369248762,
"conntime" : 1369144258,
"version" : 60001,
"subver" : "/Satoshi:0.6.3/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 19773,
"banscore" : 0
},
{
"addr" : "92.5.109.148:12435",
"services" : "00000001",
"lastsend" : 1369248812,
"lastrecv" : 1369248791,
"conntime" : 1369144263,
"version" : 60001,
"subver" : "/Satoshi:0.6.3/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 19773,
"banscore" : 0
},
{
"addr" : "92.205.116.37:44807",
"services" : "00000001",
"lastsend" : 1369248815,
"lastrecv" : 1369248791,
"conntime" : 1369144588,
"version" : 60001,
"subver" : "/Satoshi:0.6.3/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 19773,
"banscore" : 0
},
{
"addr" : "37.59.61.41:48598",
"services" : "00000001",
"lastsend" : 1369248791,
"lastrecv" : 1369248791,
"conntime" : 1369147922,
"version" : 60001,
"subver" : "/Satoshi:0.6.3/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 19775,
"banscore" : 0
},
{
"addr" : "77.170.76.112:8341",
"services" : "00000001",
"lastsend" : 1369248805,
"lastrecv" : 1369248816,
"conntime" : 1369157241,
"version" : 60001,
"subver" : "/Satoshi:0.6.3/",
"inbound" : false,
"releasetime" : 0,
"startingheight" : 19783,
"banscore" : 0
},
{
"addr" : "81.65.182.96:49304",
"services" : "00000001",
"lastsend" : 1369248791,
"lastrecv" : 1369248791,
"conntime" : 1369160629,
"version" : 60001,
"subver" : "/Satoshi:0.6.3/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 15947,
"banscore" : 0
},
{
"addr" : "149.210.131.122:43001",
"services" : "00000001",
"lastsend" : 1369248791,
"lastrecv" : 1369248791,
"conntime" : 1369166414,
"version" : 60001,
"subver" : "/Satoshi:0.6.3/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 19789,
"banscore" : 0
},
{
"addr" : "54.229.6.230:34115",
"services" : "00000001",
"lastsend" : 1369248810,
"lastrecv" : 1369248791,
"conntime" : 1369178576,
"version" : 60001,
"subver" : "/Satoshi:0.6.3/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 19800,
"banscore" : 0
},
{
"addr" : "199.175.52.176:56793",
"services" : "00000001",
"lastsend" : 1369248792,
"lastrecv" : 1369248808,
"conntime" : 1369182128,
"version" : 60001,
"subver" : "/Satoshi:0.6.3/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 18602,
"banscore" : 0
},
{
"addr" : "92.5.109.148:51058",
"services" : "00000001",
"lastsend" : 1369248791,
"lastrecv" : 1369248791,
"conntime" : 1369201987,
"version" : 60001,
"subver" : "/Satoshi:0.6.3/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 19803,
"banscore" : 0
},
{
"addr" : "72.11.149.185:8121",
"services" : "00000001",
"lastsend" : 1369248812,
"lastrecv" : 1369248791,
"conntime" : 1369203445,
"version" : 60001,
"subver" : "/Satoshi:0.6.3/",
"inbound" : false,
"releasetime" : 0,
"startingheight" : 16180,
"banscore" : 0
},
{
"addr" : "80.229.47.122:8121",
"services" : "00000001",
"lastsend" : 1369248791,
"lastrecv" : 1369248791,
"conntime" : 1369203525,
"version" : 60001,
"subver" : "/Satoshi:0.6.3/",
"inbound" : false,
"releasetime" : 0,
"startingheight" : 16180,
"banscore" : 0
},
{
"addr" : "206.72.202.6:55031",
"services" : "00000001",
"lastsend" : 1369248791,
"lastrecv" : 1369248804,
"conntime" : 1369205105,
"version" : 60001,
"subver" : "/Satoshi:0.6.3/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 19804,
"banscore" : 0
},
{
"addr" : "86.70.12.159:8121",
"services" : "00000001",
"lastsend" : 1369248791,
"lastrecv" : 1369248792,
"conntime" : 1369222577,
"version" : 60001,
"subver" : "/Satoshi:0.6.3/",
"inbound" : false,
"releasetime" : 0,
"startingheight" : 16270,
"banscore" : 0
},
{
"addr" : "24.22.78.239:50862",
"services" : "00000001",
"lastsend" : 1369248790,
"lastrecv" : 1369248802,
"conntime" : 1369234818,
"version" : 60001,
"subver" : "/Satoshi:0.6.3/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 19815,
"banscore" : 0
},
{
"addr" : "80.200.42.14:49266",
"services" : "00000001",
"lastsend" : 1369248791,
"lastrecv" : 1369248791,
"conntime" : 1369245566,
"version" : 60001,
"subver" : "/Satoshi:0.6.3/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 19818,
"banscore" : 0
},
{
"addr" : "87.66.171.100:8121",
"services" : "00000001",
"lastsend" : 1369248791,
"lastrecv" : 1369248791,
"conntime" : 1369245843,
"version" : 60001,
"subver" : "/Satoshi:0.6.3/",
"inbound" : false,
"releasetime" : 0,
"startingheight" : 16357,
"banscore" : 0
},
{
"addr" : "81.196.93.247:50842",
"services" : "00000001",
"lastsend" : 1369248791,
"lastrecv" : 1369248648,
"conntime" : 1369248016,
"version" : 60001,
"subver" : "/Satoshi:0.6.3/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 19226,
"banscore" : 0
},
{
"addr" : "46.147.36.33:9333",
"services" : "00000001",
"lastsend" : 1369248792,
"lastrecv" : 1369248798,
"conntime" : 1369248134,
"version" : 60001,
"subver" : "/Satoshi:0.6.3/",
"inbound" : false,
"releasetime" : 0,
"startingheight" : 357288,
"banscore" : 0
},
{
"addr" : "71.145.131.73:9333",
"services" : "00000001",
"lastsend" : 1369248782,
"lastrecv" : 1369248800,
"conntime" : 1369248320,
"version" : 60001,
"subver" : "/Satoshi:0.6.3/",
"inbound" : false,
"releasetime" : 0,
"startingheight" : 357288,
"banscore" : 0
},
{
"addr" : "216.73.195.218:9333",
"services" : "00000001",
"lastsend" : 1369248811,
"lastrecv" : 1369248799,
"conntime" : 1369248520,
"version" : 60001,
"subver" : "/Satoshi:0.6.3/",
"inbound" : false,
"releasetime" : 0,
"startingheight" : 357290,
"banscore" : 0
},
{
"addr" : "68.2.27.11:9333",
"services" : "00000001",
"lastsend" : 1369248803,
"lastrecv" : 1369248803,
"conntime" : 1369248641,
"version" : 60001,
"subver" : "/Satoshi:0.6.3/",
"inbound" : false,
"releasetime" : 0,
"startingheight" : 357290,
"banscore" : 0
},
{
"addr" : "120.195.209.165:9333",
"services" : "00000001",
"lastsend" : 1369248807,
"lastrecv" : 1369248801,
"conntime" : 1369248642,
"version" : 60001,
"subver" : "/Satoshi:0.6.3/",
"inbound" : false,
"releasetime" : 0,
"startingheight" : 357290,
"banscore" : 0
},
{
"addr" : "24.125.72.179:9333",
"services" : "00000001",
"lastsend" : 1369248795,
"lastrecv" : 1369248810,
"conntime" : 1369248688,
"version" : 60001,
"subver" : "/Satoshi:0.6.3/",
"inbound" : false,
"releasetime" : 0,
"startingheight" : 357290,
"banscore" : 0
},
{
"addr" : "80.47.83.92:9333",
"services" : "00000001",
"lastsend" : 1369248725,
"lastrecv" : 1369248798,
"conntime" : 1369248688,
"version" : 60001,
"subver" : "/Satoshi:0.6.3/",
"inbound" : false,
"releasetime" : 0,
"startingheight" : 357290,
"banscore" : 0
},
{
"addr" : "185.9.112.173:9333",
"services" : "00000001",
"lastsend" : 1369248798,
"lastrecv" : 1369248788,
"conntime" : 1369248738,
"version" : 60001,
"subver" : "/Satoshi:0.6.3/",
"inbound" : false,
"releasetime" : 0,
"startingheight" : 126996,
"banscore" : 0
}
]


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: jayo89 on May 22, 2013, 07:13:31 PM
addnode=76.95.191.10
addnode=54.244.192.52
addnode=92.205.116.37
addnode=75.118.55.123
addnode=122.150.130.54
addnode=50.158.233.78
addnode=72.11.149.185

I'm adding these to our DNS seed (dnsseed.iionsolutions.com) right now, so hopefully that'll fix some connection issues!
(Seems I used the wrong domain for the DNS seed in the source, so the new seed addresses will have to wait for the next major update (hopefully in the next day or so)


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Petr1fied on May 22, 2013, 07:28:53 PM
@Miner-TE: any peers with a "startingheight" over 19822 (currently) should be ignored. They're the ones attempting to contaminate the blockchain either by choice or not following the instructions in the first post. If only there was a way to tell all good peers to blacklist a peer for sharing an invalid blockchain, that would be a cool addition.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Sondey10mg on May 23, 2013, 08:48:45 PM
Keep mining people! 288 blocks to go!


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: BrewCrewFan on May 23, 2013, 09:02:11 PM
Still waiting on that pool lol. been mining 3 days solo and got SHIT. nada... not one friggin block. Show Cudaminers some love will ya?


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: BrewCrewFan on May 23, 2013, 09:37:10 PM
Still waiting on that pool lol. been mining 3 days solo and got SHIT. nada... not one friggin block. Show Cudaminers some love will ya?

I am truly sorry about your luck with mining, my first block mined is 1 block away from maturity. If you post your GME address I will send you some GME, to help with your power bill. Thanks for being at the very least a healthy gamecoin connection.
mmmm you can keep em for your hard work and detication :) Not that I dont want em, but you earned em too. I am just shocked I have not found one block yet. You would think luck would be on your side even with only 120khash over a course of a day with the dif @1.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: BrewCrewFan on May 23, 2013, 09:56:20 PM
Still waiting on that pool lol. been mining 3 days solo and got SHIT. nada... not one friggin block. Show Cudaminers some love will ya?

I am truly sorry about your luck with mining, my first block mined is 1 block away from maturity. If you post your GME address I will send you some GME, to help with your power bill. Thanks for being at the very least a healthy gamecoin connection.
mmmm you can keep em for your hard work and detication :) Not that I dont want em, but you earned em too. I am just shocked I have not found one block yet. You would think luck would be on your side even with only 120khash over a course of a day with the dif @1.


The point of sending you coins is to increase transactions and therefore increase block counts. Besides I only have 2.5 times the mining power and have found 15+ blocks, in 3 days. I will send you half of my first block.

Mkay I wont say no thanks again :P

GcobSGFSBhWQzSwbgdgET39S5qGoNQXck3


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: BrewCrewFan on May 23, 2013, 10:13:53 PM
Still waiting on that pool lol. been mining 3 days solo and got SHIT. nada... not one friggin block. Show Cudaminers some love will ya?

I am truly sorry about your luck with mining, my first block mined is 1 block away from maturity. If you post your GME address I will send you some GME, to help with your power bill. Thanks for being at the very least a healthy gamecoin connection.
mmmm you can keep em for your hard work and detication :) Not that I dont want em, but you earned em too. I am just shocked I have not found one block yet. You would think luck would be on your side even with only 120khash over a course of a day with the dif @1.


The point of sending you coins is to increase transactions and therefore increase block counts. Besides I only have 2.5 times the mining power and have found 15+ blocks, in 3 days. I will send you half of my first block.

Mkay I wont say no thanks again :P

GcobSGFSBhWQzSwbgdgET39S5qGoNQXck3

No problem, I sent them in 10 equal installments.

got em just waiting on mature

thanks again dude.



Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Petr1fied on May 23, 2013, 11:26:13 PM
A difficulty of 1 is quite hard to solo mine. I'm pointing 1.8 Mhash/s at it and have been for days and I'm lucky if I get 15 blocks a day. A pool is really essential to keep things moving and give an incentive to those with lower hash rates to jump in, and of course to speed things up in general.

I'll offer a bounty of 10,000 GME to whoever is the first to set up a pool for GME and I'll pay a further 10,000 GME to the pool operator if that pool stays in continuous operation for at least 7 days.

And to those giving it there best to mine but not having any luck post your address and I'll send you a little something for your trouble.  ;)

EDIT: I've sent PoolMinor and BrewCrewFan 1000 GME each. Thanks for your effort guys.  ;D


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: BrewCrewFan on May 24, 2013, 12:05:06 AM
A difficulty of 1 is quite hard to solo mine. I'm pointing 1.8 Mhash/s at it and have been for days and I'm lucky if I get 15 blocks a day. A pool is really essential to keep things moving and give an incentive to those with lower hash rates to jump in, and of course to speed things up in general.

I'll offer a bounty of 10,000 GME to whoever is the first to set up a pool for GME and I'll pay a further 10,000 GME to the pool operator if that pool stays in continuous operation for at least 7 days.

And to those giving it there best to mine but not having any luck post your address and I'll send you a little something for your trouble.  ;)

EDIT: I've sent PoolMinor and BrewCrewFan 1000 GME each. Thanks for your effort guys.  ;D

Got em and big thank you!

I do agree my cut off seems to be around the .4-.5 dif for the nvidia cards. Anything above that I cant solo for whatever reason.
I do however viewed it as a good practice at setting up the solo.... got that down pretty good now lol.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Sondey10mg on May 24, 2013, 07:10:48 AM
I don't have the knowledge to set up a pool unfortunatly. I'll keep solo mining though with my 300kh/s. I get a block from time to time  :P


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Petr1fied on May 24, 2013, 08:56:17 AM
Just a little something I've put together:

http://cryptoblackjack.kicks-ass.net/index.php

It's currently testing so if you let me know the GME address it tells you to send funds to I'll credit you 50 GME to play with. you can even withdraw it (and any winnings afterwards). I'd appreciate some feedback. :D


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Sondey10mg on May 24, 2013, 09:19:38 AM
GTaZr1Lur6hw2kWQWHH9hQWjZscz9UFUpV  :)


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: ruecanonrails on May 24, 2013, 09:23:29 AM
Just a little something I've put together:

http://cryptoblackjack.kicks-ass.net/index.php

It's currently testing so if you let me know the GME address it tells you to send funds to I'll credit you 50 GME to play with. you can even withdraw it (and any winnings afterwards). I'd appreciate some feedback. :D

Very nice, always love me some blackjack as long as it's not entirely rigged heh ;)
Are we going to be able to create an account where we can keep GME in there long term to keep playing off and on? With the current hash rate and difficulty it could potentially take longer to add funds than my interest to play a quick hand.

I am still mining off and on, however I'm waiting on news of the new wallet with different retarget rate.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Petr1fied on May 24, 2013, 09:30:42 AM
Just a little something I've put together:

http://cryptoblackjack.kicks-ass.net/index.php

It's currently testing so if you let me know the GME address it tells you to send funds to I'll credit you 50 GME to play with. you can even withdraw it (and any winnings afterwards). I'd appreciate some feedback. :D

Very nice, always love me some blackjack as long as it's not entirely rigged heh ;)
Are we going to be able to create an account where we can keep GME in there long term to keep playing off and on? With the current hash rate and difficulty it could potentially take longer to add funds than my interest to play a quick hand.

I am still mining off and on, however I'm waiting on news of the new wallet with different retarget rate.

It's not rigged. There is a freshly shuffled deck every hand which means you can't card count either. ;)

Currently it just uses a session based cookie and only requires 1 confirmation but as I said above post the address it generates for you to send funds to and I'll manually credit the account with 50 GME for you to play.

It's a WIP so I could easily add logins and other crypto currencies. I just need to make sure it's not going to bankrupt me first.  :o

GTaZr1Lur6hw2kWQWHH9hQWjZscz9UFUpV  :)

Credited. Have fun. :D


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: ruecanonrails on May 24, 2013, 09:33:20 AM
no card counting.. drats. lol

I'll throw a thousand coins at it and give it a try. Would prefer an account linked wallet personally though. I tend to clear all history, cookies, and cache when I'm done browsing.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Sondey10mg on May 24, 2013, 09:37:03 AM
Quote
GTaZr1Lur6hw2kWQWHH9hQWjZscz9UFUpV  :)

Credited. Have fun. :D

Ty :) Works great, first hand was 21  ;)

edit: second hand, 21  ;D


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Petr1fied on May 24, 2013, 09:37:18 AM
Transferring a bankroll of 10,000 GME. Try not to bankrupt me too fast. :D


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Sondey10mg on May 24, 2013, 09:39:15 AM
Well, I accidentally pressed the stand button while I only had 10. The dealer at that time had 12. Still he took another card and got 22. So I won. Is that supposed to go like that? Dealer should have stand as well no?


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Petr1fied on May 24, 2013, 09:45:47 AM
Yeah, the dealer will only stand on 17 or over.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Sondey10mg on May 24, 2013, 09:47:17 AM
Yeah, the dealer will only stand on 17 or over.

Ok, thx to clarify that  :) The game works like a charm, great job!


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Petr1fied on May 24, 2013, 09:50:22 AM
Glad you like it.  ;D


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Sondey10mg on May 24, 2013, 09:52:37 AM
I have to go so I withdrawed (200GME from your 50  ;D) and the withdraw went smooth as well. Can't find any problem.

I will play again later this weekend, so I can lose some coins to support you  ;)


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Sondey10mg on May 24, 2013, 05:33:57 PM
260 blocks to go!


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: TheSwede75 on May 25, 2013, 01:09:34 AM
Anyone want to buy 15.000 GME? Taking reasonable bids starting at 5 LTC for the 15k.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: BrewCrewFan on May 25, 2013, 01:11:17 AM
As soon as someone gets ahold of tyrion and he's standing by for one more QT compile, we're going to go ahead and stabilize the coin by increasing the difficulty-change frequency.
This will stablilize coin output, even at very low hashrates.

EVERYONE will need to upgrade in order to stay on the blockchain, and ensure your future minings are valid.

Is there any timeline on the progress of the next fork?

Yessssss please.... or open a p2p pool or something that I can cuda with "bangs head repeatedly into desk"


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Petr1fied on May 25, 2013, 01:18:50 AM
Anyone want to buy 15.000 GME? Taking reasonable bids starting at 5 LTC for the 15k.

I hope you get what you're after but whilst we're still stranded some 240 blocks from the retarget with a difficulty of 1 and not a pool in sight I doubt anyone is going to give you that much for it right now. I have shitloads of it myself due to mining it pretty much exclusively for nearly 2 weeks in the hopes of reaching that retarget and bringing the diff down.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: TheSwede75 on May 25, 2013, 01:27:12 AM
Anyone want to buy 15.000 GME? Taking reasonable bids starting at 5 LTC for the 15k.

I hope you get what you're after but whilst we're still stranded some 240 blocks from the retarget with a difficulty of 1 and not a pool in sight I doubt anyone is going to give you that much for it right now. I have shitloads of it myself due to mining it pretty much exclusively for nearly 2 weeks in the hopes of reaching that retarget and bringing the diff down.

I messaged Blastbob to see if he wants to do you a solid and setup a pushpool for GME.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Petr1fied on May 25, 2013, 01:36:55 AM
A pushpool would certainly help. There are some low hash rate users trying their best to mine this and getting nowhere. If we all join forces in a pool we should get there faster and increase the market value of the coins.  ;D


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: blastbob on May 25, 2013, 01:38:25 AM
Anyone want to buy 15.000 GME? Taking reasonable bids starting at 5 LTC for the 15k.

I hope you get what you're after but whilst we're still stranded some 240 blocks from the retarget with a difficulty of 1 and not a pool in sight I doubt anyone is going to give you that much for it right now. I have shitloads of it myself due to mining it pretty much exclusively for nearly 2 weeks in the hopes of reaching that retarget and bringing the diff down.

I messaged Blastbob to see if he wants to do you a solid and setup a pushpool for GME.

It will be p2pool for now. Pushpools will be a future delivery.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: jmfg187 on May 25, 2013, 01:59:03 AM
When can we expect a pool blastbob? I know your pretty fast....lol.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: BrewCrewFan on May 25, 2013, 02:07:40 AM
Anyone want to buy 15.000 GME? Taking reasonable bids starting at 5 LTC for the 15k.

I hope you get what you're after but whilst we're still stranded some 240 blocks from the retarget with a difficulty of 1 and not a pool in sight I doubt anyone is going to give you that much for it right now. I have shitloads of it myself due to mining it pretty much exclusively for nearly 2 weeks in the hopes of reaching that retarget and bringing the diff down.

I messaged Blastbob to see if he wants to do you a solid and setup a pushpool for GME.

It will be p2pool for now. Pushpools will be a future delivery.
Do it bob! DOIIIIIITTTTT!!!


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Petr1fied on May 25, 2013, 02:29:51 AM
Anyone want to buy 15.000 GME? Taking reasonable bids starting at 5 LTC for the 15k.

I hope you get what you're after but whilst we're still stranded some 240 blocks from the retarget with a difficulty of 1 and not a pool in sight I doubt anyone is going to give you that much for it right now. I have shitloads of it myself due to mining it pretty much exclusively for nearly 2 weeks in the hopes of reaching that retarget and bringing the diff down.

I messaged Blastbob to see if he wants to do you a solid and setup a pushpool for GME.

It will be p2pool for now. Pushpools will be a future delivery.

Any pool is better than no pool at all. I'll send 20K GME your way as a bounty for setting one up. You never know it may be worth something someday. :D

There's also a blockchain explorer here (http://gme.p2pool.nl/chain/Gamecoins) if you want to hook it into it. ;)


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Sondey10mg on May 25, 2013, 12:37:23 PM
Hmm, I'm stuck at block 19000  :-\ ???

Edit: fixed itself after 30 minutes


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: 8kmode on May 25, 2013, 12:48:22 PM
probably not much point pointing 700 k/hash at it solo?


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: BrewCrewFan on May 25, 2013, 12:52:57 PM
probably not much point pointing 700 k/hash at it solo?
You can probually more lucky than me. Might find a few blocks.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Sondey10mg on May 25, 2013, 12:54:18 PM
probably not much point pointing 700 k/hash at it solo?

I find a block every 1/2 hours with 300kh/s


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: BrewCrewFan on May 25, 2013, 12:57:12 PM
probably not much point pointing 700 k/hash at it solo?

I find a block every 1/2 hours with 300kh/s

Not sure how you can I have not gotten anything in 4 days now? Thats with around 120.

Now a quick question for solo. lets say I have 3 cards all on dif computers. I run my main computer.
Now could I technically point the other 2 cards at the main computer and would that help with finding blocks? If so how would I get them to work with the other main card?

daemon=1
server=1
rpcuser=BrewCrew
rpcpassword=x
rpcallowip=127.0.0.1
rpcallowip=192.168.0.*
daemon=1
server=1
gen=0
rpcconnect=127.0.0.1
rpcport=9777


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: 8kmode on May 25, 2013, 02:06:54 PM
woooo, I found a block, but..
It has a confirm, is showing as immature (via debug windows > listtransactions) but hasnt appeared in my wallet

"account" : "",
"category" : "immature",
"amount" : 1000.00000000,
"confirmations" : 1,
"blockhash" : "ee0403447cc4c84ab5f987baafd932425f6c1befb150cae5d0ccc6c7342465c0",
"blockindex" : 0,
"txid" : "94ecc9cae7ef16ed4f2f68e89be5a873ac3a5dbe2928caa9903ee36933839bdd",
"time" : 1369489445


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Sondey10mg on May 25, 2013, 02:08:14 PM
woooo, I found a block, but..
It has a confirm, is showing as immature (via debug windows > listtransactions) but hasnt appeared in my wallet

"account" : "",
"category" : "immature",
"amount" : 1000.00000000,
"confirmations" : 1,
"blockhash" : "ee0403447cc4c84ab5f987baafd932425f6c1befb150cae5d0ccc6c7342465c0",
"blockindex" : 0,
"txid" : "94ecc9cae7ef16ed4f2f68e89be5a873ac3a5dbe2928caa9903ee36933839bdd",
"time" : 1369489445


That's normal, it will show up when a new block is mined

Edit: congrats  ;)


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: 8kmode on May 25, 2013, 02:08:34 PM
probably not much point pointing 700 k/hash at it solo?

I find a block every 1/2 hours with 300kh/s

Not sure how you can I have not gotten anything in 4 days now? Thats with around 120.

Now a quick question for solo. lets say I have 3 cards all on dif computers. I run my main computer.
Now could I technically point the other 2 cards at the main computer and would that help with finding blocks? If so how would I get them to work with the other main card?

daemon=1
server=1
rpcuser=BrewCrew
rpcpassword=x
rpcallowip=127.0.0.1
rpcallowip=192.168.0.*
daemon=1
server=1
gen=0
rpcconnect=127.0.0.1
rpcport=9777

Point your PC's to :

ipaddressOfMainComputer:9777
e.g 192.168.1.2:9777


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: BrewCrewFan on May 25, 2013, 02:25:42 PM
probably not much point pointing 700 k/hash at it solo?

I find a block every 1/2 hours with 300kh/s

Not sure how you can I have not gotten anything in 4 days now? Thats with around 120.

Now a quick question for solo. lets say I have 3 cards all on dif computers. I run my main computer.
Now could I technically point the other 2 cards at the main computer and would that help with finding blocks? If so how would I get them to work with the other main card?

daemon=1
server=1
rpcuser=BrewCrew
rpcpassword=x
rpcallowip=127.0.0.1
rpcallowip=192.168.0.*
daemon=1
server=1
gen=0
rpcconnect=127.0.0.1
rpcport=9777

Point your PC's to :

ipaddressOfMainComputer:9777
e.g 192.168.1.2:9777

Awwww fucken sweet. BTW would this "help" finding blocks then solo? Kinda like what p2p does? Combine the hashing power to finding a block? Or would they all still be independent?

Edit: the reason I ask is because then I would hope to have around the 300khash going to finding a block instead of it all on their own...


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: 8kmode on May 25, 2013, 02:52:52 PM
probably not much point pointing 700 k/hash at it solo?

I find a block every 1/2 hours with 300kh/s

Not sure how you can I have not gotten anything in 4 days now? Thats with around 120.

Now a quick question for solo. lets say I have 3 cards all on dif computers. I run my main computer.
Now could I technically point the other 2 cards at the main computer and would that help with finding blocks? If so how would I get them to work with the other main card?

daemon=1
server=1
rpcuser=BrewCrew
rpcpassword=x
rpcallowip=127.0.0.1
rpcallowip=192.168.0.*
daemon=1
server=1
gen=0
rpcconnect=127.0.0.1
rpcport=9777

Point your PC's to :

ipaddressOfMainComputer:9777
e.g 192.168.1.2:9777

Awwww fucken sweet. BTW would this "help" finding blocks then solo? Kinda like what p2p does? Combine the hashing power to finding a block? Or would they all still be independent?

Edit: the reason I ask is because then I would hope to have around the 300khash going to finding a block instead of it all on their own...

I am fairly sure they would all combine rather then working independently, like a pool.
I am sure if I am wrong some one will correct me though

edit : forgot to answer.
Also, yes it would help. The more hashes per sec, the higher your chance of winning the "lottery" :)


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: BrewCrewFan on May 25, 2013, 02:59:07 PM
probably not much point pointing 700 k/hash at it solo?

I find a block every 1/2 hours with 300kh/s

Not sure how you can I have not gotten anything in 4 days now? Thats with around 120.

Now a quick question for solo. lets say I have 3 cards all on dif computers. I run my main computer.
Now could I technically point the other 2 cards at the main computer and would that help with finding blocks? If so how would I get them to work with the other main card?

daemon=1
server=1
rpcuser=BrewCrew
rpcpassword=x
rpcallowip=127.0.0.1
rpcallowip=192.168.0.*
daemon=1
server=1
gen=0
rpcconnect=127.0.0.1
rpcport=9777

Point your PC's to :

ipaddressOfMainComputer:9777
e.g 192.168.1.2:9777

Okay one thing is not clear though... when I point... I would use the rpcconnect and put in the 192.168.1.2:9777?
so it would look like rpcconnect=192.168.1.2:9777 in place of the rpcconnect=127.0.0.1?


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: 8kmode on May 25, 2013, 03:06:07 PM
no, keep your conf file the same.
on your other 2 pc's point the miner to 192.168.2.1:9777 (obviously replace the IP with the IP of your main PC)
also, in your router, turn on port forwarding for 9777 to your main box :)


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: TheSwede75 on May 25, 2013, 03:08:32 PM
probably not much point pointing 700 k/hash at it solo?

I find a block every 1/2 hours with 300kh/s

Not sure how you can I have not gotten anything in 4 days now? Thats with around 120.

Now a quick question for solo. lets say I have 3 cards all on dif computers. I run my main computer.
Now could I technically point the other 2 cards at the main computer and would that help with finding blocks? If so how would I get them to work with the other main card?

daemon=1
server=1
rpcuser=BrewCrew
rpcpassword=x
rpcallowip=127.0.0.1
rpcallowip=192.168.0.*
daemon=1
server=1
gen=0
rpcconnect=127.0.0.1
rpcport=9777

Point your PC's to :

ipaddressOfMainComputer:9777
e.g 192.168.1.2:9777

Okay one thing is not clear though... when I point... I would use the rpcconnect and put in the 192.168.1.2:9777?
so it would look like rpcconnect=192.168.1.2:9777 in place of the rpcconnect=127.0.0.1?

Yes. The only difference is taht using 192.x.x.x:port allows you to connect several computers/miners to the same local wallet. 127.0.0.1 is localhost and won't accept incoming connection outside of the local system. For this to work you of course need all your computers/miners to be connected to the same local LAN and have your router/firewall on the host computer (where wallet resides) configured to allow the connection.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: TheSwede75 on May 25, 2013, 03:08:48 PM
no, keep your conf file the same.
on your other 2 pc's point the miner to 192.168.2.1:9777 (obviously replace the IP with the IP of your main PC)
also, in your router, turn on port forwarding for 9777 to your main box :)

+1


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: BrewCrewFan on May 25, 2013, 03:17:05 PM
no, keep your conf file the same.
on your other 2 pc's point the miner to 192.168.2.1:9777 (obviously replace the IP with the IP of your main PC)
also, in your router, turn on port forwarding for 9777 to your main box :)

Okay so I should leave everything the same for the main computer with the wallet with the exception of making sure I would allow the other 2 PCs to connect to it... correct? Leaving the 127.0.0.1 config for the main computer... and then just edit the launch.bats on the other 2 computers to the IP of the main computer...

think I got this.

YOu guys are great. I am soon gonna be really good at this shit and I thank the effort you guys put into helping :)


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: 8kmode on May 25, 2013, 03:17:59 PM
no, keep your conf file the same.
on your other 2 pc's point the miner to 192.168.2.1:9777 (obviously replace the IP with the IP of your main PC)
also, in your router, turn on port forwarding for 9777 to your main box :)

Okay so I should leave everything the same for the main computer with the wallet with the exception of making sure I would allow the other 2 PCs to connect to it... correct? Leaving the 127.0.0.1 config for the main computer... and then just edit the launch.bats on the other 2 computers to the IP of the main computer...

think I got this.

YOu guys are great. I am soon gonna be really good at this shit and I thank the effort you guys put into helping :)
'

correct. and no problem :)


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Petr1fied on May 25, 2013, 03:58:59 PM
@BrewCrewFan: I do mining though my internal network all the time, usually with a basic config like this:
Code:
rpcuser=x
rpcpassword=x
rpcallowip=192.168.*
rpcallowip=127.0.0.1
rpcport=20202
daemon=1
server=1
gen=0

The rpcport value can be anything you like as long as you use a different port for each wallet you install. You don't even need to open the port because you'll be connecting via your internal network. The only additions I usually make are addnode lines if necessary.

As others have said, just point each individual miner at the internal IP address of the computer hosting the wallet and the port defined in this file and you're good to go.

Good luck in pooling your resources to find a block. :D


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: BrewCrewFan on May 25, 2013, 04:02:11 PM
Alright guys. I did a test run on the slow computer and guess what... I put in the IP for the main computer into the launch.bat and bang.... it worked now hiccups.


Now the next question is would I need the username and PW added into the launch.bat like normal? I kept it in just to be safe...


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: 8kmode on May 25, 2013, 04:03:17 PM
Alright guys. I did a test run on the slow computer and guess what... I put in the IP for the main computer into the launch.bat and bang.... it worked now hiccups.


Now the next question is would I need the username and PW added into the launch.bat like normal? I kept it in just to be safe...

yes, use the username and password from the conf file :)


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: 8kmode on May 25, 2013, 04:04:52 PM
How long are we away from a retarget?

probably not much point pointing 700 k/hash at it solo?

In reply to my own question - I have found 4 blocks so far :)

edit : 5 blocks ^_^


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: emdes on May 25, 2013, 04:07:04 PM
Got 12 blocks in 12 hours with only 600kh/s solo, not much, but still "worth" it  ;)


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Petr1fied on May 25, 2013, 04:11:12 PM
Great work guys. I think we may even reach 20k blocks today. :D


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: 8kmode on May 25, 2013, 04:14:20 PM
Is that the retarget?
Also, in the block explorer - why does it show more then 1000 GME paid out for some blocks? e.g block 19947

block explorer here http://gme.p2pool.nl/chain/Gamecoins (http://gme.p2pool.nl/chain/Gamecoins)


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: emdes on May 25, 2013, 04:21:33 PM
Great work guys. I think we may even reach 20k blocks today. :D

How many blocks left?  ;D


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: 8kmode on May 25, 2013, 04:25:37 PM
Great work guys. I think we may even reach 20k blocks today. :D

How many blocks left?  ;D

48


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Sondey10mg on May 25, 2013, 06:09:28 PM
diff change at 20160 blocks.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: emdes on May 25, 2013, 06:20:11 PM
Sync with network: 339212 blocks remaining  ::)


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Petr1fied on May 25, 2013, 11:19:34 PM
Sync with network: 339212 blocks remaining  ::)

As long as you're using the client linked in the first post, ignore it. The client has checkpoints and will not try to download the rogue blockchain. It'll just display like it's trying to sync but be fully functioning.

By the way guys, I've transferred 50,000 GME to the house account on my Blackjack site (http://cryptoblackjack.kicks-ass.net). Special offer for people who post in this thread only. Visit the site and tell me the deposit wallet address it gives you here:

http://i42.tinypic.com/9u9qh0.png

And I'll credit the account with 200 GME which you can gamble to potentially gain more or just withdraw it to your own GME wallet. It's entirely up to you.

Please note the site is session based so you'll need to keep it open in your browser until your account has been credited and you've cashed out.

Also, this 200 GME credit offer is only open to people posting in this topic. I have offered lesser amounts in other topics.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: BrewCrewFan on May 25, 2013, 11:54:12 PM
GR7nshf9gEL6m52FNUpNtLbYBxQNG8B3AM

Though it does seem to load rather slowly


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Miner-TE on May 25, 2013, 11:54:26 PM
I wouldn't mind giving it a shot ....  thanks.

GMpGToXkeceWcwboTAsazwHpysMg6t2xQN


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Petr1fied on May 26, 2013, 12:01:06 AM
Both credited.

Though it does seem to load rather slowly

It's currently hosted on my local computer whilst in beta testing. I intend to move it to my dedicated server in a few days.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: BrewCrewFan on May 26, 2013, 12:05:29 AM
Both credited.

Though it does seem to load rather slowly

It's currently hosted on my local computer whilst in beta testing. I intend to move it to my dedicated server in a few days.

No worries I gave it all back to the house LOL


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Petr1fied on May 26, 2013, 12:09:48 AM
lol, that was quick. Do you want another go? I'll credit you another 200.

Looks like Miner-TE may be having a little better luck playing with smaller bets.

Edit: Maybe not. House Balance back up to nearly 50K again.  :o


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Miner-TE on May 26, 2013, 12:13:12 AM
Was doing ok ...  Until ...  just had a 21 ... clicked stand and the page refreshed but won't load. just a white screen/page.

edit: upon reloading and placing another bet ... I received ..."You already have an active game, Click here to resume it."

Clicked on it and the previous game reappeared ... clicked Stand and got the same white page ...

tried 3 times,  I can't finish this game ...  :)


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Petr1fied on May 26, 2013, 12:19:33 AM
Was doing ok ...  Until ...  just had a 21 ... clicked stand and the page refreshed but won't load. just a white screen/page.

edit: upon reloading and placing another bet ... I received ..."You already have an active game, Click here to resume it."

Clicked on it and the previous game reappeared ... clicked Stand and got the same white page ...

Strange. I'll check the logs.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: jmfg187 on May 26, 2013, 12:20:28 AM
Is there an "about" page for this coin somewhere so I can see the point of it? I have been mining it but would like to know what it is meant for. I mean is it only meant for gambling and lottos and things or is it possible it could wind up at exchanges as well? Sorry I just like to read and like to know what I am getting into, it would be great if I could get some more details about this coin. Thanks in advance!


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Miner-TE on May 26, 2013, 12:24:56 AM
Anyway,  It was fun while it lasted. Ending balance 0.5 + that Blackjack. 

Leaving now for dinner. Will try again later.

I tried 4 or 5 times to finish that hand.  Hope you can find it in the logs.

Edit : 
See 4.5 and was able to continue but started a new game.  Cashed out 4.6 :)

I will return later.

Thanks.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Petr1fied on May 26, 2013, 12:40:52 AM
Anyway,  It was fun while it lasted. Ending balance 0.5 + that Blackjack.  

Leaving now for dinner. Will try again later.

I tried 4 or 5 times to finish that hand.  Hope you can find it in the logs.


It was because both you and the dealer had blackjack so it was a push:
http://i42.tinypic.com/16hvvbb.png

At least I know where to look in my code. ;) EDIT: Issue fixed.  8)

As you would have been returned the 4 GME as a result of a push I've done it manually and cleared the broken game so you should be able to play again when you return assuming your browser remains open of course.

Is there an "about" page for this coin somewhere so I can see the point of it? I have been mining it but would like to know what it is meant for. I mean is it only meant for gambling and lottos and things or is it possible it could wind up at exchanges as well? Sorry I just like to read and like to know what I am getting into, it would be great if I could get some more details about this coin. Thanks in advance!

You could try reading the original release topic (https://bitcointalk.org/index.php?topic=202764.0) but it doesn't really tell you anything about what the developers plans were for it.

The original developer abandoned the project when it became apparent he had messed up by using the same genesis block as litecoin which resulted in a 51% attack on day one.

Once the 51% attack happened everyone abandoned it apart from a few diehards like myself and jayo89 trying to give it a second life by creating a new fork.

Could it end up on an exchange at some point? Sure, I don't see why not but I can't see that happening until we reach the difficulty readjust at block 20160 and the difficulty comes way down. After that I can see more miners coming onboard and the coin gathering some momentum. Those of us who are plugging away whilst it's difficult & unpopular will be the ones who will benefit most should this happen.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: jmfg187 on May 26, 2013, 12:47:44 AM
Ok thank you much for the info, I was just curious what the plans are I didn't realize the original dev completely abandoned it. Well I will keep mining until there is a reason not to, I will definitely stick around however long you guys need me til the difficulty readjust. If the diff is too high right now then I guess when it comes down I will be getting rich, I have found 20 blocks since yesterday.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Petr1fied on May 26, 2013, 12:54:21 AM
20 blocks, very nice haul.

I expect when we do hit block 20160 the new difficulty will adjust a fair bit downwards due to the low hash rate and we'll finally be able to crank up the speed and bring this baby back to life.  8)

Only 186 blocks to go. :D


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: jayo89 on May 26, 2013, 01:56:01 AM

By the way guys, I've transferred 50,000 GME to the house account on my Blackjack site (http://cryptoblackjack.kicks-ass.net). Special offer for people who post in this thread only. Visit the site and tell me the deposit wallet address it gives you here:

And I'll credit the account with 200 GME which you can gamble to potentially gain more or just withdraw it to your own GME wallet. It's entirely up to you.

Please note the site is session based so you'll need to keep it open in your browser until your account has been credited and you've cashed out.

Also, this 200 GME credit offer is only open to people posting in this topic. I have offered lesser amounts in other topics.

+1

All of you, seriously, good job.  Everyone's really pulled together to lift up this abandoned coin.

Alright, as we approach the new difficulty adjustment, we're going to be implementing a more agile difficulty adjustment algorithm that will prevent GameCoin from having these issues in the future.  This will also lessen the impact of many miners jumping on at once on an easy difficulty and racking up large amounts of coins, so distribution between miners will be more fair and more profitable for loyal, regular miners.

What I need is any and all site owners, pool operators, major miners, etc to contact me via PM so we can co-ordinate the re-launch together and make sure nobody winds up with bad blocks.

After this point, any other GameCoin users should update their wallet with the new client which will be provided at launch time.  This will guarantee you stay on the correct (faster, more stable) blockchain, and that all balances and transactions will remain accurate.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: BrewCrewFan on May 26, 2013, 02:03:56 AM

By the way guys, I've transferred 50,000 GME to the house account on my Blackjack site (http://cryptoblackjack.kicks-ass.net). Special offer for people who post in this thread only. Visit the site and tell me the deposit wallet address it gives you here:

And I'll credit the account with 200 GME which you can gamble to potentially gain more or just withdraw it to your own GME wallet. It's entirely up to you.

Please note the site is session based so you'll need to keep it open in your browser until your account has been credited and you've cashed out.

Also, this 200 GME credit offer is only open to people posting in this topic. I have offered lesser amounts in other topics.

+1

All of you, seriously, good job.  Everyone's really pulled together to lift up this abandoned coin.

Alright, as we approach the new difficulty adjustment, we're going to be implementing a more agile difficulty adjustment algorithm that will prevent GameCoin from having these issues in the future.  This will also lessen the impact of many miners jumping on at once on an easy difficulty and racking up large amounts of coins, so distribution between miners will be more fair and more profitable for loyal, regular miners.

What I need is any and all site owners, pool operators, major miners, etc to contact me via PM so we can co-ordinate the re-launch together and make sure nobody winds up with bad blocks.

After this point, any other GameCoin users should update their wallet with the new client which will be provided at launch time.  This will guarantee you stay on the correct (faster, more stable) blockchain, and that all balances and transactions will remain accurate.

Make sure you BOLD that you keep the .conf and the wallet.dat files when updating and delete everything else.

IMO call me greedy but I hope no one jumps on right away so I can hog some GMC because its been a long dry spell besides the few awesome donations I have gotten, lack of pools just killed my mining :(


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: 8kmode on May 26, 2013, 02:27:10 AM
183 blocks to go..

Is there anyway the dev's can change the block reward from 1000 to 100 or so? Seems like 1000 will provide waaay to much GME, which I think will stop it having any real value.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Miner-TE on May 26, 2013, 03:16:00 AM
Anyway,  It was fun while it lasted. Ending balance 0.5 + that Blackjack.  

Leaving now for dinner. Will try again later.

I tried 4 or 5 times to finish that hand.  Hope you can find it in the logs.


It was because both you and the dealer had blackjack so it was a push:
http://i42.tinypic.com/16hvvbb.png

At least I know where to look in my code. ;) EDIT: Issue fixed.  8)

As you would have been returned the 4 GME as a result of a push I've done it manually and cleared the broken game so you should be able to play again when you return assuming your browser remains open of course.

Is there an "about" page for this coin somewhere so I can see the point of it? I have been mining it but would like to know what it is meant for. I mean is it only meant for gambling and lottos and things or is it possible it could wind up at exchanges as well? Sorry I just like to read and like to know what I am getting into, it would be great if I could get some more details about this coin. Thanks in advance!

You could try reading the original release topic (https://bitcointalk.org/index.php?topic=202764.0) but it doesn't really tell you anything about what the developers plans were for it.

The original developer abandoned the project when it became apparent he had messed up by using the same genesis block as litecoin which resulted in a 51% attack on day one.

Once the 51% attack happened everyone abandoned it apart from a few diehards like myself and jayo89 trying to give it a second life by creating a new fork.

Could it end up on an exchange at some point? Sure, I don't see why not but I can't see that happening until we reach the difficulty readjust at block 20160 and the difficulty comes way down. After that I can see more miners coming onboard and the coin gathering some momentum. Those of us who are plugging away whilst it's difficult & unpopular will be the ones who will benefit most should this happen.

I came back after dinner,  using the same session on the browser. Deposited the 4.5 and played 2 hands. .....  Lost it all.  No luck.

Will play again later, using my own funds.  Thanks for the free entertainment.  :)



Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Petr1fied on May 26, 2013, 03:35:23 AM

By the way guys, I've transferred 50,000 GME to the house account on my Blackjack site (http://cryptoblackjack.kicks-ass.net). Special offer for people who post in this thread only. Visit the site and tell me the deposit wallet address it gives you here:

And I'll credit the account with 200 GME which you can gamble to potentially gain more or just withdraw it to your own GME wallet. It's entirely up to you.

Please note the site is session based so you'll need to keep it open in your browser until your account has been credited and you've cashed out.

Also, this 200 GME credit offer is only open to people posting in this topic. I have offered lesser amounts in other topics.

+1

All of you, seriously, good job.  Everyone's really pulled together to lift up this abandoned coin.

Alright, as we approach the new difficulty adjustment, we're going to be implementing a more agile difficulty adjustment algorithm that will prevent GameCoin from having these issues in the future.  This will also lessen the impact of many miners jumping on at once on an easy difficulty and racking up large amounts of coins, so distribution between miners will be more fair and more profitable for loyal, regular miners.

What I need is any and all site owners, pool operators, major miners, etc to contact me via PM so we can co-ordinate the re-launch together and make sure nobody winds up with bad blocks.

After this point, any other GameCoin users should update their wallet with the new client which will be provided at launch time.  This will guarantee you stay on the correct (faster, more stable) blockchain, and that all balances and transactions will remain accurate.

Well I think we need to nominate a specific block number at which we'll all stop mining. Perhaps block 20060 which is 78 blocks away and 100 blocks from the current 20160 target. This is probably about 3-4 days away at our current rate. This should give everyone enough notice that they'll have to update when we reach that block to be on the correct blockchain.

I'll of course update my site as soon as you're ready to go.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: 8kmode on May 26, 2013, 03:54:29 AM

By the way guys, I've transferred 50,000 GME to the house account on my Blackjack site (http://cryptoblackjack.kicks-ass.net). Special offer for people who post in this thread only. Visit the site and tell me the deposit wallet address it gives you here:

And I'll credit the account with 200 GME which you can gamble to potentially gain more or just withdraw it to your own GME wallet. It's entirely up to you.

Please note the site is session based so you'll need to keep it open in your browser until your account has been credited and you've cashed out.

Also, this 200 GME credit offer is only open to people posting in this topic. I have offered lesser amounts in other topics.

+1

All of you, seriously, good job.  Everyone's really pulled together to lift up this abandoned coin.

Alright, as we approach the new difficulty adjustment, we're going to be implementing a more agile difficulty adjustment algorithm that will prevent GameCoin from having these issues in the future.  This will also lessen the impact of many miners jumping on at once on an easy difficulty and racking up large amounts of coins, so distribution between miners will be more fair and more profitable for loyal, regular miners.

What I need is any and all site owners, pool operators, major miners, etc to contact me via PM so we can co-ordinate the re-launch together and make sure nobody winds up with bad blocks.

After this point, any other GameCoin users should update their wallet with the new client which will be provided at launch time.  This will guarantee you stay on the correct (faster, more stable) blockchain, and that all balances and transactions will remain accurate.

Well I think we need to nominate a specific block number at which we'll all stop mining. Perhaps block 20060 which is 78 blocks away and 100 blocks from the current 20160 target. This is probably about 3-4 days away at our current rate. This should give everyone enough notice that they'll have to update when we reach that block to be on the correct blockchain.

I'll of course update my site as soon as you're ready to go.

Yeah I am down for that. Doubt I qualify as a big miner with my measly 700k/hash but I will stop at 20060 until further notice :)
btw - 12 blocks found so far running the miner for around 12 hours ;D


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Sondey10mg on May 26, 2013, 09:49:36 AM
I'm mining this every day, but only have 300kh/s, so I'm not a big miner. I always keep an eye on this thread though!


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: jk1985 on May 26, 2013, 10:19:20 AM
Got 9500 GME for sale, PM me your offers!


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: 8kmode on May 26, 2013, 10:25:33 AM
Got 9500 GME for sale, PM me your offers!

Maybe you should wait until the coin is a bit more established before selling, you may get more for them..?


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: 8kmode on May 26, 2013, 11:00:02 AM
If anyone knows much about pools and wants to point me in the right direction I will gladly set one (or attempt) to set one up on my machine for the time being?


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: jayo89 on May 26, 2013, 12:30:42 PM
183 blocks to go..

Is there anyway the dev's can change the block reward from 1000 to 100 or so? Seems like 1000 will provide waaay to much GME, which I think will stop it having any real value.

Changing the block reward inline can be messy and runs a lot of risks.  Plus that would unbalance everything since it would mean that all coins currently in circulations would've been easier to get, it could drive new miners away from the coin, feeling they are at an unfair disadvantage.

It could also lead to accusations of pre-pumping the coin to get a bunch out into a few hands early, then reducing the block reward to increase the coin value.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: 8kmode on May 26, 2013, 01:21:45 PM
183 blocks to go..

Is there anyway the dev's can change the block reward from 1000 to 100 or so? Seems like 1000 will provide waaay to much GME, which I think will stop it having any real value.

Changing the block reward inline can be messy and runs a lot of risks.  Plus that would unbalance everything since it would mean that all coins currently in circulations would've been easier to get, it could drive new miners away from the coin, feeling they are at an unfair disadvantage.

It could also lead to accusations of pre-pumping the coin to get a bunch out into a few hands early, then reducing the block reward to increase the coin value.

Yeah true, just seems like a lot of coins.. 20,000 blocks and already 20 mil coins in circulation.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: BrewCrewFan on May 26, 2013, 01:24:51 PM
Shit It wont matter wtf you do haters will hate.


BTW guys I FINALLY found a block. Actually 2. I decided to let it go over night again and found 2 blocks in 2 hours. Now I dont know "who" found them because of the multiple cards going.. but they are found.

I will be pissed if they are stale.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: 8kmode on May 26, 2013, 01:29:33 PM
Shit It wont matter wtf you do haters will hate.


BTW guys I FINALLY found a block. Actually 2. I decided to let it go over night again and found 2 blocks in 2 hours. Now I dont know "who" found them because of the multiple cards going.. but they are found.

I will be pissed if they are stale.

Congrats :)

whats your total has rate with the other pc's?


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: BrewCrewFan on May 26, 2013, 01:32:40 PM
Shit It wont matter wtf you do haters will hate.


BTW guys I FINALLY found a block. Actually 2. I decided to let it go over night again and found 2 blocks in 2 hours. Now I dont know "who" found them because of the multiple cards going.. but they are found.

I will be pissed if they are stale.

Congrats :)

whats your total has rate with the other pc's?

Ummm dont laugh but around 300khash.

I got 2x cpus ( q6600 and a xeon ) 250gts, 660 and a 450.



Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: 8kmode on May 26, 2013, 02:56:49 PM
Shit It wont matter wtf you do haters will hate.


BTW guys I FINALLY found a block. Actually 2. I decided to let it go over night again and found 2 blocks in 2 hours. Now I dont know "who" found them because of the multiple cards going.. but they are found.

I will be pissed if they are stale.

Congrats :)

whats your total has rate with the other pc's?

Ummm dont laugh but around 300khash.

I got 2x cpus ( q6600 and a xeon ) 250gts, 660 and a 450.



not too bad, and hey, at least you got some blocks ;D


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Petr1fied on May 26, 2013, 03:53:52 PM
Shit It wont matter wtf you do haters will hate.


BTW guys I FINALLY found a block. Actually 2. I decided to let it go over night again and found 2 blocks in 2 hours. Now I dont know "who" found them because of the multiple cards going.. but they are found.

I will be pissed if they are stale.

Great work BrewCrewFan, glad your dedication has finally paid off.  8)


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: BrewCrewFan on May 26, 2013, 04:00:16 PM
Shit It wont matter wtf you do haters will hate.


BTW guys I FINALLY found a block. Actually 2. I decided to let it go over night again and found 2 blocks in 2 hours. Now I dont know "who" found them because of the multiple cards going.. but they are found.

I will be pissed if they are stale.

Great work BrewCrewFan, glad your dedication has finally paid off.  8)

Yes finally... though I must say I gave that new coin a try which failed.

1 more week and I should be having a nice new card.... what you think could get me for 200 bucks?


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Carra23 on May 26, 2013, 04:08:52 PM
Is the startup Blckjack offer still on? In case it is the address is Gfx8jAzzGX8Lrw1QU13YP568prt3DpiRhQ


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: akumaburn on May 26, 2013, 04:12:39 PM
Shit It wont matter wtf you do haters will hate.


BTW guys I FINALLY found a block. Actually 2. I decided to let it go over night again and found 2 blocks in 2 hours. Now I dont know "who" found them because of the multiple cards going.. but they are found.

I will be pissed if they are stale.

Congrats :)

whats your total has rate with the other pc's?

Ummm dont laugh but around 300khash.

I got 2x cpus ( q6600 and a xeon ) 250gts, 660 and a 450.



You need to get yourself some radeons m8.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Petr1fied on May 26, 2013, 04:21:02 PM
Is the startup Blckjack offer still on? In case it is the address is Gfx8jAzzGX8Lrw1QU13YP568prt3DpiRhQ

Credited

1 more week and I should be having a nice new card.... what you think could get me for 200 bucks?

Maybe something like a Radeon 7850 or 7870 for that amount of cash.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Carra23 on May 26, 2013, 04:41:17 PM
Is the startup Blckjack offer still on? In case it is the address is Gfx8jAzzGX8Lrw1QU13YP568prt3DpiRhQ

Credited

Thanks

I thought the game would be loaded in your favour? Coz I already won some 50 GMEs.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Petr1fied on May 26, 2013, 04:46:51 PM
I thought the game would be loaded in your favour? Coz I already won some 50 GMEs.

Nope, completely random. The dealer does have an advantage in that you may go bust before it even has to draw a card but you also have a bit of an edge in knowing that the dealer will carry on hitting until it has at least 17.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Carra23 on May 26, 2013, 04:48:27 PM
I thought the game would be loaded in your favour? Coz I already won some 50 GMEs.

Nope, completely random. The dealer does have an advantage in that you may go bust before it even has to draw a card but you also have a bit of an edge in knowing that the dealer will carry on hitting until it has at least 17.

Went crazy and blew up everything. Was fun  ;D


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Sondey10mg on May 26, 2013, 07:54:12 PM
Does someone have a node? every time i start my client I have to wait 45 minutes ti sync. It has 13 connections though....


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: BrewCrewFan on May 26, 2013, 07:55:57 PM
Does someone has a node? every time i start my client I have to wait 45 minutes ti sync. It has 13 connections though....
well that could be because its trying to get a bad chain. Dont worry about it.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Sondey10mg on May 26, 2013, 08:04:26 PM
Does someone has a node? every time i start my client I have to wait 45 minutes ti sync. It has 13 connections though....
well that could be because its trying to get a bad chain. Dont worry about it.

I know that's why, but it's just very frustrating because I have to wait 45 minutes to start mining  ::)


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: BrewCrewFan on May 26, 2013, 08:05:30 PM
Does someone has a node? every time i start my client I have to wait 45 minutes ti sync. It has 13 connections though....
well that could be because its trying to get a bad chain. Dont worry about it.

I know that's why, but it's just very frustrating because I have to wait 45 minutes to start mining  ::)

No you dont need to wait to mine I dont think.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Sondey10mg on May 26, 2013, 08:14:19 PM
If I find a block, will it not be rejected?


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: BrewCrewFan on May 26, 2013, 08:27:03 PM
If I find a block, will it not be rejected?

No everyone is solo mining this and unless you find one that is already found it should not. I dont know the specs on how this works but if you did the last update with the current checkpoints you should be alright


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Sondey10mg on May 26, 2013, 09:31:21 PM
Oh ok, I thought they wouldn't be valid once the blockchain synced. (normally the miner does a work restart when a new block is find, no?)


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: BrewCrewFan on May 26, 2013, 09:34:46 PM
Oh ok, I thought they wouldn't be valid once the blockchain synced. (normally the miner does a work restart when a new block is find, no?)


No wont lose anything unless you dont backup your wallet when the thing gets fixed.

All you will need to do is copy your wallet.dat file in your %appdata% folder. Heck you can even keep and BU the gamecoin.conf file too so you dont have to redo it.

PS all it really is are people (all it takes is one person really ) that does not have the last update to toss everything out of wack. That is why you see it sync and then it connects to someone without the update which sends it back to trying to dl that bad part.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Petr1fied on May 26, 2013, 09:52:35 PM
Just ignore the syncing message, it's merely detecting a larger (wrong) blockchain but your client won't attempt to download it because it has checkpoints. You can mine with it even if it's displaying syncing as long as you have 20,011 blocks (currently)


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Petr1fied on May 26, 2013, 10:09:06 PM
Great news everyone. We have a p2pool courtesy of tyrion70 (https://bitcointalk.org/index.php?action=profile;u=103907). ;D

Feel free to point your miners at:

Host: gme.p2pool.nl
Port: 8500
Username: Your GME Address
Password: Anything you like

Stats Page: http://gme.p2pool.nl/stats/

Share optimization for your hash rate:
Quote
Hash Rate (KH/s)             Difficulty
             1                  +0.00000116
             5                  +0.00000582
            10                  +0.00001164
            50                  +0.00005821
            100                +0.00011641
            250                +0.00029103
            500                +0.00058207
            750                +0.00087310
            1000               +0.00116414
            1600               +0.001862624

For example if you have a device which outputs 100 khash/s you can add your Username as:
Code:
GME_Address_Here+0.00011641

All hail tyrion70 (https://bitcointalk.org/index.php?action=profile;u=103907).  8)



Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: BrewCrewFan on May 26, 2013, 10:12:36 PM
Great news everyone. We have a p2pool courtesy of tyrion70 (https://bitcointalk.org/index.php?action=profile;u=103907). ;D

Feel free to point your miners at:

Host: gme.p2pool.nl
Port: 8500
Username: Your GME Address
Password: Anything you like

Stats Page: http://gme.p2pool.nl/stats/

All hail tyrion70 (https://bitcointalk.org/index.php?action=profile;u=103907).  8)



im gonna hump your leg.....


or this will do:

http://www.youtube.com/watch?v=berLBj5EoiA&list=PLDEE7BCD46BC73838&index=1


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Petr1fied on May 26, 2013, 10:20:00 PM
That bot sure does like to hump.  ;D


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Petr1fied on May 26, 2013, 10:45:32 PM
Added some share size optimization info to get the best results out of your devices.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: tyrion70 on May 26, 2013, 10:47:46 PM
:D you're welcome!

o and offcourse the blockexplorer in case u didn't know already..

http://gme.p2pool.nl



Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: BrewCrewFan on May 26, 2013, 11:17:08 PM
Added some share size optimization info to get the best results out of your devices.
hu?

:D you're welcome!

o and offcourse the blockexplorer in case u didn't know already..

http://gme.p2pool.nl



Your a god for today . BTW troubles with cpu mining. Yes... I mine with CPUs I take every spare khash I can right now.
I used ScryptMiner, minerd, and even the wallet.
I keep getting [2013-05-26 18:16:16] HTTP request failed: Couldn't resolve host 'gme.p2pool.nl:8500 '


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Petr1fied on May 26, 2013, 11:22:36 PM
Added some share size optimization info to get the best results out of your devices.
hu?

Edited my post above.

Share optimization for your hash rate:
Quote
Hash Rate (KH/s)             Difficulty
             1                  +0.00000116
             5                  +0.00000582
            10                  +0.00001164
            50                  +0.00005821
            100                +0.00011641
            250                +0.00029103
            500                +0.00058207
            750                +0.00087310
            1000               +0.00116414
            1600               +0.001862624

For example if you have a device which outputs 100 khash/s you can add your Username as:
Code:
GME_Address_Here+0.00011641


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: jmfg187 on May 26, 2013, 11:44:03 PM
Thank you for the pool, now I just gotta see if it is worth it or not. The payments seem quite small for around 800 Kh/s considering The amount of blocks I have found solo already. Or is this like PPLNS which builds up over time?


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: BrewCrewFan on May 26, 2013, 11:46:50 PM
Thank you for the pool, now I just gotta see if it is worth it or not. The payments seem quite small for around 800 Kh/s considering The amount of blocks I have found solo already. Or is this like PPLNS which builds up over time?

builds up.

The goal right now is push this to the mark as fast as possible... after that you can go you merry way on solo mining. We just gotta stick together right now and get it done.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: jmfg187 on May 27, 2013, 12:03:07 AM
ok cool thanks for the quick response.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Petr1fied on May 27, 2013, 02:13:51 AM
Looking at the pool stats we may not even need a new fork. We should hit block 20160 it 2 days if we keep it up. Then we can have the next 2160 blocks at low difficulty and keep it under out hats seeing as there is very little interest right now.  ;)

Although in saying that a better difficulty adjustment algorithm would prevent this happening again in future. The 2016 block difficulty adjust seems to be the kiss of death for too many a coin these days.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: cheesylard on May 27, 2013, 02:15:49 AM
So what is the point of this coin?


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: jayo89 on May 27, 2013, 02:19:48 AM
Looking at the pool stats we may not even need a new fork. We should hit block 20160 it 2 days if we keep it up. Then we can have the next 2160 blocks at low difficulty and keep it under out hats seeing as there is very little interest right now.  ;)

Although in saying that a better difficulty adjustment algorithm would prevent this happening again in future. The 2016 block difficulty adjust seems to be the kiss of death for too many a coin these days.

The fact that so many coins have identical difficulty adjusts is a symptom of the problem...lazy developers who aren't developing, just cloning litecoin and hoping to cash in.

I'll Hold off for now on the form and see how things progress past the mark, because it looks like that's what everyone wants (feel free to correct me if I'm mistaken).
Though I do agree a difficulty algorithm adjustment would keep the coin stable and prevent this issue in the future, even at exceptionally low hashrates.

Though I've picked up development, I still consider this a community coin so majority essentially rules as far as what stuff I do/don't implement.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: BrewCrewFan on May 27, 2013, 02:23:50 AM
Looking at the pool stats we may not even need a new fork. We should hit block 20160 it 2 days if we keep it up. Then we can have the next 2160 blocks at low difficulty and keep it under out hats seeing as there is very little interest right now.  ;)

Although in saying that a better difficulty adjustment algorithm would prevent this happening again in future. The 2016 block difficulty adjust seems to be the kiss of death for too many a coin these days.

The fact that so many coins have identical difficulty adjusts is a symptom of the problem...lazy developers who aren't developing, just cloning litecoin and hoping to cash in.

I'll Hold off for now on the form and see how things progress past the mark, because it looks like that's what everyone wants (feel free to correct me if I'm mistaken).
Though I do agree a difficulty algorithm adjustment would keep the coin stable and prevent this issue in the future, even at exceptionally low hashrates.

Though I've picked up development, I still consider this a community coin so majority essentially rules as far as what stuff I do/don't implement.

The problem is... if the adjustment is not made... who is to say this does not get raped like all the other coins driving up the dif again and we repeat this?

Dont get me wrong I back this coin from launch.... but I dont think I have it in me to see the dif jump again only to be left again where we are. Of course that might change when I get a card that can hash next week but stilll....


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Petr1fied on May 27, 2013, 02:33:58 AM
So what is the point of this coin?

What is the point of any alt coin? When it comes down to it they're all pretty much the same as each other. I'm not going to give you the regular BS about how amazing the coin is like you'll get from any of the shills in any alt coin thread on this forum.

With a name like GameCoin I think the most obvious use would be on gaming sites of which there are currently 2 at the moment:

http://alt-co.in/slots.php
http://cryptoblackjack.kicks-ass.net

Perhaps with a name like GameCoin it could also be used for selling games online, who knows? As long as people support and develop for a coin it has a use and in turn a value associated with it.

I may personally develop a Payment API for it so that people can easily accept payment for products on their Web Sites.

What can I say, we few who are mining it whilst everyone else have abandoned it believe there may still be a future for GameCoin. We may be wrong but sometimes you just need to take a stand.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Petr1fied on May 27, 2013, 02:37:51 AM
Well our original plan was to fork at 20060 but we'll probably hit that in a few hours. How about we carry on to the proper difficulty adjustment at block 20160 and at that point we implement your new difficulty algorithm. Do you think you can be ready to go in 2 days jayo89?


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: BrewCrewFan on May 27, 2013, 03:39:32 AM
Well our original plan was to fork at 20060 but we'll probably hit that in a few hours. How about we carry on to the proper difficulty adjustment at block 20160 and at that point we implement your new difficulty algorithm. Do you think you can be ready to go in 2 days jayo89?

If not we can provide some blow.... no hookers only because that would distract him and maybe when its all said and done... the hookers.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Petr1fied on May 27, 2013, 04:54:31 AM
I'll donate 10,000 GME to a faucet if someone else is prepared to hand out the funds as they see fit.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: tyrion70 on May 27, 2013, 07:05:02 AM
If someone gives me code for a faucet, I'll put in on the web right next to the pool and block explorer :-)


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Sondey10mg on May 27, 2013, 07:15:59 AM
Well apparantly I was misunderstood. I couldn't sync with the actual GME blockchain (last block generated 6 hours ago), so I couldn't mine. All fixed now.
Great work on the pool Tyrion!


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Sondey10mg on May 27, 2013, 07:20:53 AM
Target time to retarget

0 days 05 hours 12 minutes

Woot! (maybe a bit optimistic  ;D)


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Petr1fied on May 27, 2013, 07:27:48 AM
If someone gives me code for a faucet, I'll put in on the web right next to the pool and block explorer :-)

I could probably code an automated faucet. I'll look into it later. Currently rebuilding my mining computer in a plastic crate to give it better airflow.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: tyrion70 on May 27, 2013, 07:28:07 AM
Errrr


Target time to retarget
0 days 05 hours 15 minutes      

Current time to retarget
2 days 15 hours 00 minutes

I've been breaking my neck how to write it clearly.. But the first one is how it should be, the second is actual based on the time between the last 100 blocks.. Still some time to go unfortunately..


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Sondey10mg on May 27, 2013, 07:34:05 AM
Errrr


Target time to retarget
0 days 05 hours 15 minutes      

Current time to retarget
2 days 15 hours 00 minutes

I've been breaking my neck how to write it clearly.. But the first one is how it should be, the second is actual based on the time between the last 100 blocks.. Still some time to go unfortunately..

Oh I see. No, that was just stupid of me, you wrote it clearly enough, should have looked better  ;)


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: tyrion70 on May 27, 2013, 07:37:02 AM
 ;D good thing though, the pool is either very lucky or we have more hash power cause the current spacing of 1336 seconds is going down. At this rate it might be less than 2 days before the retarget..


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Sondey10mg on May 27, 2013, 09:29:52 AM
pool found 5 blocks in 5 minutes!


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: 8kmode on May 27, 2013, 11:54:54 AM
getting close to readjust


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: tyrion70 on May 27, 2013, 12:37:24 PM
75 blocks to go...


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: 8kmode on May 27, 2013, 12:52:54 PM
any guesses as to what the difficulty will readjust to?


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: tyrion70 on May 27, 2013, 01:03:39 PM
Hard to give exact numbers.. Depends on the average time between blocks between the last retarget and the mext.. I think that will be well over 600 seconds which should make the new diff 0.25..


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: 8kmode on May 27, 2013, 02:15:23 PM
This coin needs a more active community or it is going to die.

Well.. more so anyway.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Sondey10mg on May 27, 2013, 02:22:48 PM
Our community is quite active.. It's just very small. Not a bad thing though, not yet


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Sondey10mg on May 27, 2013, 02:41:32 PM
bad luck at pool  :(


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: tyrion70 on May 27, 2013, 03:19:44 PM
Aw well.. Expected time between blocks is 20 minutes.. We've had 7 blocks in last 3 hours.. Could be worse ;-)


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: jayo89 on May 27, 2013, 04:09:35 PM
Well our original plan was to fork at 20060 but we'll probably hit that in a few hours. How about we carry on to the proper difficulty adjustment at block 20160 and at that point we implement your new difficulty algorithm. Do you think you can be ready to go in 2 days jayo89?

Oh my finger's on the trigger, as soon as everyone wants the new algorith and we habve someone available to compile the QT on short notice, I'm ready whenever.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: jayo89 on May 27, 2013, 04:13:45 PM
If someone gives me code for a faucet, I'll put in on the web right next to the pool and block explorer :-)

+1.  Anyone else love this guy?

Also, my slots output 0.05 GME per spin regardless of bet amount, as a way of sort of spreading the amount of gamecoin in circulation around to people.  Hoping maybe if they notice they have some, they'll take interest.

I like the idea of spreading the coin around, but we could be a little more creative than a faucet.  Maybe very small, very simple games that take 30 seconds or so to play through and reward a small amount of GME? We are GameCoin afterall, let's get a little fancy ;)

That being said, if anyone needs help implementing GME micro-rewards into a small game, I'm more than happy to help out.  One of the keys to a valuable coin is to make sure that there are a lot of people holding a small amount, to keep interest/awareness/demand high.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Sondey10mg on May 27, 2013, 04:46:09 PM
Everyone went mining MEMEcoin, so it seems.  ::) ;D

Quote
Maybe very small, very simple games that take 30 seconds or so to play through and reward a small amount of GME?

I really like the idea, too bad I don't have the skills to make it reality


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: tyrion70 on May 27, 2013, 05:48:12 PM
Everyone went mining MEMEcoin, so it seems.  ::) ;D

:-d they have a good pool and blockexplorer :-p

Found some faucet code.. I'll check that later tonight:

https://github.com/Greedi/bitcoin-faucet


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Petr1fied on May 27, 2013, 06:40:15 PM
Everyone went mining MEMEcoin, so it seems.  ::) ;D

I'm not although I did take the opportunity to get 10K of it, purely by supporting it on my Blackjack site.

Finally got my mining rig rebuilt so I'll point my hashes back at the pool shortly.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Sondey10mg on May 27, 2013, 08:28:18 PM
I'm mining back at the pool (all the stupid coins of today have passed). let's get to the target tonight!


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: jmfg187 on May 27, 2013, 11:06:34 PM
Cmon guys hash, hash away only 54 blocks to go!


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Petr1fied on May 27, 2013, 11:29:39 PM
Damn it's so close now I can almost taste it. I remember when it was 500 blocks away and I think I was the only miner still on it. :D

Looking forward to that diff reduction. If we hit it on schedule in 1 day, 16 hours (according to the pool stats) I reckon the difficulty will drop to 0.207~


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: BrewCrewFan on May 27, 2013, 11:37:11 PM
Damn it's so close now I can almost taste it. I remember when it was 500 blocks away and I think I was the only miner still on it. :D

Looking forward to that diff reduction. If we hit it on schedule in 1 day, 16 hours (according to the pool stats) I reckon the difficulty will drop to 0.207~
Then watch it get raped again to bump it back though the roof leaving us with the bag again.

Sorry hate to be a debby downer here but I see this every damn time with alt coins. This is how we got into this mess to begin with.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Petr1fied on May 28, 2013, 03:32:43 AM
I'm not saying it shouldn't be forked to improve the difficulty adjustment algorithm for the better so as not leave us in the same situation again. I'm all for that.

It'll just be nice to even a few cheap blocks after weeks of putting in a huge amount of effort only to give away a huge chunk of my block rewards (over 50,000 GME so far) in support of a coin that what was essentially dead a few weeks ago.

The sooner we get the new fork out and in use after the natural difficulty adjust, the better.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: BrewCrewFan on May 28, 2013, 03:46:45 AM
I'm not saying it shouldn't be forked to improve the difficulty adjustment algorithm for the better so as not leave us in the same situation again. I'm all for that.

It'll just be nice to even a few cheap blocks after weeks of putting in a huge amount of effort only to give away a huge chunk of my block rewards (over 50,000 GME so far) in support of a coin that what was essentially dead a few weeks ago.

The sooner we get the new fork out and in use after the natural difficulty adjust, the better.

Yeah working on it I giving it all I got still ( whole 300k lol ) Ill just be pissed if this happens again after how much time invested at least for me. I might just walk away from it all together. I saw what happened to my learning coin...

Anyways 37 to go.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: stevenlam on May 28, 2013, 03:49:54 AM
WTS 1m2 GME for 24 LTC. Pm me if you want


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: 8kmode on May 28, 2013, 09:29:58 AM
24 to go...
I honestly thought we would of hit 2160 whilst I was at work today


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Sondey10mg on May 28, 2013, 09:42:45 AM
it will take a while. New coin in 10 minutes  :P


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Fernandez on May 28, 2013, 10:08:55 AM
I am using the wallet from the first page which I downloaded some 10 days back. Is that the correct one? Or has it been updated again?


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Sondey10mg on May 28, 2013, 10:09:58 AM
I am using the wallet from the first page which I downloaded some 10 days back. Is that the correct one? Or has it been updated again?

That's the correct one. There will be an update shortly though


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Petr1fied on May 28, 2013, 10:32:02 AM
it will take a while. New coin in 10 minutes  :P

Over 3000 blocks and it's been out what 30 minutes?  ::)

I think I'll just stick with getting GME over the line. Only 16 blocks to go.  ;D


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Sondey10mg on May 28, 2013, 11:10:15 AM
it will take a while. New coin in 10 minutes  :P

Over 3000 blocks and it's been out what 30 minutes?  ::)

I think I'll just stick with getting GME over the line. Only 16 blocks to go.  ;D

I just try to get a few blocks of every new coin, just in case  :)
Back on GME, let's get that target!


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: 8kmode on May 28, 2013, 11:19:59 AM
it will take a while. New coin in 10 minutes  :P

Over 3000 blocks and it's been out what 30 minutes?  ::)

I think I'll just stick with getting GME over the line. Only 16 blocks to go.  ;D

I just try to get a few blocks of every new coin, just in case  :)
Back on GME, let's get that target!

how many did you end up getting?


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Sondey10mg on May 28, 2013, 11:25:03 AM
it will take a while. New coin in 10 minutes  :P

Over 3000 blocks and it's been out what 30 minutes?  ::)

I think I'll just stick with getting GME over the line. Only 16 blocks to go.  ;D

I just try to get a few blocks of every new coin, just in case  :)
Back on GME, let's get that target!

how many did you end up getting?

3 blocks + the giveaway. Not much, but can't expect more with only 300kh/s and it being an orphancoin


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Magic8Ball on May 28, 2013, 11:36:37 AM
I just rely on giveaways for the new coins. Usually just want them for collection. Just received 500 SXC.

Will the difficulty drop after the retarget? How much are you anticipating.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: 8kmode on May 28, 2013, 11:40:52 AM
Yeah I got 5 blocks all up. Back on GME now :)


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: 8kmode on May 28, 2013, 12:09:49 PM
Count em down'
10 to go


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Sondey10mg on May 28, 2013, 12:16:16 PM
I really hope stevenlam or that other guy don't come destroying the new diff.. After all our hard work


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: BrewCrewFan on May 28, 2013, 12:19:45 PM
I really hope stevenlam or that other guy don't come destroying the new diff.. After all our hard work

O you know they will just because now shuddap about this and bumping it onto the first page lol


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: tyrion70 on May 28, 2013, 02:27:24 PM
W00t


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Rannasha on May 28, 2013, 02:30:23 PM
New difficulty is 0.25, down from 1.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Petr1fied on May 28, 2013, 04:31:50 PM
Great job guys, it's been a long hard slog but I see we're finally over the line. We just need to agree on a set point for jayo89's new fork to come into play and then all stop mining at (or before) that point to avoid being caught on the wrong side of it.

How about we all pause our mining efforts at block 20500 which is currently 269 blocks away? That should hopefully give everyone enough time to read this.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: tyrion70 on May 28, 2013, 04:39:11 PM
Great job guys, it's been a long hard slog but I see we're finally over the line. We just need to agree on a set point for jayo89's new fork to come into play and then all stop mining at that point to avoid being caught on the wrong side of it.

Guys, as long as you keep mining on the pool, the pool needs to have updated software.. Please give me some time in advance to update my clients and restart the pool, worst case ppl not mining on the pool get invalid blocks.. Also i'd think it wise to release a second update a few days later with an updated checkpoint.

Cheers and good work!


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: BrewCrewFan on May 28, 2013, 07:56:04 PM
I think sooner than later.... IMO... not everyone will stop. Some will miss it anyways... might as well get it done now.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: BrewCrewFan on May 28, 2013, 07:56:23 PM
Great job guys, it's been a long hard slog but I see we're finally over the line. We just need to agree on a set point for jayo89's new fork to come into play and then all stop mining at (or before) that point to avoid being caught on the wrong side of it.

How about we all pause our mining efforts at block 20500 which is currently 269 blocks away? That should hopefully give everyone enough time to read this.

Agreed, I am ready for it!

Thats what she said!


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Hydroponica on May 28, 2013, 07:59:38 PM
Whoah, hold on now, instead of creating a new failed coin, you decided to revive one? Did we run out of names???


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: jayo89 on May 28, 2013, 09:01:37 PM
Whoah, hold on now, instead of creating a new failed coin, you decided to revive one? Did we run out of names???
ironically enough, I actually decided to adopt this abandoned coin because of the name.  So basically, yeah.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: jayo89 on May 28, 2013, 09:05:14 PM
AMAZING work ladies and gents!  So now the big question:  Do you guys want me to implement to new difficulty algorithm, or should we just let it ride for now and see how things go?  I'm fine with whichever.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: BrewCrewFan on May 28, 2013, 09:07:01 PM
AMAZING work ladies and gents!  So now the big question:  Do you guys want me to implement to new difficulty algorithm, or should we just let it ride for now and see how things go?  I'm fine with whichever.
DO the fork. Much better now than waiting around and wishing we had done it sooner. We need the syncing issue fixed anyways.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Petr1fied on May 28, 2013, 09:08:16 PM
I think we need to implement the new algorithm ASAP. I'm sure you can code the new algorithm to come into force at a specific block number and we can all download the new client and just carry on seamlessly. As long as the block number you choose is before the next natural readjust and all interested parties have time to update their clients we should be all good.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: TheSwede75 on May 28, 2013, 09:08:34 PM
AMAZING work ladies and gents!  So now the big question:  Do you guys want me to implement to new difficulty algorithm, or should we just let it ride for now and see how things go?  I'm fine with whichever.

What will the implications of the fork be? Just faster diff reset?


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Rannasha on May 28, 2013, 09:09:35 PM
AMAZING work ladies and gents!  So now the big question:  Do you guys want me to implement to new difficulty algorithm, or should we just let it ride for now and see how things go?  I'm fine with whichever.

A better difficulty algorithm would be nice. Would also set the coin apart from other coins.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Petr1fied on May 28, 2013, 09:11:43 PM
Maybe you could look at the last 2 commits on Mincoin for point of reference on getting a new algorithm to kick in after a specific block:

https://github.com/SandyCohen/mincoin/commits/master


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: jayo89 on May 28, 2013, 09:22:36 PM
Maybe you could look at the last 2 commits on Mincoin for point of reference on getting a new algorithm to kick in after a specific block:

https://github.com/SandyCohen/mincoin/commits/master
Thanks, I'll take a look later on when I'm free.  so we were thinking have it kick in at next difficulty adjust?  That would also give people a bit of wiggle room as far as when they upgrade.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Petr1fied on May 28, 2013, 09:33:50 PM
Maybe you could look at the last 2 commits on Mincoin for point of reference on getting a new algorithm to kick in after a specific block:

https://github.com/SandyCohen/mincoin/commits/master
Thanks, I'll take a look later on when I'm free.  so we were thinking have it kick in at next difficulty adjust?  That would also give people a bit of wiggle room as far as when they upgrade.

Anywhere at or before is good. As long as people have time to update their clients and daemons well in advance of the change it should be fine.

It's probably a good idea to also add a few more checkpoints in your next fork, just to solidify this blockchain further


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Sondey10mg on May 29, 2013, 09:01:04 AM
Client keeps having problems syncing.. Last block generated 11 hours ago.. Does someone have a node?


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Petr1fied on May 29, 2013, 10:17:52 AM
addnode=92.5.97.30


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Sondey10mg on May 29, 2013, 10:21:48 AM
addnode=92.5.97.30

ty! I will try to connect to this node when I start the client


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: BrewCrewFan on May 29, 2013, 04:45:33 PM
Should we still be mining? Is the hard fork coming out soon? Should I move to another coin? The pool is only me!

I stopped myself... waiting for the fix


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Petr1fied on May 29, 2013, 11:14:02 PM
You don't need to stop mining but of course it's up to you where you devote your resources. jayo89 will no doubt update github with his changes which will kick in at some as yet undetermined block number as soon as he is able to do so. At which point we'll get updated clients made. As long as you're using the new client and tyrion updates his pool before we hit this as yet unknown block number you will be able to continue as normal.

I've moved my miners back onto the pool.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Petr1fied on May 30, 2013, 07:44:17 AM
I've added an automatic GameCoin faucet to my blackjack site (http://cryptoblackjack.kicks-ass.net) where users will be issued with 10 GME and directed to this thread in order to download the client.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: emdes on May 30, 2013, 09:26:25 AM
I've added an automatic GameCoin faucet to my blackjack site (http://cryptoblackjack.kicks-ass.net) where users will be issued with 10 GME and directed to this thread in order to download the client.

haha, cool  :D


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: barwizi on May 30, 2013, 09:59:41 AM
WHo can get this added to cryptsy?


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: emdes on May 30, 2013, 02:01:23 PM
WHo can get this added to cryptsy?

NO DUMPING ! please ?  ;D


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: barwizi on May 30, 2013, 02:36:05 PM
i dont even have any to dump, actually gonna compile the client now, care to share me some?


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: emdes on May 30, 2013, 02:43:09 PM
Sure, no problem, but "difficulty" : 0.25000000,  :P 500kh/s should give you like 2 - 3 blocks/hour, or even more.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: BrewCrewFan on May 30, 2013, 02:46:23 PM
WHo can get this added to cryptsy?

NO DUMPING ! please ?  ;D

Why the hurry for exchange? Must really wanna ruin another coin.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: barwizi on May 30, 2013, 02:47:48 PM
actually, it's not rushing considering when this coin came out. And as you can see from phenix coin, holding off from an exchange too long kills a coin


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Petr1fied on May 30, 2013, 05:37:00 PM
It was well and truly dead when we started with it. It's now an undead coin.

I don't think there's any benefit to trying to get it to an exchange until we at least have the new difficulty algorithm in place. We'll just end up with it getting pumped to a stupid difficulty by those who want to dump it and then be back at square one.

Also I'd love for it to have some tangible use outside of gambling, with a name like GameCoin it could be used for selling games online so I'm going to look into setting up a payment API like that used on bitchain.info where it forwards the payment from a temporary address to the users own address for a minimal fee. I'm pretty sure I could come up with a service like this.  8)


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: jayo89 on May 31, 2013, 04:11:05 AM
It was well and truly dead when we started with it. It's now an undead coin.

I don't think there's any benefit to trying to get it to an exchange until we at least have the new difficulty algorithm in place. We'll just end up with it getting pumped to a stupid difficulty by those who want to dump it and then be back at square one.

Also I'd love for it to have some tangible use outside of gambling, with a name like GameCoin it could be used for selling games online so I'm going to look into setting up a payment API like that used on bitchain.info where it forwards the payment from a temporary address to the users own address for a minimal fee. I'm pretty sure I could come up with a service like this.  8)

We've got a similar service in the work for alt-co.in.  We're considering dropping the slot machine now that the escrow is in place, and we've got the payment API and Exchange on the way.

and I agree.  I personally would love to see GameCoin as in-game rewards, or used for in-game purchases.  Something interactive like that would be cool as hell.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: barwizi on June 01, 2013, 03:45:50 AM
Well? If this gets added to cryptsy, you'd be surprised it may well trade better due to volumes.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: emdes on June 01, 2013, 02:07:15 PM
Yes, gogo add it Vern  :P


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: barwizi on June 01, 2013, 02:10:58 PM
Yes, gogo add it Vern  :P

pm him, the more requests he gets the more he will know people want to trade.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Sondey10mg on June 01, 2013, 05:19:41 PM
Everyone thinks this is dead coin so everyone will just dump this coin. Wait for an exchange until the revive is complete!


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: barwizi on June 01, 2013, 06:01:12 PM
you wont revive until you have an exchange, noone mines dead coins unless they see that they can trade and profit. If it is on an exchange and difficulty is reasonable, people will then choose to mine it. otherwise in the meantime, we'd be fooling ourselves thinking the community will turn to this coin out of the blue.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: sumantso on June 01, 2013, 06:07:07 PM
Everyone thinks this is dead coin so everyone will just dump this coin. Wait for an exchange until the revive is complete!

+1


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: BrewCrewFan on June 01, 2013, 06:09:50 PM
Only people that seem to want the exchange are those that wanna dump.

How about we let the devs work on getting other things established first? I know some of you are just itching to get it on the market so you can cash out and never be heard from again...

Sorry seen this with just about every coin. People only want to dump the coin and move on to the next best alt.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: barwizi on June 01, 2013, 06:10:18 PM
Everyone thinks this is dead coin so everyone will just dump this coin. Wait for an exchange until the revive is complete!

you'll join elacoin in a week, guaranteed.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: barwizi on June 01, 2013, 06:17:24 PM
Only people that seem to want the exchange are those that wanna dump.

How about we let the devs work on getting other things established first? I know some of you are just itching to get it on the market so you can cash out and never be heard from again...

Sorry seen this with just about every coin. People only want to dump the coin and move on to the next best alt.


if i wanted to dump, even on cryptsy, the kinds of volume i have would empty all the buy orders. but the things is people look at 3 things when they mine now, 1) coinchoose ratings, 2) difficulty 3) cryptsy price.

you have none of the above, worse this coins looses miners everyday. inactivity will kill this coin.

even if this coin went to exchange in two years, i'd still have my 150k, i'd dump it in a day and still it would crash.

i support all idea backed altcoins, this is one of them. i'd hate to see it fail because you guys think it's different. it's a alt coin, let it do what alt coins do. phenix nearly died if it wasn't for our pushing it on to market. if this coin has value it will show it at market. not on google docs exchange were people rob each other blind.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: BrewCrewFan on June 01, 2013, 06:22:28 PM
Only people that seem to want the exchange are those that wanna dump.

How about we let the devs work on getting other things established first? I know some of you are just itching to get it on the market so you can cash out and never be heard from again...

Sorry seen this with just about every coin. People only want to dump the coin and move on to the next best alt.


if i wanted to dump, even on cryptsy, the kinds of volume i have would empty all the buy orders. but the things is people look at 3 things when they mine now, 1) coinchoose ratings, 2) difficulty 3) cryptsy price.

you have none of the above, worse this coins looses miners everyday. inactivity will kill this coin.

even if this coin went to exchange in two years, i'd still have my 150k, i'd dump it in a day and still it would crash.

i support all idea backed altcoins, this is one of them. i'd hate to see it fail because you guys think it's different. it's a alt coin, let it do what alt coins do. phenix nearly died if it wasn't for our pushing it on to market. if this coin has value it will show it at market. not on google docs exchange were people rob each other blind.

My point is BBQ stayed alive for how long?
No need for an exchange for now. When we get the base on what this coin is for then sure... look at PXC... they got the shit going before the exchange. Its doing very well. Thats because they already has shit in place... for this coin there is nothing yet.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: barwizi on June 01, 2013, 06:45:07 PM
for linux users, when this coin came out, we considered putting games in a repository and charging GMC to get the games. But we can't do that unless we know this coin is going somewhere, we use usd in our everyday life, i need to know how much each GMC is worth then i can safely set a price. I'm not talking out of my ass, and if you were on phenix, then u'd know i' m the one who pro actively bashed cryptsy for adding it too early. Better you let the dumpers do their thing, then in all that chaos, a price is formulated, service providers will then have a marker to use.

This coin, beacuse of it's name has quite the applications, but you have to put it out there. ya'llz ywanna hold? go ahead, it'll die like the others. .


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: jayo89 on June 02, 2013, 04:18:53 AM
From barwizi-

Quote
if i wanted to dump, even on cryptsy, the kinds of volume i have would empty all the buy orders. but the things is people look at 3 things when they mine now, 1) coinchoose ratings, 2) difficulty 3) cryptsy price.

you have none of the above, worse this coins looses miners everyday. inactivity will kill this coin.

even if this coin went to exchange in two years, i'd still have my 150k, i'd dump it in a day and still it would crash.

i support all idea backed altcoins, this is one of them. i'd hate to see it fail because you guys think it's different. it's a alt coin, let it do what alt coins do. phenix nearly died if it wasn't for our pushing it on to market. if this coin has value it will show it at market. not on google docs exchange were people rob each other blind.


From Petr1fied -

Quote

Also I'd love for it to have some tangible use outside of gambling, with a name like GameCoin it could be used for selling games online so I'm going to look into setting up a payment API like that used on bitchain.info where it forwards the payment from a temporary address to the users own address for a minimal fee. I'm pretty sure I could come up with a service like this. 

Maybe Petr1fied knows a few things already.

I want to wait for the hard fork after the coin is actually stable. The difficulty needs to be adjusted more quickly. We need to establish a base for use other than gambling. Maybe an in-game currency like FaceBook Credits.
 
And if anyone knows about alt-coins, BrewCrewFan is also high on the list. Take heed on what these main posters in this topic have to say.

Furthermore, I find it hard to believe that you care about this coin at all; 18 pages in this post and you started on page 16. If I view your previous posts they include nearly every alt coin there is.

If you really want to bring value to this coin make a post and start giving away the GME in your wallet since they seem to be burning a hole in your computer.  :D

-PoolMinor

Yeah, I'm getting out of the slot machine business as soon as We complete our other services and I come up with some other "game-ish" way to distribute GameCoins to the masses.  I'm considering maybe buying up a couple Steam codes or something and selling them for GME.

An important thing to remember is that value isn't only determined by how easy it is to obtain a coin, but also what it can actually be used for.  Most "successful" alts obtain value once they hit an exchange, because at that point they can be exchanged for money and/or BTC.  If there were not only games distributing coins, but also accepting them as payment, this would increase appeal.

I'm working on an easy-to-implement payment system that will make it easy for users to make deposits/purchases with GME and any other coin in their alt-co.in wallet.  Hopefully stuff like this will get more developers on board with alt-coins, meaning more purchases for end-users, and more desirability for all supported coins.

In the mean time, if anyone's got a game or anything that they need help integrating with GameCoin, give me a shout and I'll see if I can assist.

In other news, we're going ahead with the difficulty fork in the next couple days.  It will be set to kick in after a thousand blocks or so, that way there's a bit of wiggle room as far as updating clients and daemons.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: barwizi on June 02, 2013, 09:50:51 AM
From barwizi-

Quote
if i wanted to dump, even on cryptsy, the kinds of volume i have would empty all the buy orders. but the things is people look at 3 things when they mine now, 1) coinchoose ratings, 2) difficulty 3) cryptsy price.

you have none of the above, worse this coins looses miners everyday. inactivity will kill this coin.

even if this coin went to exchange in two years, i'd still have my 150k, i'd dump it in a day and still it would crash.

i support all idea backed altcoins, this is one of them. i'd hate to see it fail because you guys think it's different. it's a alt coin, let it do what alt coins do. phenix nearly died if it wasn't for our pushing it on to market. if this coin has value it will show it at market. not on google docs exchange were people rob each other blind.


From Petr1fied -

Quote

Also I'd love for it to have some tangible use outside of gambling, with a name like GameCoin it could be used for selling games online so I'm going to look into setting up a payment API like that used on bitchain.info where it forwards the payment from a temporary address to the users own address for a minimal fee. I'm pretty sure I could come up with a service like this.  

Maybe Petr1fied knows a few things already.

I want to wait for the hard fork after the coin is actually stable. The difficulty needs to be adjusted more quickly. We need to establish a base for use other than gambling. Maybe an in-game currency like FaceBook Credits.
 
And if anyone knows about alt-coins, BrewCrewFan is also high on the list. Take heed on what these main posters in this topic have to say.

Furthermore, I find it hard to believe that you care about this coin at all; 18 pages in this post and you started on page 16. If I view your previous posts they include nearly every alt coin there is.

If you really want to bring value to this coin make a post and start giving away the GME in your wallet since they seem to be burning a hole in your computer.  :D

-PoolMinor

hello there, well i'll start by saying hi and welcome to the alt coin section. Here we try and make our way by mining alt coins, some better than others.

I'm a miner, trader and developer + part time troll. I'm not a scammer and i believe in fair trade. oh yeah and i'm alt-coin rich http://i0.kym-cdn.com/photos/images/original/000/096/044/trollface.jpg?1296494117


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Vilepickle on June 04, 2013, 10:54:06 AM
Difficulty is down to .12 now.  Should be a bit more friendly to mine...


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Sondey10mg on June 04, 2013, 12:30:12 PM
I'm keeping an eye on this thread so I'll be ready to install the update!


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Petr1fied on June 06, 2013, 09:03:10 AM
OK guys we have a hard fork in place which will take place at block 25200 which is 2189 blocks away at the time I type this. (Halfway between the next 2 difficulty adjust points under the original code). As we're currently on a 0.127671 difficulty and still not meeting the 2.5 minute target I expect the difficulty to go down at block 24192 for the final leg towards block 25200.


What does this hard fork change?

This hard fork took inspiration from the recent hard fork to Mincoin which in recent days has proved very effective at keeping the difficulty at an appropriate value for the network to ensure blocks are solved at or around the target timeframe consistantly.

Once you are running the new version of GameCoin, from block 25200 the difficulty will be evaluated once every 48 blocks. This should be around once every 2 hours after the difficulty stabilizes for the size of the network. Also the difficulty will come down 4 times faster than it rises so this should ensure that we're not at too high a difficulty for too long in the event we get flash miners targeting the coin.


Gamecoin specifications (up to and including block 25199)

2.5 minute block targets
2016 blocks (3.5 days) to retarget difficulty
subsidy halves in 840k blocks (~4 years)
~3360 million total coins
1000 coins per block
Scrypt based


Gamecoin specifications (Block 25200 and above)

2.5 minute block targets
2016 blocks (3.5 days) to retarget difficulty
48 blocks (2 hours) to retarget difficulty
Difficulty goes down 4 times faster than it goes up to protect against flash miners pushing the difficulty up too far.
subsidy halves in 840k blocks (~4 years)
~3360 million total coins
1000 coins per block
Scrypt based


Network Info

Default P2P port is 9776
Default RPC port is 9777


Windows - QT wallet

tyrion70 (https://bitcointalk.org/index.php?action=profile;u=103907) has once again kindly compiled a Windows QT wallet and you can get the download link from his blog here (http://p2pool.nl/blog/new-gamecoin-windows-qt-release/).

If you want to show your appreciation to tyrion70 (https://bitcointalk.org/index.php?action=profile;u=103907), please consider sending a donation to his GameCoin address:

GRDZb1gJWWXuDUM8JeZuKNMKRkaZFwnV9c


Mac OS X - QT wallet

Also we now have a Mac wallet courtesy of maxpower (https://bitcointalk.org/index.php?action=profile;u=110572) who has been spreading the Mac love recently in his [ANN] The Definitive List of Mac Altcoin Wallets (https://bitcointalk.org/index.php?topic=216672) thread. You can download this client here (https://www.dropbox.com/s/mrny9fownxvi8jl/Gamecoin-Qt-0.6.4.0-Mac.zip). One thing to note is that maxpower states that this client may not work on OS X prior to 10.7 Lion.

If you want to show your appreciation to maxpower (https://bitcointalk.org/index.php?action=profile;u=110572), please consider sending a donation to his GameCoin address:

GYmHJ871jnynvoyjiZhcjC5bbdJGYxide5


Source Code

The current source code for self compiles can be downloaded from GitHub (https://github.com/alt-coin/gamecoin).


GameCoin P2Pool

Host: gme.p2pool.nl
Port: 8500
Username: Your GME Address
Password: Anything you like

Stats Page: http://gme.p2pool.nl/stats/

Share optimization for your hash rate:
Quote
Hash Rate (KH/s)             Difficulty
             1                  +0.00000116
             5                  +0.00000582
            10                  +0.00001164
            50                  +0.00005821
            100                +0.00011641
            250                +0.00029103
            500                +0.00058207
            750                +0.00087310
            1000               +0.00116414
            1600               +0.001862624

For example if you have a device which outputs 100 khash/s you can add your Username as:
Code:
GME_Address_Here+0.00011641


GameCoin Block Explorer

http://gme.p2pool.nl/chain/Gamecoins


Sites accepting GameCoin

Crypto Blackjack (http://cryptoblackjack.kicks-ass.net)
alt-co.in | Slots (http://alt-co.in/slots.php)


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Sondey10mg on June 06, 2013, 09:13:58 AM
OK guys we have a hard fork in place which will take place at block 25200 which is 2189 blocks away at the time I type this. (Halfway between the next 2 difficulty adjust points under the original code). As we're currently on a 0.127671 difficulty and still not meeting the 2.5 minute target I expect the difficulty to go down at block 24192 for the final leg towards block 25200.


What does this hard fork change?

This hard fork took inspiration from the recent hard fork to Mincoin which in recent days has proved very effective at keeping the difficulty at an appropriate value for the network to ensure blocks are solved at or around the target timeframe consistantly.

Once you are running the new version of GameCoin, from block 25200 the difficulty will be evaluated once every 48 blocks. This should be around once every 2 hours after the difficulty stabilizes for the size of the network. Also the difficulty will come down 4 times faster than it rises so this should ensure that we're not at too high a difficulty for too long in the event we get flash miners targeting the coin.


Windows - QT wallet

tyrion70 (https://bitcointalk.org/index.php?action=profile;u=103907) has once again kindly compiled a Windows QT wallet and you can get the download link from his blog here (http://p2pool.nl/blog/new-gamecoin-windows-qt-release/).

If you want to show your appreciation to tyrion70 (https://bitcointalk.org/index.php?action=profile;u=103907), please consider sending a donation to his GameCoin address:

GRDZb1gJWWXuDUM8JeZuKNMKRkaZFwnV9c


Mac OS X - QT wallet

Also we now have a Mac wallet courtesy of maxpower (https://bitcointalk.org/index.php?action=profile;u=110572) who has been spreading the Mac love recently in his [ANN] The Definitive List of Mac Altcoin Wallets (https://bitcointalk.org/index.php?topic=216672) thread. You can download this client here (https://www.dropbox.com/s/mrny9fownxvi8jl/Gamecoin-Qt-0.6.4.0-Mac.zip). One thing to note is that maxpower states that this client may not work on OS X prior to 10.7 Lion.

If you want to show your appreciation to maxpower (https://bitcointalk.org/index.php?action=profile;u=110572), please consider sending a donation to his GameCoin address:

GYmHJ871jnynvoyjiZhcjC5bbdJGYxide5


Source Code

The current source code for self compiles can be downloaded from GitHub (https://github.com/alt-coin/gamecoin).

Very nice work! Now we only need to make sure everyone updates their clients!


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Sondey10mg on June 07, 2013, 07:18:04 AM
bump!


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Fernandez on June 07, 2013, 03:32:42 PM
Good work guys. Keep it up!

I hardly have any of this coin. But its nice to see it being revived with an active support.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Sondey10mg on June 08, 2013, 01:14:47 PM
I'm mining this for a few hours every day. Strange there are so few people mining this at this low diff!


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Petr1fied on June 08, 2013, 02:29:09 PM
I've not been mining it myself to give others a chance but I may jump onboard to help us hit block 24192 where the difficulty will come down further.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Vilepickle on June 08, 2013, 08:55:59 PM
I'll just be happy when the client isn't constantly trying to make me use the Litecoin blockchain (after the hard fork).  Deleting peers.dat is getting old.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Petr1fied on June 08, 2013, 10:54:51 PM
I'll just be happy when the client isn't constantly trying to make me use the Litecoin blockchain (after the hard fork).  Deleting peers.dat is getting old.

Just ignore it if it displays that it's downloading the litecoin blockchain. It won't attempt to download it because of the checkpoints. It's merely a display inconsistency.

Hopefully as you say it should be a thing of the past once we hard fork in 957 blocks.

On the plus side we're down to a 0.0994472 difficulty for the final leg. :)


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: ruecanonrails on June 09, 2013, 05:42:15 AM
Nice to see the new client with proper retargets getting closer to the fork.
Also nice to see the added hash rate being put into this coin.

Just waiting for more uses of the coin besides the slot machine and single game of blackjack (still waiting on splits, doubles, insurance, and instant dealer win if they have blackjack)

An exchange would be nice, not so people will dump. Rather it could raise awareness that this coin that was once dead, has been revived and doing well for the time being with support.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: ruecanonrails on June 09, 2013, 08:06:57 AM
Looks like not enough people updated their client...
We have passed Fork block, my client is showing the new proper difficulty however the blockchain is still extending on the old fork according to the block explorer http://gme.p2pool.nl/chain/Gamecoins


Anyone who hasn't updated their client, coins mined after 25200 will likely disappear.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Petr1fied on June 09, 2013, 08:45:07 AM
I guess tyrion70 forgot to update the block explorer/pool with the new code. You should stick with solo mining until tyrion70 updates to the new code on his pool.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: ruecanonrails on June 09, 2013, 09:34:33 AM
I personally wasn't able to solo mine. Solved several blocks after the 25200 *think I was the one who solved that magical block* I only got multiple rejected blocks.
I've stopped solo mining for the time being to see what happens as Im getting nothing but rejects and that isn't going to help anyone.

I think most of my wallet connections were to people running the old client.
Would it be possible to add into the code that the client would NOT connect peer to peer with the incorrect version?


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: sumantso on June 09, 2013, 09:38:03 AM
What is the block count of the correct chain? Mine is showing 25260.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Sondey10mg on June 09, 2013, 09:45:11 AM
What is the block count of the correct chain? Mine is showing 25260.

25263 is mine


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Petr1fied on June 09, 2013, 09:47:46 AM
What is the block count of the correct chain? Mine is showing 25260.

That's the correct chain, 25264 (now) and difficulty of 0.336398.

I think most of my wallet connections were to people running the old client.
Would it be possible to add into the code that the client would NOT connect peer to peer with the incorrect version?

I'm afraid I'm not that familiar with the code. It sure would be a nice feature though.

Unfortunately this is caused by a few idiotic individuals who think it's amusing to add a bad blockchain in their client and is currently plaguing many coins. It doesn't help that the original developer of GameCoin used the same genesis block as litecoin as this gives the rogue blockchain a valid starting point.

As long as you're using the client listed in the first post it is nothing but an annoyance because the checkpoints will not allow your client to download this rogue chain.

As the network of peers using the new client increases there should be some natural peer banning thrown into the mix. Just ignore the syncing message.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Petr1fied on June 09, 2013, 11:20:27 AM
and difficulty of 0.336398.

Now down to 0.279491 as of block 25296. Looks like it's adjusting every 48 blocks as intended. Now to see if we can stabilize at an average of 2 hours between each evaluation.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Petr1fied on June 09, 2013, 03:54:48 PM
Now to see if we can stabilize at an average of 2 hours between each evaluation.

  • Block 25,200 --> Block 25,248 (0.19889468 Difficulty) = 1:11:49
  • Block 25,248 --> Block 25,296 (0.33639779 Difficulty) = 2:22:30
  • Block 25,296 --> Block 25,344 (0.27949079 Difficulty) = 1:48:45
  • Block 25,344 --> Block 25,392 (0.31521608 Difficulty) = 2:32:27
  • Block 25,392 --> Block 25,440 (0.24755224 Difficulty) = 2:20:50
  • Block 25,440 --> Block 25,488 (0.21872340 Difficulty) = In progress

The new algorithm is still finding it's feet but it looks like it's doing ok so far.  8)


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Sondey10mg on June 09, 2013, 07:38:21 PM
Now to see if we can stabilize at an average of 2 hours between each evaluation.

  • Block 25,200 --> Block 25,248 (0.19889468 Difficulty) = 1:11:49
  • Block 25,248 --> Block 25,296 (0.33639779 Difficulty) = 2:22:30
  • Block 25,296 --> Block 25,344 (0.27949079 Difficulty) = 1:48:45
  • Block 25,344 --> Block 25,392 (0.31521608 Difficulty) = 2:32:27
  • Block 25,392 --> Block 25,440 (0.24755224 Difficulty) = 2:20:50
  • Block 25,440 --> Block 25,488 (0.21872340 Difficulty) = In progress

The new algorithm is still finding it's feet but it looks like it's doing ok so far.  8)

Really nice upgrade!


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Petr1fied on June 09, 2013, 11:34:14 PM
Block 25,440 --> Block 25,488 ---- + 5 hours and counting only 15 more blocks to go.  :-\

Things should improve once tyrion70 updates his pool. At least we're never more than 48 blocks from the next difficulty recalculation which is a lot better than 2016.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: PoolMinor on June 09, 2013, 11:48:54 PM
We made it! It is cool I don't care how long it takes between. I was just noting after you said how great it was going, lol.

Thanks
-PoolMinor


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Petr1fied on June 10, 2013, 12:18:08 AM
  • Block 25,200 --> Block 25,248 (0.19889468 Difficulty) = 1:11:49
  • Block 25,248 --> Block 25,296 (0.33639779 Difficulty) = 2:22:30
  • Block 25,296 --> Block 25,344 (0.27949079 Difficulty) = 1:48:45
  • Block 25,344 --> Block 25,392 (0.31521608 Difficulty) = 2:32:27
  • Block 25,392 --> Block 25,440 (0.24755224 Difficulty) = 2:20:50
  • Block 25,440 --> Block 25,488 (0.21872340 Difficulty) = 6:00:08
  • Block 25,488 --> Block 25,536 (0.07148802 Difficulty) = 0:29:09
  • Block 25,536 --> Block 25,584 (0.14297620 Difficulty) = In progress


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: jayo89 on June 10, 2013, 12:31:45 AM
I personally wasn't able to solo mine. Solved several blocks after the 25200 *think I was the one who solved that magical block* I only got multiple rejected blocks.
I've stopped solo mining for the time being to see what happens as Im getting nothing but rejects and that isn't going to help anyone.

I think most of my wallet connections were to people running the old client.
Would it be possible to add into the code that the client would NOT connect peer to peer with the incorrect version?

Try clearing your peers list file.  The checkpoints should prevent the bad peers from being re-added, but if they were added to the peers list pre-upgrade, they might not be blocked.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Petr1fied on June 10, 2013, 09:19:16 AM
tyrion70's block explorer and pool are both updated. The pool stats are displaying the wrong retarget information but the important part is working as it should. I've just solved a couple of blocks on the pool and received payment so I guess those of you who had built up PPLNS shares before the hard fork should have also received payments too. ;)


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Sondey10mg on June 10, 2013, 09:27:17 PM
Hashrate ~3Mh/s


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: barwizi on June 11, 2013, 05:56:49 AM
current difficulty?


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: PoolMinor on June 11, 2013, 06:14:11 AM
current difficulty?

0.139

http://gme.p2pool.nl/chain/Gamecoins (http://gme.p2pool.nl/chain/Gamecoins)



Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Sondey10mg on June 11, 2013, 08:47:54 AM
0.114!


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: barwizi on June 11, 2013, 09:13:36 AM
i suggested pushing for market, ya'llz made me look like a devil  ::), now this coin is being drowned out by the din of other coins, no matter how much merit a coin has, once it looses crowds it's dead. Worse if you are not listed on coinchoose. bye suckers, you killed this coin by sheer idiocy.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Sondey10mg on June 11, 2013, 10:03:13 AM
i suggested pushing for market, ya'llz made me look like a devil  ::), now this coin is being drowned out by the din of other coins, no matter how much merit a coin has, once it looses crowds it's dead. Worse if you are not listed on coinchoose. bye suckers, you killed this coin by sheer idiocy.

why would it be dead? 8 Mh/s and diff of 0.22


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Sondey10mg on June 11, 2013, 12:52:03 PM
Poolminor your messages keep disappearing..

So this coin is not dead. But maybe it would not be a bad idea to list it on cryptsy? There aren't many people with a lot of these coins I think, so if we agree not to dump everything, maybe some new users will start mining gamecoin?


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: PoolMinor on June 11, 2013, 12:59:02 PM
Poolminor your messages keep disappearing..



This is because I decide later that my comments are unwarranted and cause undesired outcomes.  :-[

Thanks for noticing though.  :D

Quote
So this coin is not dead. But maybe it would not be a bad idea to list it on cryptsy? There aren't many people with a lot of these coins I think, so if we agree not to dump everything, maybe some new users will start mining gamecoin?

I agree, this coin needs more interest now that the new changes have been implemented. To the exchange...


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: jayo89 on June 11, 2013, 04:31:22 PM
Poolminor your messages keep disappearing..



This is because I decide later that my comments are unwarranted and cause undesired outcomes.  :-[

Thanks for noticing though.  :D

Quote
So this coin is not dead. But maybe it would not be a bad idea to list it on cryptsy? There aren't many people with a lot of these coins I think, so if we agree not to dump everything, maybe some new users will start mining gamecoin?

I agree, this coin needs more interest now that the new changes have been implemented. To the exchange...

I think an exchange is an easy way out and a march to a slow death.  This isn't a quick cash out, pump-and-dump going.  This coin's backed by an actual idea and a plan now.
Getting listed on an exchange would get interest faster, bas as all other alts it would fizzle and poof.  The real trick to building interest is to get small casual games accepting GameCoin, GME giveaways and incentives that are game-oriented, maybe auctioning off some Steam codes for GME.  Give it some Game-based value rather than market-maniuplating, pump-and-dump, flavour of the week garbage.

Don't worry guys, I'm not just spewing hot air, I've got some pretty cool things on the Horizon to make it super easy for developers to accept GameCoin payments, and I'm n talks with a couple local devs.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: PoolMinor on June 11, 2013, 04:41:16 PM



I think an exchange is an easy way out and a march to a slow death.  This isn't a quick cash out, pump-and-dump going.  This coin's backed by an actual idea and a plan now.
Getting listed on an exchange would get interest faster, bas as all other alts it would fizzle and poof.  The real trick to building interest is to get small casual games accepting GameCoin, GME giveaways and incentives that are game-oriented, maybe auctioning off some Steam codes for GME.  Give it some Game-based value rather than market-maniuplating, pump-and-dump, flavour of the week garbage.

Don't worry guys, I'm not just spewing hot air, I've got some pretty cool things on the Horizon to make it super easy for developers to accept GameCoin payments, and I'm n talks with a couple local devs.

This may be outside of the box thinking, but does this coin have to be promoted to one particular use of the word "game?" Perhaps someone could allow this coin to be marketed for Big Game (fishing, hunting, etc.). I do not have an interest in these things but perhaps someone here does.  :)


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: jayo89 on June 11, 2013, 08:10:33 PM



I think an exchange is an easy way out and a march to a slow death.  This isn't a quick cash out, pump-and-dump going.  This coin's backed by an actual idea and a plan now.
Getting listed on an exchange would get interest faster, bas as all other alts it would fizzle and poof.  The real trick to building interest is to get small casual games accepting GameCoin, GME giveaways and incentives that are game-oriented, maybe auctioning off some Steam codes for GME.  Give it some Game-based value rather than market-maniuplating, pump-and-dump, flavour of the week garbage.

Don't worry guys, I'm not just spewing hot air, I've got some pretty cool things on the Horizon to make it super easy for developers to accept GameCoin payments, and I'm n talks with a couple local devs.

This may be outside of the box thinking, but does this coin have to be promoted to one particular use of the word "game?" Perhaps someone could allow this coin to be marketed for Big Game (fishing, hunting, etc.). I do not have an interest in these things but perhaps someone here does.  :)

I don't think it's out of the box thinking at all.  It's just looking at everything from an elementary level.  Most coins were created on the basis of making money, so thier primary interest would be an exchange.  This coin was revived because the name could lead to come cool applications, so the real value (and where the coin will obtain the best price) is by making it available to the masses, and having places that actually accept it as some form of money (in-game or otherwise).  This is a coin, it's purpose is to be used as a medium of exchange for goods and services, not just as a raw commodity.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: PoolMinor on June 11, 2013, 10:14:38 PM
Would it be out of the question to impose a value of 1000 GME equals $1 at the box office for say a sporting event? For instance I could set up a ticket box office with a standing buy order of $10 for 10,000 GME for people that want to purchase tickets to the local NBA or MLS events. Of course applying this value to the coin would deplete my actual $$ in a matter of hours. I think there needs to be a local value set before we can achieve a global value.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: jayo89 on June 12, 2013, 04:52:35 AM
Would it be out of the question to impose a value of 1000 GME equals $1 at the box office for say a sporting event? For instance I could set up a ticket box office with a standing buy order of $10 for 10,000 GME for people that want to purchase tickets to the local NBA or MLS events. Of course applying this value to the coin would deplete my actual $$ in a matter of hours. I think there needs to be a local value set before we can achieve a global value.

I was actually cnsidering writing guidelines to some similar effect, imposing guidelines to keep the coin level and stable.

(possbily) Bad news for miners, these would include pretty tight daily deposit allowances in games to allow for fairer play (Nobody will want to play a game when a select few have nearly unlimited funds, and gave developers won't want to accept a currency that would allow that kind of discord in thier games).

If all of these guidelines are met, a game/app/platform will be designated as "GameCoin Approved", and may be featured/promoted by GameCoin, may possibly qualify for a small stipend to get the ball rolling (if the game offers GME as in-game rewards, which will also follow guidelines for approval)

Of Course, GameCoin will always be open-source, so people that don't care about approval don't need to bother, they just miss out on the benefits/trust that comes with it.  It would still be suggested that all developers follow the guidelines regardless to ensure a stable value for the coin, which really benefits us all in the end.

Also, I was thinking of a price more in the range of $0.10/GME.  People forget that GameCoins can be broken down into a lot of very tiny units.  It would probably be suggested that the standard in-game "unit" for rewards be around 0.0001 GME or less (a single "unit" would be equivalent to one basic unit of in-game currency in value (Coins, Gold, GP, etc)).  Remember Approved games would enforce deposit limits to prevent the games from being abused by early adopters of the coin (which actually hurts the coin's value and all of our wallets).

If we went through this we would likely politely ask that exchanges not adopt GameCoin at this time (to prevent mass abuse of the GameCoin System before the target price is solidified, devaluing the coin).  A proper exchange would be launched where miners could list thier coins for cash purchase by game developers/content producers, at prices a little more towards the target price.  But, as I said before, GameCoin is open source and all of these things would be suggestions, and ultimately the masses have control.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: ryszardzonk on June 12, 2013, 05:04:51 AM
some nice ideas here. I will be watching this one  8)


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: milly6 on June 12, 2013, 05:33:17 AM
Can i sell my gamecoins for giftcards now? Like walmart or whatever to buy games with. That would be cool, getting a few gamecoins here.. would be interested in $0.10 valuation.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: jayo89 on June 12, 2013, 05:47:13 AM
Can i sell my gamecoins for giftcards now? Like walmart or whatever to buy games with. That would be cool, getting a few gamecoins here.. would be interested in $0.10 valuation.

Well, the problem is right now a large majority of the coins are held by a relative few.  That makes demand pretty low.  The only way we can establish and hold a 0.10 valuation would be to try and throttle mainstream offloading of coins by big holders (ie "cashing out"), as this decreases demand and lowers value further, as it shows weak support for the coin.

Trying to offload almost exclusively to game developers/service providers, however actually increases demand for the coin because it shows bigger outside interests wanting in.

So I guess the short answer to your question is no, I haven't seen anyone willing to sell things with serious cash value at that valuation any time soon.  But that's not the direction we're aiming for.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: PoolMinor on June 12, 2013, 05:50:49 AM
I have stated this before and I am not sure if I was heard but here it is again.


http://www.gamecoins.com/ (http://www.gamecoins.com/)


Will this site have a negative impact on this coin since it has been established well before this coin was introduced?


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: jayo89 on June 12, 2013, 06:26:49 AM
I have stated this before and I am not sure if I was heard but here it is again.


http://www.gamecoins.com/


Will this site have a negative impact on this coin since it has been established well before this coin was introduced?

Not likely.  The copyright says 2011 and the whole thing seems like an obvious and not-so-successful moneygrab.  We can still hold brand integrity over it since it was never well-known


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: ruecanonrails on June 12, 2013, 06:34:00 AM
Would it be that absurd to simply change the name of this coin?

Something along the lines of GameTokens? No idea why the entire community continued the "coin" craze when it comes to naming schemes.

We could do a small brainstorm get a few names, then hold a poll to vote on one of them.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: jayo89 on June 12, 2013, 07:18:38 AM
Would it be that absurd to simply change the name of this coin?

Something along the lines of GameTokens? No idea why the entire community continued the "coin" craze when it comes to naming schemes.

We could do a small brainstorm get a few names, then hold a poll to vote on one of them.

My theory is that "Coin" has stuck partly because of laziness, partly to try and snag some brand recognition from BitCoin, and partially because when you think "Coin" you think money, something that has real value.  Th eonly reason I'd want to shy away from "token" is that by definition a token meant to be valueless stand-in for money.

To be blunt, "Coin" is sexy.

Though I'd be totally down to just start calling this coin GP, as a nod to classic RPGs or something like that.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Petr1fied on June 12, 2013, 01:31:22 PM
0.21 is not that hard for someone with a few GPU's to throw at it. Unfortunately the core GameCoin supporters tend to have less hash power to throw at it. I'll stick my hashes onto it to get us to the next diff adjust and jump off it again when the difficulty goes down.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: PoolMinor on June 12, 2013, 01:48:26 PM
0.21 is not that hard for someone with a few GPU's to throw at it. Unfortunately the core GameCoin supporters tend to have less hash power to throw at it. I'll stick my hashes onto it to get us to the next diff adjust and jump off it again when the difficulty goes down.



I am glad to hear that you will be around everyday to save us from this horrible issue we have every few days.

Thanks


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: jayo89 on June 13, 2013, 06:15:46 AM
0.21 is not that hard for someone with a few GPU's to throw at it. Unfortunately the core GameCoin supporters tend to have less hash power to throw at it. I'll stick my hashes onto it to get us to the next diff adjust and jump off it again when the difficulty goes down.



I am glad to hear that you will be around everyday to save us from this horrible issue we have every few days.

Thanks

That's called an unstable hashrate. All small coins have them, not all of them are using a difficulty algorithm as speedy as this.  We've improved the situation to better weather the storm, but no solution is invincible.

This isn't a mining-based coin.  So trying to promote it in it's own right and its immediate value to miners is pointless because it has none.  It's sort of a catch-22 because we need to keep the hashpower providers interested long enough to generate interest for the coin's actual purpose, which will give the coin value, which will produce mining interest.  Right now our real problem is that mining interest is produced by low difficulties (something that by nature is fleeting).  So we need stable interest to obtain stable hashpower.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: PoolMinor on June 13, 2013, 01:17:21 PM


That's called an unstable hashrate. All small coins have them, not all of them are using a difficulty algorithm as speedy as this.  We've improved the situation to better weather the storm, but no solution is invincible.

This isn't a mining-based coin.  So trying to promote it in it's own right and its immediate value to miners is pointless because it has none.  It's sort of a catch-22 because we need to keep the hashpower providers interested long enough to generate interest for the coin's actual purpose, which will give the coin value, which will produce mining interest.  Right now our real problem is that mining interest is produced by low difficulties (something that by nature is fleeting).  So we need stable interest to obtain stable hashpower.


Things could be worse Bytecoin has only 1800 more blocks till the difficulty change, or 2 years  ;D.

I also think if we want more interest we could have xorxor update their post on "the list" https://bitcointalk.org/index.php?topic=134179.0 (https://bitcointalk.org/index.php?topic=134179.0)

Alas this may bring more skeptical hash hounds that might not have the same opinion as to where this coin belongs.

I need to personally go where the money is to pay the power bill, at least 8 hours out of the day, leaving me limited hours to support this coin. I only have about 3% of the total GME in existence, sure I want more but I may have already dug myself into a hole trying to justify daily support.

I need value soon, I am not trying to dump when it sees an exchange just trying to see some of my work paid off.

-PoolMinor


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Sondey10mg on June 13, 2013, 04:50:54 PM
It's great to see you have intentions to take this coin forward jayo. I hope you'll succeed. If you need any help, let us know!
I myself do not have the money or the skills to lift this coin up :-X


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: jayo89 on June 13, 2013, 07:35:46 PM


That's called an unstable hashrate. All small coins have them, not all of them are using a difficulty algorithm as speedy as this.  We've improved the situation to better weather the storm, but no solution is invincible.

This isn't a mining-based coin.  So trying to promote it in it's own right and its immediate value to miners is pointless because it has none.  It's sort of a catch-22 because we need to keep the hashpower providers interested long enough to generate interest for the coin's actual purpose, which will give the coin value, which will produce mining interest.  Right now our real problem is that mining interest is produced by low difficulties (something that by nature is fleeting).  So we need stable interest to obtain stable hashpower.


Things could be worse Bytecoin has only 1800 more blocks till the difficulty change, or 2 years  ;D.

I also think if we want more interest we could have xorxor update their post on "the list" https://bitcointalk.org/index.php?topic=134179.0

Alas this may bring more skeptical hash hounds that might not have the same opinion as to where this coin belongs.

I need to personally go where the money is to pay the power bill, at least 8 hours out of the day, leaving me limited hours to support this coin. I only have about 3% of the total GME in existence, sure I want more but I may have already dug myself into a hole trying to justify daily support.

I need value soon, I am not trying to dump when it sees an exchange just trying to see some of my work paid off.

-PoolMinor

Yeah, it's understood miners want to see their value.  The only issue is that GameCoin might not be a short-term investment coin.  It may only pay off (if at all) for the few that devote time and resources into it to actually build it into something outside the alt-coin pump-and-dump standard.  I totally understand your frustration though, it sucks putting a bunch of work, effort, and resources that could have been spent elsewhere on something and then waiting for results.  I'm open to suggestions on some sort of incentive or relief for miners because you guys are carrying this coin right now.

I do think we need at the very least GameCoin to be updated on the list, because it's obvious that it hasn't been updated since initial release, and the GameCoin team, community, and mission (or lack thereof) was entirely different.  Personally i feel the thread is not giving this small little sub-community the credit it is due for the monumental (and somewhat uncommon) feat of reviving a 51%'ed coin that didn't have much to offer on the front.

The original GameCoin just may have been the laziest release this place has seen.  But since things changed around here, you guys might be the hardest-working folks here


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: jayo89 on June 13, 2013, 07:37:46 PM
It's great to see you have intentions to take this coin forward jayo. I hope you'll succeed. If you need any help, let us know!
I myself do not have the money or the skills to lift this coin up :-X

Oh I'm a small piece of the big puzzle.  All the active posters here have put a lot of faith and effort into getting this bird back in the air, I'm just a delegator that tries to keep everyone on the same page.
I'm as broke as broke can be, so I just contribute what time I can here and there.  The big round of applause goes to pretty much everyone else.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: PoolMinor on June 15, 2013, 05:18:47 PM
 I'm open to suggestions on some sort of incentive or relief for miners because you guys are carrying this coin right now.



I am open for a trade for currency that is currently trading, i.e. BQC or another alt coin. I have 100K of GME for the right price I can trade to another currency. (9,000 BQC OBO?)

-PoolMinor

-Edited for less ambiguity


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: dellstreakone on June 15, 2013, 05:36:49 PM
  I'm open to suggestions on some sort of incentive or relief for miners because you guys are carrying this coin right now.



I am open for a trade for currency that is currently trading, i.e. BQC or another alt coin. I am willing to trade up to 100K of GME for the right price. (9,000 BQC ?)

-PoolMinor


just sent you a pm


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: BrewCrewFan on June 15, 2013, 05:50:29 PM
It's great to see you have intentions to take this coin forward jayo. I hope you'll succeed. If you need any help, let us know!
I myself do not have the money or the skills to lift this coin up :-X

Oh I'm a small piece of the big puzzle.  All the active posters here have put a lot of faith and effort into getting this bird back in the air, I'm just a delegator that tries to keep everyone on the same page.
I'm as broke as broke can be, so I just contribute what time I can here and there.  The big round of applause goes to pretty much everyone else.

lol know the feeling... I am out of work due to injury LOL


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: jayo89 on June 15, 2013, 07:17:38 PM
It's great to see you have intentions to take this coin forward jayo. I hope you'll succeed. If you need any help, let us know!
I myself do not have the money or the skills to lift this coin up :-X

Oh I'm a small piece of the big puzzle.  All the active posters here have put a lot of faith and effort into getting this bird back in the air, I'm just a delegator that tries to keep everyone on the same page.
I'm as broke as broke can be, so I just contribute what time I can here and there.  The big round of applause goes to pretty much everyone else.

lol know the feeling... I am out of work due to injury LOL

Guh, that's never fun.  I've been there.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: jayo89 on June 15, 2013, 07:18:08 PM
 I'm open to suggestions on some sort of incentive or relief for miners because you guys are carrying this coin right now.



I am open for a trade for currency that is currently trading, i.e. BQC or another alt coin. I have 100K of GME for the right price I can trade to another currency. (9,000 BQC OBO?)

-PoolMinor

-Edited for less ambiguity

It's sort of neat seeing stuff like this going on so smoothly.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: markm on June 16, 2013, 01:32:06 PM
Is there a graph somewhere showing how many of these coins were mined in the first minute, hour, day, week, month etc?

Also, I don't seem to find any details about the actual game?

If there is no actual game that these coins are part of, what is the point? People who create games will have plenty of reasons not to use this coin, especially if the graph ends up showing it started at zero difficulty or some crazy crap like that like all the recent scamcoins.

Actually several groups of players within games have created coins for use in-game before, the problem they all ran into was blockchains are insanely expensive. You end up giving more than 100% of your money to miners! 100% of all the coins mined, then also transaction fees on top of that, what the heck that is insane. It is like saying to the U.S. that if they want you to act as a money transmitter for their currency they have to give you every dollar they print plus transaction fees!

Nothing I have seen so far indicates this coin is any different from any of the other recent scamcoins, and since there seems to be no link to the game there isn't really much indication that the game this currency is part of is even worth playing...

-MarkM-


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Badman0316 on June 18, 2013, 11:42:15 AM
is it 1000 coin per block
seems got 50 per block


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: jayo89 on June 18, 2013, 07:00:53 PM
Is there a graph somewhere showing how many of these coins were mined in the first minute, hour, day, week, month etc?

Also, I don't seem to find any details about the actual game?

If there is no actual game that these coins are part of, what is the point? People who create games will have plenty of reasons not to use this coin, especially if the graph ends up showing it started at zero difficulty or some crazy crap like that like all the recent scamcoins.

Actually several groups of players within games have created coins for use in-game before, the problem they all ran into was blockchains are insanely expensive. You end up giving more than 100% of your money to miners! 100% of all the coins mined, then also transaction fees on top of that, what the heck that is insane. It is like saying to the U.S. that if they want you to act as a money transmitter for their currency they have to give you every dollar they print plus transaction fees!

Nothing I have seen so far indicates this coin is any different from any of the other recent scamcoins, and since there seems to be no link to the game there isn't really much indication that the game this currency is part of is even worth playing...

-MarkM-


Thanks for the input, I can tell by your post count that you've been here quite a while, so I appreciate you taking the time to do a little reading and give us your two cents.

You might need to read a little closer, GameCoin wasn't launched for a specific game (Actually, it seems it was totally launched by the original dev as an obvious scamcoin, they did't bother swapping out logos or even changing the ticker from FTC!)
However, thee are a couple games with links near the bottom of the main post which accept and distribute GME.

The main reason I took over the GME project once I saw it had been abandoned is more of a curious interest than anything else.  I'd toyed with the idea of a coin that could be marketed an in-game rewards/commodity, but more an an incentive program that a standard and official currency.  It would be encouraged that game studios develop thier games with GameCoin support as an extra: distributing GME as in-game rewards (to bring players in that might want to collect GME) and/or accepting GME in exchange for in-game bonuses.

This coin won't be particularly profitable in the short term, so the biggest challenge is coming up with incentives and profit opportunities to keep the miners here, because it seems a lot of people are looking for relative small short-term gains rather than to be part of something larger.  More than anything I was looking to build/work with something neat, and add another open-source project I can cite contributions to.

tl;dr At the moment this coin can be sen as very similar to the scamcoins, provided you look at it from the perspective of someone hoping for a short-term gain.  We've got piles of ideas and plans, but until they are put into action and show results, they are exactly that.  Those who will benefit from GME will do so a little further down the line, and they'll be the few who see the potential of said plans.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: markm on June 18, 2013, 07:27:46 PM
So there isn't really even a clan or guild or whatever of players backing this coin in games, like that Ixian guy who was pushing the idea of Ixians as a nation or race or whatever in Galactic Milieu using Ixcoins as their national currency?

-MarkM-



Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: barwizi on June 18, 2013, 07:32:09 PM
So there isn't really even a clan or guild or whatever of players backing this coin in games, like that Ixian guy who was pushing the idea of Ixians as a nation or race or whatever in Galactic Milieu using Ixcoins as their national currency?

-MarkM-


it's clone, plain and simple. it can be marketed maybe but i'd suggest a restart. this coin failed to take off. what it needs is rebranding, relaunch. and a different reward per block. my wallets combined could give me a hundred thousand, thtz why it's not even tradable for ltc.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: qwep on June 18, 2013, 07:42:13 PM
Guys I can not run http://i48.fastpic.ru/big/2013/0618/db/0353e25f0311842340ac89de263ea7db.jpg


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: jayo89 on June 19, 2013, 05:01:01 AM
So there isn't really even a clan or guild or whatever of players backing this coin in games, like that Ixian guy who was pushing the idea of Ixians as a nation or race or whatever in Galactic Milieu using Ixcoins as their national currency?

-MarkM-


it's clone, plain and simple. it can be marketed maybe but i'd suggest a restart. this coin failed to take off. what it needs is rebranding, relaunch. and a different reward per block. my wallets combined could give me a hundred thousand, thtz why it's not even tradable for ltc.

It was a clone. It's also not tradable for LTC because I've suggested keeping it out of exchanges for the time being because until there is a strong enough network of small services on board, the coin has no value. (Something that these dozens of failed coins' developers didn't seem to understand,).  In the greater scheme of things, the fact that GME has a high reward is totally irrelevant.  It just means more supply going around, which is a stable system would ultimately just lead to proportional prices (You'll notice the Yen is significantly smaller than the US Dollar, all that means is that exchanged denominations are usually larger.)
tl;dr the value of individual coins is not as relevant as the value of the total circulation of the coin, and that value is currently not at a satisfactory level for listing on an exchange to be a wise option.

Also, it sounds to me like that Ixian guy wasn't successful, given the past tense.  So it sounds like that may not be a viable strategy ;)

I really am sorry that this coin isn't what you think it should be.  But hey, the source is on github ;)


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: jayo89 on June 19, 2013, 05:05:08 AM
Guys I can not run
Sent you a PM.  Hopefully we can get this sorted momentarily :)


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: markm on June 19, 2013, 01:34:10 PM
Also, it sounds to me like that Ixian guy wasn't successful, given the past tense.  So it sounds like that may not be a viable strategy ;)

I really am sorry that this coin isn't what you think it should be.  But hey, the source is on github ;)

Well Ixcoin itself is doing very well because it is merged mined on a few pools so its difficulty is not too insanely low.

But the big problem thie Ixian guy has of course is third parties printing "his civilisation's coin".

I expect the Fed would have similar problems if every mint in the world could print dollars, not just their own mint.

Basically if you try to back the coins being dumped by all the people mining them and dumping them you are liable to go broke.

Or another way of looking at the same problem is that blockchains are insanely expensive, even if you use merged mining.

100% of the coins, plus transaction fees, all go to miners. That really doesn't leave any reason for any nation to consider using a blockchain, they don't even get any of "their" coins, they are paying over 100% of all their money to the miners!

So yeah obviously the guy was not able to effectively "back" the coins. The most he could do was continue to sell in game stuff for them and offer to buy in game stuff for them. most blockchain coin users do not bother with that kind of thing so IXCoin, GRouPcoin and DeVCoin continue to be the only blockchain-based coins that get used much in the game, GRouPcoins by most groups, DeVCoins because the game development itself favours their use, and IXCoins because of that one guy, who does not even seem to have put together any reasonable size clan or guild or nation or whatever of Ixian people yet let alone actually established an Ixian nation on the Freeciv scale of play.

-MarkM-


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: PoolMinor on June 24, 2013, 01:52:09 AM
I managed to make a successful albeit low ball trade of 10,000 GME for a mere 100 BQC, but it was an actual trade!  :)


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Fernandez on June 24, 2013, 09:06:46 AM
Can't sync. Any working nodes?


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Miner-TE on June 24, 2013, 12:54:03 PM
Can't sync. Any working nodes?

My current list of peers.


[
{
"addr" : "92.5.97.30:10861",
"services" : "00000001",
"lastsend" : 1372078497,
"lastrecv" : 1372078418,
"conntime" : 1371789147,
"version" : 60002,
"subver" : "/Satoshi:0.6.4/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 30748,
"banscore" : 0
},
{
"addr" : "108.95.52.13:56129",
"services" : "00000001",
"lastsend" : 1372078497,
"lastrecv" : 1372078459,
"conntime" : 1371815391,
"version" : 60002,
"subver" : "/Satoshi:0.6.4/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 30961,
"banscore" : 0
},
{
"addr" : "208.93.153.89:50301",
"services" : "00000001",
"lastsend" : 1372078497,
"lastrecv" : 1372078476,
"conntime" : 1371815768,
"version" : 60002,
"subver" : "/Satoshi:0.6.4/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 30966,
"banscore" : 0
},
{
"addr" : "149.210.131.122:54159",
"services" : "00000001",
"lastsend" : 1372078497,
"lastrecv" : 1372078497,
"conntime" : 1371841544,
"version" : 60002,
"subver" : "/Satoshi:0.6.4/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 31141,
"banscore" : 0
},
{
"addr" : "199.201.106.33:9555",
"services" : "00000001",
"lastsend" : 1372078381,
"lastrecv" : 1372077999,
"conntime" : 1371856160,
"version" : 60001,
"subver" : "/Satoshi:0.6.3/",
"inbound" : false,
"releasetime" : 0,
"startingheight" : 46504,
"banscore" : 0
},
{
"addr" : "24.49.34.108:63684",
"services" : "00000001",
"lastsend" : 1372078497,
"lastrecv" : 1372078342,
"conntime" : 1371882200,
"version" : 60001,
"subver" : "/Satoshi:0.6.3/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 21026,
"banscore" : 0
},
{
"addr" : "70.112.85.194:53454",
"services" : "00000001",
"lastsend" : 1372078497,
"lastrecv" : 1372078423,
"conntime" : 1371924445,
"version" : 60002,
"subver" : "/Satoshi:0.6.4/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 31668,
"banscore" : 0
},
{
"addr" : "98.148.156.85:9555",
"services" : "00000001",
"lastsend" : 1372078470,
"lastrecv" : 1372078303,
"conntime" : 1371977852,
"version" : 60001,
"subver" : "/Satoshi:0.6.3/",
"inbound" : false,
"releasetime" : 0,
"startingheight" : 46499,
"banscore" : 0
},
{
"addr" : "173.228.61.192:22965",
"services" : "00000001",
"lastsend" : 1372078485,
"lastrecv" : 1372078472,
"conntime" : 1372045379,
"version" : 60001,
"subver" : "/Satoshi:0.6.3/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 36127,
"banscore" : 0
},
{
"addr" : "99.254.46.189:43954",
"services" : "00000001",
"lastsend" : 1372078497,
"lastrecv" : 1372078409,
"conntime" : 1372050154,
"version" : 60002,
"subver" : "/Satoshi:0.6.4/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 32331,
"banscore" : 0
},
{
"addr" : "122.99.120.206:9334",
"services" : "00000001",
"lastsend" : 1372078461,
"lastrecv" : 1372078260,
"conntime" : 1372052342,
"version" : 60001,
"subver" : "/Satoshi:0.6.3/",
"inbound" : false,
"releasetime" : 0,
"startingheight" : 75128,
"banscore" : 0
},
{
"addr" : "77.93.223.245:40316",
"services" : "00000001",
"lastsend" : 1372078419,
"lastrecv" : 1372078472,
"conntime" : 1372053628,
"version" : 60001,
"subver" : "/Satoshi:0.6.3/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 36341,
"banscore" : 0
},
{
"addr" : "68.12.162.168:9333",
"services" : "00000001",
"lastsend" : 1372078468,
"lastrecv" : 1372078407,
"conntime" : 1372056937,
"version" : 60001,
"subver" : "/Satoshi:0.6.3/",
"inbound" : false,
"releasetime" : 0,
"startingheight" : 314465,
"banscore" : 0
},
{
"addr" : "62.163.9.155:9538",
"services" : "00000001",
"lastsend" : 1372078472,
"lastrecv" : 1372078472,
"conntime" : 1372062396,
"version" : 60001,
"subver" : "/Satoshi:0.6.3/",
"inbound" : false,
"releasetime" : 0,
"startingheight" : 36623,
"banscore" : 0
},
{
"addr" : "77.190.83.101:9776",
"services" : "00000001",
"lastsend" : 1372078497,
"lastrecv" : 1372078497,
"conntime" : 1372070387,
"version" : 60002,
"subver" : "/Satoshi:0.6.4/",
"inbound" : false,
"releasetime" : 0,
"startingheight" : 32386,
"banscore" : 0
},
{
"addr" : "95.69.135.109:57336",
"services" : "00000001",
"lastsend" : 1372078430,
"lastrecv" : 1372078484,
"conntime" : 1372074185,
"version" : 60001,
"subver" : "/Satoshi:0.6.3/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 59522,
"banscore" : 0
},
{
"addr" : "199.201.107.82:40252",
"services" : "00000001",
"lastsend" : 1372078482,
"lastrecv" : 1372078484,
"conntime" : 1372076608,
"version" : 60001,
"subver" : "/Satoshi:0.6.4.5/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 46499,
"banscore" : 0
},
{
"addr" : "201.160.29.199:9333",
"services" : "00000001",
"lastsend" : 1372078497,
"lastrecv" : 1372078497,
"conntime" : 1372078070,
"version" : 60001,
"subver" : "/Satoshi:0.6.3/",
"inbound" : false,
"releasetime" : 0,
"startingheight" : 376731,
"banscore" : 0
},
{
"addr" : "80.3.209.251:9333",
"services" : "00000001",
"lastsend" : 1372078433,
"lastrecv" : 1372078484,
"conntime" : 1372078224,
"version" : 60001,
"subver" : "/Satoshi:0.6.3/",
"inbound" : false,
"releasetime" : 0,
"startingheight" : 376733,
"banscore" : 0
},
{
"addr" : "70.189.208.120:9333",
"services" : "00000001",
"lastsend" : 1372078409,
"lastrecv" : 1372078489,
"conntime" : 1372078242,
"version" : 60001,
"subver" : "/Satoshi:0.6.3/",
"inbound" : false,
"releasetime" : 0,
"startingheight" : 376733,
"banscore" : 0
},
{
"addr" : "92.27.168.68:9333",
"services" : "00000001",
"lastsend" : 1372078454,
"lastrecv" : 1372078483,
"conntime" : 1372078403,
"version" : 60001,
"subver" : "/Satoshi:0.6.3/",
"inbound" : false,
"releasetime" : 0,
"startingheight" : 376734,
"banscore" : 0
},
{
"addr" : "68.179.135.40:9333",
"services" : "00000001",
"lastsend" : 1372078413,
"lastrecv" : 1372078482,
"conntime" : 1372078409,
"version" : 60001,
"subver" : "/Satoshi:0.6.3/",
"inbound" : false,
"releasetime" : 0,
"startingheight" : 376734,
"banscore" : 0
},
{
"addr" : "68.58.14.80:9335",
"services" : "00000001",
"lastsend" : 1372078482,
"lastrecv" : 1372078497,
"conntime" : 1372078410,
"version" : 60001,
"subver" : "/Satoshi:0.6.3/",
"inbound" : false,
"releasetime" : 0,
"startingheight" : 376734,
"banscore" : 0
},
{
"addr" : "113.92.172.143:9771",
"services" : "00000001",
"lastsend" : 1372078461,
"lastrecv" : 1372078493,
"conntime" : 1372078452,
"version" : 60001,
"subver" : "/Satoshi:0.6.3/",
"inbound" : false,
"releasetime" : 0,
"startingheight" : 68402,
"banscore" : 0
}
]


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: PoolMinor on June 24, 2013, 05:42:09 PM
Can't sync. Any working nodes?

Searching through Miner-TE's post you will see a lot of "bad" nodes. The ones that are "good" are listed below. There are 3 things that you are looking for; "startingheight" (30748-current block number <32615>) , "subver" (/Satoshi:0.6.4/), and "version" (60002).


The conf file should contain-

addnode=92.5.97.30
addnode=108.95.52.13
addnode=208.93.153.89
addnode=149.210.131.122
addnode=70.112.85.194
addnode=99.254.46.189
addnode=77.190.83.101



http://i44.tinypic.com/am5w7k.png


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Miner-TE on June 26, 2013, 01:10:48 AM
Thanks,  I've added them to my conf.   Need all the sane nodes we can find.

addnode=92.5.97.30
addnode=108.95.52.13
addnode=208.93.153.89
addnode=149.210.131.122
addnode=70.112.85.194
addnode=99.254.46.189
addnode=77.190.83.101


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: usahero on June 27, 2013, 02:30:10 PM
I can no longer connect to gamecoin network with any wallet. Not with previous settings, not with new added nodes..


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Miner-TE on June 27, 2013, 07:32:23 PM
I can no longer connect to gamecoin network with any wallet. Not with previous settings, not with new added nodes..

This node is up and accepting connections ...

76.95.191.10


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: usahero on June 27, 2013, 07:56:55 PM
Unfortunately adding this node didn't help at all. I have linux and windows wallet, none of them is able to connect. My last downloaded block was 33382.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Miner-TE on June 27, 2013, 07:59:13 PM
odd,  I'm experiencing no problems here.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: usahero on June 27, 2013, 08:32:00 PM
Thanks for your help. Hopefully problem will somehow fix itself in near future. I want more of these cheap coins :)


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Miner-TE on June 29, 2013, 09:15:17 PM
Did your problem get resolved?


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: PoolMinor on July 01, 2013, 07:25:30 PM
Just remember, as I've said several times in the previous thread.

Your wallet will claim that it is out of sync with 350k blocks required. Just ignore that. All it means is someone on the network has the LITECOIN blockchain instead of the proper GameCoin blockchain they likely manually placed it there in an attempt to hurt the coin. Your wallet see's that there are a possible 350k blocks and lists your wallet as out of sync. However will not download the incorrect chain.

While you are "out of sync" you're wallet is actually fully up to date, and functional. You are able to send, receive, and mine.

This problem should resolve itself later on down the road as more check points are hit and the person(s) with the incorrect blockchain fix, update, or close their client.


In short, just ignore wallet being out of sync. The network and current checkpoints make it so your client will not download the incorrect blockchain. Unless you are connected to a single node where the person operating the node changes the blockchain then you may experience problems until you get off of that node and re-download the blockchain.


Just a little FYI for those that download the wallet and try to mine for themselves. The wallet sync issue is not real.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: tobity on July 01, 2013, 07:31:39 PM
http://gme.p2pool.nl/chain/Gamecoins  go boom, shows <class '_mysql_exceptions.OperationalError'> etc etc

any other gamecoin explorers?


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: PoolMinor on July 01, 2013, 07:59:54 PM
http://gme.p2pool.nl/chain/Gamecoins  go boom, shows <class '_mysql_exceptions.OperationalError'> etc etc

any other gamecoin explorers?


Here is a screenshot of a recent cached page. Hope this helps until problem is resolved.


http://i43.tinypic.com/2r6ljbt.jpg


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Petr1fied on July 01, 2013, 08:05:17 PM
You can use this one that I just set up:

http://gmeblockexplorer.is-very-good.org/block_crawler.php

It's not as good as tyrion's block explorer but it's better than nothing.  ;)


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: PoolMinor on July 02, 2013, 05:24:06 AM
You can use this one that I just set up:

http://gmeblockexplorer.is-very-good.org/block_crawler.php

It's not as good as tyrion's block explorer but it's better than nothing.  ;)

Thanks, it is always nice to have a back-up.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Petr1fied on July 07, 2013, 08:11:41 PM
tyrion70's blog which is linked in the first post in order to download the Windows QT wallet is currently displaying the following:

Quote
Error establishing a database connection

If anyone needs the Windows QT Wallet, here is a mirror of the archive:

https://apps.memopal.com/e/GLF669QS

Nice easy 0.00328474 difficulty as I type this. ;)


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: PoolMinor on July 07, 2013, 08:29:57 PM
tyrion70's blog which is linked in the first post in order to download the Windows QT wallet is currently displaying the following:

Quote
Error establishing a database connection

If anyone needs the Windows QT Wallet, here is a mirror of the archive:

https://apps.memopal.com/e/GLF669QS

Nice easy 0.00328474 difficulty as I type this. ;)


Or you can use this direct link that still works.

http://p2pool.nl/downloads/gamecoin.win32.20130605.rar (http://p2pool.nl/downloads/gamecoin.win32.20130605.rar)


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Sondey10mg on July 13, 2013, 01:19:22 PM
Both explorers do not work


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: PoolMinor on July 13, 2013, 05:17:53 PM
Probably because there isn't much hype or support left for this coin. Yes the developers are online from time to time, but I think that this coin has seen better days. I sent a PM, last week, to jayo but no response.

I take it you are the 1 other person besides myself that is still keeping this coin alive.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Miner-TE on July 13, 2013, 05:27:22 PM
I still have a CPU pointed at GME.

With difficulty at 0.00816922, I'm getting a few blocks per hour.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: ahmed_bodi on July 13, 2013, 05:36:43 PM
any of you guys interested in a block explorer, web wallet or pool for gamecoin preferably p2pool


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: PoolMinor on July 13, 2013, 05:47:33 PM
We are interested in continued support. If you can provide a block explorer that is going to stay up, then yes, please.

There is/was a p2pool set up http://gme.p2pool.nl/stats/ (http://gme.p2pool.nl/stats/), but at this low difficulty it is unnecessary. Besides it is down for now along with their main explorers.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: ahmed_bodi on July 13, 2013, 05:49:17 PM
yeah i wouldnt mind, ive got a few block explorers and p2pool setup anyways. Ill hopefully have a block explorer up today


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Miner-TE on July 13, 2013, 05:51:42 PM
We are interested in continued support.

+1


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Sondey10mg on July 13, 2013, 07:00:23 PM
This coin has a cool concept, we just need someone to take over this project. If someone can lift this project up, I'm willing to start promoting it and so on, but now it seems a bit pointless


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: PoolMinor on July 13, 2013, 07:14:17 PM
The concept behind this coin is one that may take longer than most miners are willing to hold out for. It has been said numerous times by many others in this thread.

Patience is the key to building great relationships. Craftcoin is a good example of a direction this coin could take, provided we can find the right "game" for Gamecoin.

Though if you are following Craftcoin right now you can see that it had a great plan and seemed to be going well, but alas the big pump and dump miners came along and ruined the difficulty and it is in a similar boat as BTE; high difficulty and no hashing. At the peak of the hash Craftcoin saw 1.5 Gh/s now it is at 62 Mh/s and falling.

For a coin to progress it needs more than just community support, it needs a good set of parameters that will withstand difficulty swings, 51% attacks, etc.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: ahmed_bodi on July 13, 2013, 07:27:11 PM
i have numerous casino type games which currently accept virtual cash (play money) now if anyone here is able to modify these to accept payments from gamecoin network, the coin might do better, If anyone's interested in helping me out with the project feel free to pm me

If there is interest i will set up a fund to pay for an external developer to set it up to accpet these payments as i may not have the time


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Miner-TE on July 17, 2013, 03:42:37 AM
How many blocks did you loose?

I stopped mining this coin last night but I see the difficulty is at .027 which is higher than when I left.  Someone turned some power towards it.



Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: emdes on July 22, 2013, 08:06:45 PM
http://gmeblockexplorer.is-very-good.org/block_crawler.php still working. Thanks Petr1fied  :D


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: PoolMinor on July 22, 2013, 08:34:01 PM
http://gmeblockexplorer.is-very-good.org/block_crawler.php still working. Thanks Petr1fied  :D


Some information in this explorer is incorrect. Block numbers 1-6634 were valued at 200 GME each for a total of 1,326,800 coins. Blocks 6635-46042 are valued at 1000 GME each for a total of 39,408,000. These blocks together add to a total outstanding of 40,734,800 as of block #46042.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: PoolMinor on July 23, 2013, 06:45:22 PM
Is anyone still supporting this coin besides the miners? If so, what is the progress on this coin, did we find a game that wishes to support this coin?

I vote for this coin to be put on an exchange, now more than ever!


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Sondey10mg on July 23, 2013, 06:50:19 PM
Is anyone still supporting this coin besides the miners? If so, what is the progress on this coin, did we find a game that wishes to support this coin?

I vote for this coin to be put on an exchange, now more than ever!

²


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: qwep on July 23, 2013, 07:12:12 PM
and me


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: PoolMinor on July 23, 2013, 07:17:46 PM
I say that we take this task on ourselves to promote the trading or exchanging of this coin.
https://www.coins-e.com/ (https://www.coins-e.com/)
or perhaps
https://www.cryptsy.com/ (https://www.cryptsy.com/)


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: emdes on July 23, 2013, 07:21:43 PM
Looks like someone started mining again  ;D


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: PoolMinor on July 23, 2013, 07:25:27 PM
Looks like someone started mining again  ;D

Me, me, and me.

Emerald pool is down, no other choice right now.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: emdes on July 23, 2013, 07:30:38 PM
"difficulty" : 0.00470841  :o


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Sondey10mg on July 23, 2013, 08:29:56 PM
Cryptsy would be nice. Lots of trades happening there, and also the less known coins


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: PoolMinor on July 23, 2013, 09:58:25 PM
I think the original(unofficial) plans for this coin sounded great, but without constant feeding and nurture this coin will continue to die.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: emdes on July 23, 2013, 10:04:39 PM
This coin, WILL NEVER DIE !  :D


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Miner-TE on July 24, 2013, 07:58:09 PM
This coin, WILL NEVER DIE !  :D

Indeed.  It looks like it has life in it yet :)

"difficulty" : 0.06903813


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: emdes on July 24, 2013, 08:05:20 PM
2mh/s only  :D  (not me)


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: emdes on July 24, 2013, 08:14:00 PM
This coin, WILL NEVER DIE !  :D

Indeed.  It looks like it has life in it yet :)

"difficulty" : 0.06903813

GME to Gox in December  8)


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Miner-TE on July 25, 2013, 12:29:28 AM
Still rising .... "difficulty" : 0.09361113,


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: PoolMinor on July 26, 2013, 01:13:55 AM
Is it possible to set this block chain to only allow the correct wallet version or protocol version? My thoughts are that this may mitigate the perceived wallet sync issue.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: barwizi on July 27, 2013, 08:04:35 AM
I've seen good changes here, the current dev(s) should keep it up. I hit a block just now with 300kh, smooth sailing.  :)


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: qwep on July 27, 2013, 08:34:23 AM
a coin to push on cryptsy


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Petr1fied on July 27, 2013, 11:06:03 AM
I'll look into releasing an updated client with up to date checkpoints and change the IRC channel so that the rogue peers with 300K+ blocks should no longer be an annoyance.

For those of you currently mining, how is the difficulty algorithm holding up? Is it OK or does it need some further tweaking?


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Carra23 on July 27, 2013, 11:07:50 AM
I had posted about Gamecoin in the satoshi dice clone game thread as a joke and now its viable? Should have just a mined a few instead  :D


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Sondey10mg on July 27, 2013, 12:09:07 PM
Diff algorithm works great Petr1fied. Very smooth


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Petr1fied on July 27, 2013, 12:28:24 PM
I had posted about Gamecoin in the satoshi dice clone game thread as a joke and now its viable? Should have just a mined a few instead  :D

There's nothing wrong with it aside from the syncing issue which is only really a display issue in the QT wallet and doesn't impact the coin functionality. The initial release was botched because the original developer used the same genesis block as Litecoin or Feathercoin (can't remember which) so someone had the bright idea of dumping the entire blockchain from whichever it was on to it. The original developer then added some checkpoints which solved this issue but the difficulty got stuck at > 1.0 with no miners and a long way off the next retarget. Somewhere around this point the original developer abandoned it.

Some time after this a few of us took it upon ourselves to mine at high difficulty with the limited hashing power at our disposal and get it past the retarget. After this the difficulty algorithm was improved (hopefully) to make it less susceptible to miners jumping on and off. 48 blocks between retargets is a hell of a lot better than 2016. ;)

That's pretty much where we are now, unfortunately it seems most people have no interest at this point, least of all any exchanges who still perceive GameCoin to be broken.

As to future plans I am currently working on an ebay style auction site which rather than being exclusive to a single coin will accept as many coins as possible and offer the buyers/sellers a choice of how they want to make/receive payment.

The system will allow the buyer to make payment in any of the accepted crypto currencies, even doing a mix & match payment with several cryptos. The seller will be able to select the method of payment they'd like to receive for example if they wanted purely BTC that is what they'd receive, regardless of how the buying party paid.

Key to this is implementing the API's of various exchanges so that we can trade the coins in real time to convert them to whatever the seller is requesting so obviously seeing GameCoin implemented on an exchange is key to being able to implement a system such as this and also include GameCoin as a method of payment.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Petr1fied on July 27, 2013, 04:36:21 PM
OK I've pushed some changes to my own gamecoin fork. I'd ask jayo89 to pull them but he's not logged in here since July 7th. If you want to access my repository you can do so here:

https://github.com/Petr1fied/gamecoin

What's new?
  • The IRC channel has been changed to hopefully stop mixing between the old and new clients. (I'm currently bridging between both to prevent this causing a hard fork).
  • The client name has been changed from "Satoshi" (used in pretty much every coin) to "GameCoin" and the version number incremented as appropriate.
  • Added a getnetworkhashps method fix, using the correct 48 block retarget value. (https://bitcointalk.org/index.php?topic=124303.msg2515204#msg2515204).
  • Added more checkpoints.

For some reason, despite my best efforts and following various instructions to the letter, I've never been able to successfully compile a Windows-QT wallet and I've attempted to do so on Windows XP, Windows 7 and Windows 8, so I'll probably need to ask tyrion70 if he wouldn't mind compiling a new Windows QT wallet from the current codebase.

I can however compile Windows Daemons without problem so here is the latest compile:

https://apps.memopal.com/e/D43KRJX4

(This daemon comes complete with UPNP support)

If you intend to use this, please be sure to delete %Appdata%\gamecoin\peers.dat before starting the client so you don't end up spreading contact details for dodgy 300K block peers with your fellow peers. It does us no good to use a new IRC channel if you're going to spread bad peer details via P2P anyway.

The new client will display as following in getpeerinfo:
Quote
   {
        "addr" : "127.0.0.1:54354",
        "services" : "00000001",
        "lastsend" : 1374941237,
        "lastrecv" : 1374941238,
        "conntime" : 1374940941,
       "version" : 60003,
        "subver" : "/GameCoin:0.6.5/",

        "inbound" : false,
        "releasetime" : 0,
        "startingheight" : 48562,
        "banscore" : 0
    },


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: PoolMinor on July 27, 2013, 08:01:01 PM
Ok this is great but how do I mine with only the daemon?

Edit: Petr1fied, thanks for your help on an outside channel, I am currently mining away.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Petr1fied on July 27, 2013, 08:18:09 PM
shakezula has offered to compile a QT wallet. Stand by.

EDIT: Link from shakezula -  https://docs.google.com/file/d/0B49exKIsGBn5dU0xLWNGTmVhWDg/edit?usp=sharing


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: qwep on July 27, 2013, 08:39:48 PM
Not Found
Error 404 :(


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: PoolMinor on July 27, 2013, 08:57:09 PM
Not Found
Error 404 :(

Try downloading the whole rar package.

http://i43.tinypic.com/x4m61g.png


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Petr1fied on July 27, 2013, 08:59:24 PM
Not Found
Error 404 :(

Looks OK here:
http://i39.tinypic.com/118jg9s.png

I've mirrored the archive here though:

https://apps.memopal.com/e/JBXRB4ZH


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Petr1fied on July 27, 2013, 09:01:39 PM
Due to jayo89 being MIA since July 7th and my inability to edit his first post it may be beneficial for me to to start a new thread so that all the current information and download locations etc. are in the first post and not lost on page 25. ;)


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: PoolMinor on July 27, 2013, 09:15:39 PM
Due to jayo89 being MIA since July 7th and my inability to edit his first post it may be beneficial for me to to start a new thread so that all the current information and download locations etc. are in the first post and not lost on page 25. ;)

Please do, also change it to the "Official Fork." This may encourage more miners to trust it.


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: btcton on July 27, 2013, 09:22:39 PM
Hmmm... What's this coin's gimmick?


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: PoolMinor on July 27, 2013, 09:41:31 PM
Hmmm... What's this coin's gimmick?

I am not the authority on this coin but I have been around for the last couple of months supporting this coin. There are many posts describing the unofficial intentions of the coin.

Below are some of the many comments that may enlighten any future interest in mining and or holding/spending of the GameCoins.

https://bitcointalk.org/index.php?topic=208747.msg2325601#msg2325601 (https://bitcointalk.org/index.php?topic=208747.msg2325601#msg2325601)

https://bitcointalk.org/index.php?topic=208747.msg2345791#msg2345791 (https://bitcointalk.org/index.php?topic=208747.msg2345791#msg2345791)

https://bitcointalk.org/index.php?topic=208747.msg2441562#msg2441562 (https://bitcointalk.org/index.php?topic=208747.msg2441562#msg2441562)

https://bitcointalk.org/index.php?topic=208747.msg2447454#msg2447454 (https://bitcointalk.org/index.php?topic=208747.msg2447454#msg2447454)

https://bitcointalk.org/index.php?topic=208747.msg2447749#msg2447749 (https://bitcointalk.org/index.php?topic=208747.msg2447749#msg2447749)

https://bitcointalk.org/index.php?topic=208747.msg2466504#msg2466504 (https://bitcointalk.org/index.php?topic=208747.msg2466504#msg2466504)


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Petr1fied on July 28, 2013, 12:20:29 AM
Please direct any further discussion about GameCoin to the new topic (https://bitcointalk.org/index.php?topic=263600). Thanks ;D


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: barwizi on July 28, 2013, 04:06:31 AM
Steam has started a linux version... Linux is open source.... perhaps we can try get them in the "game".


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: huahua520 on July 28, 2013, 02:16:49 PM
When trading platform?


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: elements on July 30, 2013, 11:13:48 PM
Quote
Mac OS X - QT wallet

Also we now have a Mac wallet courtesy of maxpower (https://bitcointalk.org/index.php?action=profile;u=110572) who has been spreading the Mac love recently in his [ANN] The Definitive List of Mac Altcoin Wallets (https://bitcointalk.org/index.php?topic=216672) thread. You can download this client here (https://www.dropbox.com/s/mrny9fownxvi8jl/Gamecoin-Qt-0.6.4.0-Mac.zip). One thing to note is that maxpower states that this client may not work on OS X prior to 10.7 Lion.

If you want to show your appreciation to maxpower (https://bitcointalk.org/index.php?action=profile;u=110572), please consider sending a donation to his GameCoin address:

GYmHJ871jnynvoyjiZhcjC5bbdJGYxide5


done !
thx, man


Title: Re: [ANN] GME | GameCoin - Unofficial fork and Windows QT Client.
Post by: Petr1fied on July 30, 2013, 11:41:39 PM
I only wish I could close this topic.

Please try to refrain from continuing to post here. All the latest information and current download links are in the new topic (https://bitcointalk.org/index.php?topic=263600). Anything posted here is likely to be out of date.