-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
View_tag #8406
Comments
Your question is a little unclear. Are you a normal user of Monero, or a developer of software that manually creates Monero txs? |
I'm developer that manually creates Monero txs. Thank you. |
If you post more detailed information it will be easier to help you. |
Every output in every tx will need to have a A view tag is the first byte of
Relevant codeYou can see how to derive the view tag here: Lines 753 to 775 in 9750e1f
Here is where the default tx builder derives them: monero/src/device/device_default.cpp Lines 341 to 344 in 9f814ed
TestingView tags are live on testnet now. You can test by compiling master (commit 9750e1f) and running There are also test vectors for Original PR |
Hello again, The best solution is a wallet-cli command line like --create-view-tag-from-spend-key |
Again, if you don't explain in detail what you are trying to do we can't help you. And if there is some language barrier maybe you can try to give an example of what you are doing? |
Closing this as it's unclear what the issue creator is asking and there was no attempt at clarifying. |
Hi,
As i saw on IIRC and elsewhere there is a need for view_tag function to create manually tx even after HF.
Thank you.
The text was updated successfully, but these errors were encountered: