Bitcoin Forum
May 28, 2024, 04:52:19 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Economy / Services / Re: Wallet.dat file version Bitcoin-0.1.0 on: March 29, 2018, 10:39:16 AM

@starmyc   

think I need help on this, if you would be able to do it, how much would it cost? Basically need a wallet.dat file from version 0.1.0 with incoming transactions.

let me know or DM me pls

thanks


@starmyc

Hi,

you suggested to create a new blockchain with the software 0.1.0, obviously I would need to get the Genesis block mined, how can this be done?

The genesis block is already mined and is in the source code, src/main.cpp:1457:

Code:
        CTransaction txNew;
        txNew.vin.resize(1);
        txNew.vout.resize(1);
        txNew.vin[0].scriptSig     = CScript() << 486604799 << CBigNum(4) << vector<unsigned char>((unsigned char*)pszTimestamp, (unsigned char*)pszTimestamp + strlen(pszTimestamp));
        txNew.vout[0].nValue       = 50 * COIN;
        txNew.vout[0].scriptPubKey = CScript() << CBigNum("0x5F1DF16B2B704C8A578D0BBAF74D385CDE12C11EE50455F3C438EF4C3FBCF649B6DE611FEAE06279A60939E028A8D65C10B73071A6F16719274855FEB0FD8A6704") << OP_CHECKSIG;
        CBlock block;
        block.vtx.push_back(txNew);
        block.hashPrevBlock = 0;
        block.hashMerkleRoot = block.BuildMerkleTree();
        block.nVersion = 1;
        block.nTime    = 1231006505;
        block.nBits    = 0x1d00ffff;
        block.nNonce   = 2083236893;

            //// debug print, delete this later
            printf("%s\n", block.GetHash().ToString().c_str());
            printf("%s\n", block.hashMerkleRoot.ToString().c_str());
            printf("%s\n", hashGenesisBlock.ToString().c_str());
            txNew.vout[0].scriptPubKey.print();
            block.print();
            assert(block.hashMerkleRoot == uint256("0x4a5e1e4baab89f3a32518a88c31bc87f618f76673e2cc77ab2127b7afdeda33b"));

        assert(block.GetHash() == hashGenesisBlock);
2  Economy / Services / Re: Wallet.dat file version Bitcoin-0.1.0 on: March 23, 2018, 08:37:40 AM
@starmyc

Hi,

you suggested to create a new blockchain with the software 0.1.0, obviously I would need to get the Genesis block mined, how can this be done?

3  Economy / Services / Re: Wallet.dat file version Bitcoin-0.1.0 on: March 20, 2018, 11:22:46 AM
ok, let me get back to you
4  Economy / Services / Re: Wallet.dat file version Bitcoin-0.1.0 on: March 20, 2018, 08:18:31 AM
Hi..thanks for this, however, i am trying to recover a wallet file done on 0.1.0, for that I need the data structure, which I can only get if there were transactions. Unfortunately this version will not connect anymore to the network. Hence my question for an old wallet (used) with version 0.1.0 or 0.1.3

any help is appreciated.



5  Economy / Services / Wallet.dat file version Bitcoin-0.1.0 on: March 19, 2018, 08:38:59 AM
Hi guys,

got a special request, do you have an old Wallet.dat file (needs to be used, ie with incoming and outgoing transactions, even a very small transactions will do) from the very 1st Bitcoin Software version 0.1.0 (can be also 0.1.1-0.1.9).

Obviously need to file WITHOUT any coins on it, Wink

If you have such a file, I am happy to pay something small for it.

thanks very much for getting back to me.

Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!