-
Notifications
You must be signed in to change notification settings - Fork 576
Description
When a user is first starting bitmessage (no keys.dat file) their client immediately connects to the network using the default settings. If a user wishes to use bitmessage with a proxy (including Tor) then they would have to disable their internet connection before starting bitmessage, make the changes, stop bitmessage, enable their internet connection, then start bitmessage.
A notification window stating "This is the first time running Bitmessage, would you like to: Connect using the default settings, Connect using custom settings
Depending on which choice is selected, the appropriate action would occur.
Chosing "Connect using custom settings" could do nothing more than prevent bitmessage from connecting to the network. Then the user could make their changes and restart bitmessage at which point everything would happen the way they want it to.
This gives an appropriate time and place for the user to set their proxy settings, define their own node(s) for bootstrapping, select WAN or LAN operation and other future settings that are included.