2

I tried to generate new addresses. During registration in the tangle following happened:

iota (http://PrivateNode:Port ✓) 0ι : address

One minute while we generate the address.
The address is HXHFQWQMJCXUYDMJGCDMMSHKHNOKAHZFELKQPKVBTMYMIJNDVPGZDMMZICTQ999GALTPIKIVKUFEOZXLCUAYGATIF9
Now we will register that address into the iota tangle.  One moment.

Error: Request Error: COMMAND attachToTangle is not available on this node

What is the reason for that? And how do I solve it?

Tobi MZ
  • 1,607
  • 1
  • 12
  • 31

1 Answers1

0

You can't do the POW on client side, because the Cli-Wallet is not able to do POW. So either you search for a node, which does the POW for you (here), or you do enable the POW on your own node, which is explained in this thread.

Sources:

Where is POW being executed when using the cli-wallet?

Github Issue: Transfer failed

Tobi MZ
  • 1,607
  • 1
  • 12
  • 31