mirror of
https://github.com/monero-project/monero.git
synced 2026-03-12 21:23:09 -07:00
docs/URI_SCHEME: RFC 3986 compatible wallet restoration
underscores are not allowed https://www.rfc-editor.org/rfc/rfc3986#section-3.1
This commit is contained in:
@@ -36,7 +36,7 @@ monero:46BeWrHpwXmHDpDEUmZBWZfoQpdc6HaERCNmx1pEYL2rAcuwufPN9rXHHtyUA4QVy66qeFQkn
|
||||
The following scheme is proposed as a means of describing wallets. This scheme may be used for restoring.
|
||||
|
||||
```
|
||||
monero_wallet: [address <string>]
|
||||
monero-wallet: [address <string>]
|
||||
```
|
||||
|
||||
Only one of `seed` and `(spend_key,view_key)` may/must be specified.
|
||||
@@ -54,9 +54,9 @@ Only one of `seed` and `(spend_key,view_key)` may/must be specified.
|
||||
|
||||
The resulting URI for a wallet may look like this:
|
||||
```
|
||||
monero_wallet:467iotZU5tvG26k2xdZWkJ7gwATFVhfbuV3yDoWx5jHoPwxEi4f5BuJQwkP6GpCb1sZvUVB7nbSkgEuW8NKrh9KKRRga5qz?spend_key=029c559cd7669f14e91fd835144916009f8697ab5ac5c7f7c06e1ff869c17b0b&view_key=afaf646edbff3d3bcee8efd3383ffe5d20c947040f74e1110b70ca0fbb0ef90d
|
||||
monero-wallet:467iotZU5tvG26k2xdZWkJ7gwATFVhfbuV3yDoWx5jHoPwxEi4f5BuJQwkP6GpCb1sZvUVB7nbSkgEuW8NKrh9KKRRga5qz?spend_key=029c559cd7669f14e91fd835144916009f8697ab5ac5c7f7c06e1ff869c17b0b&view_key=afaf646edbff3d3bcee8efd3383ffe5d20c947040f74e1110b70ca0fbb0ef90d
|
||||
```
|
||||
or
|
||||
```
|
||||
monero_wallet:467iotZU5tvG26k2xdZWkJ7gwATFVhfbuV3yDoWx5jHoPwxEi4f5BuJQwkP6GpCb1sZvUVB7nbSkgEuW8NKrh9KKRRga5qz?seed=python%20runway%20gossip%20lymph%20hills%20karate%20ruined%20innocent%20ought%20dual%20shipped%20shipped%20sushi%20pyramid%20guys%20entrance%20obedient%20natural%20kiwi%20wobbly%20vixen%20wipeout%20template%20typist%20innocent&height=12345676
|
||||
monero-wallet:467iotZU5tvG26k2xdZWkJ7gwATFVhfbuV3yDoWx5jHoPwxEi4f5BuJQwkP6GpCb1sZvUVB7nbSkgEuW8NKrh9KKRRga5qz?seed=python%20runway%20gossip%20lymph%20hills%20karate%20ruined%20innocent%20ought%20dual%20shipped%20shipped%20sushi%20pyramid%20guys%20entrance%20obedient%20natural%20kiwi%20wobbly%20vixen%20wipeout%20template%20typist%20innocent&height=12345676
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user