Using Remote Nodes¶
In case you don't want to download the blockchain and verify it everytime, you can instead use a Remote Node to quickly sync the blockchain.
Nest Wallet¶
Nest wallet automatically syncs from a remote node
zedwallet¶
- Open up a command prompt window and navigate to the folder that contains zedwallet.
- Use the following command to start zedwallet
Windows:¶
zedwallet.exe --remote-daemon host:port
Mac and Linux¶
./zedwallet --remote-daemon host:port
Replace host:port with values from one of the public remote daemons available below.
You can now follow your normal process to access your wallet.
For example-
zedwallet.exe --remote-daemon public.turtlenode.io:11898
Making a Script to Do it Automatically¶
- Open NotePad/a text editor of your choice and type the following lines inside:
@echo off
zedwallet.exe --remote-daemon host:port
pause
- Replace
host:portwith one of the values from the table below - Save the filename as
start.batand save the file asAll files. - Double click on the file to start the daemon.
Known remote daemons¶
| Host | Port | Website |
|---|---|---|
| public.turtlenode.io | 11898 | https://turtlenode.io |
| us-west.turtlenode.io | 11898 | https://turtlenode.io |
| us-east.turtlenode.io | 11898 | https://turtlenode.io |
| europe.turtlenode.io | 11898 | https://turtlenode.io |
| asia.turtlenode.io | 11898 | https://turtlenode.io |
| daemon.turtle.link | 11898 | https://turtle.link/ |
| public.turtlenode.net | 11898 | https://turtlenode.net/ |
| public.turtle-node.com | 11898 | https://turtle-node.com/ |
| usa.turtle-node.com | 11898 | https://turtle-node.com/ |
| eu.turtle-node.com | 11898 | https://turtle-node.com/ |
| public.turtlenode.uk | 11898 | - |
| turtle-node.me | 11898 | - |