mirror of
https://github.com/monero-project/monero-site.git
synced 2024-12-14 04:16:35 +02:00
Merge pull request #208
a76d4dd
Fix openssl rand command (Richard Ayotte)
This commit is contained in:
commit
a95d17b8ef
@ -19,7 +19,7 @@ Since the 0.9 Hydrogen Helix version, the Payment IDs can be encrypted and embed
|
|||||||
It is recommented to use the official wallet's `integrated_address` command to automatically generate Integrated Addresses that contain Compact Payment ID's. If you want to use the command line, you can generate Payment ID's as follows:
|
It is recommented to use the official wallet's `integrated_address` command to automatically generate Integrated Addresses that contain Compact Payment ID's. If you want to use the command line, you can generate Payment ID's as follows:
|
||||||
|
|
||||||
Creating a compact Payment ID for an Integrated Address:
|
Creating a compact Payment ID for an Integrated Address:
|
||||||
```# openssl rand 8 -hex```
|
```# openssl rand -hex 8```
|
||||||
|
|
||||||
Creating an old-style Payment ID:
|
Creating an old-style Payment ID:
|
||||||
```# openssl rand 32 -hex```
|
```# openssl rand -hex 32```
|
||||||
|
Loading…
Reference in New Issue
Block a user