Closed levoncrypto closed 1 year ago
Tested with
make -C depends/ NO_QT=1 NO_WALLET=1 -j`nproc`
./configure --prefix=`pwd`/depends/`depends/config.guess` --without-gui
Options used to compile and link: with wallet = no with gui / qt = no with zmq = yes with test = no with bench = yes with upnp = yes debug enabled = no crash hooks enabled = no werror = no
output of getinfo
getinfo
{ "version": 141204, "protocolversion": 90031, "blocks": 63595, "timeoffset": 0, "connections": 1, "proxy": "", "difficulty": 8.707497977312594e-07, "testnet": true, "relayfee": 0.00001000, "errors": "" }
Working as intended without having to pass -disablewallet at startup or in config.
-disablewallet
Seems to work as expected.
This closes #1103.
Tested with
output of
getinfo
Working as intended without having to pass
-disablewallet
at startup or in config.