Raggsock
Member
Offline
Activity: 108
Merit: 10
Blocklancer - Freelance on the Blockchain
|
|
February 16, 2014, 09:10:31 PM |
|
i did not, get it ;( i wish i did but it does not matter i also rented some rigs to mine the coin, im sure some other ppl did to. who mined the genesis block ?
That is the million dollar question...box...did you get it? what was the first block your pool solved? Block : 1 = 60,540 CRA (Premine)So the original dev has it I guess?
|
|
|
|
novahash
Member
Offline
Activity: 84
Merit: 10
Novahash Pools
|
|
February 16, 2014, 09:11:38 PM |
|
dont mine untill we can confirm its the correct blockchian as the other pool CryptoApples Poolhttp://cra.novahash.org
PPLNS, 1%
We are with community!!
Sign up, setup your workers and start mining. Daemon was compiled from source release today at about 19:30 on github. Current block 570 current diff 0.82973551
|
|
|
|
Ardolafat
|
|
February 16, 2014, 09:12:02 PM |
|
Raggsock we can block the genesis block i think Smth like this: // Genesis block const char* pszTimestamp = "June 7 2013, The Times, Prince Philip admitted to hospital for two weeks"; CTransaction txNew; txNew.vin.resize(1); txNew.vout.resize(1); txNew.vin[0].scriptSig = CScript() << 486604799 << CBigNum(4) << vector<unsigned char>((const unsigned char*)pszTimestamp, (const unsigned char*)pszTimestamp + strlen(pszTimestamp)); txNew.vout[0].nValue = 1250000 * COIN; txNew.vout[0].scriptPubKey = CScript() << ParseHex("0449D77B9B62E0DB1FD6150ECFC5722F31FEE52E585DE31B5AEFAD2CAC415D5698991F8F0B0CBBA7B9F4431BBE79B684876EDFBD369554ACC4182753FA48A3CD80") << OP_CHECKSIG; CBlock block; block.vtx.push_back(txNew); block.hashPrevBlock = 0; block.hashMerkleRoot = block.BuildMerkleTree(); block.nVersion = 1; block.nTime = 1370579804; block.nBits = 0x1e0fffff; block.nNonce = 2788; uint256 genesisHash("0x0a59605118489aa9cde58e64210d3d56e246758fbabcd1482e54bf4032545221"); uint256 hash = txNew.GetHash();
{ LOCK(mempool.cs); mempool.addUnchecked(hash,txNew); } { CTxDB txdb; txdb.TxnBegin(); CBlockIndex* pindex = mapBlockIndex.find(genesisHash)->second; unsigned int nTxPos = pindex->nBlockPos + ::GetSerializeSize(CBlock(), SER_DISK, CLIENT_VERSION) - 1 + GetSizeOfCompactSize(block.vtx.size()); CDiskTxPos posThisTx(pindex->nFile, pindex->nBlockPos, nTxPos); txdb.UpdateTxIndex(txNew.GetHash(), CTxIndex(posThisTx, txNew.vout.size())); txdb.TxnCommit(); }
|
|
|
|
boxuser
Sr. Member
Offline
Activity: 322
Merit: 250
Credits CRD 1st Decentralized Exchange coin
|
|
February 16, 2014, 09:17:10 PM |
|
ok seems on the same chain, makes sense thanks man will add your pool there dont mine untill we can confirm its the correct blockchian as the other pool CryptoApples Poolhttp://cra.novahash.org
PPLNS, 1%
We are with community!!
Sign up, setup your workers and start mining. Daemon was compiled from source release today at about 19:30 on github. Current block 570 current diff 0.82973551
|
|
|
|
PoolNetwork
Member
Offline
Activity: 84
Merit: 10
|
|
February 16, 2014, 09:17:46 PM |
|
|
|
|
|
deodecagone
|
|
February 16, 2014, 09:18:26 PM |
|
Raggsock we can block the genesis block i think Smth like this: // Genesis block const char* pszTimestamp = "June 7 2013, The Times, Prince Philip admitted to hospital for two weeks"; CTransaction txNew; txNew.vin.resize(1); txNew.vout.resize(1); txNew.vin[0].scriptSig = CScript() << 486604799 << CBigNum(4) << vector<unsigned char>((const unsigned char*)pszTimestamp, (const unsigned char*)pszTimestamp + strlen(pszTimestamp)); txNew.vout[0].nValue = 1250000 * COIN; txNew.vout[0].scriptPubKey = CScript() << ParseHex("0449D77B9B62E0DB1FD6150ECFC5722F31FEE52E585DE31B5AEFAD2CAC415D5698991F8F0B0CBBA7B9F4431BBE79B684876EDFBD369554ACC4182753FA48A3CD80") << OP_CHECKSIG; CBlock block; block.vtx.push_back(txNew); block.hashPrevBlock = 0; block.hashMerkleRoot = block.BuildMerkleTree(); block.nVersion = 1; block.nTime = 1370579804; block.nBits = 0x1e0fffff; block.nNonce = 2788; uint256 genesisHash("0x0a59605118489aa9cde58e64210d3d56e246758fbabcd1482e54bf4032545221"); uint256 hash = txNew.GetHash();
{ LOCK(mempool.cs); mempool.addUnchecked(hash,txNew); } { CTxDB txdb; txdb.TxnBegin(); CBlockIndex* pindex = mapBlockIndex.find(genesisHash)->second; unsigned int nTxPos = pindex->nBlockPos + ::GetSerializeSize(CBlock(), SER_DISK, CLIENT_VERSION) - 1 + GetSizeOfCompactSize(block.vtx.size()); CDiskTxPos posThisTx(pindex->nFile, pindex->nBlockPos, nTxPos); txdb.UpdateTxIndex(txNew.GetHash(), CTxIndex(posThisTx, txNew.vout.size())); txdb.TxnCommit(); } Please change right away on github adn on the pool before a windows wallet is out .. We don't need a premine here. Nobody owns the coin
|
|
|
|
PoolNetwork
Member
Offline
Activity: 84
Merit: 10
|
|
February 16, 2014, 09:19:16 PM |
|
Raggsock we can block the genesis block i think Smth like this: // Genesis block const char* pszTimestamp = "June 7 2013, The Times, Prince Philip admitted to hospital for two weeks"; CTransaction txNew; txNew.vin.resize(1); txNew.vout.resize(1); txNew.vin[0].scriptSig = CScript() << 486604799 << CBigNum(4) << vector<unsigned char>((const unsigned char*)pszTimestamp, (const unsigned char*)pszTimestamp + strlen(pszTimestamp)); txNew.vout[0].nValue = 1250000 * COIN; txNew.vout[0].scriptPubKey = CScript() << ParseHex("0449D77B9B62E0DB1FD6150ECFC5722F31FEE52E585DE31B5AEFAD2CAC415D5698991F8F0B0CBBA7B9F4431BBE79B684876EDFBD369554ACC4182753FA48A3CD80") << OP_CHECKSIG; CBlock block; block.vtx.push_back(txNew); block.hashPrevBlock = 0; block.hashMerkleRoot = block.BuildMerkleTree(); block.nVersion = 1; block.nTime = 1370579804; block.nBits = 0x1e0fffff; block.nNonce = 2788; uint256 genesisHash("0x0a59605118489aa9cde58e64210d3d56e246758fbabcd1482e54bf4032545221"); uint256 hash = txNew.GetHash();
{ LOCK(mempool.cs); mempool.addUnchecked(hash,txNew); } { CTxDB txdb; txdb.TxnBegin(); CBlockIndex* pindex = mapBlockIndex.find(genesisHash)->second; unsigned int nTxPos = pindex->nBlockPos + ::GetSerializeSize(CBlock(), SER_DISK, CLIENT_VERSION) - 1 + GetSizeOfCompactSize(block.vtx.size()); CDiskTxPos posThisTx(pindex->nFile, pindex->nBlockPos, nTxPos); txdb.UpdateTxIndex(txNew.GetHash(), CTxIndex(posThisTx, txNew.vout.size())); txdb.TxnCommit(); } Please change right away on github adn on the pool before a windows wallet is out .. We don't need a premine here. Nobody owns the coin Pls let me know when it's removed and the pool code will be updated
|
|
|
|
majsta
|
|
February 16, 2014, 09:19:37 PM |
|
This should be a logo!!!
|
|
|
|
EchoingUprise
Newbie
Offline
Activity: 42
Merit: 0
|
|
February 16, 2014, 09:19:54 PM |
|
|
|
|
|
soulcity
|
|
February 16, 2014, 09:20:41 PM |
|
Let's do it. Go go go
|
|
|
|
boxuser
Sr. Member
Offline
Activity: 322
Merit: 250
Credits CRD 1st Decentralized Exchange coin
|
|
February 16, 2014, 09:21:58 PM |
|
thanks man, more p@ools and we need the exe now.
|
|
|
|
boxuser
Sr. Member
Offline
Activity: 322
Merit: 250
Credits CRD 1st Decentralized Exchange coin
|
|
February 16, 2014, 09:22:18 PM |
|
love This should be a logo!!!
|
|
|
|
soulcity
|
|
February 16, 2014, 09:22:56 PM |
|
Coup d'etat Coin
|
|
|
|
Xtar
|
|
February 16, 2014, 09:23:07 PM |
|
#1 no e-mail confirmation receved #2 no blocks found great!
|
|
|
|
sulphur
Newbie
Offline
Activity: 42
Merit: 0
|
|
February 16, 2014, 09:23:24 PM |
|
|
|
|
|
|
boxuser
Sr. Member
Offline
Activity: 322
Merit: 250
Credits CRD 1st Decentralized Exchange coin
|
|
February 16, 2014, 09:25:17 PM |
|
wait wait, we dont want to kill all the till now mined coins, what are we mining then for ffs? you wont be better then the original devs then i guess Raggsock we can block the genesis block i think Smth like this: // Genesis block const char* pszTimestamp = "June 7 2013, The Times, Prince Philip admitted to hospital for two weeks"; CTransaction txNew; txNew.vin.resize(1); txNew.vout.resize(1); txNew.vin[0].scriptSig = CScript() << 486604799 << CBigNum(4) << vector<unsigned char>((const unsigned char*)pszTimestamp, (const unsigned char*)pszTimestamp + strlen(pszTimestamp)); txNew.vout[0].nValue = 1250000 * COIN; txNew.vout[0].scriptPubKey = CScript() << ParseHex("0449D77B9B62E0DB1FD6150ECFC5722F31FEE52E585DE31B5AEFAD2CAC415D5698991F8F0B0CBBA7B9F4431BBE79B684876EDFBD369554ACC4182753FA48A3CD80") << OP_CHECKSIG; CBlock block; block.vtx.push_back(txNew); block.hashPrevBlock = 0; block.hashMerkleRoot = block.BuildMerkleTree(); block.nVersion = 1; block.nTime = 1370579804; block.nBits = 0x1e0fffff; block.nNonce = 2788; uint256 genesisHash("0x0a59605118489aa9cde58e64210d3d56e246758fbabcd1482e54bf4032545221"); uint256 hash = txNew.GetHash();
{ LOCK(mempool.cs); mempool.addUnchecked(hash,txNew); } { CTxDB txdb; txdb.TxnBegin(); CBlockIndex* pindex = mapBlockIndex.find(genesisHash)->second; unsigned int nTxPos = pindex->nBlockPos + ::GetSerializeSize(CBlock(), SER_DISK, CLIENT_VERSION) - 1 + GetSizeOfCompactSize(block.vtx.size()); CDiskTxPos posThisTx(pindex->nFile, pindex->nBlockPos, nTxPos); txdb.UpdateTxIndex(txNew.GetHash(), CTxIndex(posThisTx, txNew.vout.size())); txdb.TxnCommit(); }
|
|
|
|
novahash
Member
Offline
Activity: 84
Merit: 10
Novahash Pools
|
|
February 16, 2014, 09:25:42 PM |
|
Raggsock we can block the genesis block i think Smth like this: // Genesis block const char* pszTimestamp = "June 7 2013, The Times, Prince Philip admitted to hospital for two weeks"; CTransaction txNew; txNew.vin.resize(1); txNew.vout.resize(1); txNew.vin[0].scriptSig = CScript() << 486604799 << CBigNum(4) << vector<unsigned char>((const unsigned char*)pszTimestamp, (const unsigned char*)pszTimestamp + strlen(pszTimestamp)); txNew.vout[0].nValue = 1250000 * COIN; txNew.vout[0].scriptPubKey = CScript() << ParseHex("0449D77B9B62E0DB1FD6150ECFC5722F31FEE52E585DE31B5AEFAD2CAC415D5698991F8F0B0CBBA7B9F4431BBE79B684876EDFBD369554ACC4182753FA48A3CD80") << OP_CHECKSIG; CBlock block; block.vtx.push_back(txNew); block.hashPrevBlock = 0; block.hashMerkleRoot = block.BuildMerkleTree(); block.nVersion = 1; block.nTime = 1370579804; block.nBits = 0x1e0fffff; block.nNonce = 2788; uint256 genesisHash("0x0a59605118489aa9cde58e64210d3d56e246758fbabcd1482e54bf4032545221"); uint256 hash = txNew.GetHash();
{ LOCK(mempool.cs); mempool.addUnchecked(hash,txNew); } { CTxDB txdb; txdb.TxnBegin(); CBlockIndex* pindex = mapBlockIndex.find(genesisHash)->second; unsigned int nTxPos = pindex->nBlockPos + ::GetSerializeSize(CBlock(), SER_DISK, CLIENT_VERSION) - 1 + GetSizeOfCompactSize(block.vtx.size()); CDiskTxPos posThisTx(pindex->nFile, pindex->nBlockPos, nTxPos); txdb.UpdateTxIndex(txNew.GetHash(), CTxIndex(posThisTx, txNew.vout.size())); txdb.TxnCommit(); } Please change right away on github adn on the pool before a windows wallet is out .. We don't need a premine here. Nobody owns the coin Please let me know when it's updated, I'll update pool code as well.
|
|
|
|
deodecagone
|
|
February 16, 2014, 09:26:00 PM |
|
the name was a real premonition from the dev or what ? :
"when Steve Jobs visited Xerox’s Palo Alto Research Center in the late 1970’s, he was amazed by what he saw: a demonstration of a new three-button computer mouse. The only problem? It cost $300. Realizing that this would be the perfect interface innovation for his Apple Computer, Jobs took the concept to industrial designer Dean Hovey, who “improved” the mouse by dropping two of its buttons… and, along with them, the mouse’s build price, which sank to just $15. Obviously, Apple’s decision to favor just a single mouse button has been a contentious one "
|
|
|
|
boxuser
Sr. Member
Offline
Activity: 322
Merit: 250
Credits CRD 1st Decentralized Exchange coin
|
|
February 16, 2014, 09:28:34 PM |
|
if we kill the genesis block then all is gone all that we mined for, there is no point then to mine, i dont agree witch changing the blockchain. only if there is a solution to keep the mined coins then it would be ok
|
|
|
|
|