Skip to main content

Questions tagged [node]

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

Filter by
Sorted by
Tagged with
14 votes
2 answers
206 views

Could someone theoretically set up a node to siphon seeds from people who connect to it? Or is the seed always safe? How is it handled internally?
Muppet's user avatar
  • 908
1 vote
0 answers
123 views

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/...
ankur's user avatar
  • 31
8 votes
2 answers
463 views

How does each client work in general? Pros and cons of using each client?
Bayequentist's user avatar