Skip to main content

Questions tagged [address]

For questions relating to IOTA addresses, how they work and what they consist of.

Filter by
Sorted by
Tagged with
1 vote
0 answers
15 views

When I press the button to migrate IOTA from the legacy migration tool, I get an error indicating the address from which it is done and the message of few iotas. Considering that there are more than a ...
Luis  González's user avatar
1 vote
1 answer
39 views

I am sending integer and float data to IOTA ledger at Chrysalis Devnet using iota_client Python library. Each time I send new subset of data or want to update the same data, client = iota_client....
K.Baig's user avatar
  • 41
1 vote
0 answers
18 views

How do I request all addresses with balances for a specific Shimmer Layer 2 Token?
Digidus Prime's user avatar
1 vote
1 answer
46 views

Where is the process of iota private key, address generation and signature?
yi lei's user avatar
  • 41
0 votes
1 answer
46 views

I have read many research papers, articles and the iota documentation. However, I am still confused whether the address for restricted mode is hash(merkle root) or hash(side_key + merkle root) Please ...
Pranav's user avatar
  • 35
0 votes
2 answers
43 views

How do transactions reference other transactions in the Tangle, is it through the Merkle root, or signature message fragment? And how can you make a transaction reference another chosen transaction. ...
W. Churchill's user avatar
2 votes
2 answers
232 views

I am trying to use ZMQ feeds to monitor IRI nodes and addresses, but I am having trouble obtaining the "Message" in text and/or JSON. I am using this code: let zmq = require('zeromq') let sock = zmq....
W. Churchill's user avatar
1 vote
1 answer
27 views

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. ...
user avatar
0 votes
0 answers
43 views

A seed consists of 81 trytes. A standard address also consists of 81 trytes (I have read that it is also possible to generate longer addresses but not sure about that). Every seed can generate ...
Michael Paul's user avatar
1 vote
1 answer
44 views

Can anyone see what the message was that I sent today to PEUTKRIYWYRJFLEPZWHKEDLSXZEDOFJKBDODKVTDKMP9C9UGGNVXWYJEWNYDWHVCUVGQHRFJPTRKANMBCYLTLUTEOY along with 1 Gi? If yes, how?
Michael Paul's user avatar
2 votes
2 answers
278 views

is any of you able to subscribe to ZeroMQ with address as a topic? According to the documentation this should be possible by putting the public address as a topic in socket.subscribe(). I have no ...
Pavel Beran's user avatar
3 votes
1 answer
99 views

If I send multiple zero value transactions from address A, containing several messages to broker a deal, is it safe to (re)use that address later on for a payment (to settle the deal)?
mike's user avatar
  • 251
3 votes
1 answer
133 views

According to Come-From-Beyond in the emails send to DCI: The Coordinator is used as an extra protection measure. Particularly, it stores all transactions that reach it, this allows us to recover ...
user avatar
1 vote
1 answer
135 views

In all of the ways to getNewAddress() we have to call an iri node (reference). But using the seed it is a deterministic algorith, why do I have to use and http request to do that? How do I generate ...
Tsangares's user avatar
  • 809
4 votes
1 answer
157 views

I used a private key to send a transaction to its corresponding public key. The transaction got confirmed after a few minutes. My balance stayed unchanged. What exactly happened between the moment ...
Bayequentist's user avatar
3 votes
1 answer
95 views

I am trying to send some iotas and this message keeps popping up. What am I doing wrong? How to find out which node to select in order to get transactions confirmed?
Rishab 's user avatar
  • 127
6 votes
1 answer
154 views

In Iota, addresses are defined by an incremental index from 0 to 2,147,483,647 (potentially infinite depending on the IRI implementation). For the sake of the example, let's say the last address ...
aguadoe's user avatar
  • 241
3 votes
2 answers
174 views

I need to check if the balance on my wallet is still there without log in to it. Can I check an used address on which I deposited earlyer via explorer? Or is it possible that this address shows ...
Gabriel's user avatar
  • 65
4 votes
1 answer
76 views

For example, how can a wallet determine what addresses correspond to a given seed (before and after a snapshot)?
new_xxx's user avatar
  • 105
3 votes
1 answer
752 views

I'm trying to build a small C# client and use the C#-Api on Github. My problem is: With one seed I can generate millions of adresses. How do I find all addresses with balance when I type in my seed? ...
FrankToast's user avatar
4 votes
2 answers
188 views

This is a follow-up question to What does the ATTACH TO TANGLE button do? When using the js-/Python-API, I assume that you have to specify the receive address as the target of the 0-value transaction....
Daniel F's user avatar
  • 921
1 vote
2 answers
207 views

I have a small seed for testing using the Python API, linking to a local CarrIOTA node. The seed has only one used address. If I run get_account_data(), the balance shows as 0 since I haven't ...
topological-donut's user avatar
6 votes
2 answers
161 views

Namely, could somebody shed some light on how the following things are implemented? What are the cornerstones of the implementation? 1) A piece of software (e.g., a wallet) finds out what the current ...
new_xxx's user avatar
  • 105
3 votes
1 answer
129 views

While reading the js library API, I saw this line: https://github.com/iotaledger/iota.lib.js/#getnewaddress GetNewAddress: If the index is provided, the generation of the address is not ...
lulalala's user avatar
  • 415
3 votes
1 answer
350 views

