Difference between revisions of "Addnode"
From DeFiChain-Wiki
m |
|||
Line 12: | Line 12: | ||
A list of Fullnodes can you find [[Fullnode#List_of_Fullnodes|here]]. | A list of Fullnodes can you find [[Fullnode#List_of_Fullnodes|here]]. | ||
+ | |||
+ | |||
+ | The project [https://mydeficha.in/ mydeficha.in] offers an address you can add. This will in fact add many addresses at once. | ||
+ | |||
+ | Simple type | ||
+ | |||
+ | <code>addnode "seed.mydeficha.in:8555" add</code> | ||
+ | |||
+ | in the command line. |
Revision as of 13:09, 24 April 2021
Sometimes the Wallet-APP in Windows, Mac or Linux need a long time to sync the whole blockchain.
In this case you can manually add some Fullnodes with a high and stable Internet Connection to your Peerlist to give the sync a "boost".
To do this, open the CLI in the APP and type the following Command:
addnode "ipaddress:port" add
Click Enter and and when the output is 'null', the command was successfull.
A list of Fullnodes can you find here.
The project mydeficha.in offers an address you can add. This will in fact add many addresses at once.
Simple type
addnode "seed.mydeficha.in:8555" add
in the command line.