-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Backup, restore and create a new onion address via GUI #3044
Changes from all commits
0015bcc
8fb996d
47d2c7a
7a1e784
92b6f9f
c2d9138
025f4cc
4929f06
ff99927
3a3362c
e07af34
b34ad56
ea4d4e1
bc9f95f
87f006a
612e8f7
368a6ee
0dca7d3
7c883b1
91255ef
c3184e0
4361cb8
ae20a60
029dc3d
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -1073,6 +1073,15 @@ setting.preferences.dao.fullNodeInfo.cancel=No, I stick with lite node mode | |||||
settings.net.btcHeader=Bitcoin network | ||||||
settings.net.p2pHeader=Bisq network | ||||||
settings.net.onionAddressLabel=My onion address | ||||||
settings.net.renewAddressButton=Create new address | ||||||
settings.net.renewAddress=Please be aware that you will loose your reputation when you create and use a new onion address. Furthermore, you need to restart the application to set your new onion address active.\n\nProceed? | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Perhaps we should emphasize the significance of this action. Although it wont remove the old address immediately if there are open offers/trades, they will not be able to back up the old address after creating a new address. So perhaps highly recommend that they backup prior to creating a new address if there are open trades/offers or perhaps even if there are closed trades (just in case). |
||||||
settings.net.exportAddressButton=Backup address | ||||||
settings.net.exportAddressFileDialog=Select the backup file | ||||||
settings.net.exportAddressFileEnding=Bisq Onion Address Backup (*.bisq) | ||||||
settings.net.importAddressButton=Restore address | ||||||
settings.net.importAddressFileDialog=Select the backup file | ||||||
settings.net.importAddress=Please be aware that you will loose your reputation when you restore a previous onion address (but restore your reputation connected to the restored onion address). Furthermore, you need to restart the application to set your new onion address active. | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. As mentioned with renew address, perhaps we should emphasize the significance of this action as well. |
||||||
settings.net.importAddressError=Bisq could not import the backup file you specified. Be sure you chose a valid file and the file exists. If you are sure everything has been correct, please proceed below. | ||||||
settings.net.btcNodesLabel=Use custom Bitcoin Core nodes | ||||||
settings.net.bitcoinPeersLabel=Connected peers | ||||||
settings.net.useTorForBtcJLabel=Use Tor for Bitcoin network | ||||||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.