Bitcoin Forum
March 19, 2024, 07:14:54 AM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 [14] 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 ... 113 »
261  Bitcoin / Development & Technical Discussion / Re: Invoices/Payments/Receipts proposal discussion on: October 21, 2013, 09:46:03 PM
SERIOUSLY, GUYS.

One question:

Devs, did you anticipate that in the future their new CA-Based centralized protocol may become the standard of doing Bitcoin payments ?
And then NSA/USA Govt/World govt/whatever can actually seize the CA and decide who can do business with whom ?

I guess that by the time I'm writing this, governments of the world already figured out that Bitcoin cannot be stopped using the easy "conventional" methods. So they may(or rather WILL) try to embrace, extend and extinguish Bitcoin. 1. First by making it centralized, 2. second by promoting the centralized way of doing transactions, 3. third attacking the single point of failure, thus ending it.

You are just in the process of helping them with the step 2.
262  Bitcoin / Development & Technical Discussion / Re: Invoices/Payments/Receipts proposal discussion on: October 21, 2013, 09:20:52 PM
I would prefer to pay with fiat than to sacrifice the privacy of my public keys, in all honesty. The trade off just isn't worth it.
Of course - who wouldn't?
What good would bitcoin be for, if you had to register yourself at a CA, before receiving any payment.
It totally contradicts the very principle behind bitcoin's existence.

+1000

Well, i never thought i would agree with you on something, but it just happened.

Adding any kind of "trusted" "root" servers to Bitcoin core totally negates the decentralized nature of the currency. What if in some time, everybody starts to build their buisness solutions of top of this OBVIOUSLY BROKEN centralized scheme and 20 years in the future Bitcoin will turn into another shit like central banks because certificate authorities will control who can and who can't do Bitcoin-related buisness ?

I tend to agree with the general concensus on the other thread running here somewhere: That this sort of functionality should be added as a vendor-neutral API interface, rather than being hard-coded into bitcoinQT, which should remain free of third party dependencies/support.
With full respect to the coredev team, this "upgrade" to bitcoinQT seems mostly like a solution without a problem, and not a really great one at that.

+ 1000

Adding "trusted" certificates of CENTRALIZED entities into Bitcoin code ? I mean *WTF* ?
263  Bitcoin / Development & Technical Discussion / Re: Proof of Storage to make distributed resource consumption costly. on: October 19, 2013, 11:23:30 PM
A proof of storage system:

Take some fast cryptographically strong pseudorandom function, e.g. like Blake2 or another hash function H().

The server gives the client a random seed and a target size. The client repeatedly applies H() in a tree, e.g.  {Left, Right} = H(seed) and so on, to build up the target size worth of data.  The client takes the final leaves of the tree and appends their index and sorts the data (or, equivalently, stores it in a binary search tree).

The server then can periodically pick a random index and perform log2(size) hash operations to determine the value at that index and then can challenge the client to provide the corresponding index for that value.

The tree structuring of the function means that you can cheaply lookup the value for a given index,  but looking up the index for a given value requires computing the whole thing (and storing it, if you want to efficiently perform multiple lookups).

I have just found time to read this post thoughtfully, and...
Mother of Hash... Another genius invention.

I mean how brilliant can the Bitcoin community be ? I am now convinced that most (if not all) of current humanity's problems can be solved by genius mathematical algorithms.

PS.
I wonder if this couldn't somehow be used in file sharing by the way ?
264  Bitcoin / Press / Re: 2013-10-17 Register: How mystery DDoSers tried to take down Bitcoin exchange on: October 17, 2013, 09:05:34 PM
Is there a TCP/IP alternative that's resistant, or more uneconomic, to use for DOS attacks? This whole progression of having firms that specialise in DOS mitigation looks more and more like a protection racket business model. I understand that the Linux kernel was both designed and improved to negate the use of virus protection on the platform, despite not succeeding in elimintaing Linux viruses altogether. A similar outcome with a TCP/IP usurper would be most welcome.
Nothing except specialized services can protect you from 100Gbps attack if your normal connection is only 1Gbps.

It simply overfloods the pipe - it works in the same manner as water. When attackers use up all your bandwidth, nothing is left for the normal traffic.
265  Other / Politics & Society / Re: Capital control in action, does cyprus ring a bell on: October 17, 2013, 12:17:21 PM
Yesterday I got a letter from my bank (German bank) telling me they would reduce the amount I can send from 25000€ to 5000€. My gf who is at another bank for her limit reduced to 2000€ 2-3 weeks ago. They they one can manually increase it by calling them but this increase is only a temporary thing then.... idk what to think about it =/
This may be some serious shit.
I am pushing this to another forum.

© 2013 JPMorgan Chase & Co.
Hm, the name rings a bell BTW.

If they are making moves like this, something may be in the air.
266  Bitcoin / Press / Re: 2013-10-13 CNBC - "You can't stop bitcoins .... like you can't stop gunpowder" on: October 14, 2013, 08:00:38 AM
As much as I would like intellectual property to be protected
There is no such thing as "intellectual property".

It is an artificial theoretical creation by the rich and powerful to keep their monopoly, thwart progress, establish censorship and make poor people poorer and unhappy.

----
I just LOVE this McAffee guy (though he may be little crazy).
267  Bitcoin / Bitcoin Discussion / Re: Should miners collude to steal funds from wallet confiscated by US government? on: October 13, 2013, 09:36:22 AM
We should really give "idiot of the year" badges to everybody who voted "Yes" and the topic author.

