XMRig-for-Android / xmrig-for-android

⛏Mine Monero from your android device
MIT License
143 stars 34 forks source link

Pause / Resume #32

Closed garrylachman closed 2 years ago

garrylachman commented 2 years ago

Add Pause / Resume.

Pause curl -X POST http://127.0.0.1:8088/json_rpc -H 'Content-Type: application/json' -H "Authorization: Bearer 1234" -d '{"method":"pause","id":1}'

Resume curl -X POST http://127.0.0.1:8088/json_rpc -H 'Content-Type: application/json' -H "Authorization: Bearer 1234" -d '{"method":"resume","id":1}'

garrylachman commented 2 years ago

/cib

create-issue-branch[bot] commented 2 years ago

Branch issue-32-Pause_/_Resume created!

github-actions[bot] commented 2 years ago

Branch already exists