Most Popular

1074 questions
1
vote
1 answer

How to find all the messages of the TXs of an Address?

I'd like to find every message attached to the transactions of an address So I have to search transaction by address with find_transactions(), then list all the signature_message_fragment How can I do this? I tried this: list_add =…
P. Matti
  • 31
  • 4
1
vote
1 answer

Tangle and transaction explorer

I want to have an isolated tangle for testing purposes. I want to explore and browse this tangle for individual transactions, as I attach new transactions on this tangle. Is there an open source tanlge Explorer?
Makan
  • 214
  • 1
  • 9
1
vote
1 answer

Are there entities that can submit transactions without having to approve a tip?

In 'The Tangle' white paper, at the beginning of Section 4, this statement is made: It is possible for the attacker to have a plethora of Sybil identities which are not required to approve tips. And then Wikipedia states this regarding Sybil…
shoe
  • 251
  • 1
  • 2
1
vote
0 answers

How do new CarrIOTA nodes actually discover an existing one?

Say someone creates a new CarrIOTA node, where does that new node begin to look for existing ones? Also, what's the difference between CarrIOTA and Nelson?
shoe
  • 251
  • 1
  • 2
1
vote
1 answer

What are the `attachmentTimestampLowerBound` and `attachmentTimestampUpperBound`fields?

Why does a transaction have the fields attachmentTimestampLowerBound and attachmentTimestampUpperBound. What does it mean for a timestamp to have bounds?
shoe
  • 251
  • 1
  • 2
1
vote
1 answer

Address sweeper in Flash

If one wants to transfer a big amount to a external recipient, it can happen that you need a lot of input-tx to fund the spending. For each input one has to do PoW so ideally your bundle is as small as possible. I was wondering whether Flash could…
GJEEE
  • 713
  • 3
  • 9
1
vote
1 answer

How to use Cli-Wallet with a custom node?

So I installed Node.js and Cli-Wallet. No when I try to start the wallet, following error occures: user@Device:~$ iota-cli /usr/bin/env: ‘node’: No such file or directory How can I fix it? I can't open the cli-wallet to change the node.
Tobi MZ
  • 1,607
  • 1
  • 12
  • 31
1
vote
2 answers

Python API - Reattaching transactions after snapshot

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 reattached any transactions yet. With get_inputs(start=0,…
1
vote
2 answers

Minimum requirements to run a full node?

what are the minimum requirements to run a full node? Can I use my normal pc to run a full node or do I need an extra pc? Does the fullnode have to be up 24/7? And where can I find the best description to set up a full node with only little…
Jensxy
  • 11
  • 3
1
vote
1 answer

Why do confimed transactions rates vary to such a high degree?

What accounts for the variance in confirmed transactions. I have see anywhere from 100 percent to zero. Is there a remedy in the works for this with the new IRI or is it just a function of a young tangle and the only solution is more users?
user618
  • 19
  • 1
1
vote
1 answer

How to save the bundle trytes to reattach after a snapshot?

How to save the bundle trytes to reattach it after a snapshot? How to do this using the JavaScript library?
Akkumulator
  • 1,468
  • 9
  • 19
1
vote
1 answer

Confirming attaching to Tangle

How do i make sure a certain address is attached to Tangle and how do I attach it if it is not attached (as i see a new receiving address now)? For instance, I sent a few IOTAs (Mi) from one wallet to another with the following recipient address…
Sreeselva
  • 11
  • 2
1
vote
0 answers

getNewAddress error Error: Invalid Response:

I am using the iota.lib.js in nodejs for generating the address for bitcoin. Here is my code : const IOTA = require('iota.lib.js') var iota = new IOTA({ 'provider': 'https://sandbox.iota.org/api/v1/', 'sandbox':…
ankur
  • 31
  • 1
1
vote
1 answer

What is the "main" reason for using Winternitz signatures?

What is the primary reason the developers chose Winternitz signatures?
Genxthis
  • 371
  • 2
  • 7
1
vote
1 answer

Where is the IOTA-Data-MarketPlace API?

Is the IOTA-Data-MarketPlace API available? At the moment it looks like only the transactions API is available, correct?
Mauro Delrio
  • 121
  • 3