Allow run forging with public key ony

Issue #28 on hold
brule_herman created an issue

Hello,

It's possible to be safe to run forging only with public key, not private key? That's will allow to run on unsafe zone, and keep the private key only for send. When i try do the direct query i have: wget -O - -q 'http://localhost:7874/nxt?user=0.8690339662134647&requestType=unlockAccount&secretPhrase=toto&0.7187995600979775' {"responses":[{"response":"denyAccess"}]}

Cheers,

Comments (4)

  1. brule_herman reporter

    My target is forge on my dedicated server, no on my computer (internet problem, I can't). I prefer that's because I'm in security, than share my NXT with other.

  2. brule_herman reporter

    <param-name>allowedUserHosts</param-name> <param-value>127.0.0.1; localhost; 0:0:0:0:0:0:0:1;</param-value> Then it's correct, I need put * to allow, but it's not correct.

  3. Log in to comment