Questions tagged [payment-id]
A Payment ID is an encrypted, arbitrary and optional transaction attachment that consists of 8 bytes. A Payment ID is usually used to identify transactions to merchants and exchanges: Given the intrinsic privacy features built into Monero, where a single public address is often used for incoming transactions, a Payment ID is useful to tie incoming payments with user accounts.
76 questions
0
votes
1
answer
45
views
(Error: Invalid last arguments) Error when sending a transfer by wallet cli with a payment id in the testnet
I am trying to make a transfer through wallet cli of monero with a payment id but when I do it I get the error Invalid last argument, the structure I use to make the transfer is as follows:
transfer &...
0
votes
1
answer
117
views
Pass data from sender to receiver in a transaction
I want to pass data from sender to receiver in a transaction.
I need to make a URI with a description field, but one that the receiver can't read.
I've tried to create an old style payment ID (32 ...
0
votes
1
answer
111
views
Can one add a payment ID to a subaddress in Monero?
Is it possible to add a payment ID to a sub address in Monero? How can this be done? Or is payment id's completely phased out and shouldn't be used at all?
0
votes
1
answer
696
views
How to batch-send multiple transactions
Trying to avoid paying unnecessary fees when sending multiple transactions (to different people) we wanted to implement transaction batching - sending one transaction with multiple receivers (as it ...
1
vote
1
answer
402
views
I sent XMR from wallet 1 to wallet 2 and it says 0 coins
So i've been using monero(https://www.getmonero.org)version (0.16.0.2 (Qt 5.12.8) for awhile now. I updated to the latest 0.16.0.2) same day i made the transfer.
Never had problem sending funds from ...
1
vote
2
answers
252
views
Parse error on make_integrated_address
I am getting "Parse error" on a make_integrated_address request. How do I fix it?
I generated the payment ID using this command in the terminal : openssl rand 32 -hex
The error looks like ...
0
votes
1
answer
85
views
Is it possible to send from integrated to standard address?
i just tried to send Monero, but got an error. apparently the site i want to send from uses a 64-bit integrated address, and the site i want to sent to uses a standard address
is it possible to add a ...
1
vote
1
answer
336
views
How to generate deprecated Monero Payment ID
I'm using the monero-gui-win-x64-v0.15.0.2 version wallet.
I understand the usage of Payment IDs is now deprecated, but some miner companies - such as Genesis Mining for example - are still asking ...
1
vote
1
answer
66
views
How long of an encrypted payment ID hex message can be sent after the v0.15 fork?
With the recent v0.15 upgrade, as of 2019-Dec long payment IDs have been removed. The only one remaining now is an encrypted payment ID. If I wanted to convert this payment ID as an alphanumeric ...
1
vote
1
answer
216
views
What happens if we send using an unencrypted payment ID after the new v0.15 upgrade?
With the upcoming v0.15 update for Monero, unencrypted payment ids are going to be removed. But what happens if someone sends to a Monero address using one of these payment ids? Would the coins be ...
0
votes
0
answers
80
views
get_payments method doesn't display data
I am trying to run get_payments method of wallet rpc.
Got this error
Warning: Binary output can mess up your terminal. Use "--output -" to tell
Warning: curl to output it to your terminal anyway,...
0
votes
2
answers
89
views
I made up a payment ID when sending, will it go through?
First time using monero. I sent a payment to an address. There was no mention of a payment ID from the receiver, but I decided to include an 8-digit payment ID anyway and sent to their address with my ...
1
vote
1
answer
81
views
Integrated Address generation gives 16 bit randomly generated payment ID
Using integrated address method without any argument while calling, it gives me response of 16 bit longer string of payment ID covered with <>.
According to documentation of wallet RPC for ...
0
votes
1
answer
205
views
How can I accept Monero payments from my classifieds ads website with unique client information
Can someone suggest a solution for me please? I am in the UK.
I will be creating a classifieds website and I am looking for a way to accept Monero payments from my advertisers. I am not a coder, ...
0
votes
1
answer
174
views
Doing a Send Transfer using monero-cli v0.14.0.2 with long payment id enabled, still getting errors on send
Using the below command with long payment id enabled in monero cli v0.14.0.2 and I still get an error. What is wrong?
transfer 4xxxxxX 4bxxxxXX 2
Error: amount is wrong: 4xxxX 4xxxxX, expected ...