error10 / bitcoin-dist

RPM distribution of bitcoin
3 stars 0 forks source link

Misleading example in sysconfig file #23

Open troelsarvin opened 8 years ago

troelsarvin commented 8 years ago

In /etc/sysconfig/bitcoin, there's the following example-line (line 2):

OPTIONS="-testnet -disable-wallet"

But according to the output from "bitcoind -?", the argument to disable wallet functionality is "-disablewallet". Indeed, "-disablewallet" works with my bitcoinclassic-server-0.12.0cl1-1.el7.x86_64 installation. So I suggest that the line be changed to:

OPTIONS="-testnet -disablewallet"

The file in the .src.rpm package that I suggest be adjusted: "bitcoin.sysconfig".