MyHush / hush

Hush is a fork of Zcash focused on secure communications
https://myhush.org
Other
67 stars 37 forks source link

hush-cli restart #26

Closed leto closed 7 years ago

leto commented 7 years ago

Describe the issue

No easy way to restart hushd

$ ./src/hush-cli restart
error code: -32601
error message:
Method not found

Can you reliably reproduce the issue?

If so, please list the steps to reproduce below:

  1. Try to restart
  2. Get an amazingly not useful error message
  3. See above

Expected behaviour

The hushd daemon should restart.

Actual behaviour + errors

Silly error message that is confusing to new users.

The version of Hush you were using:

$ ./src/hushd --version
Zcash Daemon version v1.0.9-c54a837
lludlow commented 7 years ago

@leto this isn't possible... hush-cli is a jsonRPC client and hushd is a server

We can;t tell hushd to launch it's self, and we can;t tell it to start if it isn't listening