Bitcoin Forum
April 26, 2024, 12:39:33 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Testing Bitcoin on Ubuntu 10.04 LTS x64 Makes System Unresponsive  (Read 9468 times)
daemox (OP)
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
July 12, 2010, 03:40:21 AM
 #1

Hello,

I'm interested in Bitcoin, but while generating coins it rendered my system pretty much unusable (system became very unresponsive, even after manually adjusting Bitcoin's priority down).

If there are any suggestions for getting Bitcoin to function better I'd love to hear them.

Thank you,
daemox
1714135173
Hero Member
*
Offline Offline

Posts: 1714135173

View Profile Personal Message (Offline)

Ignore
1714135173
Reply with quote  #2

1714135173
Report to moderator
1714135173
Hero Member
*
Offline Offline

Posts: 1714135173

View Profile Personal Message (Offline)

Ignore
1714135173
Reply with quote  #2

1714135173
Report to moderator
1714135173
Hero Member
*
Offline Offline

Posts: 1714135173

View Profile Personal Message (Offline)

Ignore
1714135173
Reply with quote  #2

1714135173
Report to moderator
Each block is stacked on top of the previous one. Adding another block to the top makes all lower blocks more difficult to remove: there is more "weight" above each block. A transaction in a block 6 blocks deep (6 confirmations) will be very difficult to remove.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714135173
Hero Member
*
Offline Offline

Posts: 1714135173

View Profile Personal Message (Offline)

Ignore
1714135173
Reply with quote  #2

1714135173
Report to moderator
1714135173
Hero Member
*
Offline Offline

Posts: 1714135173

View Profile Personal Message (Offline)

Ignore
1714135173
Reply with quote  #2

1714135173
Report to moderator
1714135173
Hero Member
*
Offline Offline

Posts: 1714135173

View Profile Personal Message (Offline)

Ignore
1714135173
Reply with quote  #2

1714135173
Report to moderator
NewLibertyStandard
Sr. Member
****
Offline Offline

Activity: 252
Merit: 268



View Profile WWW
July 12, 2010, 05:21:02 AM
 #2

If you have a multi core processor, free up a core in the options. If you have hyper threading enabled, don't use more than half your cores. If you have a single core, you'll be just as well off purchasing or working for bitcoins because generating them will likely take a very long time.

Treazant: A Fullever Rewarding Bitcoin - Backup Your Wallet TODAY to Double Your Money! - Dual Currency Donation Address: 1Dnvwj3hAGSwFPMnkJZvi3KnaqksRPa74p
asdfman
Newbie
*
Offline Offline

Activity: 38
Merit: 0


View Profile
July 12, 2010, 08:36:16 AM
 #3

bitcoin manually changes the thread priorities when it generates coins, I think there is a bug in which they are switching to the MAX priority, instead of the MIN.. I myself just ripped out the whole priority changing part so that whatever I change it to, stays.. these 2 threads describe both:

http://bitcointalk.org/index.php?topic=72.0
http://bitcointalk.org/index.php?topic=285.0

As the computer I put bitcoind, is my primary linux machine, I was unable to keep bitcoind running until making my changes..
TrafficTiger
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
July 12, 2010, 02:56:52 PM
 #4

I was attracted to Bitcoin by many things, and included was the statement about its running in the background when the CPU was idle. I installed 0.3.0 in Ubuntu 64-bit Maverick Meerkat (10.10), and for long periods of time it pins the CPU at 100%, according to the Conky monitor.

As the original poster noted, it is impossible to do anything else while the CPU is captured.

My CPU is an AMD Athlon 64-bit 7550 Dual Core 2511 MHz 512 KB cache.

TT
laszlo
Full Member
***
Offline Offline

Activity: 199
Merit: 2072


View Profile
July 12, 2010, 03:01:46 PM
 #5

Please try running with 'nice -n 19 ./bitcoin'
or renice +19 1234 where 1234 is the pid of the running bitcoin.

There is a bug in the released linux version which prevents it from successfully lowering its own priority.

BC: 157fRrqAKrDyGHr1Bx3yDxeMv8Rh45aUet
daemox (OP)
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
July 13, 2010, 05:23:55 PM
 #6

Thanks for the prompt (and concise) replies. I am currently re-testing, and I caught one mistake I made. I was originally running Bitcoin as root. I am currently re-testing sans the root and the unresponsive system issues hasn't re-manifested itself.

I'm going to give the wiki a read and learn more about this setup (like where I can use this), but so far so good.

Cheers,
daemox
TrafficTiger
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
July 14, 2010, 01:11:15 PM
 #7

Please try running with 'nice -n 19 ./bitcoin'

That seems to be doing the trick. Thanks for the suggestion.

Somewhere I got the suggestion I should use -proxy=127.0.0.1:9050 in the command line, but it looks like it won't run with that setting.

TT
D҉ataWraith
Member
**
Offline Offline

Activity: 60
Merit: 10



View Profile
July 14, 2010, 01:56:29 PM
 #8

Somewhere I got the suggestion I should use -proxy=127.0.0.1:9050 in the command line, but it looks like it won't run with that setting.

That command makes Bitcoin run via TOR if that is availabe. TOR makes it impossible to trace a transaction to your IP address, since communication travels through a chain of 3 proxy servers. If TOR is not running on the same computer, it doesn't work, as you have observed.

1NvcPV6xi6yqo5yg8aWSkNdasPSAsGtt1m
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!