Post
Topic
Board Announcements (Altcoins)
Re: Qortal Genesis - The Infrastructure for the Internet of the Future
by
crowetic
on 17/07/2020, 04:59:48 UTC
I had download the wallet,but the block still keep 1 block,what should I do now?

I have noticed a few things, and I think I will be suggesting a change to the "minBlockchainPeers" in the default settings.json file.

You can also make this change manually and it has helped for me when I had a similar situation.

To make this change in windows

go to RUN, and type
Code:
%appdata%

in the folder it opens, instead of 'roaming', go to 'local'

in
Code:
c:\users\USERNAME\AppData\Local\Qortal
you will find
Code:
settings.json
, open the file

Edit settings.json and add the line
Code:
"minBlockchainPeers": 3,
(with the comma if it IS NOT the last line item before the close bracket }, and WITHOUT a comma if it IS THE LAST line item before the }.)

Linux+others

In your 'Qortal' folder, find 'settings.json' and follow above instructions to edit file and add the "minBlockchainPeers": 3