ZeroNet/plugins/Zeroname
shortcutme 2bdd073608
Move resolveDomain to SiteManager for easier resolver plugins
2019-08-15 03:05:29 +02:00
..
updater Fix Python 3 syntax errors in zonename_updater.py 2019-05-16 19:39:16 +02:00
README.md Added test for new standard; Check version for compatibility with namecoin newer version; update README 2019-02-12 23:06:21 +01:00
SiteManagerPlugin.py Move resolveDomain to SiteManager for easier resolver plugins 2019-08-15 03:05:29 +02:00
UiRequestPlugin.py Fix DeprecationWarning: invalid escape sequence 2019-01-06 15:15:47 +01:00
__init__.py ZeroName plugin Py3 compatibility 2019-03-16 02:27:26 +01:00

README.md

ZeroName

Zeroname plugin to connect Namecoin and register all the .bit domain name.

Start

You can create your own Zeroname.

Namecoin node

You need to run a namecoin node.

Namecoin

You will need to start it as a RPC server.

Example of ~/.namecoin/namecoin.conf minimal setup:

daemon=1
rpcuser=your-name
rpcpassword=your-password
rpcport=8336
server=1
txindex=1

Don't forget to change the rpcuser value and rpcpassword value!

You can start your node : ./namecoind

Create a Zeroname site

You will also need to create a site python zeronet.py createSite and regitser the info.

In the site you will need to create a file ./data/<your-site>/data/names.json with this is it:

{}

zeroname_config.json file

In ~/.namecoin/zeroname_config.json

{
  "lastprocessed": 223910,
  "zeronet_path": "/root/ZeroNet", # Update with your path
  "privatekey": "", # Update with your private key of your site
  "site": "" # Update with the address of your site
}

Run updater

You can now run the script : updater/zeroname_updater.py and wait until it is fully sync (it might take a while).