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

multi-tx from the light node. #184

Open
zack-bitcoin opened this issue Aug 8, 2018 · 4 comments
Open

multi-tx from the light node. #184

zack-bitcoin opened this issue Aug 8, 2018 · 4 comments

Comments

@zack-bitcoin
Copy link
Owner

For cold storage it would be best to use multi-tx, but currently you can't make them from the light node.

It is bad to require a full node just to use cold storage.

@ghost
Copy link

ghost commented Aug 8, 2018

Is this in reference to multisignature transactions for cold storage?

@zack-bitcoin
Copy link
Owner Author

No.
Multi tx in amoveo is a single tx for sending Veo to many accounts.

@ghost
Copy link

ghost commented Aug 8, 2018

Why is multi-tx needed for cold storage?

@zack-bitcoin
Copy link
Owner Author

multi-tx only updates your account's nonce once.

If you use a bunch of individual txs with different nonces, then you have to publish them all in the correct increasing nonce order.
It is easy to mess up, and then you have to re-sign them all again on your cold storage machine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant