Skip to content
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

Update output file format to meet Monero 0.13.0.0 #22

Open
SamsungGalaxyPlayer opened this issue Sep 10, 2018 · 3 comments
Open

Update output file format to meet Monero 0.13.0.0 #22

SamsungGalaxyPlayer opened this issue Sep 10, 2018 · 3 comments
Assignees
Labels
help wanted Extra attention is needed

Comments

@SamsungGalaxyPlayer
Copy link
Collaborator

The official Monero wallets and the official blackball tool will change the blackball file output to be saved in a much smaller size for the 0.13 release. This xmreuse tool should be updated to meet this format so that this blackball database can be imported in the wallet directly or imported into the blackball tool to check for chain reactions.

@sneurlax sneurlax added the help wanted Extra attention is needed label Sep 10, 2018
@sneurlax
Copy link
Owner

sneurlax commented Sep 10, 2018

The format needed is:

@N    # next outputs are for amount N, until next change
N     # blackball output N of current amount
N*X   # blackball output N..N+X-1 of current amount

@sneurlax
Copy link
Owner

A question I have is if the outputs N are referenced by absolute index, and if so how to go from key to amount... because I already have the index.

@sneurlax sneurlax self-assigned this Sep 10, 2018
@sneurlax
Copy link
Owner

RinCT output amounts are deemed to be 0:

so if I'm listing ringct outputs for the new blackball input format, I'd use @0 and then one absolute output index per line?
3:32 PM <•moneromooo> Yes, that'd work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants