Package Details: zeronet-git 0.7.2-1

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.000002
First Submitted: 2015-06-20 08:38 (UTC)
Last Updated: 2021-04-17 22:45 (UTC)

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 require pip as a make dependency if this package uses/asks it in any way, as it seems to be due to the error, so may pip 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:

zeronet[516]:     from .ecc import ecc
zeronet[516]:   File "/opt/zeronet/src/lib/sslcrypto/openssl/ecc.py", line 4, in <module>
zeronet[516]:     from .._ecc import ECC
zeronet[516]:   File "/opt/zeronet/src/lib/sslcrypto/_ecc.py", line 4, in <module>
zeronet[516]:     import base58
zeronet[516]: ModuleNotFoundError: No module named 'base58'

python-base58 is of course installed

journalctl:

zeronet[11956]: [09:49:14] PluginManager Plugin Bigfile load error: ModuleNotFoundError: No module named 'merkletools' in PluginManager.py line 138 > Bigfile/__init__.py line 1 > BigfilePlugin.py line 20
zeronet[11956]: [09:49:14] PluginManager Plugin CryptMessage load error: ModuleNotFoundError: No module named 'base58' in PluginManager.py line 138 > CryptMessage/__init__.py line 1 > CryptMessagePlugin.py line 7 > CryptBitcoin.py line 14 > lib/sslcrypto/__init__.py line 4 > lib/sslcrypto/openssl/__init__.py line 1 > lib/sslcrypto/openssl/aes.py line 4 > lib/sslcrypto/fallback/__init__.py line 2 > lib/sslcrypto/fallback/ecc.py line 4 > lib/sslcrypto/_ecc.py line 4
zeronet[11956]: [09:49:14] - Patching sockets to tor socks proxy: 127.0.0.1:9050
zeronet[11956]: [09:49:14] - Version: 0.7.2 r4555, Python 3.9.0 (default, Oct  7 2020, 23:09:01)
zeronet[11956]: [GCC 10.2.0], Gevent: 20.9.0
zeronet[11956]: [09:49:14] - Unhandled exception: No module named 'base58'

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?