Sunday, April 28, 2024
 Popular · Latest · Hot · Upcoming
2
rated 0 times [  2] [ 0]  / answers: 1 / hits: 2129  / 3 Years ago, sun, june 6, 2021, 6:15:05

I am using Ubuntu 12.04 and Bitcoin client v0.8.6.0-g03a7d67-beta and Qt version 4.8.1 as the GUI.



My CPU is heating up and is automaticly shutting down after 30 minutes and sometimes after many hours. This is occurring both while synchronising with the block-chain or while reindexing the blocks on disk.



After the CPU overheating my laptop (Dell Inspiron R15) switches off and has corrupted my sync. Other users have mentioned to start by typing in terminal bitcoin-qt -reindex. At the the end of the index around week17 my CPU overheats again.



Reading around I found topics about switching off the "generate bitcoin" option inside the bitcoin.conf file but on my Ubuntu (including hidden files) I can not find that file.



Any tips or help on this overheating issue? I have also posted this on bitcoin Stackexchange.


More From » bitcoin

 Answers
7

Adrian's answer is valid and is looking at it from a potential root cause. But my preferred answer was a work around that got answered in the bitcoin stackexchange



Direct Quote:



Using bitcoin-qt you can go into Helps->Debug Window->Console and then type



setgenerate false


By default it should already be false so my guess is that you have a fast internet connection and that your computer receive a lot of blocks in a short time. Your computer then need to check all the ECDSA signatures for the transaction and this can consume a lot of CPU.



I had an overheating issue like that when I was mining litecoins with my laptop. I installed the cpufreq package to decrease my cpu frequency about 30% and everything was fine then.



If you have a dual-core processor you should type something like this in your terminal.



sudo cpufreq-set -c 0 -u "1.8GHz"
sudo cpufreq-set -c 1 -u "1.8GHz"


I then decide to browser around for CPU Freq scaling and decided to use the following indicator-cpufreq indicator



Computer did not overheat and got the job done without suffering to much performance loss.


[#27976] Sunday, June 6, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
eatack

Total Points: 245
Total Questions: 120
Total Answers: 113

Location: Estonia
Member since Wed, Jun 8, 2022
2 Years ago
eatack questions
Sun, Mar 6, 22, 20:44, 2 Years ago
Tue, Feb 8, 22, 20:50, 2 Years ago
Sat, May 20, 23, 13:30, 1 Year ago
;