Bitcoin Forum
May 26, 2024, 06:29:44 PM *
News: Latest Bitcoin Core release: 27.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 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 ... 137 »
941  Bitcoin / Development & Technical Discussion / Re: 465k Transaction... on: March 29, 2013, 04:01:51 PM
Are you sure you know what a fork is? A fork is the situation when two groups of miners start on the same blockchain, and make two separate ones. Big transactions are just a SoB to verify, I couldn't think of a reason it would cause a fork. But I may be wrong.
conclusion: OP is a fool.
942  Other / Off-topic / Re: Sending REALLY sensitive information on: March 29, 2013, 04:00:33 PM
Even if all your computers are so virus infested they're a biohazard, the chances of the SAME attacker having control over ALL of your communications lines are ridiculously low.
NSA, go look it up you don't know what it is.

no one is talking about vira, you should really go read some more about basic cryptografi, as you cleary don't understand.
Yeah, because the NSA has people being paid to listen to your phone lines, read your email and IMs, and intercept and read your regular mail.  Roll Eyes
if the information is sensitive enough, then Yeah! tap all the stuff.

but the only hard thing to do here is the phone, the rest is text based and can easily be faked.

the only impossible thing is pre-distributed public keys(gpg or similar), but that would require the two parties of the communication to meet at least once.

Text based communication is not easily faked if you ask a question that very few people would know.
simple example:
Alice to Attacker: answer this question _, and i will believe you are bob.
Attacker to Bob:  answer this question _, and i will believe you are bob.
Bob to Attacker: this is the answer to the question: _.
Attacker to Alice: this is the answer to the question: _.
Alice to Attacker: hello, bob!
Attacker to Bob: kthxbye.

and the Attacker and Alice continues the conversation. It is really that simple, and security would not be any better even with public-key cryptography(unless they where pre-distributed).

now, please STFU and go learn some basic cryptography.
943  Bitcoin / Development & Technical Discussion / Re: 465k Transaction... on: March 29, 2013, 03:48:22 PM
Surprised that did not cause a fork!
why?
944  Other / Off-topic / Re: Sending REALLY sensitive information on: March 29, 2013, 09:42:32 AM
Even if all your computers are so virus infested they're a biohazard, the chances of the SAME attacker having control over ALL of your communications lines are ridiculously low.
NSA, go look it up you don't know what it is.

no one is talking about vira, you should really go read some more about basic cryptografi, as you cleary don't understand.
Yeah, because the NSA has people being paid to listen to your phone lines, read your email and IMs, and intercept and read your regular mail.  Roll Eyes
if the information is sensitive enough, then Yeah! tap all the stuff.

but the only hard thing to do here is the phone, the rest is text based and can easily be faked.

the only impossible thing is pre-distributed public keys(gpg or similar), but that would require the two parties of the communication to meet at least once.
945  Other / Off-topic / Re: Sending REALLY sensitive information on: March 28, 2013, 08:37:56 AM
Even if all your computers are so virus infested they're a biohazard, the chances of the SAME attacker having control over ALL of your communications lines are ridiculously low.
NSA, go look it up you don't know what it is.

no one is talking about vira, you should really go read some more about basic cryptografi, as you cleary don't understand.

946  Bitcoin / Development & Technical Discussion / Re: [ANN] BitEN - bitcoin erlang node on: March 27, 2013, 09:17:25 PM
Code:
5> Start time..2013.03.27 20:44:01 UTC
Cur time....2013.03.27 21:18:05 UTC
Connects:...61110
Connected:..433
Accepted:...1
Answers:....433
Cur peers...320
Relayed TX:.37001
Mempool:
 exception: exit:{timeout,{gen_server,call,[mempool,get_stats]}}
Errors:
 timeout:...24231
 refused:...3412
 unreach:...1873
 other:.....30466
947  Bitcoin / Development & Technical Discussion / Re: [ANN] BitEN - bitcoin erlang node on: March 27, 2013, 08:46:59 PM
Quote
same here, it just dies...
Can you show output of
stat:print()  ~5 min and ~30 min after start?
Code:
Start time..2013.03.27 20:44:01 UTC
ok
Cur time....2013.03.27 20:45:22 UTC
Connects:...2190
4> Connected:..149
Accepted:...0
Answers:....149
Cur peers...131
Relayed TX:.482
Mempool:
 inv table..111
 req table..10
 tx table...119
 peer table.111
 check inv..0.0168 s
 clean inv..0.0005 s
 clean req..0.0001 s
 clean tx...0.0006 s
Errors:
 timeout:...167
 refused:...160
 unreach:...91
 other:.....762
