Search Criteria
Package Details: zeronet-git 0.7.2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/zeronet-git.git (read-only, click to copy) |
---|---|
Package Base: | zeronet-git |
Description: | Decentralized websites using Bitcoin crypto and the BitTorrent network. |
Upstream URL: | https://zeronet.io/ |
Licenses: | GPL2 |
Conflicts: | zeronet |
Provides: | zeronet |
Submitter: | lothar_m |
Maintainer: | redfish |
Last Packager: | redfish |
Votes: | 26 |
Popularity: | 0.000000 |
First Submitted: | 2015-06-20 08:38 (UTC) |
Last Updated: | 2021-04-17 22:45 (UTC) |
Dependencies (22)
- geoip2-database (geoipupdate)
- python (python37AUR, python311AUR, python310AUR)
- python-base58AUR
- python-bencode.pyAUR
- python-bitcoinlib
- python-coincurveAUR
- python-gevent (python-gevent-gitAUR)
- python-gevent-websocket
- python-maxminddb
- python-merkletoolsAUR
- python-msgpack
- python-pyasn1
- python-pyasn1-modules
- python-pyellipticAUR
- python-pysocks
- python-rsa
- python-websocket-client (python-websocket-client-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- python-mockAUR (check)
- python-pytest (check)
- Show 2 more dependencies...
Latest Comments
1 2 3 4 5 6 7 Next › Last »
caryoscelus commented on 2022-09-06 12:51 (UTC)
zeronet-conservancy has now aur package based on this one at https://aur.archlinux.org/packages/zeronet-conservancy-git
sehraf commented on 2022-03-12 08:20 (UTC)
Since ZeroNet seems to be dead, maybe update this package to ZeroNetX https://github.com/ZeroNetX/ZeroNet ?
redfish commented on 2021-04-30 18:06 (UTC)
@AquaUwU: this package does not use pip in any way, I just double-checked by successfully building the package with pip removed from my system. setuptools is required but not pip (pip is a dependency manager; pacman fullfils this role). So, it must be a problem with your aurto setup. Does the package build ok with
makepkg
for you?AquaUwU commented on 2021-04-30 17:06 (UTC)
I am unable to build this with my AUR manager
aurto
, and get this error:/usr/bin/python: No module named pip
This is probably due to how aurto builds packages in a sandbox of some form, and will requirepip
as a make dependency if this package uses/asks it in any way, as it seems to be due to the error, so maypip
please be added as a make dependency if it is used building this package?kinoe commented on 2020-12-13 22:20 (UTC)
@CaptainHook8 recompiling fixed it. Thanks for helping
CaptainHook8 commented on 2020-12-13 12:54 (UTC)
@kinoe You need to reinstall the packages python-base58 and python-merkletools from AUR to recompile them against latest python3.9. After you reinstall those packages, zeronet will start fine.
kinoe commented on 2020-12-07 08:43 (UTC) (edited on 2020-12-07 11:10 (UTC) by kinoe)
Likely a python3.9<>modules incompatibility:
systemctl status zeronet.service tells me zeronet is loaded but inactive:
python-base58 is of course installed
journalctl:
Tav commented on 2019-08-06 16:55 (UTC)
@waasl systemctl enable zeronet.service systemctl start zeronet.service
waasl commented on 2019-08-06 11:55 (UTC)
How do you start this service?
1 2 3 4 5 6 7 Next › Last »