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 wallet-handbook.md #83

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions docs/getting-started/wallet-handbook.md
Original file line number Diff line number Diff line change
Expand Up @@ -465,6 +465,26 @@ grin-wallet recover

There are several global wallet arguments which you can provide for every command.


### rewind_hash and scan rewind_hash

Ensure the transparency (spending, receiving, balance etc) of a wallet that receive grin as donations.

Allow everyone to scan the rewind_hash of the wallet shared publicly.


- get the rewind_hash of the wallet

- scan of the rewind_hash of a third-party wallet
```text
get_rewind_hash: `grin-wallet rewind_hash`
```

```text
scan_rewind_hash: `grin-wallet scan_rewind_hash 2c95b24de492395934a8a345440ed0ebbe67ee0025b348712a927a91c7fe58e9`
```


### account

To set the account for a wallet command, provide the `-a` argument.
Expand Down
Loading