Most Popular
1074 questions
4
votes
2 answers
How to get iota out of an address that has already been used twice?
Is it possible to get IOTAs safely out of an address from which two or more transactions were made already? With safely I mean that there is no chance to get hacked if the third or later transaction is unconfirmed for a long time or invalid.
I have…
mio
- 175
- 5
4
votes
1 answer
Getting tips transactions hashes
I want to get the current tip transactions;
trying to get the tips addresses using pyota api works fine:
tips = api.get_tips()
addr_tips = tips['hashes']
However trying to find transactions from the above addresses:
hashes =…
Nir
- 177
- 5
4
votes
1 answer
How does the IOTA wallet determine confirmed transactions
I'm interested in the exact method the wallet uses to determine if a transaction is confirmed or not (e.g. the number of references that a node has or a coordinator milestone).
user3223162
- 457
- 2
- 13
4
votes
2 answers
Can the official GUI IOTA wallet also delegate its PoW to a full node?
I have setup a full node myself and made sure the attachToTangle command is remotely available. I was assuming the IOTA wallet would outsource its PoW then instead of doing it himself (by means of CCurl or Webgl).
But my transactions do not seem…
GJEEE
- 713
- 3
- 9
4
votes
1 answer
Attach to Tangle Transaction
The "attach to tangle"-transaction is a special zero value transaction to attach a newly generated address to tangle.
The "attach to tangle"-transactions contains signatures such as following…
Infinity
- 263
- 1
- 8
4
votes
0 answers
What code was used and are there any examples of code available to develop the MAM on the XDK and RuuviTag for the Tangle?
There have been reports of MAM being implemented and sent to the Tangle using the Bosch XDK and the RuuviTag. What code was used and are there any examples of code available to develop the MAM on the XDK and RuuviTag for the Tangle?
Donny Letson
- 117
- 1
- 6
4
votes
1 answer
In IRI a transaction has an attribute "solid", what determines whether a transaction is solid?
At the below line:
https://github.com/iotaledger/iri/blob/master/src/main/java/com/iota/iri/model/Transaction.java#L84
The attribute "solid" is set in the transaction. Tracing this back to the…
slippedon
- 148
- 5
4
votes
2 answers
What is Mathematical Formula behind Private Key and Address?
I understand that the Private Key and Address pair is generated from the Seed + index number. Is there anywhere where I can find the mathematical formula beside decoding the wallet code ? Thank you.
AlbertK
- 242
- 1
- 4
4
votes
1 answer
Invalid transaction in milestone
Suppose a transaction is deemed confirmed at some moment and it is put in the milestone.
Somewhat later new tips come in which are not referencing (direct/indirect) this particular transaction and its confirmation-probability drops to…
GJEEE
- 713
- 3
- 9
4
votes
1 answer
Iota wallet balance is 0 and tangle explorer only shows received and 0 sent
I can't find my funds and have tried everything from every forum, and what I find very odd is that the below is the 1st wallet I send my funds from bitfinex…
Chris Balak
- 41
- 3
4
votes
1 answer
Transactions Pending - Balance 0
I have had my IOTA in at Bitfinex account for a while now, and decided to move it over to the app. After a while the transaction was at 0 and showing pending, but after browsing around I saw to reattach. After doing that, I can now see the…
Fenwick17
- 143
- 3
4
votes
2 answers
IOTA added to the address but immediately withdrawn from my address
I need your support to understand my missing IOTA. I transferred 356 iota from Binance to Bitfinex. The transaction was confirmed in Tangle explorer ( Transaction id…
Ovais Siddiqui
- 41
- 1
3
votes
0 answers
deep dive implementation documentation
I want to explore, how the iota tangle works, how it is implemented and what can be done with it.
After reading the whitepaper, I now serch for technical documentation, that makes a deep dive possible.
Is there any site where such documentation is…
Wolfgang Egger
- 415
- 2
- 5
3
votes
1 answer
Static IP address for full node
I would like to setup a full node, but it appears I need to contact my ISP and establish a static IP.
Has anyone created a full node with or without a static IP address?
JoshYates1980
- 217
- 1
- 6
3
votes
0 answers
Reclaim tool confirmation
To be clear each of the hashes that are given, during the reclaim process, point to an address in a tangle explorer. This address isn't of the new seed, but actually a hash of the new seeds address even though its listed under address in the…
KelpieOnPond
- 173
- 1
- 5