Decentralized DNS system on the Emercoin blockchain
1.9K
Attention this wallet was compiled using BDB version 5.3. Therefore wallet.dat from other wallets will not be interchangeable!
Run:
docker run -d -v emc:/emc -p 53:5335/udp --name emc wg00/emercoin:latest
Wait until the blockchain data download is complete
docker exec emc emercoin-cli -datadir=/emc getinfo
...
"blocks": 609921,
...
Check DNS Resolving
host rtfm.emc 127.0.0.1
You can also use the Emercoin API
docker exec emc emercoin-cli -datadir=/emc name_filter "dns:ygg\..*"
Content type
Image
Digest
sha256:c8fffcc2d…
Size
32.7 MB
Last updated
over 2 years ago
docker pull wg00/emercoin