You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 13, 2021. It is now read-only.
Please add the ability to make a note for any transaction that you send or receive. These notes will NOT be saved to the transaction on the blockchain itself, but saved within the Guarda app. This way you can have private notes for any transaction. Here is how I see this working...
There is the wallet backup file which contains all the private keys and wallet name for every cryptocurrency wallet. Lets call this the private keys file.
Guarda will now be able to import and export a new file which will we will call a wallet transaction note file.
How the files can be managed and encrypted...
This file can be encrypted using the wallet public or private key and this file will save all the transaction notes that are apart of that wallet. For example if I have a BTC wallet that I named "BTC Savings Account" with this private key of "KwRXPvEsDFy1iX4SU3pAWFQ8U8YoZDSXVDyX3ksnbFz9BJXrs1xd". The transaction file will be named "BTC Savings Account" and be encrypted using "KwRXPvEsDFy1iX4SU3pAWFQ8U8YoZDSXVDyX3ksnbFz9BJXrs1xd" as the encryption password. Guarda wallet will automatically encrypted/decrypt the file and name the file without the need for you to enter the password or to save the file with save as.
The file can be encrypted with a second password that is used just for transaction notes. Not the password used to backup/restore your private keys file. The password will be used to encrypt the file name, and the note data.
You can choose a directory on your device to where it will save the transaction files. A directory such as /Documents/Guarda/TransactionNotes/. Each file can be the note for every transaction ID or every note for a public key. I personally think each file should be the note for every transaction ID to allow for less to no conflicts if you use third party cloud storage syncing apps or Syncthing to sync your transaction notes folder between your devices.
The text was updated successfully, but these errors were encountered:
trymeouteh
changed the title
Transaction Notes
Private Transaction Notes
Jun 6, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Please add the ability to make a note for any transaction that you send or receive. These notes will NOT be saved to the transaction on the blockchain itself, but saved within the Guarda app. This way you can have private notes for any transaction. Here is how I see this working...
There is the wallet backup file which contains all the private keys and wallet name for every cryptocurrency wallet. Lets call this the private keys file.
Guarda will now be able to import and export a new file which will we will call a wallet transaction note file.
How the files can be managed and encrypted...
This file can be encrypted using the wallet public or private key and this file will save all the transaction notes that are apart of that wallet. For example if I have a BTC wallet that I named "BTC Savings Account" with this private key of "KwRXPvEsDFy1iX4SU3pAWFQ8U8YoZDSXVDyX3ksnbFz9BJXrs1xd". The transaction file will be named "BTC Savings Account" and be encrypted using "KwRXPvEsDFy1iX4SU3pAWFQ8U8YoZDSXVDyX3ksnbFz9BJXrs1xd" as the encryption password. Guarda wallet will automatically encrypted/decrypt the file and name the file without the need for you to enter the password or to save the file with save as.
The file can be encrypted with a second password that is used just for transaction notes. Not the password used to backup/restore your private keys file. The password will be used to encrypt the file name, and the note data.
You can choose a directory on your device to where it will save the transaction files. A directory such as /Documents/Guarda/TransactionNotes/. Each file can be the note for every transaction ID or every note for a public key. I personally think each file should be the note for every transaction ID to allow for less to no conflicts if you use third party cloud storage syncing apps or Syncthing to sync your transaction notes folder between your devices.
The text was updated successfully, but these errors were encountered: