Skip to content

Allow user to set their minimum payout? #49

Closed Answered by megabrr
crypto-vs asked this question in Q&A
Discussion options

You must be logged in to vote

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"
}'

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@megabrr
Comment options

Answer selected by blackmennewstyle
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants