Bitcoin Forum
September 26, 2025, 11:21:39 AM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Development & Technical Discussion / bitcoind crashing and taking a lot of memory on: November 27, 2013, 05:13:05 PM
Hi, I'm trying to help the bitcoin community by running a full node on my server.

I increased the RAM capacity of 1 GB and add a 60 GB disk dedicated to bitcoind.

After I launch bitcoind it begins to take a lot of RAM, up to 650 MB, and die some hours later. The blockchain is ~10 GB large and not yet completed at the moment. It already crashed two times.

The command line is the following (there is nothing in bitcoin.conf except the RPC login and password)

Code:
bitcoind -daemon -datadir=/srv/Data/bitcoin -gen=0 -maxconnections=200

I'm using Debian Sid and bitcoind 0.8.5-1 i386 from the repository.

I briefly looked at 'debug.log' but it seems there is nothing helping in it.

This is very strange because when I'm using the Windows version it takes about 200 MB and has never crashed.
2  Local / Discussions générales et utilisation du Bitcoin / Re: BITCOIN BOOK vient de paraître: à lire absolument ! on: October 24, 2012, 12:15:31 PM
Commandé en version papier, on va voir ce que ça vaut. Dommage que lulu.com n'accepte pas les bitcoins.

Pour les personnes qui râles sur le format "epub", personnellement je le trouve nettement mieux pour une utilisation avec une liseuse, mise en page automatiquement adaptée à la taille de l'écran et à la taille de de caractère choisie. Pour une lecture sur l'ordi je ne sais pas...
3  Bitcoin / Development & Technical Discussion / Re: Version 0.7.0 release candidate 1 ready for testing on: August 30, 2012, 10:02:47 PM
Hi, congrats for this new release. I'm trying it (on Windows) and it seems blocked and didn't downloaded new blocks for a while, maybe ~1 hour. Here is my log : http://www.gburri.org/bordel/bitcoin_0.7_debug_log.7z

It takes more than 15 seconds to launch it on my computer, takes about 140 Mb of RAM and a lot of CPU. Is there already someone working on the performance issues? Maybe I can help to improve these numbers, I like to profile and to optimize softwares Wink
4  Other / Beginners & Help / Re: Whitelist Requests (Want out of here?) on: June 16, 2011, 10:38:39 PM
Hi,
I'm a computer engineer and want to be involved in the development of the client, here is my github account. Can I be "whitelisted"?
5  Economy / Economics / Re: I want you to have a look at this graph on: June 09, 2011, 11:15:27 AM
$31 is overvalue at the current difficulty. I predicted last week that this Friday would end at $19-$22. However I don't see a $25 closing entirely impossible.

$30 will stabilize at around 800k to 1m difficulty.

There is no correlation between difficulty and bitcoin value against USD, this ratio depends only from the supply and the demand over the different markets. The difficulty is only a way to regulate the newly created bitcoins.
6  Local / Discussions générales et utilisation du Bitcoin / Question concernant la répartition de la richesse on: May 21, 2011, 12:16:49 AM
Actuellement un gros problème est la tendance au déséquilibre de la répartition de la richesse. Des riches toujours plus riche, le pouvoir ayant tendance à se concentré, et une quantité de pauvres en augmentation.

Un des palliatifs proposé serai l'instauration d'un revenu universelle[1].


Est-ce que le bitcoin aurait tendance à résoudre ou à accentuer ce problème ?


[1] : http://fr.wikipedia.org/wiki/Revenu_de_base
7  Bitcoin / Development & Technical Discussion / Why so many 'inline' ? on: May 17, 2011, 11:26:08 AM
I just take a look in the bitcoin source code and I find tons of inline functions/methods. Usually, inlining is a very bad idea, it can decrease performance. Inlining should only be made if necessary and should be benchmarked to check if there is some gain.

What do you think?
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!