-
I found your discussion about it oliverw#1482 (reply in thread) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Sorry for the late reply. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
I finally got it working :)
You can test it with cURL:
ipAddress should be the ip from which the miner is connecting from.
curl -X POST
"https://www,yourwebsite.com/api/pools/POOLid/miners/WalletAddress/settings"
-H 'Content-Type: application/json'
-d '{
"settings": {
"PaymentThreshold": "150"
},
"ipAddress": "xxx.xxx.xxx.xxx"
}'