Defcoin Network Peers

Last Updated:
A listing of Defcoin network peers that have connected to the explorer node in the last 24 hours
“The Honeypot of Cryptocurrencies”
Defcoin peers usually listen on port 1337, but a node can still be reached on a different public port when the full host:port is known. The Port column below shows the actual port this explorer saw for each connection, which helps when an operator is forwarding or remapping traffic.
AddressFQDNPortProtocolSub-versionCountry
1. Add Nodes Through the Wallet Debug Console

This is the fastest option when your wallet is already open. These commands tell your wallet to reach out to known peers right away, so it is a good first step if sync is stuck or slow. In normal use, your wallet should gradually discover more peers on its own by talking to built-in seed nodes and by learning fresh peer addresses from other Defcoin nodes it can already reach. These manual options are still useful when a first sync is stalled, when your saved peer list is stale, or when you want to pin a few known-good peers.

1a. One at a time: click the copy button beside any row below, then open the Defcoin QT wallet and go to Help > Debug window > Console. Paste one command at a time. Each command uses this format: addnode peer.example.org:1337 add

1b. Copy All: use the Copy All button beside the Showing ... entries line under the table to copy every command shown, one per line, then paste the whole block into that same Console window.

Debug Console Commands
2. Add Nodes Through the Wallet Config File

Use this option if you want your wallet to remember these peers after you restart it. The config file keeps a saved list of nodes your wallet can try every time it starts.

2a. One at a time: click the copy button beside any row below, then open the Defcoin QT wallet and go to Tools > Open Wallet Configuration File. Paste in one line at a time. Each line uses this format: addnode=peer.example.org:1337

2b. Copy All: use the Copy All button beside the Showing ... entries line under the table to copy the full list, paste it into the config file, save it, and then restart the wallet.

Wallet Config Lines