Bitcoin Forum
October 02, 2025, 07:28:57 AM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 3
1  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [SHKL] CryptoShekel | Launching 01/02/14 | shilling intensifies on: January 02, 2014, 03:26:46 PM
Moderators, please remove
2  Alternate cryptocurrencies / Altcoin Discussion / Re: Ripple Giveaway! on: May 12, 2013, 08:37:26 PM
rMbAfnE4axQYL7e8xZ1jsfymVgwgEb4jov
3  Bitcoin / Bitcoin Discussion / Re: A good Temporary fix: Disable the Trade API on: April 12, 2013, 02:55:31 PM
Another option is to allow no more than one order per 5 seconds per customer.
4  Other / Off-topic / Re: Bitcoin in the Holy Bible - The Book of Daniel on: April 06, 2013, 01:53:30 PM
It really translates exactly to bitcoin or loosely?
Exactly.

google says bitkwein according to the kid who replied to me

Don't trust me. Ask any Hebrew speaker.
5  Other / Off-topic / Re: Bitcoin in the Holy Bible - The Book of Daniel on: April 06, 2013, 01:38:45 AM
It really translates exactly to bitcoin or loosely?
Exactly.
6  Other / Off-topic / Bitcoin in the Holy Bible - The Book of Daniel on: April 05, 2013, 01:53:48 PM
I want to share with you something that really gave me goosebumps.

As you know Bitcoin has also reached Israel, and I'm an Admin in a Hebrew facebook group regarding Bitcoin.

A few minutes ago, this guy posted the following image:



He has made a new line every 800 letters, and this is what he got:

In red, you can see "ביטקוין", which is the Hebrew for "Bitcoin".

Even more, in the line for the 'i' or 'י', Chapter 10, Verse 13, you can see "עשרים ואחת" which is twenty-one (in black).

Following this discovery I have read a bit through the Book of Daniel and found even scarier analogies - precious metals turning to dust, war of north & south... Writing this gives me goosebumps again...
7  Bitcoin / Development & Technical Discussion / Re: KISS pruning for the blockchain on: March 27, 2013, 05:03:34 PM
Quote
What happened to the old "researching the field first, thinking it through second and publishing it last?"

Some people are more comfortable with thinking alone and coming up with a complete answer, others like to discuss options / suggestions & exchange knowledge / ideas / criticism with others. I guess you are the first type, I am more of the second type, and I respect your way of thought / work - please respect mine.

I think his point was that this idea is suggested here quite frequently, and has already debunked for a large number of reasons.

Why not just say that and give a pointer to such a discussion?
8  Bitcoin / Development & Technical Discussion / Re: KISS pruning for the blockchain on: March 27, 2013, 04:24:52 PM
Why are you not nice to people you don't know?
Nobody made you respond if you didn't feel like it, and if you did, you may as well have done it in a nice and polite manner.

Quote
Still graded FAIL
Please try to be a bit more specific than FAIL, I don't have anything smart to say about 'FAIL'.

Quote
1) "addresses carying balance" is a wrong measure. You need to count the "unspent transaction outputs" (UTxO)

Who gets to decide what is 'Right' and what is 'Wrong'? In my plan the snapshot database keeps wallets & balances. There is no use for unspent transaction outputs in a static snapshot of the balances.

Quote
What happened to the old "researching the field first, thinking it through second and publishing it last?"

Some people are more comfortable with thinking alone and coming up with a complete answer, others like to discuss options / suggestions & exchange knowledge / ideas / criticism with others. I guess you are the first type, I am more of the second type, and I respect your way of thought / work - please respect mine.
9  Bitcoin / Development & Technical Discussion / Re: KISS pruning for the blockchain on: March 27, 2013, 02:43:32 PM
AFAIK KISS means "Keep it SIMPLE, stupid" Smiley

Anyways, I did my homework and here are my results:

Let's assume 5 million non-zero balance wallets rough estimate - see http://bitcoin.stackexchange.com/questions/2828/how-many-bitcoin-addresses-are-have-been-carrying-a-balance

With 20 bytes for the address and 5 bytes for the balance, I ended up with an S block of 125 Mb.

Of course, such a block would save X * [average block size] of disk space, so all is left is to make X large enough for optimum benefit.

Validating such a block is not very hard if you already compute what should be in there on your idle time, knowing that an S block is coming soon.

I realize that such a block is hard to transmit due to its size, so optionally such snapshots can be off the blockchain, meaning every full node holds both a blockchain (which holds the transactions) AND a startup snapshot.

