Questions tagged [node]

For questions related to IOTA nodes. There are mainly two types of nodes Headless Node, Full Node(GUI)

Full Node (GUI): This is an IRI (IOTA Reference Implementation) running and being accessed locally via a GUI. Any full node needs to be connected to neighbors via a static IP in order to function.

Headless Node: A full node running in your local console. It can be accessed via a simple UI called Nostalgia from a browser. It has the same requirements as a GUI full node, but alows to can open multiple Seeds (Accounts) at the same time.

41 questions
2
votes
1 answer

MQTT and Bee nodes

I'm like to use MQTT to communicate with my Bee node. I've read that the MQTT protocol have been implemented inside the bee-node service. I use the 0.1.0 release of Bee. When I start my node I've got the following errors in warn.log file…
DamageCo
  • 61
  • 3
2
votes
0 answers

getNewAddress error Error: Invalid Response In IOTA

[![it try to generate the address for transition of bit-coin but very time show the in valid responses and i am using sandbox for transition [![const IOTA = require('iota.lib.js') var iota = new IOTA({ 'provider':…
ankur
  • 31
  • 1
1
vote
3 answers

Can I run a full node on Galaxy S8?

Are any android nodes in production for use on mobile devices? Running a full node on android is my goal
1
vote
1 answer

Connection issues. How to solve them?

I cant connect to the 2.5.4 wallet. I tried different nodes. I even used the top nodes on Iota.dance/nodes. I even checked the console. These are the outputs: How can I fix it?
Tobi MZ
  • 1,607
  • 1
  • 12
  • 31
1
vote
1 answer

Starting up a node

I just started looking at Shimmer network and I wanted to setup a node. I'm on Ubuntu. I've followed the setup guide but when I run the command "wasp -c wasp-node', 'wasp' command not found.
Jay
  • 11
  • 1
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