If one sends a 0-value transaction to an address with less than 90 chars [A-Z9], I noticed that thetangle.org appends the address with some random characters so that it consists of exactly 90 chars. ...
GJEEE's user avatar
  • 713
2 votes
0 answers
68 views

I sent 999 MIOTA to my wallet, but after they were received they were immediately transferred again to the same wallet and now the wallet is empty. Can you please explain me what happened and where my ...
John's user avatar
  • 21
7 votes
2 answers
892 views

Since zero value transactions do not require a signature, I assume one can send 0 value tx from any address, even if he does not own the corresponding seed. Is this assumption correct?
Akkumulator's user avatar
  • 1,468
8 votes
1 answer
140 views

In IOTA a private/public key is derived deterministically from the seed, security level, and an index. As far as I understand the mechanism, an address is in fact the public key. In typical ...
Akkumulator's user avatar
  • 1,468
7 votes
1 answer
251 views

While reading about sweeping in the official documentation: https://iota.readme.io/v1.2.0/docs/user-deposit-address-sweeping-to-internal-exchange-addresses#section-determine-the-correct-sweep-inputs ...
lulalala's user avatar
  • 415
4 votes
2 answers
673 views

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 ...
mio's user avatar
  • 175
3 votes
1 answer
239 views

When pressing "Generate new address", under "Receive", in the light wallet are all your IOTAs moved to this new address? This is the scenario I am trying to grasp: Let's say you sent IOTAs twice from ...
DIJHH's user avatar
  • 33
5 votes
1 answer
439 views

When calling the API with iota.api.getAccountData(receiveSeed, function(e, accountData), the transfer objects I see contain a field called "address" which contains the received address. I would like ...
MorningDew's user avatar
7 votes
2 answers
124 views

How large can an address index be? In the use case where a sensor is frequently sending transactions, an address would need to be generated for each transaction in order to keep funds secure.
Nick's user avatar
  • 193
6 votes
1 answer
120 views

For starters, let it be known that attaching an address to a seed is easy using the JS library: iota.api.sendTransfer(seed, 3, 14, [{"address": address, "value": 0, "message": "", "tag": ""}], ...
loof's user avatar
  • 63
1 vote
1 answer
70 views

not sure if i understand it correctly, but to me it seems as if any address is invalidated after receiving one incoming transaction. If that is the case, is there a way to have a static, non-changing ...
Arvid Terzibaschian's user avatar
3 votes
0 answers
99 views

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 ...
KelpieOnPond's user avatar
2 votes
1 answer
63 views

When a device A wants to send some data to device B, how does device A know the receive address from device B? Has to be there another protocol for that purpose?
Paul Pröll's user avatar
2 votes
1 answer
367 views

What happens if I make one mistake in the adrress where I want to send my money to? For example if I write an i instead of l inside the address. Would the money be send to that wrong addrress ...
Vrom's user avatar
  • 1,946
3 votes
0 answers
60 views

I have just reviewed the transaction hash of the reclaim tool's process and cannot identify the address that this hash references? I understand that it should be the address at index zero for the new ...
KelpieOnPond's user avatar
6 votes
1 answer
62 views

I have 5 times reattached the same transaction. All five has status pending. Does it matter which one of them I use for another reattach? Maybe this was the mistake?
Vrom's user avatar
  • 1,946
11 votes
1 answer
330 views

I have an application that will be generating addresses for each incoming transaction, and the number of transactions could grow quite large. Is there a maximum number of addresses that can be ...
Dan Harms's user avatar
  • 213
9 votes
1 answer
338 views

I was wondering how addresses are calculated from the seed. Specifically, I thought it was using the hash of the seed plus a nonce to create the address. But I would appreciate if someone could shed a ...
Dominik Harz's user avatar
4 votes
3 answers
287 views

I heard rumors about double-spending is possible after a snapshot if you don't create new addresses. Now I have 70 addresses in my actual wallet/seed. Does that mean I have to create 71 new addresses ...
Vrom's user avatar
  • 1,946
1 vote
1 answer
51 views

To confuse a keylogger I don't copy and paste the whole seed into the light wallet, but only part of it and the next part I write by myself before copy and past the next part and so on. Or I write ...
Vrom's user avatar
  • 1,946
4 votes
1 answer
102 views

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's user avatar
  • 1,320
8 votes
2 answers
124 views

If I have 3 addresses in my seed and each address received 10 IOTAs. I guess my wallet will show 30 IOTAs. Now I send 12 IOTAs to someone. How do I know which address will be empty, which will have 8 ...
Vrom's user avatar
  • 1,946
2 votes
1 answer
68 views

I just tried to send some IOTAs to a complete new adress in my desktop wallet. After the proof of work the Desktopwallet (2.5 4 - IRI 1.4.1.2) wrote a warning because of reusing an adress. Has this ...
Vrom's user avatar
  • 1,946
10 votes
2 answers
3k views

What is the difference between a private key and a seed? When people talk about the "secret key", do they mean the "private key? Are they the same? What are public keys? How are they related to ...
Zauz's user avatar
  • 4,454
10 votes
8 answers
601 views

I have a receive address that I have given out to other people, both for payments and donations; After transferring the funds to a new address, someone has donated to the previous address. How can I ...
Matt Clark's user avatar
-1 votes
1 answer
61 views

Can somebody explain to me why using addresses more than once is insecure and whether this will always be an issue or can it be mitigated in wallet or software updates? Thanks.
user57's user avatar
  • 15