Most Popular

1074 questions
1
vote
0 answers

Error on "cargo run --example address" (Chrysalis Documentation - Rust)

I downloaded the github repository iotaledger/iota.rs to my PC and run cargo run --example address according to the instructions on the IOTA Client Library website and the following error occured : The error refers to this line of code: let…
1
vote
1 answer

IOTA Chrysalis Client library Rust example error

When I try cargo build the Rust example posted on the IOTA Chrysalis documentation website Getting Started with Rust use iota::Client; #[tokio::main] async fn main() { let iota = Client::builder() // Crate a client instance builder …
1
vote
1 answer

Chronicle Permanode - Unable to add MQTT peer

I'm following the IOTA docs tutorial to run the permanode CLI tutorial, from here. Step 1: Set up a Scylla node it's correctly done (using docker). $ docker exec -it scylla nodetool status Using /etc/scylla/scylla.yaml as the config file Datacenter:…
user5291
  • 164
  • 7
1
vote
1 answer

I have not accessed my Iota wallet for over two years. My seed is 80 characters long. What should I do to access my funds?

I have not accessed my Iota for over two years. My seed is 80 characters long and the new trinity wallet only accepts 81 characters. what should I do to access my Iota please help
solar
  • 13
  • 4
1
vote
1 answer

iota.c lib sending transaction returns cclient_res_error with status 400

I am currently having troubles with some example code I found on github regarding the iota.c library (example code in README file). However I am not able to send a valid transaction using iota_client_send_transfer() function as it returns a…
emDave
  • 57
  • 6
1
vote
1 answer

What happens to duplicate transactions that say pending, when one has confirmed?

For example, I withdrew 5 MIOTA from Bitfinex to my light wallet seed. I see 6 duplicate transactions, 1 of which went through and is reflected in my total balance, but the other 5 saying pending. What are these pending transactions, why do they…
aboose
  • 3,135
  • 3
  • 15
  • 37
1
vote
0 answers

Merkle tree cannot be calculated in hornet

I am trying to calculate merkle tree using the below command:sudo -u hornet COO_SEED="$YOURSEED" hornet -d $HORNETPATH tool merkle. I am getting an error like:sudo: unknown user hornet and sudo :unable to initialize policy plugin
KISHPDLK
  • 11
  • 2
1
vote
2 answers

Trinity Helper (Renderer)

Previously, I have had no problem opening Trinity on my Mac and after providing my password, it opened correctly. I updated after the recent closure and again, all was satisfactory. I have not used IOTA for a while, but I attempted to open it…
Roger
  • 11
  • 1
1
vote
2 answers

Problem retrieving the content of zero value transactions from the testnet

I am sending two zero value transactions to a specific address on the testnet. The content is shown below: This is the address I am sending it to: DZALQJKNDFBKADHCKKWZXXCGVCNHOIIARUPEJO9CILLTDDAZPEDZX9TMUWEBEPYFHFMHNZBXKZQO9NMZ9 declaration 1:…
UserK
  • 177
  • 1
  • 7
1
vote
1 answer

Client libraries available for Flutter/Dart?

Probably not typically needed for an IoT device, but a general app that uses the Iota ledger might be on a mobile device, and the Flutter framework seems pretty handy (I like how it can output iOS and Android code, and probably by now, the browser).…
gkd720
  • 111
  • 3
1
vote
1 answer

How to define depth in IOTA?

i am trying to follow private tangle implantation and when I use bazel run :build calculator command. I am afraid I don't know how to depth in it .json file? any suggestions (link I am following for private tangle implementation is mentioned…
1
vote
0 answers

Compass: Can't build layers_calculator to compute Merkle Tree

I am trying to set up a private tangle and I cannot compute merklee tree. I followed this link: https://docs.iota.org/docs/compass/0.1/how-to-guides/set-up-a-private-tangle#step-2-compute-the-merkle-tree [I tried building the layers_calculator tool…
1
vote
0 answers

how many genesis in IoTA tangle?

If I have 10 sensors in IoT architecture and 5 of them start to send data at the same time, it will have 5 genesis in IoTA tangle? or only one genesis will be published? if so how to choose one from these 5 data, on what thing it's depends?
1
vote
0 answers

Coordicide Whitepaper Jan 2020, Mana System, Averaged Mana

In coordicide whitepaper in section 3.3 the mana system is introduced. It is stated that an averaged version of mana will be used. While I think I understand the necessity to use the averaged mana I wonder how this affects malicious nodes. Do…
JustAGuest
  • 11
  • 1
1
vote
1 answer

Install IRI full node on my PC Ubuntu: shows canceled

I want to install IRI full node IoTA on my PC with Ubuntu bionic 18.04 with core i3 and 8GB RAM. I entered the following command to install IRI: sudo bash < <(curl -s…