Bitcoin Forum
June 01, 2024, 08:19:18 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Poll
Question: Vote Location - Ending 10:00pmUTC 2/28
BitcoinTalk
RevolutionCoin.org
3rd Party website
Revolution/3rdParty
None of the Above

Pages: « 1 2 [3] 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 ... 55 »
  Print  
Author Topic: [RE-ANN] ★CHE RevolutionCoin★ FIGHT COIN LAUNCH FAILS-Join the Revolution Now!  (Read 48409 times)
Raggsock
Member
**
Offline Offline

Activity: 108
Merit: 10

Blocklancer - Freelance on the Blockchain


View Profile
February 16, 2014, 09:10:31 PM
 #41

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 Offline

Activity: 84
Merit: 10

Novahash Pools


View Profile WWW
February 16, 2014, 09:11:38 PM
 #42

dont mine untill we can confirm its the correct blockchian as the other pool


CryptoApples Pool

http://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
Sr. Member
****
Offline Offline

Activity: 476
Merit: 250


View Profile
February 16, 2014, 09:12:02 PM
 #43

Raggsock we can block the genesis block i think Cheesy

Smth like this:
Code:
  // 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 Offline

Activity: 322
Merit: 250

Credits CRD 1st Decentralized Exchange coin


View Profile
February 16, 2014, 09:17:10 PM
 #44

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 Pool

http://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 Offline

Activity: 84
Merit: 10


View Profile
February 16, 2014, 09:17:46 PM
 #45

VIVA LA REVOLUTION!

CRAPPLES TO DA MOON!!!!

#1 http://cra.poolnetwork.org
#2 http://cra.novahash.org

deodecagone
Sr. Member
****
Offline Offline

Activity: 490
Merit: 250



View Profile
February 16, 2014, 09:18:26 PM
 #46

Raggsock we can block the genesis block i think Cheesy

Smth like this:
Code:
  // 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 Offline

Activity: 84
Merit: 10


View Profile
February 16, 2014, 09:19:16 PM
 #47

Raggsock we can block the genesis block i think Cheesy

Smth like this:
Code:
  // 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
Hero Member
*****
Offline Offline

Activity: 561
Merit: 500


kittehcoin.info


View Profile
February 16, 2014, 09:19:37 PM
 #48

This should be a logo!!!

EchoingUprise
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
February 16, 2014, 09:19:54 PM
 #49


Crapple Pool Has Launched!
http://cra.longbeardmining.com

PPLNS
1% Fee
VARDIFF



soulcity
Full Member
***
Offline Offline

Activity: 152
Merit: 102


View Profile
February 16, 2014, 09:20:41 PM
 #50

Let's do it.  Go go go

boxuser
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250

Credits CRD 1st Decentralized Exchange coin


View Profile
February 16, 2014, 09:21:58 PM
 #51

thanks man, more p@ools and we need the exe now.



Crapple Pool Has Launched!
http://cra.longbeardmining.com

PPLNS
1% Fee
VARDIFF




boxuser
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250

Credits CRD 1st Decentralized Exchange coin


View Profile
February 16, 2014, 09:22:18 PM
 #52

love Smiley

This should be a logo!!!


soulcity
Full Member
***
Offline Offline

Activity: 152
Merit: 102


View Profile
February 16, 2014, 09:22:56 PM
 #53

Coup d'etat Coin
Xtar
Hero Member
*****
Offline Offline

Activity: 625
Merit: 500



View Profile
February 16, 2014, 09:23:07 PM
 #54

#1 no e-mail confirmation receved
#2 no blocks found

great!
sulphur
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
February 16, 2014, 09:23:24 PM
 #55

https://bitcointalk.org/index.php?topic=469985.0

CRAPPLE
funkwerk101
Sr. Member
****
Offline Offline

Activity: 335
Merit: 250


View Profile
February 16, 2014, 09:24:44 PM
 #56

This is brilliant,
Miners staying put at http://cra.poolnetwork.org  Grin

 

1MDiLyJGvwcLf3vcNKfqmCXa28gqTVQeaW
boxuser
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250

Credits CRD 1st Decentralized Exchange coin


View Profile
February 16, 2014, 09:25:17 PM
 #57

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 Cheesy

Smth like this:
Code:
  // 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 Offline

Activity: 84
Merit: 10

Novahash Pools


View Profile WWW
February 16, 2014, 09:25:42 PM
 #58

Raggsock we can block the genesis block i think Cheesy

Smth like this:
Code:
  // 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
Sr. Member
****
Offline Offline

Activity: 490
Merit: 250



View Profile
February 16, 2014, 09:26:00 PM
 #59

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 Offline

Activity: 322
Merit: 250

Credits CRD 1st Decentralized Exchange coin


View Profile
February 16, 2014, 09:28:34 PM
 #60

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

Pages: « 1 2 [3] 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 ... 55 »
  Print  
 
Jump to:  

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