Most Popular
1074 questions
3
votes
1 answer
API Validation failed: Could not complete request
The following message is thrown in the logs when attempting to access my wallet:
API Validation failed: Could not complete request
Scott Foster
- 429
- 2
- 7
3
votes
1 answer
What happens with microtransactions if 1 IOTA = 1$
I know it ist still far to go, but in the very long future when 1 IOTA is maybe worth 1$ how can we do microtransactions? Is there a possibility to split 1 the total amounts of IOTAs even more? I think at that time there will be no $ anymore, but…
Vrom
- 1,946
- 7
- 14
3
votes
1 answer
3
votes
1 answer
Multiple Wallets
How do I go about setting up a 'Merry Christmas' wallet for my bride; and yet another 'Christmas present wallet' for my daughter. Three separate wallets—each with a unique seed.
til
- 95
- 4
3
votes
1 answer
IRI solid milestone tracker crash: GC overhead limit exceeded
I have been trying to get my testnet node to fully sync for the last week.
I have a EC2 M4.xlarge instance:
CentOS7 64bit
testnet iri 1.4.1.3
Oracle JDK 1.8.0.152
Xmx 5GB
neighbors with 5 community nodes that are fully sync'd
It takes about 4hours…
80chew
- 31
- 4
3
votes
1 answer
Why are some transactions confirmed over and over again?
In this tangle visualizer it can be frequently seen that there are transactions with dozens of direct confirmations while others seem to be never confirmed. Is this due to a node not playing by the rules (either an attacker or a selfish node) or is…
lex82
- 1,087
- 7
- 18
3
votes
2 answers
Is it possible to make transactions smaller?
As one transaction is quite big (I read something around ~4kb), are there any ways to lower that size or is it not possible due to the architecture?
Jöge H
- 41
- 5
3
votes
2 answers
"latestSolidSubtangleMilestoneIndex" not counting up in full node
In my full node, the milestoneIndex is up to date. However, the latestSolidSubtangleMilestoneIndex is stuck on a fix previous number. Is this correct? If not, what could be the reason for it and how to solve it?
Agustin Tena
- 311
- 1
- 5
3
votes
1 answer
What is the difference between the Hashgraph and the Tangle from IOTA?
I know a little bit about IOTA (as little as what is contained in the Whitepaper).
I do not know much about Hashgraph. But it seems to have been inspired by IOTA.
What is the difference between the Hashgraph and the Tangle from IOTA?
What is the…
Avelino
- 435
- 3
- 8
3
votes
1 answer
Neighbour not being removed
I run a removeNeighbour command on my full node over curl but my node seems ignoring me.
curl http://my.iota.node:port \
-X POST \
-H 'Content-Type: application/json' \
-H 'X-IOTA-API-Version: 1' \
-d '{"command": "removeNeighbors", "uris":…
Agustin Tena
- 311
- 1
- 5
3
votes
2 answers
How do I recover my pre-Kerl IOTA balance?
I bought IOTA in August and transferred the coins to my IOTA wallet. Then IOTA network changed the hash function from Curl to Kerl. Now my IOTA balance shows as zero. How do I transition my IOTA across the Curl/Kerl breaking change?
dthorpe
- 131
- 2
3
votes
4 answers
Is there a step by step guide for setting up a full node on AWS?
It would be very helpful for the community (and the tangle) to have a step by step guide for setting up a full node on AWS. Overview of costs also appreciated.
Astro_Paul
- 902
- 7
- 18
3
votes
1 answer
What commands are available via the API?
Where can I find a list of all the commands that the API accepts?
Matt Clark
- 815
- 5
- 14
3
votes
1 answer
IRI - API_HOST does not apply to RECEIVER_PORTs?
we assume that the server has the IP addresses "111.111.111.111" and "222.222.222.222" (host ip) and I want to bind IRI to the ip 111.111.111.111
PORT = 14265
UDP_RECEIVER_PORT = 14600
TCP_RECEIVER_PORT = 15600
API_HOST = 111.111.111.111
but…
Zoran Kikic
- 385
- 2
- 5
3
votes
1 answer
OverflowError: out of range integral type conversion attempted in iota_client Python library
I am trying to send a list data to IOTA Ledger as follow
client = iota_client.Client()
message_temperature = client.message(
index="Pasteur1_Tempdata", data=temp_list
)
where my temp_list is [725, 702, 746, 734, 715, 722, 706, 746, 737, 714, 741,…
K.Baig
- 41
- 1