The motivation: Access to Play, World’s first server-less, P2P distributed torrent site on ZeroNet.
As easy as:
1 2 3 4 5 6 7 8 9 |
sudo apt-get install python-dev python-pip sudo pip install gevent --upgrade sudo pip install msgpack-python --upgrade wget https://github.com/HelloZeroNet/ZeroNet/archive/master.tar.gz tar -xzvf master.tar.gz cd ZeroNet-master python zeronet.py --ui_ip YOUR_RASPBERRYPI_IP_ADDRESS |
Now you can open http://YOUR_RASPBERRYPI_IP_ADDRESS:43110/ in your browser 🙂
To find Play site, click the “0list.bit” option on the left to get a list with all pages, and then search Play. When it’s open, it should looks like this:
Zeronet project home page:
https://zeronet.io/ (on GitHub)