Newest Questions

Filter by
Sorted by
Tagged with
2 votes
1 answer
55 views

I am trying to start staking IOTA tokens, but I have problems when connecting my Ledger Nano S for IOTA token migration through the site https://wallet-dashboard.iota.org/migration My balance is not ...
val's user avatar
  • 21
1 vote
1 answer
16 views

I need help understanding and unlocking an output in this transaction: 👉 https://explorer.iota.org/mainnet/transaction/0xbe5b9f11d2657bc6e6383504ee7746021b84eb679974fbad0df7b42ccce421b9 As far as I ...
Dani's user avatar
  • 11
1 vote
1 answer
21 views

I transferred Iota to my TanglePay wallet, but it's not showing in my balance, but rather showing in my activities. What can I do to make it reflect in my main balance?
Elias Mba's user avatar
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
25 views

I'm reading TIP-0018 here, and it introduces the "Alias Output", which is to create a UTXO that stores the state of a state machine. Pre-question: In my understanding, a L2 chain will store ...
Yan's user avatar
  • 113
1 vote
0 answers
10 views

I'm using the following code from the IOTA SDK github page as my base for a project to calculate the submission time and CPU utilization percentage of a block submission. Code for block submission ...
Konstantinos Voulgaridis's user avatar
1 vote
0 answers
25 views

I have forgot my pin for TanglePay app. How can it be recovered by email? It is not recovering yet.
Shahzad Ali's user avatar
1 vote
1 answer
20 views

We would like to integrate the "tag" feature to mark some of the data on IOTA Tangle. However, this feature is no longer available in IOTA SDK, which we are currently using. Does anyone know ...
Jami's user avatar
  • 11
1 vote
0 answers
22 views

I need some help moving my coins from legacy wallet to new wallet. Here is original transaction https://explorer.iota.org/legacy-mainnet/address/...
Sal's user avatar
  • 11
1 vote
0 answers
15 views

I'm looking for information about the concepts of full nodes and light nodes in the IOTA Distributed Ledger Technology (DLT). Specifically, I want to know if these concepts exist in IOTA and how I can ...
Iman Ahmed's user avatar
1 vote
0 answers
18 views

Part of the balance inside my wallet is locked I noticed that this low inventory was repeated several times and my property lock dates were automatically extended How do I unlock my balance? thank you
Rasool Askarzadeh's user avatar
1 vote
0 answers
17 views

I've started developing my app on Shimmer EVM and now I need some SMR for my account. I've added my L2 address to MetaMask and I have some SMR in my BitFinex wallet. However, when I tried to withdraw ...
user3822736's user avatar
1 vote
1 answer
24 views

I'm quite new to working with IOTA, I just got started with the Shimmer network. My simple test is to send messages from a React Native application to the IOTA Shimmer network. Then, I want to write a ...
user3822736's user avatar
1 vote
0 answers
10 views

I want to implement an iota node directly from my computer (kali linux), without a need to have a vps. Is it possible to do so?
Jack 's user avatar
  • 11
1 vote
1 answer
19 views

Ideally I would like to watch some wallet address and get informed when new transaction has occured. In order to raise safety level I don't want to store mnemonic on the server. I looked up node ...
user1016976's user avatar
1 vote
1 answer
43 views

i started by running a hornet-nest-node and wasp node on devnet , then i installed wasp-cli to interact with my node but i didn't figure out what are next steps ! my wasp-config.json : { "database":...
Imen's user avatar
  • 11
1 vote
1 answer
22 views

I'm new to the IOTA world so forgive me if this question is too basilar ^^' I'm following the tutorial on https://wiki.iota.org/wasp-evm/getting-started/quickstart/ and i'm trying to deploy a simple ...
MarcoMB's user avatar
  • 11
1 vote
1 answer
27 views

I'm trying to figure out how to send signed messages over the Tangle, in order for the inx-collector to detect them through the specified tag, and generated public key. Unfortunately, the currently ...
Konstantinos Voulgaridis's user avatar
1 vote
2 answers
187 views

I'm developing a project that runs upon a private Tangle, deployed locally on my PC. After some updates on the Wiki IOTA website (https://wiki.iota.org/), I can't find the relative documentation ...
Matteo D'Onofrio's user avatar
1 vote
1 answer
41 views

I am trying to use @iota/client package. But on building react application I get this error: /node_modules/@iota/client/out/lib/Client.js:1:2 1: MZ��!�☺L�!This program cannot be run in DOS mode. ...
Sam Rouski's user avatar
1 vote
0 answers
15 views

I was reading the paper Tangle 2.0, which explains the recent research advancement in the protocol. I understand the fact that UTXO ledger can have conflicts and these conflicts are resolved by ...
Syed Muhammad Danish's user avatar
1 vote
1 answer
42 views

As part of my PhD project, I managed to install two Hornet nodes, one on my laptop and one on my RPi 4. However, I can't install the iota_client on the RPi to start the coding process. Specifically, ...
Konstantinos Voulgaridis's user avatar
2 votes
2 answers
34 views

How can I calculate the output id with transaction id and output index? An OutputId is the the concatenation of transactionId+outputIndex where outputIndex needs to be converted to little endian first....
Thoralf's user avatar
  • 166
1 vote
1 answer
21 views

I set up my own private tangle and it works well. Then I shut down the spammer in order to control the messages issued, anyway, there are messages with indexation payload emitted periodically and I ...
Matteo D'Onofrio's user avatar
1 vote
2 answers
46 views

Going of Anotnio's answer here, we are able to dial into the NFTs. How to keep track of an NFT or a collection of NFTs on L1? This get's me to the immutable data we are looking for, including the ...
0DN's user avatar
  • 11
