Skip to content
This repository has been archived by the owner on Aug 27, 2022. It is now read-only.

Commit

Permalink
explain re-usage of addresses in FAQ
Browse files Browse the repository at this point in the history
  • Loading branch information
Nos-Manus committed Jun 8, 2017
1 parent 19b3672 commit d677c6b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ui/aidos.html
Original file line number Diff line number Diff line change
Expand Up @@ -456,6 +456,12 @@ <h2 class="uk-modal-header">FAQ</h2>
<br /> If you don't follow this advice, you will double-spent the inputs from your previous transaction, as inputs
are choosen deterministically. Thus those new transactions won't get confirmed as they are seen as double-spents.
</div>
<div class="uk-accordion-title">Can I re-use addresses?</div>
<div class="uk-accordion-content">
It is safe to use an address for receiving as long it wasn't used for any outgoing transactions.<br />
To put it in a more simple way: After you sent a transaction with a specific address as input, you should never use that address to receive tokens again.
This is because Aidos uses Winternitz one-time signatures which degrade security exponentially after each reuse.
</div>
</div>
</div>
</div>
Expand Down

0 comments on commit d677c6b

Please sign in to comment.