Post
Topic
Board Announcements (Altcoins)
Re: |ANN| DAS - Decentralized and Secure. Private Send. Masternodes.
by
mg_home
on 22/08/2017, 08:52:15 UTC

My debug.log size is more than 2GB!

My debug file was 7 GB, but MN works fine. Previous wallet hadn't such issue.

You have the same problem? How did you fix it? And what you mean "Previous wallet hadn't such issue"? I got DAS source from git clone https://github.com/Truckman83/DAS-source

Source from https://github.com/hexpool/DAS-source/releases/tag/DAS-v0.12.2 ( https://github.com/hexpool/DAS-source/archive/DAS-v0.12.2.tar.gz ) the same.
The difference only in one file I fixed:
Code:
diff DAS-source/src/chainparams.cpp DAS-source-DAS-v0.12.2/src/chainparams.cpp
160c160
<                       (  16281, uint256S("0x0000000000089ac18dd60904abddf2345fbe7632b94b8a243646124a656a0055")),
---
>                       (  20282, uint256S("0x0000000000089ac18dd60904abddf2345fbe7632b94b8a243646124a656a0055")),

I still did not understand should I apply this fix or not?