Are there synchronous data downloads available? I update for more than 3 days and always fail. I can't update block data.
I have no problem with qora wallet synchronization, I had a state 2 weeks ago. try using these seeds
92.222.182.121
148.163.20.188
192.34.108.212
Should I build a qora.conf file?
Do you want to fill in the node address?
Where should I put him?
If you want to add peer IP addresses, there are 3 ways:
1. add them via the GUI by:
File menu,
Settings menu entry,
Known Peers tab,
type in the IP address in the entry box to the right of
Add new address:,
click
Add button,
click
Apply button
2. add them to
knownpeers entry in
peers.json:
{
"knownpeers": [
"192.34.108.211",
"192.34.108.212",
"192.34.108.213",
"192.34.108.214"
]
}
3. add them to
knownpeers entry in
settings.json:
{
"checkpoint":true,
... other entries in settings.json omitted here for clarity ...
"knownpeers": [
"192.34.108.211",
"192.34.108.212",
"192.34.108.213",
"192.34.108.214"
]
}
If you are running Qora on Windows then you should find your
peers.json and
settings.json files in
%APPDATA%\Qora\One easy way of getting to this folder is to just open the Run dialog (Windows Key + R) and type
%appdata% in the Open box, and click OK.
After that, navigate to the Qora folder.
If you
download the latest release (v0.26.11) from github then it will come ready-configured with up-to-date peers list.