Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

list_id_api lib missing? #15

Closed
frndxyz opened this issue Jan 24, 2017 · 4 comments
Closed

list_id_api lib missing? #15

frndxyz opened this issue Jan 24, 2017 · 4 comments

Comments

@frndxyz
Copy link

frndxyz commented Jan 24, 2017

project doesn't have api lib for below?

$ curl http://xxx.xxx.xxx/GetUserList?last_id=0

@frndxyz frndxyz closed this as completed Jan 24, 2017
@frndxyz frndxyz reopened this Jan 24, 2017
@bitkevin
Copy link
Contributor

No, this API didn't include in this project. So you need to implement by yourself.

request URL:

https://example.com/get_user_id_list?last_id=0

return json string:

{"err_no":0,"err_msg":null,"data":{"jack":1,"terry":2}}

@frndxyz
Copy link
Author

frndxyz commented Jan 25, 2017

which database it related too? or any guide to select it from db so we can make api?

@bitkevin
Copy link
Contributor

bitkevin commented Feb 6, 2017

oh, you may create you own database, it's not part of pool, what stratum server need is the HTTP API which returns json string.

@bitkevin bitkevin closed this as completed May 3, 2017
@YihaoPeng
Copy link

YihaoPeng commented Dec 5, 2017

see #16

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants