Bitcoin Forum
June 01, 2024, 07:56:09 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 [8] 9 10 »
141  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN] CPUCoin - CPU mined currency (whirlpool based) on: August 20, 2013, 10:50:29 AM
as an evidence to all the others on this forum. I tried to download the binary today and it was encrypted. The question is why ? Then the developer upped the binarys without password. Confused or what ? Then I downloaded it now on the first hours and now this is the network info:

{
"blocks" : 8739,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"difficulty" : 9.34881349,
"errors" : "",
"generate" : true,
"genproclimit" : -1,
"hashespersec" : 0,
"pooledtx" : 0,
"testnet" : false
}


So 8739 x 1024 Coins are premined !!!!! So its about 9.000.000 Coins premined. Why the developer need to premine 9 Million Coins for himself ?
142  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN] CPUCoin - CPU mined currency (whirlpool based) on: August 20, 2013, 10:44:12 AM
Please make a giveaway with your premined blocks of 85k otherwise we cannot accept this coin as a value.
143  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN] CPUCoin - CPU mined currency (whirlpool based) on: August 20, 2013, 09:54:08 AM
I dont understand why you dont give the encryption password or why do you set it. I think the developer want to premine the coins and then give us the possibility too also mine but its shit what do you do. Thats why I not support this shit.
144  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] GameCoin (GME) - MANDATORY UPDATE to v0.8.1 before August 15th on: August 19, 2013, 10:54:07 PM
gamecoin price is exploding today.
145  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] GameCoin (GME) - MANDATORY UPDATE to v0.8.1 before August 15th on: August 19, 2013, 04:46:48 PM
I have a problem, I have send some gamecoins to cryptsy with the old version and then later upgraded to 081 but the transaction dont have any confirmations and I lost my gamecoins. I have deleted all files in appdata roaming except the wallet.dat and then started the new client, but it dont give any confirmation.
146  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] GameCoin (GME) - MANDATORY UPDATE to v0.8.1 before August 15th on: August 19, 2013, 04:40:56 PM
I have a question, in the gamecoin specifikations you set the total coins to 1.67 billion. But how much is it ? In europe its 10 exp 12 and in the us you say one billion is 10 exp 9 . Is it 167.000.000.000 or 1.670.000.000 Huh?

Gamecoin specifications

2.5 minute block targets
48 blocks (2 hours) to retarget difficulty
subsidy halves every 840,000 blocks (~4 years)
~1.67 billion total coins
1000 coins per block
Scrypt based
147  Alternate cryptocurrencies / Altcoin Discussion / Re: Gold Coin (GLD) Info Thread - The Gold Standard of Digital Currency [NEW THREAD] on: August 19, 2013, 01:07:47 AM
whats up with the Goldcoin Chart on cryptsy Huh? It is going uppp 5x or 6x more than before a day.
148  Alternate cryptocurrencies / Altcoin Discussion / Re: Cryptogenic Bullion Website Launched!!! August 10, 2013 / GIVEAWAY! on: August 11, 2013, 11:25:22 AM
this website is made by an amateur. If you need a good decent website with a fresh and clean layout. PM me.
149  Alternate cryptocurrencies / Altcoin Discussion / Re: [XPM] PETITION Primecoin listing on BTC-e on: July 27, 2013, 05:25:52 PM
This coin is too new for an exchange plattform, I have tested it and found 2 blocks only, but it was a week ago. I have a Athlon X4 640 with 3ghz. I have the latest mikael HP 7 Primecoin Client, but I dont get any blocks. The CPU Miner is also Crap and there are no good mining pools for that coin. So I dont understand the value in cryptsy for this coin.
150  Alternate cryptocurrencies / Mining (Altcoins) / Re: MultiMiner PR3 - Your Coins. Your Pools. Your way. - Includes .NET API's on: July 09, 2013, 12:24:09 AM
why I get less dgc with 1950khash/s than its expected in coinchoose or coinwarz? Example: expected 290 dgc per day but I get only 120 dgc.
151  Alternate cryptocurrencies / Altcoin Discussion / Re: Gold Coin (GLD) Info Thread - The Future of Digital Currency [NEW THREAD] on: July 05, 2013, 11:20:55 PM
if you want supporter for this coin then upload the source immediately online again and we kick you as developer out of this coin. We make all together and not only you decide whats with the source code man. How can we protect the code from such idiots ?
152  Alternate cryptocurrencies / Altcoin Discussion / Re: Gold Coin (GLD) Info Thread - The Future of Digital Currency [NEW THREAD] on: July 05, 2013, 10:50:03 PM
whats with the source code, today morning it was online on github and now not anymore, but I have it in the cache in my firefox and what I see now is that you changed the variable "max_money" to about more as 5.000.000.000 . Whats up now with the source Huh? Take it online and make a original from source code or you are a scammer man.

this is the original source code from this morning in the main.c file:

// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2012 The Bitcoin developers
// Copyright (c) 2011-2012 Litecoin Developers
// Copyright (c) 2013-2014 GoldCoin (GLD) Developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef BITCOIN_MAIN_H
#define BITCOIN_MAIN_H

#include "bignum.h"
#include "net.h"
#include "key.h"
#include "script.h"
#include "db.h"
#include "scrypt.h"

#include <list>

class CWallet;
class CBlock;
class CBlockIndex;
class CKeyItem;
class CReserveKey;

class CAddress;
class CInv;
class CRequestTracker;
class CNode;

