Questions tagged [transaction]

The term "transaction" is used in IoTA to refer to the signed data package that stores a message to be sent from an externally owned account.

Trunk and Branch transactions are two transactions which are directly referenced (and thus validated) by another transaction.

Bundles are connected via trunkTransactions.

201 questions
5
votes
1 answer

Is it safe to send iota to a pending receiving address?

I have created a few receiving addresses using iota wallet. Is it safe to send iota to those addresses, or do I have to wait until addresses are confirmed?
bumblebee
  • 137
  • 4
4
votes
1 answer

My Iota got transferred without my consent

This morning a transfer was completed with a transaction and the funds ended up at this address. Needless to say I haven't made this transfer and that I am puzzled by this. I had my seed done by a recommended Iota source (can't remember which). Any…
4
votes
1 answer

In IRI a transaction has an attribute "solid", what determines whether a transaction is solid?

At the below line: https://github.com/iotaledger/iri/blob/master/src/main/java/com/iota/iri/model/Transaction.java#L84 The attribute "solid" is set in the transaction. Tracing this back to the…
slippedon
  • 148
  • 5
3
votes
2 answers

Is it possible to make transactions smaller?

As one transaction is quite big (I read something around ~4kb), are there any ways to lower that size or is it not possible due to the architecture?
Jöge H
  • 41
  • 5
3
votes
1 answer

What is the minimum amount of transactions required to approve a new transaction?

The official IOTA FAQ mentions how Bitcoin needs roughly 6 blocks to verify a new transaction. What is the equivalent rough estimate for IOTA in order to verify a single new transaction? How big of a subtangle does a node need to verify a new…
Portal2Mtr
  • 31
  • 1
2
votes
0 answers

Corrupted transactions

I have a couple of transactions which are able to pass through IRI MessageQ to my ZeroMQ-client This client causes exceptions on those transactions, apparently the Unix timestamp is wrong. I don't have more info in this, but I have export=true and…
Daniel F
  • 921
  • 1
  • 7
  • 15
2
votes
1 answer

Error 500 from shimmer testnet when adding sender feature to a basic output

I am trying to send a full block with a transaction payload to the Shimmer Testnet through this endpoint. The payload has a transaction essence with one UTXO Input and creates a Basic Output. The Basic Output has a sender feature. The resulting…
user5852
2
votes
1 answer

How do I decode the value (eg. 10i) in the signatureMessageFragment?

{'findTransactionsObjects': {'trytes':…
Nelson
  • 21
  • 1
2
votes
2 answers

Unable to get a transaction out there!

I installed a node following various instructions and have it accessible here: curl http://myiotanode.hopto.org:14265 -X POST -H 'Content-Type: application/json' -H 'X-IOTA-API-Version: 1.2' -d '{"command":…
1
vote
1 answer

How to verify the transaction was completed?

Ideally I would like to watch some wallet address and get informed when new transaction has occured. In order to raise safety level I don't want to store mnemonic on the server. I looked up node examples on official iota-sdk but couldn't find…
1
vote
1 answer

iota.c lib sending transaction returns cclient_res_error with status 400

I am currently having troubles with some example code I found on github regarding the iota.c library (example code in README file). However I am not able to send a valid transaction using iota_client_send_transfer() function as it returns a…
emDave
  • 57
  • 6
1
vote
1 answer

How to return Tx Hash when sending transaction

I see using sendTrytes you would get an bundle, but can I get hash from the bundle and return to me? const transfers = [ { value: 0, address: address, message: message, tag: "SD" } …
matt
  • 13
  • 2
1
vote
1 answer

Tangle explorer transaction value

What does the "value" field of the tangle explorer indicates? The linked transaction reports a value of 1+ B USD. What is this value referring to?
Rexcirus
  • 113
  • 4
1
vote
1 answer

Use of addresses

When you want to do several transactions how do you update the people transacting with you of your new address? In the case of machines transacting with each other how will the machines know the address of the other machines if the address changes…
Jaime
  • 133
  • 6
1
vote
1 answer

Why do confimed transactions rates vary to such a high degree?

What accounts for the variance in confirmed transactions. I have see anywhere from 100 percent to zero. Is there a remedy in the works for this with the new IRI or is it just a function of a young tangle and the only solution is more users?
user618
  • 19
  • 1
1
2