Unanswered Questions
8 questions with no upvoted or accepted answers
4
votes
0
answers
154
views
How to connect cli-app with IOTA Javascript Library
I installed IOTA CLI Wallet and executing 'iota-cli' works after iri is executed. I get NodeInfo command run on iota-cli from my terminal also. So I guess a stand alone IOTA wallet core is now ...
3
votes
0
answers
110
views
How to create multiple wallet addresses for a single node?
I'm tring to create a website where iota of multiple users can be stored in a wallet using php. Function needed are separate address for each user and they should be able to retrieve balance. I do ...
2
votes
0
answers
98
views
Error npm install dependencies - @iota/client deploy AWS - node api project
I did some local tests with my node-api-express; it works well when I send a message. So for the next step, I deployed it in ElasticBean AWS. But the console prints this error:
[ERROR] An error ...
1
vote
1
answer
114
views
Unable to start a Wasp test chain on WSL
While trying to deploy a wasp chain I am receiving the following timeout error:
wasp-cli chain deploy --committee=0 --quorum=1 --ch
ain=mychain --description="My chain"
creating new chain. ...
1
vote
0
answers
26
views
double spend script is not working!
I'm running a private tangle network (GoShimmer 1.7.2) using Docker https://goshimmer.docs.iota.org/tooling/docker_private_network.html
I want to try a double spend. there is a script to do that in ...
1
vote
0
answers
80
views
Connecting another node to a private testnet
I´ve set up a private testnet following the one command tangle tutorial. It works properly (curl checked)
When I try to connect another node to this private Tangle, I get:
Dropping connection to ...
0
votes
0
answers
55
views
What is the difference between IRI-Playbook and IRI full node (Private tangle)?
I know there is three type of full node:
1- mainnet
2- devnet
3- testnet
I wand to build private IoTA network with full control.
So, I have found tutorial for private tangle:
https://docs.iota.org/...
0
votes
0
answers
122
views
IOTA and LoraWAN: Proof of Concept of storing data in the Tangle
I found an article here :(Link to the article) entitled "LoraWAN and IOTA: Proof of Concept of storing data in real time in the Tangle" , written by Harm van den Brink (IOTA foundation member).
...