Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
10114071
Topic
715435
Board
Announcements (Altcoins)
Re: [ANN][SPR] SpreadCoin | True Decentralization (No Pools)
by
elbandi
on
11/01/2015, 14:26:46 UTC
Quote from: cryptmin4r on January 11, 2015, 01:36:48 PM
i thingk a new change is made Mr.Spread in spreadcoin by correcting wrong genesis hash value.
-uint256 hashGenesisBlock("0x00000ffd590b1485b3caadc19b22e6379c733355108f107a430458cdf3407ab6"); //mainnet
+uint256 hashGenesisBlock;
i think currently Merkle root and hash is different
https://github.com/spreadcoin-project/spreadcoin/commit/d396ee9ccfe118609da17b0d940c32f83e7dfa35
variable initialization is useless there, because the right value is setted
later
.