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

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »

robertfoster commented on 2019-04-02 15:49 (UTC)

@redfish Uploaded package python-pyelliptic and waiting for administrator grant to merge python2 version and this one. Thankful for collaboration.

redfish commented on 2019-03-30 01:29 (UTC)

This is the Python 3 branch of Zeronet. The split package python-pyelliptic is work-in-progress: updated PKGBUILD is here, waiting to add to AUR: https://github.com/radfish/python-pyelliptic

redfish commented on 2018-11-18 17:03 (UTC)

@dontdieych: added, thank you.

dontdieych commented on 2018-10-21 21:04 (UTC)

Current zeronet.service log looks like this,

Aug 01 20:11:54 a env[3339]: [20:11:54] Site:1TaLkF..jipT [FAILED] 136.61.22.74:37162: {'exception': 'Timeout'}
Aug 01 20:11:54 a env[3339]: [20:11:54] Site:1TaLkF..jipT [FAILED] 136.61.22.74:37162: {'exception': 'Timeout'}
Aug 01 20:11:54 a env[3339]: [20:11:54] Site:1TaLkF..jipT [FAILED] 136.61.22.74:37162: {'exception': 'Timeout'}

I thought it would be better env[3339] should be zeronet[3339]. And found systemd unit setting for this.

https://www.freedesktop.org/software/systemd/man/systemd.exec.html#SyslogIdentifier=

diff --git a/zeronet.service b/zeronet.service
index [`2b2bfc5`](https://aur.archlinux.org/cgit/aur.git/commit/?h=zeronet-git&id=2b2bfc5)..3266caa 100644
--- a/zeronet.service
+++ b/zeronet.service
@@ -7,6 +7,7 @@ Group=zeronet
WorkingDirectory=/opt/zeronet
ExecStart=/usr/bin/env python2 zeronet.py --config_file /etc/zeronet.conf
Restart=on-failure
+SyslogIdentifier=zeronet

[Install]
WantedBy=default.target

Thanks.

redfish commented on 2018-07-22 02:53 (UTC)

@e2546057 @t-ask @dhameoin: removed version specs. @joshirio: added ControlPort note to install message, chown'ed zeronet.conf. @Gaming4JC: applied all suggestions, thanks.

e2546057 commented on 2018-07-15 19:54 (UTC)

clear tor version ">=0.3.0.0" from optdepends becouse of make package error @redfish @lothar_m

t-ask commented on 2018-06-16 11:57 (UTC) (edited on 2018-06-16 12:02 (UTC) by t-ask)

Please apply patch to prevent error "==> ERROR: optdepends contains invalid characters: '>'":

--- PKGBUILD    2018-06-16 13:51:06.698516070 +0200
+++ PKGBUILD.new    2018-06-16 13:53:15.400979197 +0200
@@ -8,11 +8,11 @@
 pkgrel=1
 arch=('any')
 url="https://zeronet.io/"
-depends=('python2>=2.7.10'
+depends=('python2'
                 'python2-gevent'
                 'python2-msgpack'
                 )
-optdepends=('tor>=0.3.0.0: anonymity')
+optdepends=('tor: anonymity')
 makedepends=('git')
 license=('GPL2')
 pkgdesc="Decentralized websites using Bitcoin crypto and the BitTorrent network."

dhameoin commented on 2018-06-06 20:53 (UTC)

Pacaur fails to install it with "Variable 'optdepends' has invalid characters '>='"

joshirio commented on 2017-04-05 13:07 (UTC) (edited on 2017-04-05 13:11 (UTC) by joshirio)

To make tor work I had to add the following additional line to the /etc/tor/torrc file, in addition to the ones mentioned in the wiki and post install message: ControlPort 9051 And if you want zeronet to be able to change the config file, for example when clicking on tor modus only from the web interface, then you need to make /etc/zeronet.conf editable for the zeronet user: sudo chown zeronet:zeronet /etc/zeronet.conf

pmgouveia commented on 2017-03-26 00:06 (UTC)

I made it run by installing docker and running it in docker: install docker as root: # pacman -S docker starting docker: # systemctl start docker install the zeronet-git with yaourt: $ yaourt -S zeronet-git run the docker image $ docker run -d -e "ENABLE_TOR=true" -v /opt/zeronet/:/root/data -p 15441:15441 -p 127.0.0.1:43110:43110 nofish/zeronet and then visit: http://127.0.0.1:43110/