[Ethereum] Parity signer new-token unable to parity on the CLI

cliparitywallets

I had issues during the install and re installed the account.
It is asking for parity signer new-token that clearly needs to be entered o the command line.
This is installed on OSX, I can see the .parity folder but nothing of note in there. If I run a command such as parity -h (help) or any variation it is clearly not installed. Where is the CLI command run from?

Best Answer

If you installed Parity via Mac-Installer, the executable is not in your default $PATH of your terminal emulator. You can, however, access it directly by executing:

/Applications/Parity\ Ethereum.app/Contents/MacOS/parity --help

To generate a new signer token, type:

/Applications/Parity\ Ethereum.app/Contents/MacOS/parity signer new-token

Disclosure, I work for Parity.

Related Topic