You can add nodes in the command line, go to Debug->Console,
input each line separately, press Enter after each line
addnode 5.45.105.66:44664 add
addnode 5.9.39.9:44664 add
addnode 37.120.168.233:44664 add
addnode 46.105.39.103:44664 add
addnode 54.203.38.135:44664 add
Sometimes you have to wait 5-10 minutes before the wallet begins to sync.
Make sure that you use the 0.10.5 wallet.
Or try that:
1. make sure that your firewall doesn't block the Mooncoin wallet, that you have enough disk space, that your Internet connection is alive
2. run the 0.10.5 Mooncoin wallet
3. go to Help->Debug window->Console
input each line separately and press Enter after each line
addnode XXXXXXXXX add
when XXXXXXXXXX is a node
4. after you have input 10-15 nodes, wait 5-10 minutes,
5. if the wallet doesn't sync, don't close the wallet, disconnect your PC from Internet
6. again switch on your Internet connection
7. input more nodes
addnode XXXXXXXXX add
in the command line of Debug window-Console
8. wait 5-10 minutes
9. close your wallet, wait a little, run the wallet again
10. leave your wallet working for a couple of hours, don't close it.
Edit: visit any of Mooncoin block explorers, and check what the current block count is (the number of last block, e.g. 1,166,777).
Then in your wallet go to Help-Debug window and check what your block count is.
If it's the same (or almost the same), then your wallet is synced, even if it doesn't indicate that it's synced. what does this mean?
Attempts add or remove a node from the addnode list.
Or try a connection to a node once.
Arguments:
1. "node" (string, required) The node (see getpeerinfo for nodes)
2. "command" (string, required) 'add' to add a node to the list, 'remove' to remove a node from the list, 'onetry' to try a connection to the node once
Examples:
> Mooncoin-cli addnode "192.168.0.6:44664" "onetry"
> curl --user myusername --data-binary '{"jsonrpc": "1.0", "id":"curltest", "method": "addnode", "params": ["192.168.0.6:44664", "onetry"] }' -H 'content-type: text/plain;' http://127.0.0.1:44663/
(code -1)
what does this mean?
Mooncoin derives from Bitcoin, commands are the same.
https://en.bitcoin.it/wiki/Original_Bitcoin_client/API_calls_list
Open your 0.10.5 wallet, go to Help->Debug Window->Console.
There is a command line, input commands there, each command separately.
For example, if you input a command
getpeerinfo
you will see data about each connected node.
With a command
addnode XXXXXXXXXX add
you can add a node (to get your wallet connected to this node).
A wallet has to be connected to other nodes, it's how blockhain works.