Commit Graph

122 Commits

Author SHA1 Message Date
blackjok3r
068c48214d remove unneeded things 2018-11-05 15:36:47 +08:00
blackjok3r
f876160b78 hhmmm 2018-11-03 15:02:27 +08:00
blackjok3r
be77469369 unneded include 2018-11-03 14:58:50 +08:00
blackjok3r
e024ec35fc last tim 2018-11-03 03:01:39 +08:00
blackjok3r
98a8eea3fa revert that 2018-11-03 02:06:19 +08:00
blackjok3r
a1363a0c5f try 2018-11-03 01:48:53 +08:00
blackjok3r
511a04eeb8 unikely 2018-11-03 01:43:55 +08:00
blackjok3r
20c46df9be dead 2018-11-02 22:53:57 +08:00
blackjok3r
d0e0ae97ba wtf 2018-11-02 22:49:55 +08:00
blackjok3r
54054b8397 try again 2018-11-02 22:47:16 +08:00
blackjok3r
5f81cde8f7 guessing 2018-11-02 22:35:05 +08:00
blackjok3r
37c7d4108d cpp include? 2018-11-02 22:17:35 +08:00
blackjok3r
8207ebdaa1 try 2018-11-02 22:16:27 +08:00
blackjok3r
8963872dca lol 2018-11-02 15:31:33 +08:00
blackjok3r
b9923c1dca try 2018-11-02 15:30:11 +08:00
blackjok3r
b61cf9dd21 try 2018-11-02 15:18:14 +08:00
blackjok3r
af21a290f3 fix 2018-11-02 15:14:11 +08:00
blackjok3r
9d44f850bf try 2018-11-02 14:59:26 +08:00
blackjok3r
be4539034e try again 2018-11-02 14:38:23 +08:00
blackjok3r
0da0674405 try 2018-11-02 14:35:15 +08:00
blackjok3r
c75cdae8c6 oops 2018-11-02 14:33:52 +08:00
blackjok3r
9da9b21de7 try again 2018-11-02 14:27:55 +08:00
blackjok3r
f32a8a151e try again 2018-11-02 14:24:05 +08:00
blackjok3r
3b8bc700b3 try 2018-11-02 14:22:51 +08:00
blackjok3r
3c612cfc9e try 2018-11-02 14:19:47 +08:00
blackjok3r
263c24b266 maybe 2018-09-21 16:56:34 +08:00
blackjok3r
3b210ee00c WTFTWTFEWIDlknPI 2018-09-21 15:57:30 +08:00
blackjok3r
77ee7feec8 about to blow it up 2018-09-21 15:43:16 +08:00
jl777
05c2ba6371 split out asset chain p2p port from roc port 2018-04-22 17:10:35 +03:00
jl777
6e1d2e7dc9 Test 2018-03-24 15:59:48 +02:00
jl777
c88fa588de Test 2018-03-22 15:13:15 +02:00
jl777
95c463966a Dont create .conf from cli 2018-02-27 22:25:37 +02:00
Scott Sadler
d430a5e8ca upgrade cJSON and move customizations to komodo_cJSON 2017-10-23 09:55:37 -07:00
ca333
59d405e867 333 2017-10-09 15:56:28 +02:00
ca333
9d36579649 uni3 2017-10-09 11:45:49 +02:00
jl777
f50685fe28 Support mnzd and mnz-cli 2017-10-06 16:22:25 +03:00
jl777
450f60749f Fix rpcport 2017-09-25 11:44:10 +02:00
jl777
6e9f40ca49 Test 2017-03-30 05:42:52 +03:00
jl777
945f015d80 Initial merge 2017-03-30 04:35:16 +03:00
zkbot
f7fcad709b Auto merge of #2203 - arcalinea:2142_security_log_message, r=daira
Add message directing users to security guide

Addresses #2142, which was blocking on updates to zcash/support/security.html. That page has now been added, so this message directing users to the site can be included.

It displays in the zcash-cli --help and --version message text, and on the zcashd metrics screen.
2017-03-26 01:36:24 +00:00
Daira Hopwood
f0d1accb7d Line-wrap privacy notice. Use <> around URL and end sentence with '.'.
Include privacy notice in help text for zcashd -help.

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
2017-03-26 02:08:29 +01:00
Jack Grigg
206e2b9737 Wrap error string 2017-03-25 17:39:56 +13:00
Jay Graber
ab1d2d575c Add security message to license text, rm url from translation string 2017-03-24 13:48:27 -07:00
Jay Graber
54c0a28123 Add security warning to zcashd metrics display 2017-03-23 20:43:23 -07:00
Jay Graber
efa9c265c4 Add security warning to zcash-cli --help and --version message output 2017-03-23 18:13:09 -07:00
Ian Kelling
629a875229 Docs: add details to -rpcclienttimeout doc 2017-03-24 09:03:59 +13:00
Karl-Johan Alm
68377e18a8 Switched bitcoin-cli.cpp to use RAII unique pointers with deleters. 2017-03-24 09:03:59 +13:00
Wladimir J. van der Laan
7c2ab05969 bitcoin-cli: Make error message less confusing
Sorry for the churn on this, but the current message (introduced in #9073)
isn't acceptable:

    $ src/bitcoin-cli getinfo
    rpc: couldn't connect to server
    (make sure server is running and you are connecting to the correct RPC port: -1 unknown)

Putting the error code after the words "RPC port" made me wonder whether
there was a port configuration issue.

This changes it to:

    $ src/bitcoin-cli getinfo
    error: couldn't connect to server: unknown (code -1)
    (make sure server is running and you are connecting to the correct RPC port)
2017-03-24 09:03:59 +13:00
instagibbs
603205e381 Add common failure cases for rpc server connection failure 2017-03-24 09:03:59 +13:00
Wladimir J. van der Laan
6415573a59 bitcoin-cli: More detailed error reporting
Register a evhttp error handler to get a more detailed error message
if the HTTP request fails.
2017-03-24 09:03:59 +13:00