Most Popular
1074 questions
4
votes
1 answer
How will IOTA manage node version control?
Right now, updating full nodes is completely manual, and the network is essentially made up of the consensus of the node software.
As big changes come in the future to the protocol, how will the network manage updates? For example, one potential…
aboose
- 3,135
- 3
- 15
- 37
4
votes
2 answers
Pseudocode to walk the tangle?
I would like to pick a random node, call getNodeInfo and see it's latest milestone.
Then I'd like to walk the graph (depth first search? breadth first search?) backwards to the start and map the entire graph.
I.e. this is the "sync" operation a…
Andrew Arrow
- 127
- 6
4
votes
1 answer
What to do with pending transactions even after too many reattachments?
If any transaction is pending for hours/days even after reattaching and promoting it (while connected with updated node and keep changing them for reattaching again), shall I resend it to receiver's different address?
Both of the pending…
Dev
- 331
- 2
- 6
4
votes
1 answer
Nelson Not Adding Connections
I am attempting to setup nelson https://github.com/SemkoDev/nelson.cli
I cloned the the iri and compiled with mvn. I run it with
java -jar iri-1.4.1.2.jar -c iri.ini
iri.ini:
[IRI]
PORT = 14265
UDP_RECEIVER_PORT = 14600
TCP_RECEIVER_PORT =…
currenthandle
- 331
- 1
- 8
4
votes
1 answer
Does the tip selection depend on how quickly the proof of work is done?
I read that the tip selection chooses the newest transactions with a higher probability than the older ones in the tangle. So I am afraid that my computer is too slow.
Do I have a better chance to get my transaction done if my computer is faster?
Vrom
- 1,946
- 7
- 14
4
votes
1 answer
What information do IOTA nodes store?
I considering IOTA for some nodes with very limited resources. In terms of storage and connection to the internet, what is the minimum necessary to have IOTA working in these nodes?
ranchalp
- 149
- 3
4
votes
1 answer
Ternary numeral system and Lamport signature
Is it correct that IOTA uses balanced ternary system, and not unbalanced? And in that case, why are they working with negative numbers? (Ref: YouTube)
The Lamport signature requires a large number of integers to create a key-pair, how is the seed…
Jørgen
- 304
- 1
- 9
4
votes
1 answer
How do I find out whether a TX has been reattached?
Querying thetangle.org for one of my addresses, displays all TXs (= transactions) for this address and their state. thetangle.org displays pending, confirmed and reattached confirmed.
I am wondering, how to find out whether a TX has been reattached.…
ralf
- 1,063
- 5
- 10
4
votes
1 answer
Same Bundle Hash but currentIndex is always 0
I'm using findTransactionObjects() to receive all transaction objects for a given {address} which I used to receive IOTA.
In the data structure that gets returned, one of the Bundle Hashes can be found 47 times. {lastIndex} in these transactions is…
ralf
- 1,063
- 5
- 10
4
votes
1 answer
API getTransactionsToApprove tip timeout
I am trying to create a transaction via the Iri API (using curl), I understand that I must first find 2 unapproved transactions using "getTransactionsToApprove". These unapproved transactions are also called tips, correct? And they are unconfirmed…
GusGorman402
- 577
- 3
- 10
4
votes
0 answers
Hosting a Full Node - Best Practice
Hosting a full node results in some security questions.
Which API Parameters (--remote-limit-api) are necessary to accept connections from light wallets without giving them to much permission?
bumblebee
- 137
- 4
4
votes
1 answer
Change the node while transaction is still pending?
What happens if I change the node while the transaction is still pending?
Vrom
- 1,946
- 7
- 14
4
votes
3 answers
How many addresses do I have to reattach after a snapshot?
I heard rumors about double-spending is possible after a snapshot if you don't create new addresses. Now I have 70 addresses in my actual wallet/seed. Does that mean I have to create 71 new addresses after the snapshot?
Vrom
- 1,946
- 7
- 14
4
votes
1 answer
Why does sending take so long? Does it depend only on POW or also on something else?
If I do a transaction with my 2.6GHz laptop it last quite a long time in the status "sending" (1-3minutes). I know that it is because of the power of work that has to be done. But is the time always the same with the same operation system, or does…
Vrom
- 1,946
- 7
- 14
4
votes
2 answers
latestMilestoneIndex value during resync
I am running a headless full node. The first time I synced, I followed the http://iota.partners guide by downloading their current database and performing a rescan_db on first sync. Now their guide says the rescan isn't necessary.
Everytime I…
GusGorman402
- 577
- 3
- 10