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

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

worktowork

New member
How can I build local test network for checking dash blockchain technology without to connect to dash blockchain network? Please give me step by step instructions.
 
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 = uint256S("0x0000000000000000000000000000000000000000000000000000000000000000");

Line 447 and 448
//vSeeds.emplace_back

Replace Line 493 to 519 with
{0, uint256S(" 0x00000ffd590b1485b3caadc19b22e6379c733355108f107a430458cdf3407ab6 ")},

Line 525 replace 34709765 to 0

File
src/chainparamsseeds.h
Remove line 11 to 220
Remove line 224 to 229

Let go for test main net with begin fun
 
Back
Top