It would be so much easier to populate ignore lists later without wasting time for discussion.
268  Bitcoin / Bitcoin Discussion / Re: Do you see Silk Road's closure as a positive or negative? on: October 12, 2013, 03:24:39 PM
Positive, but not because of closing of Silkroad itself.

The guy who was running it was an idiot, a total asshole and a hardcore criminal (he attempted to assasinate somebody). He deserved everything that came his way.

I'm only sorry for some of the poor dealers who are simply delivering goods that people want, I see nothing wrong with this.
269  Bitcoin / Development & Technical Discussion / Re: [UPDATE] Bitcoin client soft-fork "No Forced TX Fee" v0.8.5 avaiable on: October 07, 2013, 07:38:21 PM
2013-10-07 Update:

NFTF - versions 0.8.4, 0.8.5 released.

Fresh tag - nftf-v0.8.4, nftf-v0.8.5 is avaiable for download.
https://github.com/ShadowOfHarbringer/bitcoin-nftf/tags

MASTER branch was also updated to latest Bitcoin version:
https://github.com/ShadowOfHarbringer/bitcoin-nftf

EDIT: Sorry, mistake. I did not update master this time.
270  Bitcoin / Development & Technical Discussion / Re: bitcoins with homomorphic value (validatable but encrypted) on: October 07, 2013, 02:45:52 PM
Correct me if I am wrong here, please.
You are wrong. But you're asking in the wrong place— go see the nice article on wikipedia.
I did see the article on wikipedia, and it says that full homomorphic encryption is a scientists' wet dream and it has never been achieved.

Well technically it was achieved by Gentry and a few related improvements on that, however those schemes are extremely far from practical.
So for practical usage it has not yet been really achieved. That's what i wanted to say.

Anyway, it would be extremely cool to have homomorphic encryption as it would enable ultimate blockchain compression (there was a topic here claiming that).
271  Bitcoin / Development & Technical Discussion / Re: bitcoins with homomorphic value (validatable but encrypted) on: October 07, 2013, 07:24:47 AM
Correct me if I am wrong here, please.
You are wrong. But you're asking in the wrong place— go see the nice article on wikipedia.
I did see the article on wikipedia, and it says that full homomorphic encryption is a scientists' wet dream and it has never been achieved.
272  Bitcoin / Bitcoin Discussion / Re: Should miners collude to steal funds from wallet confiscated by US government? on: October 07, 2013, 06:20:00 AM
273  Bitcoin / Development & Technical Discussion / Re: bitcoins with homomorphic value (validatable but encrypted) on: October 02, 2013, 10:53:58 PM
The starting point is it is known in the literature that you can do additively homomorphic encryption,
Wait a moment.

Wasn't homomorphic encryption a theoretical academic thing that has not been proved to even exist (or be possible to perform) yet ?

Correct me if I am wrong here, please.
274  Bitcoin / Development & Technical Discussion / Re: [UPDATE] Bitcoin client soft-fork "No Forced TX Fee" v0.8.3 avaiable on: October 02, 2013, 10:43:38 PM
any update to 0.8.5?
Soon. In progress.
275  Economy / Service Discussion / Re: bitstamp not showing up as recently traded on bitcoincharts.com on: September 16, 2013, 10:03:55 PM

Nice find. But I have no way of verifying if that's really the reason why bitcoinchart isn't pulling data anymore.
Quite obviously.

Bitstamp should actually care (it is in their best interest) whether they are displayed on BitcoinCharts, so they would (probably) unban BCharts if they could...
276  Bitcoin / Bitcoin Discussion / Re: NSA security backdoors make Bitcoin nearly worthless! on: September 15, 2013, 09:33:08 PM
Who are THEY?
277  Bitcoin / Development & Technical Discussion / Re: Implementation of push / auto update feature on bitcoin (per configuration) on: September 14, 2013, 09:40:03 PM
If the core developers start telling you that you need developer controlled automatic update you can assume that we've somehow been compromised.

This may one day become a historical quote. I think I will print it out using big letters and glue it above the screen of my computer.
278  Economy / Service Discussion / Re: bitstamp not showing up as recently traded on bitcoincharts.com on: September 14, 2013, 01:40:07 PM
@ShadowOfHarbringer

Whatever, still in the wrong thread! You are off topic here.
Please further discussion about "Does MtGox Own BitcoinCharts?" in this thread https://bitcointalk.org/index.php?topic=270584.0
I am finished with the discussion, I already know the answer.

You're a self-important clown who thinks he knows the answer. /FTFY
Whatever works for you.
I am happy I can be of service.
279  Economy / Service Discussion / Re: bitstamp not showing up as recently traded on bitcoincharts.com on: September 14, 2013, 01:20:57 PM
@ShadowOfHarbringer

Whatever, still in the wrong thread! You are off topic here.
Please further discussion about "Does MtGox Own BitcoinCharts?" in this thread https://bitcointalk.org/index.php?topic=270584.0
I am finished with the discussion, I already know the answer.
280  Economy / Service Discussion / Re: Does MtGox Own BitcoinCharts on: September 14, 2013, 01:19:55 PM
and look this issue about wrong BID - ASK quotes:

https://bitcointalk.org/index.php?topic=22929.msg3140425#msg3140425
https://bitcointalk.org/index.php?topic=22929.msg3147699#msg3147699

Is this  also only some technical malfunction? From mtgox, or bitcoinity.org? Or  intentionally done by mtgox, to disturb trading bots and scalpers etc?
It seem more and more likely that they are bunch of manipulative motherfuckers.

Somebody prove me wrong please.
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 [14] 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 ... 113 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!