Satoshi Forum Archive
Thread #0098

resource hog

andy_3_9132010-07-13T19:19:47Z

i've read through the forums, seen a few topics...
but...
this program really does slow things down.
don't really understand why, if it's supposed to give priority to other progs.
but, crap, makes my system move like it's walking through treacle!!
not a great system,
pentium d, 2.8 mhz each cpu.
3 gb ram
windows 7 home 64

Original message

SmokeTooMuch2010-07-13T19:45:37Z

I guess you are still at the initial download of the current block chain.
until your blockcount is around 66k you still have to download the blocks and verify them. this takes quite some hard-drive performance, so maybe thats what is slowing down your system.

Original message

andy_3_9132010-07-13T20:38:01Z

i'm sorry, but no!
i started at 666## something, ages ago. now up to 66812
and got my 5 freebies ![Smiley](https://bitcointalk.org/static/img/emoticons/smiley.gif)
still got max cpu usage?

Original message

laszlo2010-07-13T20:39:56Z

It will always use max CPU to generate but the generating thread is scheduled at a low priority so it should yield to other processes. I can compile code and do other things on my windows machine with 0.3 running and it doesn't seem to slow it down for me at least.

Original message

andy_3_9132010-07-13T20:49:14Z

Quote from: laszlo on July 13, 2010, 08:39:56 PM (https://bitcointalk.org/index.php?topic=327.msg2641#msg2641)

It will always use max CPU to generate but the generating thread is scheduled at a low priority so it should yield to other processes. I can compile code and do other things on my windows machine with 0.3 running and it doesn't seem to slow it down for me at least.

thanks for the quick answer ![Smiley](https://bitcointalk.org/static/img/emoticons/smiley.gif)
i have bitcoin running, gomez peer and BOINC.
there is definitely a major slow down.
if i have bitcoin running, and click on gomez icon, it takes a good 30+seconds to open. should be instantaneous!!
![Smiley](https://bitcointalk.org/static/img/emoticons/smiley.gif)

Original message

andy_3_9132010-07-13T21:09:23Z

while i'm at it.
probably totally wrong place, but,...
248 confirmations and my address has changed. why has my address changed. please? ![Smiley](https://bitcointalk.org/static/img/emoticons/smiley.gif)
HELP!!!
hehe ![Smiley](https://bitcointalk.org/static/img/emoticons/smiley.gif)

Original message

laszlo2010-07-13T21:24:35Z

It generates a new address and puts it in the main window for you if a payment is received for the previous address. This is so each time you click 'copy to clipboard' to send it to someone, it's easier to get a unique one. The old one is still valid and it's still in your address book.
Try renicing bitcoin and see if it helps. Find the pid in top or ps and then renice +19 1234 where 1234 is the pid.

Original message

SmokeTooMuch2010-07-13T21:28:06Z

Quote from: andy_3_913 on July 13, 2010, 07:19:47 PM (https://bitcointalk.org/index.php?topic=327.msg2624#msg2624)

windows 7 home 64

I don't think their is any renicing under Windows.

Original message

theymos2010-07-14T00:28:15Z

Quote from: SmokeTooMuch on July 13, 2010, 09:28:06 PM (https://bitcointalk.org/index.php?topic=327.msg2653#msg2653)

Quote from: andy_3_913 on July 13, 2010, 07:19:47 PM (https://bitcointalk.org/index.php?topic=327.msg2624#msg2624)

windows 7 home 64

I don't think their is any renicing under Windows.

![Wink](https://bitcointalk.org/static/img/emoticons/wink.gif)
C:\Windows\System32\cmd.exe /c start "BitCoin" /LOW /MIN "C:\Program Files\Bitcoin\bitcoin.exe"

Original message

satoshi2010-07-14T16:29:39Z

In Windows, you select the process in the task manager, right click, Set Priority. Set it to BelowNormal or Low. That shouldn't make a difference though.
If you turn off Generate Coins, does the CPU usage go flat? That would confirm that all the CPU time it's taking is generate, which is idle priority already.
It could be it's slow just because you have too many things running at once and you're out of memory. When you switch from one thing to another, it has to page it in from disk.

Original message

andy_3_9132010-07-15T14:00:09Z

Quote from: satoshi on July 14, 2010, 04:29:39 PM (https://bitcointalk.org/index.php?topic=327.msg2871#msg2871)

In Windows, you select the process in the task manager, right click, Set Priority. Set it to BelowNormal or Low. That shouldn't make a difference though.
If you turn off Generate Coins, does the CPU usage go flat? That would confirm that all the CPU time it's taking is generate, which is idle priority already.
It could be it's slow just because you have too many things running at once and you're out of memory. When you switch from one thing to another, it has to page it in from disk.

thanks every one for your help ![Smiley](https://bitcointalk.org/static/img/emoticons/smiley.gif)
have tried manually setting priority to below normal, and it plays nice!! but stays at 100%
also, when i turn off generate coins, cpu usage drops to zero!
turning generate on sends cpu back up to 100%

Original message

satoshi2010-07-15T14:59:00Z

Then all the CPU time is the generate thread, which definitely runs at the lowest possible priority, idle priority. It's normal that your CPU meter is 100%. Since it's idle priority, it won't actually slow anything else down, even though the CPU meter is 100%.

Original message