1 vote
1 answer
48 views

Is it possible to encrypt or make sure that the indexed IOTA messages are received/extracted only by receiver they are meant for. My user case: User A, B, and C each have IDs that are known to all ...
NewIotaUser3217's user avatar
1 vote
1 answer
39 views

I have deployed a private Stardust network and I want to be able to store data from IoT machines on it, which is the most suitable transaction type to do this? I am currently using Tagged Payload ...
Antonio Nardella's user avatar
2 votes
4 answers
151 views

I would like to create transaction using IotaWallet of wallet.rs containing a message or tag. Currently I perfectly create a transaction for Alice wallet, using: from iota_wallet import IotaWallet # ...
Raffaele Franco's user avatar
1 vote
1 answer
18 views

In my code I am synchronizing an account with 2000 addresses to get the latest state. For this part of the code I am trying to get the amount of NFTs in the first address def get_available_nfts(): ...
Antonio Nardella's user avatar
2 votes
1 answer
62 views

I'am trying to start the explorer for a private tangle by following the steps in https://github.com/iotaledger/one-click-tangle. The explorer installation process (running the command: ./tangle-...
Francesco Siciliano's user avatar
2 votes
2 answers
45 views

When a Client is creating a Message with an Indexation Payload, can it freely choose the tips/parent to which to refer? Thanks.
Matteo D'Onofrio's user avatar
1 vote
1 answer
22 views

I am working with the local-setup and I have a smart contract to vote for a provider. In my schema: structs: Proposal: provider: String # provider name value: Uint64 # service ...
Antonio Nardella's user avatar
2 votes
1 answer
28 views

The Graph is a protocol for building decentralized applications (dApps) quickly on Ethereum and IPFS using GraphQL. Graph Node is an open source Rust implementation that event sources the Ethereum ...
Antonio Nardella's user avatar
1 vote
1 answer
23 views

In some cases, there is the need to gather synchronized data from the blockchain. A good example is querying token prices from Uniswap. One does not want to have the price for one token from block x ...
Antonio Nardella's user avatar
2 votes
2 answers
472 views

How to interpret the gasPrice? Which unit is it and how to calculate how much SMR it is? I followed this tutorial and I have following transactionReceipt: { hash: '...
Antonio Nardella's user avatar
2 votes
1 answer
40 views

With let output = client.get_output(&output_id).await?; I get the output like in this example https://wiki.iota.org/shimmer/iota.rs/how_tos/get_output/ How do I get transaction_id and amount?
Antonio Nardella's user avatar
1 vote
1 answer
24 views

I have this contract, pragma solidity >=0.8.11; import "https://github.com/iotaledger/wasp/blob/develop/packages/vm/core/evm/iscmagic/ISC.sol"; contract ProofContract { event ...
Antonio Nardella's user avatar
1 vote
1 answer
19 views

I'm owning an alias output and I know its id. How can I access and modify the state of that alias output with my alias id? Question asked by Genzi God on Discord
Antonio Nardella's user avatar
1 vote
1 answer
54 views

What is the correct way to keep track of NFTs on the Shimmer base layer? Once NFT's are taken off a marketplace like Soonaverse, what the best way to track these?
Antonio Nardella's user avatar
2 votes
1 answer
124 views

I would like to create a system whereby a client signs a message to authenticate itself in Shimmer. What are my options?
Antonio Nardella's user avatar
1 vote
1 answer
24 views

I was trying to send a single NFT with an expiry unlock condition using the wallet.rs library for Shimmer. I have successfully created an account and funded it with the required SMR tokens and minted ...
Antonio Nardella's user avatar
1 vote
2 answers
24 views

is anybody interested in forming an online learning group for doing some basic examples in how to use IOTA with Python? I am thinking of something along the lines: post data transaction to a ...
nhenseler 's user avatar
1 vote
2 answers
61 views

I am trying to run a few simple Python examples and then move to more complex stuff. As a first step I tried to connect to a Node and get info. Environment: linux, python 3.9, ota_client_python-0.2....
nhenseler '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
1 answer
35 views

I'm a newbie to Iota, and just installed the Firefly wallet from the Play store to have a look at it. After creating the wallet with no issues, I tried going into Receive Funds then tapped "Share ...
Highly Irregular's user avatar
3 votes
1 answer
336 views

I am trying to send a list data to IOTA Ledger as follow client = iota_client.Client() message_temperature = client.message( index="Pasteur1_Tempdata", data=temp_list ) where my temp_list is ...
K.Baig's user avatar
  • 41
1 vote
0 answers
24 views

I am using the c bindings (v.1.1.0) of the iota streams lib for my c++ app and there is something i didn't yet understand. I wanted to create an author for sending and a subscriber for reading ...
emDave's user avatar
  • 57
1 vote
0 answers
17 views

Hornet minimum hardware specs: 4 cores or 4 vCPU. 8 GB RAM. SSD storage. What percentage of the hardware spec is often used? I'm wondering by how much I should increase the VPS cores & RAM for a ...
0xZiyad's user avatar
  • 41
1 vote
1 answer
24 views

For my application there is the requirement to run iota.rs for Shimmer and IOTA Chrysalis. How is that possible? Bonus question: how can I do that in a docker container?
Antonio Nardella's user avatar
1 vote
1 answer
18 views

Sending native tokens SMR with Shimmer's wallet.rs in existing Python output the following error: ValueError: error accessing storage: IO error: lock hold by current process, acquire time 1675876083 ...
Antonio Nardella's user avatar

15 30 50 per page
1
2 3 4 5
22