Unanswered Questions
5 questions with no upvoted or accepted answers
8
votes
0
answers
612
views
What is the max possible transactions/second rate in IOTA?
Did anyone calculate the max amount of transactions per second which is possible in IOTA?
As far as I understand the transactions rate is only limited by network's bandwidth of full nodes.
Let's ...
5
votes
0
answers
178
views
CCurl does POW via GPU?
I develop a simple Node-App and I use ccurl.interface.js and the Windows ccurl.dll from the IOTA-github-site.
I did override the function iota.api.attachToTangle so that the ccurl.dll is used.
I ...
2
votes
0
answers
199
views
How to do POW in local in Node js?
How to do POW in local? I have tried to use ccurl.interface.js pkg in Node js then overriding the attachToTangle function in IOTA.lib.js. but keep getting - "Error: Request Error: Invalid trytes input"...
0
votes
0
answers
29
views
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.
0
votes
1
answer
206
views
IOTA "C" version (CClient) and feasibility of signing transactions on ESP32?
An article recently has been published entitled "Running the IOTA "CClient" library on ESP32" (>>>Link to Article<<<).
It is not clear to me if by using this C version of IOTA is ...