Post
Topic
Board Bitcoin Technical Support
Re: Limit bitcoin to only use 2 CPUs under linux
by
Flow
on 13/02/2011, 10:33:45 UTC
You can use the RPC command "setgenerate true threadNumber". Bitcoin will store the number of threads to run in your wallet and remember it across runs.
How do I issue the RPC from command line?

Edit: Found it. Just set the user name and password in bitcoind.conf and run bitcoind with the given RPC command. Thanks all!