static const unsigned int MAX_BLOCK_SIZE = 1000000;
static const unsigned int MAX_BLOCK_SIZE_GEN = MAX_BLOCK_SIZE/2;
static const unsigned int MAX_BLOCK_SIGOPS = MAX_BLOCK_SIZE/50;
static const unsigned int MAX_ORPHAN_TRANSACTIONS = MAX_BLOCK_SIZE/100;
static const int64 MIN_TX_FEE = 10000000;
static const int64 MIN_RELAY_TX_FEE = MIN_TX_FEE;
static const int64 MAX_MONEY = 5379269550 * COIN; // GLDcoin: maximum of 5,379,269,550 coins in a single wallet... this value does not dictate maximum number of coins.
const int64 julyFork = 30500;
inline bool MoneyRange(int64 nValue) { return (nValue >= 0 && nValue <= MAX_MONEY); }
static const int COINBASE_MATURITY = 100;
// Threshold for nLockTime: below this value it is interpreted as block number, otherwise as UNIX timestamp.
static const unsigned int LOCKTIME_THRESHOLD = 500000000; // Tue Nov 5 00:53:20 1985 UTC
#ifdef USE_UPNP
static const int fHaveUPnP = true;
#else
static const int fHaveUPnP = false;
#endif
static bool hardForkedJuly = false;

extern CScript COINBASE_FLAGS;

153  Alternate cryptocurrencies / Altcoin Discussion / Re: All in favor of Banning Hydroponica on: July 05, 2013, 09:48:45 PM
Nobody can ban but we can develope this coin in future by ourself and let it grow without some bosses or something like that, because nobody is the boss, we all are the boss.
154  Alternate cryptocurrencies / Altcoin Discussion / Re: All in favor of Banning Hydroponica on: July 05, 2013, 09:43:22 PM
Hallo, where is the source code of GLDcoin, today morning europe time I have read the main.c file and in the source code the max money variable was setted as about 5.000.000.000 GLD . Whats up with that shit now Huh? Are you scamming people or what. Answer ASAP if you are not a scammer and upload the source code again online !!!
155  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN] Gold Coin - Stronger, Faster, Tyrant Free - July 4, 2013 Independence Day on: June 28, 2013, 11:02:07 PM
You have created GLD and you have started it but you dont have control about a currency. The Code of GLD is open source like bitcoin and the others. There are now good supporters and the community grow slowly but grow and you want to control back the coin Huh Please bring not another Gold Coin out there ! We have the first already and the community is growing and try to improve the code and the services for that coin. Now the network problems are fixed almost and the wallet and mining runs smoothly, so please give your ideas and your work into GLD and dont create a new Coin with the same name. The code is open source and everyone can support the coin who wants and bring services for GLD. So if you have better idea, then improve the coin and help and dont create another Coin with same Code and same Functions. GLD has no Boss anymore and thats fine, but the community grows and meet together.
Exactly - no one should have control over a crypto currency.

The coin is garbage.  I said so within 1 week. LMAO.

GLD has a boss - and his a signing, drunken, delusional, and unstable man named "microguy"

You say community, I say cult.

As far as the name - the name is GLDCoin - I released it.  It was originally to be called Guild Coin.

Do yourself a favor, keep your GLD, hope its worth more than lint someday, and mine a real coin, with no master, no boss, and no limit.

Gold Coin will be a 360 from Guild Coin (GLDCoin)



He is not the boss ... Nobody is here the boss. We the community represent the coin and make it grow naturally. If you bring a good idea to the fork then I think micro guy will let it in the source. That what I see is that micro guy and some other started to support this coin and thats fine.
156  Alternate cryptocurrencies / Altcoin Discussion / Re: Gold Coin (GLD) Info Thread - The Future of Digital Currency [NEW THREAD] on: June 28, 2013, 10:57:18 PM
Hello whats up with the founder of GLD ? He was kicked by you ? Whats up with the future of GLD ?
157  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN] Gold Coin - Stronger, Faster, Tyrant Free - July 4, 2013 Independence Day on: June 28, 2013, 09:55:08 PM
You have created GLD and you have started it but you dont have control about a currency. The Code of GLD is open source like bitcoin and the others. There are now good supporters and the community grow slowly but grow and you want to control back the coin Huh Please bring not another Gold Coin out there ! We have the first already and the community is growing and try to improve the code and the services for that coin. Now the network problems are fixed almost and the wallet and mining runs smoothly, so please give your ideas and your work into GLD and dont create a new Coin with the same name. The code is open source and everyone can support the coin who wants and bring services for GLD. So if you have better idea, then improve the coin and help and dont create another Coin with same Code and same Functions. GLD has no Boss anymore and thats fine, but the community grows and meet together.
158  Alternate cryptocurrencies / Altcoin Discussion / Re: [GLD]Coin - Facebook Group Community is out now. Join us and get free GLDcoins ! on: June 28, 2013, 01:00:21 PM
first User got his 50 GLD for joining our community.
159  Alternate cryptocurrencies / Altcoin Discussion / [GLD]Coin - Facebook Group Community is out now. Join us and get free GLDcoins ! on: June 28, 2013, 12:35:56 PM
The GLD coin Facebook Group is out now. If you are a fan, supporter, developer or do you want get the latest information about GLDcoin, then look at our new Facebook Group https://www.facebook.com/groups/gldcoin/ and join our Group. A few supporter on our group give some GLD away for growing the community a little. Join and get free GLD to your wallet.
160  Alternate cryptocurrencies / Altcoin Discussion / Re: Gold Coin (GLD) Info Thread - The Future of Digital Currency [NEW THREAD] on: June 28, 2013, 12:33:12 PM
The GLD coin Facebook Group is out now. If you a fan, supporter, developer or do you want get the latest information about GLDcoin, then look at our new Facebook Group https://www.facebook.com/groups/gldcoin/ and join our Group.
Pages: « 1 2 3 4 5 6 7 [8] 9 10 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!