• Forum has been upgraded, all links, images, etc are as they were. Please see Official Announcements for more information

Recent content by vuicash

  1. V

    Spork Address

    Its Wallet Address /src/chainparams.cpp Line 487 vSporkAddresses = {"Xgtyuk76vhuFW2iT7UAiHgNdWXCf3J34wh"}; //This is main net add Line 687 vSporkAddresses = {"yjPtiKh2uwk3bDutTEA2q9mCtXyiZRWn55"}; //This is testnet add Line 997 vSporkAddresses = {"yj949n1UH6fDhw6HtVE5VMj2iSTaSWBMcW"}; //The...
  2. V

    How can I build local test network for checking dash blockchain technology?

    Change info file src/chainparams.cpp Line 419 set to 0 like this // The best chain should have at least this much work. //consensus.nMinimumChainWork = uint256S("0x00000000000000000000000000000000000000000000549cd3ccb81a55892330"); // 1450000 consensus.nMinimumChainWork =...
  3. V

    Guide to forking Dash up to the genesis block?

    github Raptor3um/raptoreum/commit/11c6fe93bed1bbb2e7372f550c94da3c8f42c183 They can change time to get genesis block
  4. V

    Guide to forking Dash up to the genesis block?

    Hello I'm found the Raptoreum Them use this code to Debug and get genesis block hash /Raptor3um/raptoreum/blob/master/src/chainparams.cpp static CBlock CreateGenesisBlock(uint32_t nTime, uint32_t nNonce, uint32_t nBits, int32_t nVersion, const CAmount& genesisReward) { const char*...
Back
Top