aquachain wont sync
admin.peers
()
Only I have problems with the synchronization of the wallet? Or is it all massively? It seems to have turned off the antivirus but the result is the same.
Issue has been resolved as far as I know. It was due to (our very limited number of) bootnodes being shut down for half a day or so.
Since then I have created a quick
tutorial on how to host a bootnode, and we have a few more bootnodes that will make it into the next release, (which will be tagged 1.7.10)
You
should be able to keep your antivirus on and run aquachain just fine. In fact, if you run windows you really should keep that thing on in general.
If something like that ever happens again, it is important we share some public nodes to connect to on whatever medium possible (here, discord) to avoid any sort of pool/service downtime or chain splits or whatever.
In a pinch, if it happens again...
Open AQUA console, and repeat the following code with any other peers you may find (in a chat or whatever)
var node = enode://f17a8a6e72112527eb691383840617651dd04cb433a8c6d8eb10069f0fedbdc7f8244e609bd86b1203557d16aad41ebb5e63396bedb57818659c07e42aa96a3c@23.94.123.137:21303
admin.addPeer(node)
And never run code in your wallet before inspecting it. The above line is very long, so make sure to look at the entire thing.
Should be in this format: enode:// pubkey @ ipaddress:port