Elliott Minns

Results 5 comments of Elliott Minns

Is the `getblocktemplate` RPC implemented on the client side? When I search the code I come across this: https://github.com/btcsuite/btcd/blob/2547246f84db364949e5535a597e01d7b3fc8b53/rpcclient/mining.go#L464

I'll check it out, how are you formatting your request / endpoint?

I shall do so :)

I'll look into this one as well, Request should only move forward once it's seen the correct number of body bytes come through the socket. I'll try throwing something large...

I looks like you're using windows. You need to set the NODE_PATH to src environment variable for this to work correctly. Here's a stack overflow Q about it, I don't...