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 windowsgo to RUN, and type %appdata%
in the folder it opens, instead of 'roaming', go to 'local'in
c:\users\USERNAME\AppData\Local\Qortal
you will find
settings.json
,
open the fileEdit settings.json and add the line "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+othersIn your 'Qortal' folder, find 'settings.json' and follow above instructions to edit file and add the
"minBlockchainPeers": 3According to your tutorial, I have successfully linked the nodes,thanks !