Most Popular

1074 questions
6
votes
4 answers

Is double spending possible in IOTA?

It is mentioned in Tangle's white paper (technology behind IOTA) that From the above discussion it is important to recognize that the inequality λ > μ should be true for the system to be secure. In other words, the input flow of “honest”…
scipsycho
  • 163
  • 5
6
votes
1 answer

How would I listen for a set of transactions?

I am currently polling the tangle using iota.lib.js + public nodes listed on the IOTA website every 2 seconds. I'm using "findTransactionObjects" to achieve this. This is just a workaround for subscribing to the changes made on the tangle. It is…
bigpotato
  • 161
  • 3
6
votes
1 answer

What does the "block number" in the iota wallet represent?

My iota wallet displays something that I would assume to be a block number in the lower left corner: 291911 But being aware of the Tangle structure, I know there are no blocks in iota. What does this number represent? Bundles?
q9f
  • 543
  • 3
  • 11
6
votes
1 answer

Clarify inner workings of the snapshot

We are in the middle of the January 2018 snapshot. Time to understand the inner workings. First: The upcoming IRI update includes a long list of addresses and balances. However, strictly speaking there is no such entity as an address on the tangle.…
ralf
  • 1,063
  • 5
  • 10
6
votes
2 answers

How is the association between an address and its balance implemented?

Namely, could somebody shed some light on how the following things are implemented? What are the cornerstones of the implementation? 1) A piece of software (e.g., a wallet) finds out what the current balance of a particular address is. 2) A piece…
new_xxx
  • 105
  • 4
6
votes
3 answers

Where can I find neighbours for testnet?

I want to run my node in the testnet for testing and learning purposes. Where can I find neighbours for it? Is there some kind of public list of public testnet nodes?
alexpods
  • 498
  • 3
  • 7
6
votes
3 answers

Does the Tangle enforce a tip-selection algorithm?

Can spammers use their own algorithm to non-randomly select tips — possibly then continuously confirming the same transactions over and over again while inundating the network? This was a recent assertion on Reddit that strikes me as false and I…
6
votes
1 answer

How can I recover my IOTA balance?

I transferred iota from Bitfinex to my wallet in October. And at first the wallet displayed the balance but then it went to zero. How can I troubleshoot/recover my balance?
Hyetigran
  • 163
  • 3
6
votes
2 answers

Exchange Winternitz one-time signatures

Are there any Winternitz alternatives out there which on the one hand make quantum computer attacks hard and on the other hand don't mess with the ability to reuse an address? Or are these properties mutual exclusive? (I can't assess this because I…
6
votes
1 answer

IOTA full-node network

I set up full-nodes to "help the IOTA network". I asked myself: How does my full-node help the network? On the full-nodes that are publicly listed in the official wallet app, there are a many light wallets connected. The address of my full-node is…
IW01
  • 121
  • 1
  • 2
6
votes
1 answer

Why were hash collisions unimportant?

The IOTA devs have stated that Curl-p is not a cryptographic hashing function and one way collisions are not an issue for the usage in IOTA. (and of course, Curl-p is not even used for signing now so it is not currently relevant) I understand that…
6
votes
1 answer

Does the node API allow for 90-character addresses (with checksums)

I have been examining the Jota IOTA library and see a lot of code that strips the checksums from addresses before hitting the node API. Would it be safe to say the 90 character addresses (with 9-character checksum) are only meant for users and not…
BugFreeSoftware
  • 314
  • 2
  • 6
6
votes
1 answer

How does Curl-P's copy protection feature work?

I've read in a few articles that the Curl-P hashing function was designed with known practical collisions, intended as a "copy protection" feature. I'm still having trouble wrapping my head around this, though. How does this copy protection work,…
todofixthis
  • 1,320
  • 8
  • 23
6
votes
2 answers

Interpretation of getNeigbors cmd output

I am trying to understand the different numbers this command outputs and how they relate. Can anyone shed some more light on this? E.g. "neighbors": [ { "address": "xxxxxxxxx:14600", "numberOfAllTransactions": 252391, …
GJEEE
  • 713
  • 3
  • 9
6
votes
1 answer

Difference between score and cumulative weight

What is the difference between score and cumulative weight (of a transaction), in IOTA white paper?