It compiles but assert (see my post above where I talk about the suggested fix and how this fix doesn't work in many ways).
Also the source .7z contains the mehcoind binary in src/.
ok i will give you the correct variables. its up to you to plug them in
block.GetHash() == 00000d2ce10281089f47d707942122e011925e22a33aa06dd13959b12c1b80db
block.hashMerkleRoot == 0e7abe3621183101283aa99a5b1fa9d345a1a6f56d90faa8b384b3af6e0d69bb
block.nTime = 1375158531
block.nNonce = 829036
CBlock(hash=00000d2ce10281089f47, ver=1, hashPrevBlock=00000000000000000000, hashMerkleRoot=0e7abe3621, nTime=1375158531, nBits=1e0fffff, nNonce=829036, vtx=1, vchBlockSig=)
Coinbase(hash=0e7abe3621, nTime=1375158511, ver=1, vin.size=1, vout.size=1, nLockTime=0)
CTxIn(COutPoint(0000000000, 4294967295), coinbase 04ffff001d020f271d5475652c203330204a756c20323031332030343a32383a303620474d54)
CTxOut(empty)
vMerkleTree: 0e7abe3621
SetBestChain: new best=00000d2ce10281089f47 height=0 trust=1 date=07/30/13 04:28:51
That breaks down to:
merkle = 0x0e7abe3621183101283aa99a5b1fa9d345a1a6f56d90faa8b384b3af6e0d69bb
genblock = 0x00000d2ce10281089f47d707942122e011925e22a33aa06dd13959b12c1b80db
nTime = 1375158531
nNonce = 829036
please let me know if that fixes it.
What is this now, a puzzle? A game where the goal is to successfully compile and run without asserts a coin that is released? If so this coin and memorycoin are the clear winner in that category.
no, i bricked the source in the process of compiling for windows. i tried my best to put it back to the way it was.
All those values don't even match what DogTownHero has posted in his (not-compiling) main.cpp in this post (
https://bitcointalksearch.org/topic/m.2858033), nor the source package on gdocs.
So where are you getting those values from?
The commented out code is what's in the posted source .7z (1st post), and what's below is what he posted in the link above. Your values are different from both. So wtf?
< // Genesis Block:
< // CBlock(hash=000000000019d6, ver=1, hashPrevBlock=00000000000000, hashMerkleRoot=4a5e1e, nTime=1231006505, nBits=1d00ffff, nNonce=2083236893, vtx=1)
< // CTransaction(hash=4a5e1e, ver=1, vin.size=1, vout.size=1, nLockTime=0)
< // CTxIn(COutPoint(000000, -1), coinbase 04ffff001d0104455468652054696d65732030332f4a616e2f32303039204368616e63656c6c6f72206f6e206272696e6b206f66207365636f6e64206261696c6f757420666f722062616e6b73)
< // CTxOut(nValue=50.00000000, scriptPubKey=0x5F1DF16B2B704C8A578D0B)
< // vMerkleTree: 4a5e1e
---
> CBlock(hash=000000c249386a215da8, ver=1, hashPrevBlock=00000000000000000000, hashMerkleRoot=7a550e40fe, nTime=1375158511, nBits=1e0fffff, nNonce=3716373, vtx=1, vchBlockSig=)
> Coinbase(hash=7a550e40fe, nTime=1375158491, ver=1, vin.size=1, vout.size=1, nLockTime=0)
> CTxIn(COutPoint(0000000000, 4294967295), coinbase 04ffff001d020f271d5475652c203330204a756c20323031332030343a32383a303620474d54)
> CTxOut(empty)
> vMerkleTree: 7a550e40fe