Most Popular

1074 questions
0
votes
1 answer

What is the throughput in transactions per second in the Pollen network?

Has the pollen network been tested? What are the results?
Hund
  • 420
  • 3
  • 13
0
votes
2 answers

How long does it take for a transaction to confirm?

How long does it take for a transaction to confirm? What is required for this process?
Hund
  • 420
  • 3
  • 13
0
votes
1 answer

How IoT Cryptocurrency?

I am working on IoT (Azure IoT platform) since long time but there is first requirement came for managing cryptocurrency using IoT. in past we only did managing the temperature, logistics tracking etc. means in short managing the Things we have used…
0
votes
1 answer

What is the address of a restricted channel in Masked Authenticated Messaging (MAM)?

I have read many research papers, articles and the iota documentation. However, I am still confused whether the address for restricted mode is hash(merkle root) or hash(side_key + merkle root) Please someone let me know. Thank you.
Pranav
  • 35
  • 5
0
votes
1 answer

How to handle access to wallet.rs Stronghold database in a serverless web app

Excited by the upcoming release of Chrysalis I wanted to start a little web app project using the wallet.rs library. Without going into too many details, users on the site will be able to generate an Iota address to deposit their tokens and have the…
0
votes
1 answer

about data transactions

A question , Friends. Do data transactions need the milestones of the coordinator for the nodes to validate them, just like value transactions? If the coordinator stopped , could data transactions be done ?
0
votes
2 answers

Cannot connect to hornet dashboard via http://localhost:8081

First of all thank you to everyone who was involved in making setting up a IOTA node and running it so simple. It's so simple in fact that the first (and only problem so far) is accessing the dashboard. I followed the instructions on provided here:…
rul30
  • 101
  • 1
0
votes
1 answer

Append message to MAM channel

I can create a MAM channel and add message to it in a single script using the doc. But when I want to add more message(in another script) to same channel later, I need to have following details saved from first script seed first root(required to…
niren
  • 101
  • 2
0
votes
1 answer

IOTA MAM channel subscription

we know that if a subscriber wants to subscribe to a MAM channel, he must have the channel ID or root, and the sideKey if the channel mode is restricted. How the publisher can send these access information securely to authorized parties or…
Jab
  • 1
  • 1
0
votes
0 answers

This operation cannot be executed: The subtangle has not been updated yet

When I try to send the hello message to tangle, it is returning this error message. I have 2 neighbour nodes and POW enabled in the nodes.
KISHPDLK
  • 11
  • 2
0
votes
0 answers

how the loads are calculated on nodes in this link https://iota-nodes.net/

I need to show the load of the full nodes. it appeared in the above link. I am wondering if the javascript code is available. thank you in advance.
0
votes
0 answers

Migrations Tool Problem Trinity! Help!

who is familiar with the Iota migration tool for Trinity? If I made a mistake during the migration and put my Iota Token in there, who is responsible for it? Probably me? Or? But, but I didn't read anything about the migration tool that said…
Gollom 9
  • 1
  • 2
0
votes
1 answer

I found that my iota tokens are stolen

After logging into my trinity_wallet after a long time (several monthes), I found a zero balance and lastest transaction which was not mine. After correspondence with a team member, it became clear that the tokens were stolen. Will IOTA Fundation…
bot bit
  • 1
  • 1
0
votes
1 answer

Tangle : Algorithm to determine if a transaction is valid or not

A node needs to verify that all transaction that it receives are valid before adding it to its local copy of tangle. For this we would need an algorithm which given the cone of this transaction would assert whether the sub-table is valid or not. In…
Sarthak123
  • 101
  • 2
0
votes
0 answers

Accessing JSON message from IRI node API using Python 3

I am using one command tangle. The tangle is running on Ubuntu machine. From the list of APIs given for IRI node, I'm trying to broadcast a transaction. For this, the first step is to get getTransactionsToApprove which returns trunkTransaction and…
degr8sid
  • 91
  • 8