Questions tagged [iota-cli]

13 questions
2
votes
1 answer

Why does the official CLI app generate a new address when asked to check balances?

The official iota-cli app on the IOTA repo has a balance command which is supposed to calculate the balance for the logged in seed. Sometimes, the command takes ages. I wondered and looked into the code. It seems, as if the balances command first…
ralf
  • 1,063
  • 5
  • 10
1
vote
0 answers

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 neighbor 172.26.110.183:15600 as handshaking was…