aboutsummaryrefslogtreecommitdiff
path: root/test/functional/interface_bitcoin_cli.py
Commit message (Collapse)AuthorAgeFilesLines
* qa: Run all tests even if wallet is not compiledMarcoFalke2018-10-241-0/+3
| | | | | Github-Pull: #14180 Rebased-From: fac95398366f644911b58f1605e6bc37fb76782d
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
|
* Fix bitcoin-cli --versionBen Woosley2018-07-201-0/+3
| | | | | | By declaring the relevant option. Note contrib/devtools/gen-manpages.sh relies on this version information.
* tests: Test connecting with non-existing RPC cookie filepracticalswift2018-03-191-0/+3
|
* tests: Test connecting to a non-existing serverpracticalswift2018-03-191-0/+3
|
* bitcoin-cli: Provide a better error message when bitcoind is not runningpracticalswift2018-03-091-2/+2
| | | | | | | | | | | | | | | | | | Before this patch: ``` $ bitcoin-cli -testnet echo 'hello world' error: Could not locate RPC credentials. No authentication cookie could be found, and RPC password is not set. See -rpcpassword and -stdinrpcpass. Configuration file: (/root/.bitcoin/bitcoin.conf) ``` After this patch: ``` $ bitcoin-cli -testnet echo 'hello world' error: Could not connect to the server 127.0.0.1:18332 Make sure the bitcoind server is running and that you are connecting to the correct RPC port. ```
* [tests] Rename misc functional tests.Anthony Towns2018-01-251-0/+65