Skip to main content

Unanswered Questions

7 questions with no upvoted or accepted answers
4 votes
0 answers
64 views

Invalid Transactions - Do those make a node bad?

I'm working on a application to track your neighbors. I want an indicator if there are any foul nodes. What's the deal with invalid transactions? They are an indicator that a node is bad, but how ...
4 votes
0 answers
240 views

Is it possible to discover the IP addresses of all nodes in the IOTA network?

If a node has its neighbors' IP addresses, is it possible to get them, walk to the neighbors, get their neighbors' IP addresses, and continue until you have a full map of the IP addresses of all the ...
2 votes
0 answers
71 views

Is it important to remove swarm nodes?

I use the iri in combination with field and nelson. I came into a synced status and then dropped the swarm nodes. Since then, the node often changes from "synced" to "unsynced" and back irregularly. ...
1 vote
0 answers
15 views

problems of emigration to firefly

When I press the button to migrate IOTA from the legacy migration tool, I get an error indicating the address from which it is done and the message of few iotas. Considering that there are more than a ...
1 vote
0 answers
31 views

How is the ledger actually stored at a node?

How are the information about the transactions actually stored in a Tangle? I mean to say, how is the transaction data or simply some data(stored as a zero-valued transaction) actually stored in some ...
1 vote
0 answers
26 views

double spend script is not working!

I'm running a private tangle network (GoShimmer 1.7.2) using Docker https://goshimmer.docs.iota.org/tooling/docker_private_network.html I want to try a double spend. there is a script to do that in ...
1 vote
0 answers
123 views

getNewAddress error Error: Invalid Response:

I am using the iota.lib.js in nodejs for generating the address for bitcoin. Here is my code : const IOTA = require('iota.lib.js') var iota = new IOTA({ 'provider': 'https://sandbox.iota.org/api/...