the next will come in 30 min
948  Bitcoin / Development & Technical Discussion / Re: [ANN] BitEN - bitcoin erlang node on: March 27, 2013, 08:09:07 PM
Do not think he will be impressed - it's my first "real" OTP project. I hope it will be able to run more than 24h without problems - right now after 2-3 hours it terminates.
same here, it just dies... Sad
949  Other / Beginners & Help / Re: learning mtgox API on: March 27, 2013, 04:49:29 PM
http://lmgtfy.com/?q=nested+array+php
950  Other / Off-topic / Re: Sending REALLY sensitive information on: March 27, 2013, 09:11:49 AM
This generating private/public keypairs is useless, IF YOU ARE NOT GIVING IT IN PERSON.

http://en.wikipedia.org/wiki/Man-in-the-middle_attack

Um, no, it's not. Learn some crypto before you talk about it.
A requests PGP key from B
C intercepts request
C gives A a PGP key aliased as B
A sends message encrypted with C's PGP key
C now reads message. B has no idea a request was even made.

That can only be done if
a) You don't verify messages over a different line of communication
OR
b) Your attacker has complete control over EVERY line of communication you have
which for very sensitive information, you can assume the attacker does. which means: meet in person, as real persons are hard to fake
951  Other / Off-topic / Re: Sending REALLY sensitive information on: March 26, 2013, 09:33:15 PM
This generating private/public keypairs is useless, IF YOU ARE NOT GIVING IT IN PERSON.

http://en.wikipedia.org/wiki/Man-in-the-middle_attack
952  Bitcoin / Development & Technical Discussion / Re: [ANN] BitEN - bitcoin erlang node on: March 25, 2013, 08:35:42 PM
Good luck with your exams.
thank you Smiley

Quote
It seems like there are some malicious nodes on the network, which send thousands of inv messages. As biten have no anti-DoS features, it causes memory exhaustion and erlang VM termination. I hope to push quick-fix today.
they are not malicious, just stress testing the network. Wink
953  Bitcoin / Development & Technical Discussion / Re: [ANN] BitEN - bitcoin erlang node on: March 25, 2013, 04:45:38 PM
So, anyone tried it? Does it even work for you?
no, i have exams. if i begin playing with bitten, i gonna fail them...
954  Bitcoin / Mining support / Re: How to on SuSE Linux on: March 25, 2013, 04:18:58 PM
anyway: https://en.bitcoin.it/wiki/Poclbm#OpenSUSE

maybe you should STFW next time.
955  Economy / Economics / Re: this is a bubble. on: March 25, 2013, 04:07:20 PM
tulips, .com, and june '11. FUCK ALL, UP UP UP!

continue ahead euphoric lemmings.
956  Bitcoin / Mining support / Re: How to on SuSE Linux on: March 25, 2013, 04:03:32 PM
install ubuntu.
I don't have the option to change the US right now...
no one have the power to change the US except lobbyists. why is that relevant?

if you should not change OS, you should probably not mine either
OS it's a typo.  Why can't I just use SuSE?
becuase suse is a sucky distro.
957  Bitcoin / Mining support / Re: How to on SuSE Linux on: March 25, 2013, 03:16:18 PM
install ubuntu.
I don't have the option to change the US right now...
no one have the power to change the US except lobbyists. why is that relevant?

if you should not change OS, you should probably not mine either
958  Bitcoin / Bitcoin Technical Support / Re: Blockchain.info struggling over v1/v2 blocks after supermajority reached on: March 25, 2013, 10:29:04 AM
that was just a standard reorg.
No, new v1 blocks should be rejected and not shown at all
It was just a standard reorg/blockchain.info does not respect king Gavin's rules...
959  Economy / Economics / Re: this is a bubble. on: March 25, 2013, 10:27:14 AM

The price went up 700% during the 5 weeks after 10/01/2010, from 0.06 to 0.5, and it only took another 2 months for the price to keep staying above 0.5, so I guess....
that does not count and you know it. anyone with 200$ could have done it. here we are talking about something like 600M$(rough estimate, pulled out of my ass, based on the maket cap.)

So you are basically saying:" Once enough money pours in, it can be done."

I know it looks ridiculous(I feel seriously unsettling as well), but I doubt all those thrown down $1M-2M orders in the blink of an eye are that stupid.
calculated risks: they want you to think that bitcoin are going higher, and then they sell. price pumping 101.

on the other hand: my mother does not know about bitcoin yet: bitcoin is not going to 200$
960  Economy / Economics / Re: this is a bubble. on: March 25, 2013, 10:23:15 AM
When will the fear mongers stop?

not fear. its people like you who are pushing the price up, until you realize that you can't sell at a higher price in a reasonable timeframe.

bitcoin is the future, but not the immediate future. its still in beta.

the talk on forum is equivalent to that of june '11

(your next defend of why the price drop in '11: mtgox hack. then i say it was going to happen anyway)
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 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 ... 137 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!