Most Popular
1074 questions
1
vote
1 answer
How is Tangle Quantum Immune?
I was going through the iota tangle documentation and features and found one of the feature mentioned as Quantum Immune , so basically looking for resources to understand the quantum immune property of tangle algorithms.
asing177
- 111
- 3
1
vote
1 answer
Why is the async function not working while fetching MAM data?
I am making a simple MAM publish and fetch script. The first script is mam_publish which publishes the data. The other script is mam_receive which fetched the already published data.
Now, the problem is that publishing script is working correctly…
degr8sid
- 91
- 8
1
vote
0 answers
Connecting another node to a private testnet
I´ve set up a private testnet following the one command tangle tutorial. It works properly (curl checked)
When I try to connect another node to this private Tangle, I get:
Dropping connection to neighbor 172.26.110.183:15600 as handshaking was…
Santiago de Diego
- 173
- 3
1
vote
2 answers
Sending data as input in IOTA
I am Muhammad, working with my way to use IOTA to fetch data from IDS/IPS. IOTA uses 2 transactions as input if I am not wrong. I want to send data of IDS to IOTA. I am using Grafana and mysql to store data but Idk how to send it as direct input to…
Muhammad Bilal
- 31
- 3
1
vote
0 answers
what is the Mathematical principle of the tangle
how do i get the probability of the douple-spending?
user3629
- 11
- 1
1
vote
1 answer
Trinity Wallet and Ledger Nano X how to restore the private key without a ledger nano
i have a question about the Trinity-Wallet in combination with Ledger Nano X.
If i store my seed on the ledger nano and it gets lost i can restore my seed with a new ledger nano and the 24-word recovery phrase.
see…
Egirus Ornila
- 113
- 2
1
vote
1 answer
What's the difference between getNewAddress and generateAddress?
What's the difference between getNewAddress and generateAddress?
Don't see the diferences between them.
Albert Olivé Corbella
- 113
- 5
1
vote
1 answer
How do I fetch the latest transaction without using Zero MQ stream on a specific address?
When I make a simple request like shown in the iota workshop: https://github.com/iota-community/javascript-iota-workshop - 2.2-fetch-hello.js
the newest transaction is not fetched but a random one. How can I fetch the newest transaction?
user560
1
vote
2 answers
How many type of Proof-of-Work is used in IOTA?
In the following article about "IOTA CryptoCore", it is written:
"IOTA core functions like address generation, signing, “Mini-Pow” and
Proof of Work (PoW) need much computational power which makes it
almost impossible (in a practical sense) to…
Questioner
- 552
- 2
- 8
1
vote
2 answers
How is IOTA´s transaction hash determined?
Ive been looking through documentation and articles but couldnt really find anything about it. I assume its the hash of all concatenated attributes? I am not talking about the bundle hash.
And a second question: How is the integrity of the…
Ruben
- 11
- 1
1
vote
1 answer
Are messages sent with transactions in Trinity public?
Can anyone see what the message was that I sent today to PEUTKRIYWYRJFLEPZWHKEDLSXZEDOFJKBDODKVTDKMP9C9UGGNVXWYJEWNYDWHVCUVGQHRFJPTRKANMBCYLTLUTEOY along with 1 Gi? If yes, how?
Michael Paul
- 13
- 2
1
vote
1 answer
balance equals to zero when reinstalling app
I tried to get my iotas in a new app isntance in another cell phone and the balance is zero, sync manually or snapshot transition does fix the issue, it loops in findings 0 iotas.
I can see the balance ok with querying the tangle.
Any ideas how to…
Fernando Agarretti
- 11
- 1
1
vote
1 answer
How to return Tx Hash when sending transaction
I see using sendTrytes you would get an bundle, but can I get hash from the bundle and return to me?
const transfers = [
{
value: 0,
address: address,
message: message,
tag: "SD"
}
…
matt
- 13
- 2
1
vote
2 answers
What is the correct way to write "Hello, World!" to the tangle?
How would a simple program look like, that, when run, writes the message Hello World to the tangle?
Kerry Macleod
- 11
- 1
1
vote
1 answer
Why does Iota try to roll its own crypto?
Having just come upon IOTA, I am struck by the combination of bold vision and something that looks like a definite no-no.
First of all, the IoT is the absolute dream come true for eavesdropping and a complete loss of a person's privacy and…
user3515