Zřejmě to vypadá, že v nejnovější verzi 0.14 kryptoměny Monero, vývojáři začali pomaloučku upouštět od payment ID (PID). Důvodem k tomuto kroku je negativní uživatelská zkušenost a za určitých okolností narušení soukromí. Následuje návod, aby bylo možno použít tzv. long payment ID.
GUI
- Go to the
Settings
page of the GUI. - Go to the
Layout
tab. - Check the
Enable transfer with payment ID (OBSOLETE)
box.
CLI
Basically you have to launch the CLI with the --long-payment-id-support
flag. This is done as follows:
Windows:
- Close
monero-wallet-cli.exe
by typingexit
- Make sure you are in the folder where
monero-wallet-cli.exe
is located. - Make sure your cursor is not on any of the files.
- Right click, an option to open the command prompt should appear.
- Now type ->
monero-wallet-cli.exe --long-payment-id-support
Linux:
- Close
monero-wallet-cli
by typingexit
- Make sure you are in the folder where
monero-wallet-cli
is located. - Make sure your cursor is not on any of the files.
- Right click, an option to open the terminal should appear.
- Now type ->
./monero-wallet-cli --long-payment-id-support
Mac OS X
- Close
monero-wallet-cli
by typingexit
- Check in which directory
monero-wallet-cli
v0.14 is located. An easy way of finding the full path ofmonero-wallet-cli
is as follows (source):
If you really want the full path to a file in a copyable form, you can drag and drop the file or its proxy icon onto a Terminal window. From there, you can then copy and paste it.
Thus, drag and subsequently drop monero-wallet-cli
in the terminal and you should see its full path.
- Go to your desktop.
- Open a new terminal (if don't know how to open a terminal, see here).
- Now type ->
cd full/path/to/monero-wallet-cli/directory
- For example, if
monero-wallet-cli
is located in say~/Applications/Monero
, type:cd ~/Applications/Monero
- Once the terminal is in the right directory (note that you can type
ls -a
to get a list of all files in the directory. If the list includesmonero-wallet-cli
, you are in the right directory)../monero-wallet-cli --long-payment-id-support