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".
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".