Most Popular

1074 questions
3
votes
3 answers

How many transaction per second are registered by a full node?

I'm reading different answers about the txs/sec on the tangle and I think I'm missing something. Someone says that right now there are 1000 txs/sec, someone else says 1-2 txs/sec. What's the difference between these answers? Are they talking about…
Diego Stucchi
  • 496
  • 2
  • 10
3
votes
0 answers

MAM: Is the bundle, used to create masked payload signature, not normalized?

I am researching how Masked Authenticated Messaging (MAM) works. The masked_payload is created in the create function in file: https://github.com/iotaledger/MAM/blob/master/mam/src/mam.rs masked_payload = [ Encoded Index, Encoded Message Length,…
Robert Lie
  • 363
  • 1
  • 5
3
votes
1 answer

Risk of "attachToTangle" enabled on remote iri?

If I have attachToTangle enabled in my iri.ini config file, then can people send transactions to my server and my server will do proof of work for them? This seems like I could be taken advantage of. How do I allow only myself to do attachToTangle…
Tsangares
  • 808
  • 5
  • 13
3
votes
2 answers

Why is JINN Ternary?

I was just learning about skrmions and could not help but realize that they could produce a ternary state computer. But why is JINN in ternary? What are the benefits of this in the current current or no current model (0 or 1) of computers? How could…
Tsangares
  • 808
  • 5
  • 13
3
votes
0 answers

Building the mam.client.js (actually the iota-bindings)

I am trying to build according to the instructions given: https://github.com/iotaledger/mam.client.js There are a whole lot of other steps then just described there which mainly relate to building everything rust & emscripten. As far I got I have…
ovanwijk
  • 81
  • 3
3
votes
0 answers

Does anyone use the private IOTA network in their organisation?

I am withdrawing this question as it is not specific as per rules. I seeking to set up a private iota testnet https://github.com/schierlm/private-iota-testnet starting with a single-node for a Proof of Concept project. Please can you tell me of…
johnp
  • 31
  • 3
3
votes
1 answer

IOTA Winternitz Signature Scheme Details

IOTA uses Winternitz one time signature scheme (W-OTS). Page no 45 W-OTS uses one-way function f and cryptographic hash function g. W-OTS selects parameter w > = 2, which is number of bits to be signed simultaneously. Private key is selected…
Infinity
  • 263
  • 1
  • 8
3
votes
1 answer

What is ICT (IOTA controlled agent)?

Recently read CFB's mention of this https://i.redd.it/g3otpb1ydpk01.png -- can't find any more data on it.
Genxthis
  • 371
  • 2
  • 7
3
votes
1 answer

Why is this message coming when I am trying to send

I am trying to send some iotas and this message keeps popping up. What am I doing wrong? How to find out which node to select in order to get transactions confirmed?
Rishab
  • 127
  • 3
3
votes
1 answer

sendTransfer() 'Invalid transaction hash' when running mainnet but fine on testnet

When running a sendTransfer() on a testnet node (https://testnet140.tangle.works) I can attach without any problems. When I try to use a mainnet node (http://nodes.iota.fm:80) I get Invalid transaction hash. Here is my call:…
EpicButterz
  • 121
  • 6
3
votes
0 answers

Are Asynchronous Byzantine Fault Tolerance and Partition Tolerance mutually exclusive?

Within the IOTA network specifically, has partition tolerance been prioritised over aBFT? If so, why?
Jack
  • 171
  • 4
3
votes
1 answer

How to enable debugging on IRI?

Once the user has installed a full node by downloading and starting an already compiled package (using e.g. these instructions), what steps can be taken to debug it? For example, the IRI GitHub page shows below sample configuration file with the…
Dee
  • 297
  • 1
  • 4
3
votes
1 answer

How can I determine whether my node is successfully connected to CarrIOTA Field?

I installed and started the CarrIOTA Field Node.js app on my full server yesterday. As is explained in the GitHub instructions for the app I configured it to run as an auto-started process using PM2. Now I would like to know whether it is actually…
Dee
  • 297
  • 1
  • 4
3
votes
1 answer

Why is tipcount 0 after restart?

I noticed that after a IRI restart the tip-count starts from 0 again. But i was under the impression that those tips have already been persisted locally, so how come that after a restart all those tips need to be re-requested again from its…
GJEEE
  • 713
  • 3
  • 9
3
votes
0 answers

How to create multiple wallet addresses for a single node?

I'm tring to create a website where iota of multiple users can be stored in a wallet using php. Function needed are separate address for each user and they should be able to retrieve balance. I do have iota cli running on my server. Mine is an…
SMJ
  • 191
  • 1
  • 5