[EDIT] Thinking about it a bit more, the startup snapshot doesn't need to be transmitted as all full nodes can compute it locally on idle times, all that is needed is a snapshot hash embedded to S blocks. Of course new nodes would need to download both the snapshot AND the blockchain (which would be cheaper than downloading a bloated blockchain only).

[EDIT 2] 5 million non-zero wallets gives a 125 Mb snapshot, 50 million -> 1.25 Gb, 500 million -> 12.5 Gb, 5 billion -> 125 Gb. I think we can happily live with that.

How about it?
10  Bitcoin / Development & Technical Discussion / KISS pruning for the blockchain on: March 27, 2013, 12:54:59 PM
Hi guys,
I have been looking for the right place to put my idea and get your input, and couldn't find the right place, so I'm putting it here.

My suggestion is to add a very simple (KISS) pruning method for the blockchain, so we don't need to worry (or worry much less) about block sizes and the bloating of the blockchain.

So, I suggest adding a snapshot block every X blocks (2016?), this snapshot dates back Y blocks (420000?) and consists of all the non-empty wallets and their balance.

After such a block is mined (let's call it S), all full-nodes validate it and can safely drop all blocks BEFORE S-Y.

Such nodes are not needed so far, as HEAD-Y < 0, but will start when we reach Y+2*X.

What do you think? Did I re-invent the wheel or is it new?

Thanks,
Gil
11  Economy / Service Announcements / Re: Bridgewalker now in public beta: wallet with a twist - transact in BTC, hold USD on: March 23, 2013, 06:17:30 PM
Sounds like a very interesting direction! In what manner does the receiving party accept the Dollars? How does one transfer Dollars into the service?
12  Bitcoin / Press / Re: 2013-02-19 Economist.com Daily Chart: A Bit Expensive on: March 20, 2013, 03:32:56 PM
They love bitcoin, they just want to buy it cheaper Wink
13  Bitcoin / Development & Technical Discussion / Pointer on: March 14, 2013, 06:50:32 AM
I think have a good solution for blockchain pruning (yeah, another one of those  Wink)
I have been looking around and tried to find the right place to read about the latest solutions offered, and see if the problem has already been solved or if my idea has already been raised. Couldn't login to Bitcoin Foundation - it says they don't allow new users.
Where do you think is the best place to get updated and suggest my idea if it has not been offered already?
14  Bitcoin / Bitcoin Discussion / Re: Bitcoin is booming in Israel on: March 13, 2013, 02:54:05 PM
There is even a bar in south Tel-Aviv that started accepting Bitcoin a couple of weeks ago. If you can buy beer in Bitcoin, it's THE sign this currency's gonna work  Wink
15  Bitcoin / Bitcoin Discussion / Re: Bitcoincharts is all wrong right now on: March 01, 2013, 07:57:14 PM
I thought I was hallucinating at first...  Huh
16  Local / עברית (Hebrew) / Re: הציגו את עצמכם on: February 19, 2013, 10:37:52 PM
מהנדס תוכנה... אלגוטרייד... ביטקוין
17  Bitcoin / Press / Re: 2012-01-09 Liberty Beat Podcast - Episode 25 on: January 09, 2013, 06:12:12 PM
Did you mean 2013-01-09?
18  Bitcoin / Bitcoin Discussion / Re: Bitcoin is booming in Israel on: January 07, 2013, 06:21:41 PM
Guys, I can't help the feeling that Bitcoin is another Jewish scheme to take over the world... Is Satoshi Jewish?

(If you didn't get my sense of humor - this is a JOKE. I am Jewish myself!)
19  Bitcoin / Press / Re: calcalist.co.il - The virtual currency that threatens the global monetary order on: January 03, 2013, 08:59:57 PM
Did you learn about the story tonight independently?
Saw it on the Israeli Bitcoin facebook page
Yeah, that was me, so no.

AFAIK the story is about Bitcoin specifically rather than alternative currencies in general.

Is there supposed to be a character cap on the thread title?

Seems you are correct - they are going to talk about Bitcoin specifically, and also a bit about social banks.
The title is great now.
20  Bitcoin / Press / Re: calcalist.co.il - The virtual currency that threatens the global monetary order on: January 03, 2013, 07:58:53 PM
Did you learn about the story tonight independently?
Saw it on the Israeli Bitcoin facebook page
Pages: [1] 2 3
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!