Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to pause bitcoin miming while running the gui #5986

Closed
ScottDeans opened this issue Apr 8, 2015 · 3 comments
Closed

Ability to pause bitcoin miming while running the gui #5986

ScottDeans opened this issue Apr 8, 2015 · 3 comments

Comments

@ScottDeans
Copy link

When i was testing bitcoin i kept running low on physical memory so i was not able to launch the app, so it would be good to have the ability to run bitcoin gui without the need to have its mining running,

@sipa
Copy link
Member

sipa commented Apr 8, 2015

You almost certainly do not have a miner running when using the Bitcoin GUI (unless you called the setgenerate RPC, or started with the -gen command-line option).

Bitcoin Core implements a full node, which validates all transactions on the network (including all of history, when it first runs). Likely the load on your system you are seeing is just due to work for this validation.

If you're not willing or not capable of running a full node due to the resources it requires, you can use different Bitcoin software with different security models.

@colinkelly
Copy link

It may simply be that your bitcoin client is downloading the blockchain... which is huge. I doubt that you are trying to solo mine with your cpu lol, if so, please quit that ;)

@sipa
Copy link
Member

sipa commented Apr 11, 2015

If the load from catching up is too high for your system, starting with -par=1 may help.

@laanwj laanwj closed this as completed May 1, 2015
@bitcoin bitcoin locked as resolved and limited conversation to collaborators Sep 8, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants