Questions tagged [pow]

For questions related to the Proof Of Work on the tangle.

34 questions
5
votes
1 answer

Where is PoW being executed when using the CLI wallet?

It‘s actually all in the title: When using the “official” command line interface wallet (https://github.com/iotaledger/cli-app) and e.g. attaching an address, is PoW executed on the client or by the connected full node?
ralf
  • 1,063
  • 5
  • 10
5
votes
0 answers

CCurl does POW via GPU?

I develop a simple Node-App and I use ccurl.interface.js and the Windows ccurl.dll from the IOTA-github-site. I did override the function iota.api.attachToTangle so that the ccurl.dll is used. I noticed when iota.api.sendTransfer is executed, that…
henland
  • 51
  • 2
4
votes
2 answers

Status of PoW with IOTA

IOTA 1.0 is using PoW. Is there still a PoW in IOTA 1.5 ? I have spent more time studying IOTA 2.0 and didn’t see any reference to PoW. Is it definitely removed ?
chmike
  • 143
  • 3
2
votes
0 answers

How to do POW in local in Node js?

How to do POW in local? I have tried to use ccurl.interface.js pkg in Node js then overriding the attachToTangle function in IOTA.lib.js. but keep getting - "Error: Request Error: Invalid trytes input" Please see the stack trace below: I: Starting…