-
Feature: Sweeping nanos
I mentioned here that it would be nice ifsafe walletwould support--peer-idto point to a node wallet just likesafe wallet balancedoes.
For the time being, moving a node’s wallet directory to the client directory is not working yet. Using safe wallet balance I got this
I/O error: File exists (os error 17).Is some tmp file interfering? -
Feature: Reading node status
Similarly, it would be nice ifsafenode --statuswould report node status.
For the time being I am considering @neo’s suggestion to use grpcurl.
I have started a node including--rpc <IP>:<RPCport>and now am trying to figure out the last step. Something like:grpcurl -plaintext -proto safenode.proto <IP>:<RPCport> SafeNode/NodeInfo
Errors
Error invoking method "SafeNode/NodeInfo": target server does not expose service "SafeNode"
5 Likes