Samourai-Wallet / whirlpool-client-cli

Command line Whirlpool client
Other
16 stars 13 forks source link

Be able to selectively enable tor only for the coordinator #20

Closed ketominer closed 4 years ago

ketominer commented 4 years ago

When CLI and Dojo are running on the same device, it would be great to be able to access Dojo from CLI through cli.dojo.url=http\://127.0.0.1:port/v2/ instead of doing a round trip through tor. Currently, when tor is enabled, CLI tries to reach 127.0.0.1 through tor, which fails. Maybe that could be done by setting cli.tor=coordonly or something like that :) That would greatly improve the reliability of CLI when running with Dojo.

zeroleak commented 4 years ago

Available in 0.10.5:

cli.tor = true # global toggle
cli.torConfig.coordinator.enabled = true # enable for whirlpool coordinator
cli.torConfig.backend.enabled = true # enable for wallet backend