Most Popular

1074 questions
12
votes
1 answer

How can I start developing IXI Modules?

Looking at MAM.ixi or Snapshot.ixi, I noticed that IXI Modules are written in Javascript but they are calling Java methods and using Java Classes by assignments like: var Transaction = iri.controllers.TransactionViewModel; var Address =…
Zauz
  • 4,454
  • 15
  • 42
12
votes
2 answers

Full node influence on scalability

Since transactions are propagated in the network using full nodes—can it be said that the number of full nodes influences the maximum Tangle scalability? To paraphrase, even if transaction validation is done in parallel each time a transaction is…
user3223162
  • 457
  • 2
  • 13
11
votes
1 answer

Nodes Not Syncing

Last night one of my nodes feel behind sync. Someone suggested I set the heap size explicitly when running the iri with -Xmx6500m. java -Xmx6500m -jar iri-1.4.1.4.jar -c iri.ini I did that and both my nodes started consuming more RAM. However, it…
currenthandle
  • 331
  • 1
  • 8
11
votes
1 answer

Limit on number of addresses generated for one seed

I have an application that will be generating addresses for each incoming transaction, and the number of transactions could grow quite large. Is there a maximum number of addresses that can be generated for a single seed, both from a practical and…
Dan Harms
  • 213
  • 2
  • 5
11
votes
1 answer

How do I set up a permanode?

How do I set up a permanode and what size of storage would be needed? What are the recommended hardware requirements?
Astro_Paul
  • 902
  • 7
  • 18
11
votes
3 answers

What are the minimal system requirements to run a full IRI node?

What is the minimal system that would be suitable for this task? What kind of system and OS would you recommend for this?
Ian Metten
  • 651
  • 4
  • 15
11
votes
1 answer

How do I set up a datastream for sale?

So, datum.iota.org is offering access to data streams? Is there any way I could sell my data through the same network at this time?
Mahus
  • 501
  • 3
  • 8
11
votes
1 answer

What is the Actual IOTA Algorithm for Tip Selection?

The IOTA Whitepaper dances around suggestions as to how a tip selection algorithm should be constructed. We need checkpoints for security to ensure that λ > μ (Arrival rate of honest nodes) > Computing Power of Attacker Nodes should use a MCMC…
Bill Bisco
  • 365
  • 1
  • 9
11
votes
6 answers

How do I generate a wallet from a seed?

Specifically, how do I generate the wallet offline with a seed. I want to use dice to generate the seed and create the address from that seed.
Genxthis
  • 371
  • 2
  • 7
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
10
votes
0 answers

How would IOTA handle a spam attack that is NOT attempting to successfully double spend, but merely make the network unusable?

So it seems like all of the security solutions mentioned so far are focused on preventing double spend attacks. But what about attacks that aren't motivated by actually successfully double spending? What if, for example, a government entity or a…
Ian Fisch
  • 100
  • 5
10
votes
3 answers

What happens to my messages and tags after a snapshot?

Will a snapshot erase all the messages and data I've posted onto the tangle? I reference the Hello World example https://learn.iota.org/tutorial/payments-and-messaging-leaderboard where users can embed messages into their transactions, via…
GusGorman402
  • 577
  • 3
  • 10
10
votes
2 answers

What exactly is a snapshot? Why do we need it? And is there always an update when a snapshot occures?

Can someone explain the pupose of a snapshot. And why does it always come together with an update?
Vrom
  • 1,946
  • 7
  • 14
10
votes
1 answer

What does an "Hello world!" IXI module look like?

I have an idea for an IXI module that I'd like to try out, but I don't understand how I'm supposed to implement it. I'd like to start with an example; what would an "Hello world!" version of an IXI module look like?
todofixthis
  • 1,320
  • 8
  • 23
10
votes
2 answers

What's the difference between a private key and a seed?

What is the difference between a private key and a seed? When people talk about the "secret key", do they mean the "private key? Are they the same? What are public keys? How are they related to addresses?
Zauz
  • 4,454
  • 15
  • 42