puggan / NamecoinToBind

NamecoinToBind is a php script that generates bind zones for .bit domains from the namecoin blockchain by using the name_scan rpc command.
0 stars 0 forks source link

NamecoinToBind 3.0.5

This version has a first support of the new spec (old spec is still supported for a while) :

Dependencies :

Install :

apt-get install idn php5-cli

Launch : ./reload_bind.sh & Add it at startup (in /etc/rc.local before line 'exit 0' on debian) :

update .bit domains

su -c '//reload_bind.sh > /dev/null &'

TODO :