Closed gzelda closed 3 years ago
+1 to this, wanting to run the client and server from a VPS and access it via web browser (or provide API commands to start up mining locally on the VPS)
+1 to this, wanting to run the client and server from a VPS and access it via web browser (or provide API commands to start up mining locally on the VPS)
The Mining-Bot is designed as a ui interface client-app. I think this work should be finished in Mining-Local-Server right?
Feature to add up in Mining-Bot(left side):
getNodeStatus
api add message segmentstartMining stopMining
post body encrypted row by row (not include key only value)fixed by #115
Is your feature request related to a problem? Please describe. https://forum.stacks.org/t/request-for-testing-alpha-mining-bot/11372/9
Describe the solution you'd like Add an rpc api in Mining-Local-Server named : start node / stop node / get node status If the method exposed to public ip, it should have some authentication like rsa encrypted. The solution will include how to create a key for user and how to encrypt some message between Mining-Local-Server rpc api.