README-zh-cn.md
使用 Bitcoin 加密和 BitTorrent 网络的去中心化网络 - https://zeronet.io
zeronet.py 后,您将可以通过
http://127.0.0.1:43110/{zeronet_address}(例如:
http://127.0.0.1:43110/1HeLLo4uzjaLetFx6NH3PMwFP3qbRbTf3D)访问 zeronet 中的站点content.json 的文件,它储存了其他所有文件的 sha512 散列值以及一个通过站点私钥生成的签名content.json 然后推送至其他节点,
那么这些节点将会在使用签名验证 content.json 的真实性后,下载修改后的文件并将新内容推送至另外的节点
ZeroNet.exeZeroNet.appwget https://github.com/HelloZeroNet/ZeroNet-linux/archive/dist-linux64/ZeroNet-py3-linux64.tar.gztar xvpfz ZeroNet-py3-linux64.tar.gzcd ZeroNet-linux-dist-linux64/./ZeroNet.sh提示: 若要允许在 Web 界面上的远程连接,使用以下命令启动 ./ZeroNet.sh --ui_ip '*' --ui_restrict your.ip.address
wget https://github.com/HelloZeroNet/ZeroNet/archive/py3/ZeroNet-py3.tar.gztar xvpfz ZeroNet-py3.tar.gzcd ZeroNet-py3sudo apt-get updatesudo apt-get install python3-pipsudo python3 -m pip install -r requirements.txtpython3 zeronet.py接下来的步骤:ZeroNet 开发者文档