Questions tagged [iri-node]

Use this tag for Questions related to IOTA full-node:

This is an IRI (IOTA Reference Implementation) running and being accessed locally via a GUI. Any full node needs to be connected to neighbours via a static IP in order to function. Learn how you can run a full node and how they help the IOTA ecosystem in our GUI tutorials!

178 questions
26
votes
1 answer

Estimation of network traffic for a Full Node

Background Full nodes allow to get an complete view on the state of the Tangle (after a snapshot) in order to verify transactions, and to append new transactions to the Tangle. Therefore, full nodes have two major tasks: Receiving and propagating…
Lanu Moe
  • 439
  • 3
  • 7
15
votes
1 answer

What is the distinction between a full node and a full public node?

Further, are there a different set of system requirements between the two, and if so, what is it?
aboose
  • 3,135
  • 3
  • 15
  • 37
11
votes
2 answers

is there a documentation of the ini-file?

Is there any documentation of the iota.ini-file. What flags could I set and what does the flags mean? At the moment, I know only the flags, that are set on the iota.partners installation. But in slack I think I have seen, that there are more flags,…
Wolfgang Egger
  • 415
  • 2
  • 5
9
votes
1 answer

How do I set up a private IOTA network?

I want to learn more about IOTA and how it works on a practical level. In the Ethereum world I can do that by setting up a private network and making all the mistakes I need to make in safety. Is it possible to set up a private IOTA network, and if…
Richard Horrocks
  • 1,185
  • 8
  • 22
9
votes
1 answer

Is it possible to run IOTA over Tor?

As a comparison, it's not currently possible to run an Ethereum node on the Tor network, because Ethereum runs its peer discovery protocol over UDP, and Tor is TCP-only. Does the same hold true for IOTA? (Either because UDP is always explicitly…
Richard Horrocks
  • 1,185
  • 8
  • 22
8
votes
1 answer

IRI: What are the differences between and purposes of --rescan and --revalidate?

When we run full nodes (IRI) there are some occasions where we should run java with the flags --revalidate and/or --rescan. In which cases should we add those flags and what exactly are the technical differences?
cyclux
  • 83
  • 5
7
votes
1 answer

What are "Random Transactions" in IOTA Peer Manager?

See highlighted item in the screenshot below:
Apoge
  • 215
  • 1
  • 7
7
votes
3 answers

Why exactly is it so important that IP addresses are kept secret?

I mean, there's not really a way to keep them secret, as soon as you use DNS. Also, it would be beneficial for network analysis to know the IPs of the nodes.
Daniel F
  • 921
  • 1
  • 7
  • 15
7
votes
0 answers

High spike in incoming data, high CPU usage

My incoming data to the node suddenly spiked from the usual 200 kbit/s to 11 Mbit/s. It has already tapered off, but I wonder what could have caused this. It is IOTA traffic. It is one node which pushed that data to me. I think I was told that it is…
Daniel F
  • 921
  • 1
  • 7
  • 15
7
votes
1 answer

What is the benefit of dropping random packets and/or dropping random cached message data?

In the IRI, there is code designed to randomly drop TCP/UDP packets and/or to randomly thwart the data from TCP/UDP packets from being processed. Given that this is a random application to all data, from any peers, how does this help? What is the…
user1543
6
votes
1 answer

What's "All Transactions" in IOTA Peer Manager?

All transactions does not seem to be the sum of the rest of transactions. What is it then? See screenshot:
Apoge
  • 215
  • 1
  • 7
6
votes
1 answer

Meaning of Full Node Logs

This is how the most common full node log looks like: INFO com.iota.iri.network.Node - toProcess = 963 , toBroadcast = 0 , toRequest = 2117 , toReply = 32 / totalTransactions = 3313092 What do the terms "toProcess", "toBroadcast", "toRequest",…
Agustin Tena
  • 311
  • 1
  • 5
6
votes
1 answer

How do I enable my fullnode to do POW?

It is basically all in the title. What iri settings are needed to delegate my POW to my Fullnode?
Tobi MZ
  • 1,607
  • 1
  • 12
  • 31
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
5
votes
1 answer

Why do public nodes use http instead of https?

All public nodes are configured in HTTP. Why aren't they using HTTPS? I can figure out that it's easier to setup and that a TCP connection is also a little faster. But is there any other reason to use HTTP? Is it possible to setup a node with…
ben75
  • 5,344
  • 11
  • 32
1
2 3