hi everyone
how are you doing?
I am mining
and building a Snow Pool.
i'm fine,thanks @Clueless
do we have a logo or icon for SnowBlossom?
can we format the data like richilist , Pool report.txt, shackleton.getParams output into JSON or XML data? thx
@alistar the richlist question has already been asked and answered before.
any good tutorials known to become familar with using RPC?
gRPC or jsonrpc?
I got a decent framework going so can add jsonrpc to things pretty easy
i dont know. i am lazy and not so smart. some bitcoin tutorial about that i can rethink on snow rpc?
step 1 would be to go and look at what this mystical 'RPC' actually is
i did.
was too confused.
sad day for hamsters. :cry:
I'll give you some simple examples
Later
In a really long meeting
cool. thanks. i will be all ears up.
@fydel get newest code, do the commend "rpcserver" on client
rpc_port=11323 rpc_username=cows rpc_password=two
curl -d '{ "jsonrpc": "2.0", "method":"getfresh", "id":"getfresh", "params": { "mark_used": true, "generate_now": true }}' http://cows:two@localhost:11323/ curl -d '{ "jsonrpc": "2.0", "method":"balance", "id":"balance"}' http://cows:two@localhost:11323/ | jq .
put the config lines in
and then those curl commands are examples of using it
it is jsonrpc 2.0 over http with basic http auth
you might need to install jq, but it is just doing a json pretty printing
I'll be adding more calls
I can add jsonrpc to MrPlow or the Node pretty easily but not sure what info people are looking for
Anyone reading this: if you want rpc calls to do things, open issues on git stating what you are looking for