Most Popular

1074 questions
4
votes
1 answer

Get approvers of transaction using api?

Given a transaction, how do I get a list of all of the transactions that reference it as their trunk or branch? I'm using pyota, but solutions in the other libraries would be appreciated too.
takra
  • 435
  • 2
  • 9
4
votes
1 answer

node-gyp rebuild issue when installing dependencies for wallet

I am attempting to build wallet from source but following the instructions in the README. My motivation is I'm interested in a hardware wallet concept / wallet projects in general. Running OS X 10.12.6 and I installed all prereqs listed in the…
currenthandle
  • 331
  • 1
  • 8
4
votes
1 answer

Overview of data replication/syncing

How does the IRI process sync its data between peers? Besides reading the code, is there any information that can explain the process?
Scott Foster
  • 429
  • 2
  • 7
4
votes
1 answer

What does the `security` param for `getNewAddress` do?

When I create addresses in the API library (i.e., using getNewAddress()), there is an optional security parameter. What does this parameter do, and what values does it accept?
todofixthis
  • 1,320
  • 8
  • 23
4
votes
1 answer

Does reattaching a transaction compromise my private key for the source address?

The answers to this question state that reusing the same address for spending several times seriously compromises my private key so that should never be done. However, isn't this exactly what is happening when I reattach a transaction that was not…
lex82
  • 1,087
  • 7
  • 18
4
votes
1 answer

Sending funds you don't see in your balance because of snapshot problem

After a snapshot there is often this problem, that you have to add addresses to see your full balances again. If I exactly know that there should be for example 20MIOTA in that seed, would it be possible to send this amount to a new address even if…
Vrom
  • 1,946
  • 7
  • 14
4
votes
3 answers

How can you have side chains and still protect against double spending?

I know one of the goals of Iota is to allow off-tangle transaction, wether that is with side chains or flash channels or some other offline solution. These seperate transaction deliberately do not interact with the main tangle so they will not…
Spamalot
  • 470
  • 2
  • 9
4
votes
1 answer

IOTA Deposit Still Pending for Five Days

I transferred IOTA to Binance about five days ago but to no avail. I did not use the same address and the transaction is showing both in my history on the wallet as well as on Binance but is stuck as pending on both. My balance is still showing the…
Calvinmoss
  • 41
  • 2
4
votes
2 answers

What happens when reattching under 30 minutes?

Why should you only reattach after at least 30 minutes? What happens when you don't wait 30 minutes and what's the danger of it?
Jader Troe
  • 467
  • 3
  • 8
4
votes
1 answer

Are there any valid reasons to Rebroadcast a Transaction?

I see a lot of instructions and guides for resolving unconfirmed transactions that say that Rebroadcasting doesn't actually help and you should Reattach instead. So when should you Rebroadcast? Are there any specific symptoms that would indicate…
theoretical
  • 393
  • 1
  • 6
4
votes
1 answer

Add a Sensor for the IOTA Data Marketplace

how can i set up my sensors (eg. weather station, etc) to the Data Marketplace. on datum.iota.org are already some. but i can't find a "register" or an "add" button :) can you help me?
4
votes
1 answer

What are IOTA flash channels and how can users set them up?

I have heard that flash channels are a way to make instant transactions off tangle. How does that happen and what is the process for setting up flash channels?
Donny Letson
  • 117
  • 1
  • 6
4
votes
1 answer

Can neighbors mix protocols?

Consider the following, each of two peers has both TCP and UDP propery forwarded and bound: Peer A -> tcp 15600 -> udp 14600 Peer B -> tcp 15600 -> udp 14600 Which of the following conditions will result in a successful connection: # Valid TCP…
Matt Clark
  • 815
  • 5
  • 14
4
votes
1 answer

How to create 2-of-3 offline paper wallet

I'd like to create a 2-of-3 paper wallet on an offline machine. How can I do this? I've found a paper wallet generator, but it doesn't allow to create N of M wallets
brenzi
  • 823
  • 5
  • 7
4
votes
3 answers

How to reattach a transaction with no access to sending seed?

A sends a transaction to B. Now, A goes offline and after hours the transaction hasn't been confirmed, so B wants to reattach it to ensure confirmation. How should that be performed, in a user-friendly manner, since all B has is the transaction…
Th3B0Y
  • 293
  • 1
  • 5