4

For using simplewallet in RPC mode. Also, are there any limitations in terms of length or characters that are not allowed?

jwinterm
  • 4,413
  • 1
  • 21
  • 34

1 Answers1

4

To set the user agent, when you are launching simplewallet you want to do something like the following:

./simplewallet --wallet-file <filename> --password <password> --user-agent <user-agent> --rpc-bind-ip 127.0.0.1 --rpc-bind-port 18082

So you use the --user-agent flag.

At this time, I do not know the limitations of user agent characters/length.

bigreddmachine
  • 3,747
  • 1
  • 11
  • 30