Nxt

將公共節點設置為自動鍛造/挖礦/質押NXT / Ardor,無需通過gui登錄?

  • July 20, 2016

在我的公共伺服器上安裝了 nxt/ardor,並希望通過一個帳戶讓它自動挖礦/質押。如何在無需登錄 gui 的情況下做到這一點?

在您的 linux 機器上,您可以鍵入以下內容:

curl -d requestType=startForging -d secretPhrase="PASSPHRASE" http://localhost:7876/nxt

Without curl: wget -qO- 'http://localhost:7876/nxt?requestType=startForging&secretPhrase=sssecrrretPhPhPhphrrrassssse'

<https://nxtwiki.org/wiki/The_Nxt_API#Start_.2F_Stop_.2F_Get_Forging>

您可以使用 startForging、stopForging 或 getForging 來開始使用帳戶進行鍛造、停止鍛造或檢查帳戶是否正在鍛造。

引用自:https://bitcoin.stackexchange.com/questions/46628