Questions tagged [transaction-hash]

The unique identifier of a Monero transaction. Also commonly referred to as tx-hash transaction-id or txid

17 questions
4
votes
1 answer

What is the transaction id and how its calculated?

What is the tx id used for and why have it when there is already a payment id or even an integrated_address to identify a specific transaction? Also how is it calculated? (guessing its a hash of the transaction or sumthin) ....well the tags just…
Studnt
  • 185
  • 1
  • 9
1
vote
1 answer

Can I disclose transaction id of a transaction to the customer?

When I use monero-python to get transaction details for the customer's address that I've given, I get the following data. {'tx_id': 'efab960da464a6701f1ea4b39ba91c420d71172f9e2ba4d6e1ca9087ad5eb0bf', 'timestamp': datetime.datetime(2018, 8, 6, 12,…
John Doe
  • 15
  • 3
1
vote
1 answer

Do I understand the tree_hash() code correctly?

memcpy(ints, hashes, (2 * cnt - count) * HASH_SIZE); for (i = 2 * cnt - count, j = 2 * cnt - count; j < cnt; i += 2, ++j) { cn_fast_hash(hashes[i], 64, ints + j * HASH_SIZE); } Isn't there a buffer overrun? i is going over of…
wad
  • 21
  • 1
1
vote
1 answer

What would be the process for creating a Monero transaction on paper?

I'm trying to better understand the CryptoNote protocol and Monero's current codebase, and I'm having trouble grasping how transactions are made in the protocol. I've read over the CNS standard and I partially understand topics such as the…
0
votes
1 answer

My Atomic wallet shows my XMR has a zero balance

I have 2.49 XMR that I can not access my Atomic Wallet shows a zero balance and Atomic CS is useless what do I do? Please enlighten me.
Ted
  • 1