Viewing profile — lastcanal
lastcanal
HN member- Joined
- Wed, Jan 18, 2012, 6:26 AM UTC
- HN karma
- 12
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About lastcanal
No profile information was provided.
Recent public activity
-
comment
Comment #8163353
Then they'd need some very powerful mining equipment! Bitcoin uses merkel trees to ensure transactions in blocks never change.
-
comment
Comment #7642778
OVH has a big datacenter outside Montreal. http://www.ovh.com/ca/en/vps/
-
comment
Comment #7491250
It uses LevelDB as the storage engine and lets you configure the cache parameters from the configuration file. leveldb: # in MB cache_size: 500 # in KB block_size: 32 # in MB write…
-
comment
Comment #7484198
I don't have any production experience with it, but I did load the entire Bitcoin Testnet blockchain into it without issue. In Redis the same dataset required ~6 gigs of RAM.
-
comment
Comment #7484170
The major advantage (depending on your use case) is that your dataset is not limited to the size of your available memory.
- comment
- story
-
comment
Comment #6870535
Take a look at Lamernews ( https://github.com/antirez/lamernews ). It is written in Ruby by the author Redis. It uses Redis as the primary database. Here is it in action: http://la…