Bitcoin Forum

Bitcoin => Bitcoin Technical Support => Topic started by: randomguy7 on May 11, 2011, 05:38:33 PM



Title: Limit RPC access to getwork cmd?
Post by: randomguy7 on May 11, 2011, 05:38:33 PM
Hi,

is it possible to only allow getwork and deny all other commands?
Or what would be a good way to connect multiple miners to one bitcoin instance if the miners can't be trusted?


Title: Re: Limit RPC access to getwork cmd?
Post by: xf2_org on May 11, 2011, 06:12:02 PM
is it possible to only allow getwork and deny all other commands?
Or what would be a good way to connect multiple miners to one bitcoin instance if the miners can't be trusted?

Run a pool server (HTTP proxy)



Title: Re: Limit RPC access to getwork cmd?
Post by: randomguy7 on May 11, 2011, 06:54:52 PM
Great idea, thx. My assumption that miners only need the getwork cmd is correct, isn't it?