Bitcoin

Is it possible to run RPC commands without installing full Bitcoind?

I am interested in running Bitcoin mining https://github.com/jgarzik/pyminer/blob/master/pyminer.py. I understand that it essentially calls bitcoind to execute some RPC commands that will be broadcast once the nonce is achieved. Is it possible to run RPC commands without installing the entire blockchain?

Related Articles

Back to top button