mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-22 00:02:23 +01:00
Same init / pre / post scripts as with bitcoin: daemon runs in /var/lib/namecoin as namecoin:namecoin APKBUILD tidied up: source format corrected for github patches fixed to -p1 qt() fixed GUI builds as qt4 (there is no qt5 gui for namecoin yet) locale patch revised to include the fix for qt - revision proposed upstream. python-dev is not available on 32 bit MUSL so the build will fail there for both namecoin & bitcoin.
14 lines
318 B
Plaintext
14 lines
318 B
Plaintext
### Namecoin configuration for Alpine Linux ###
|
|
# #
|
|
##### data directory is /var/lib/namecoin #####
|
|
##### & set in /etc/init.d/namecoin not here ##
|
|
#
|
|
#proxy=127.0.0.1:9050 #use TOR Socks Proxy
|
|
rpcallowip=127.0.0.1
|
|
rpcuser=changeme
|
|
rpcpassword=changeme
|
|
rpcport=changeme
|
|
daemon=1
|
|
#gen=1 #generate namecoins
|
|
|