Questions tagged [node]
For questions related to IOTA nodes. There are mainly two types of nodes Headless Node, Full Node(GUI)
3 questions
14
votes
2
answers
206
views
Can a node steal my seed?
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?
1
vote
0
answers
123
views
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/...
8
votes
2
answers
463
views
What is the difference between Swarm Client vs Core Client vs Light Client?
How does each client work in general? Pros and cons of using each client?