ceremonyclient
ceremonyclient copied to clipboard
gRPC Not Enabled, Please Configure
I followed the configuration here https://docs.quilibrium.space/configurations after installing my node which seems to be running fine.
Also the file config.yml has been changed according to the documentation. I cross-checked everything many times, but when I use the command
cd ~/ceremonyclient/node && ./node-1.4.21.1-linux-amd64 -balance
I receive the following output:
Signature check passed
gRPC Not Enabled, Please Configure
I even restarted the service with service ceremonyclient restart
but no change.
I also found out that there is no server listening on port 8337 which should be the case. Do I have to start the gRPC server separately and if yes, where is it documented?