Bitcoin Forum
May 24, 2024, 02:11:18 AM *
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 ... 221 »
641  Bitcoin / Bitcoin Discussion / Re: Elliptic Curves subject to Quantum Computer attacks, ramifications for Bitcoin? on: September 13, 2015, 07:27:27 AM
Right, okay, but folks, the actual state of quantum computers is sort of a side issue to my main topic here.  I'm interested in how the plan would go for changing bitcoin's signature algorithm should such a quantum computer be engineered which makes ECC insecure.  The D-WAVE definitely isn't that computer.  Speculations as to how far off such a computer is/may be aren't too far afield, but getting into the specifics of the D-WAVE isn't what I'm after for this thread.
642  Bitcoin / Bitcoin Discussion / Re: Elliptic Curves subject to Quantum Computer attacks, ramifications for Bitcoin? on: September 13, 2015, 05:30:29 AM
I hope LaudaM chimes in.

Bitcoins main defense against quantum attacks are the hashes. Assuming ECC is broken and a private key can be calculated from a public key within reasonable time, youd still have to get the public key first. Since the address used are not public keys and the public key is only revealed once you signed something. You are "fine" as long as you dont spend your coins and have them on an address that was never used. That would be a very serious problem, but considering that ECC is used not only for bitcoin it might be worse for other systems.

It is certainly possible to switch to an algorithm that is considered to be safe in such an event, but AFAIK its a hard fork.

Looking forward to what LaudaM might offer.  I guess I more or less have the same understanding as what you expressed, Shorena.

I guess my question was mainly aimed at that "hard fork" you were talking about.  It seems like it woulnd't be enough to merely switch to a new signature algorithm, because what about all the old UTXOs that are only secured with the broken signatures (and whose pubkeys have been revealed)?  Wouldn't there have to be some desperate action to keep all of those vunerable UTXOs from being spent by an attacker?

Anyway, I'm not too worried about this scenario, I'm just curious to here from people with a better understanding than me exactly what the ramifications might be for changing sig algos.
643  Other / Meta / Re: How to check If someone added me to their default trust list? on: September 13, 2015, 05:18:26 AM
Sweet. A simple grep <username> for Neotox:

Code:
defcon23->Neotox
Argwai96->Neotox
thanks for sharing, but can you tell me where you found this info?

using the link https://bitcointalk.org/trust20150516.txt.xz
I can't find my username in this file, so want to know where and how you got this info

I downloaded https://bitcointalk.org/trust.txt.xz and I find you in there just like Shorena, using grep:

Code:
tsp@computer:~/trustgraph$ cat trust.txt | grep "Neotox"
defcon23->Neotox
Argwai96->Neotox

The trust.txt.xz without a timestamp in the filename has a file datestamp of 11 Sep.

Code:
-rw-r--r--   1 tsp tsp  64K Sep 11 19:52 trust.txt.xz

The one you refer to seems to have the date 16 May in the filename so I think it's an old one.
644  Other / Meta / Re: How to check If someone added me to their default trust list? on: September 12, 2015, 06:41:27 PM
Still needs some help, but here's a first image (generated with just a single command using the script above, somewhat modified):




Clearly it's kinda a total mess so you'd need to tweak the parameters to graphviz, nonetheless, I thought the script to download and draw was worth posting.  This version of "showtrust.sh" works at least for that (and while twopi clearly didn't do a great job laying out the text here, it did draw in under a minute using my low-powered, 3 year old laptop.

Code:
#!/bin/bash

wget https://bitcointalk.org/trust.txt.xz
unxz trust.txt.xz

cat trust.txt | sed -f trust.sed > trust.clean
echo "digraph {" > trust.graph
cat trust.clean >>trust.graph
echo "};" >> trust.graph

# make a simple graph
twopi trust.graph -Tpng > trust.png
xdg-open trust.png

# cleanup
rm trust.txt trust.clean trust.graph
645  Other / Meta / Re: QS joins Tradefortress in the realm of the completely discredted, Wardrick next? on: September 12, 2015, 06:09:33 PM
tspacepilot, is jawguy your alt? do you have any other accounts here?

Do you live in Washington?

Why do you and Quickseller have to resort to doxing? Pathetic.

Interesting to me how he goes from making thinly veiled threats to trying to play the victim as people question his motivations.
646  Other / Meta / Re: How to check If someone added me to their default trust list? on: September 12, 2015, 05:56:19 PM
This is great! Smiley
I mean probably it's not *really* useful but it's definitely cool! I hope soon somebody will come up with a tool to grab that information and generate graphs, interactive trees and more.

Here's a start, this script downloads and upacks the source, removes the exclusion nodes (for now), encapsulates the node list in a simple digraph format that should be drawable by graphviz, and calls circo on it. 


Code:
#!/bin/bash

wget https://bitcointalk.org/trust.txt.xz
unxz trust.txt.xz

cat trust.txt | sed -f trust.sed > trust.clean
echo "digraph {" > trust.graph
cat trust.clean >>trust.graph
echo "};" >> trust.graph

# make a simple graph
circo trust.graph


Code:
# remove exclusions
/-\/>/d
# encapsulate names
s/\(.*\)->\(.*\)/"\1"->"\2"/

Name the first codeblock whatever you want and make it executable, name the second codeblock 'trust.sed' and put it in the same dir as the first codeblock.  Execute.  (assumes you have wget, unxz, and graphiviz installed and on your $PATH).

The problem for me is that I use terrible, low-end hardware, the graphviz executable "circo" is still running after 10 minutes.  I don't know how long it will take so who knows, maybe there are issues.   I can post again if this works or doesn't work but I just thought I'd reply to ecua about automatically downloading and drawing---it's a start.



EDIT: circo is slow for large graphs!  I changed the executable to twopi, but still playing around with it.
647  Other / Meta / Re: proxy ban/tor use question on: September 12, 2015, 06:25:03 AM
Hmm, if I understood it correctly, the forum can't exactly detect whether someone is using TOR; rather, it simply keeps a list of often abused IPs (TOR exit nodes being prominently featured there).

I think you're right that the criterion for evil points is whether or not the IP was used for abuse, but it's not that hard to check whether a node is a TOR exit node, the TOR project tells you how to do it here: https://trac.torproject.org/projects/tor/wiki/doc/TorDNSExitList
648  Economy / Service Discussion / Re: Is escrowing for yourself using a secret alt OK? on: September 12, 2015, 02:36:19 AM
You have failed to describe how this would be any different then if this was a direct trade.

It isn't, and that is the point.

* The buyer is paying because he wants it to be different than a direct trade.
* He is paying for an impartial escrow agent.
* He is getting an escrow agent who is secretly also the seller.
* So he isn't getting what he paid for.
* That is why it isn't fair.

Do you follow that argument? Which of the five lines do you disagree with?
-The buyer is paying $100 for a widget.
-The widget is not worth $101 to him.
-If he cannot buy the widget for less then, or equal to $100 then he will not buy it.
-If the buyer trusts the seller with $100 then he will not request to use escrow.

Conversely:
-The seller wants to sell her widget for at least $95
-If the seller cannot get at least $95 for a widget then she will not sell it
-If the seller trusts the buyer with at least $95 then she will ship the widget to the buyer without first having payment secured by escrow.

We've seen this before from QS,  something about valuing relationships in currency seems to be a kind of foundation of his philosophy. Remember, dooglus, when he wrote that paragraph about exactly how much btc I should or shouldn't be trusted with?  Again and again in this thread he seems to fail to understand that everyone comes with biases, that his own opinion of what is just is inherently skewed in his own favor (as everyone's),  and that the point of a neutral party isn't only how much money you trust them with, but whether they're actually neutral.

QS, can you actually look at dooglus' five lines and say where you disagree or where you think it's not relevant or important?   It's simple and succinctly captures one side of the debate so if you could address it I honestly think it might help to elucidate the competing philosophies here.
649  Economy / Scam Accusations / Re: Quickseller escrowing for himself on: September 11, 2015, 05:20:17 PM
It is a serious offer. If there is really no basis to my claims then tspacepilot would have no reason to hesitate to accept my offer.

Okay, here's an equally serious offer:

Are you willing to put 5BTC into escrow and to leave this forum forever if I will prove that you are an unrepentant arsehole?

If there's really no basis to my claim then you would have no reason to hestitate to accept my offer.  Roll Eyes



@erikalui: It's not extortion though, it's just nonsense.  Extortion is usually where someone demands payment in order to not reveal something damaging.  In this case:

(1) QS isn't threating to reveal unless I pay, he's asking for me to pay for him to reveal something which I suppose he thinks is damaging to me; this why I keep emphasizing the craziness here.  If he did have something damaging on me, why I would pay for him to reveal it?  It's a ludicrous proposition so we probably don't need to give it any more of our attention.

(2) It isn't clear at all what he's even talking about.  "Collusion" is wrong in, say, a poker game, where people if two or more people at the table are working as a team without the rest of the game knowing, they gain an unfair advantage.  Or, as Blazedout419 was talking about, in an escrow situation where, again, the assumption is that al the parties are mutually self-interested and not having an interest in each other's outcome.  But in general in life, "collusion" is simply called "collaboration" and there's not anything wrong with two people working together on a shared goal.  In any case, I already said how I knew that Panthers52 was QS, it wasn't hard to realize if you've been harrassed by him for as long as I have.  He has a certain je ne sais quois which is a kinda like a big blinking lighthouse, once you've had the "opportunity" to experience it as often as I have.

I think that's all I'm gonna say about QS' "offer".  I don't imagine anyone is going to pay him 5BTC to "reveal his proof", so we may as well either let this thread die, it seems that everything which needed to be said about QS' self-escrow scheme has been said, or else turn back to that topic if there's really something more to talk about which is actually on-topic.
650  Economy / Games and rounds / Re: CoinWallet.eu Stress Test Cancelled + Bitcoin Giveaway on: September 11, 2015, 12:40:54 AM
This will increase the amount of core nodes  Cheesy

Ha, indeed.  I guess it's actually a pretty interesting side-effect that could happen.  Imagine if all of a sudden everyone cranks up a full node and then suddently the bitcoin network has a lot more bandwith.  I guess as long as block sizes are limited you'll still have an issue getting the confirmatinos, but at least the network will be more robust!
651  Bitcoin / Bitcoin Discussion / Re: Stress test is underway - Watch your fees. on: September 10, 2015, 08:44:47 PM
look here: https://bitcointalk.org/index.php?topic=1175321

they are given away free privatekeys for anyone to sweep...creating thousands of transactions and doublespent attempts

Wow, clever.
652  Bitcoin / Bitcoin Discussion / Re: Stress test is underway - Watch your fees. on: September 10, 2015, 08:37:55 PM
You guys are aware that Coinwallet isn't even spamming the network (well they are not spamming theoretically, but they still are spamming in the sense). They are just giving away free bitcoins located in many different addresses, they are providing private keys for these addresses. What's clogging up the network actually is human greed, many users are trying to claim these free coins. Essentially, Bitcoin users are destroying its own network at the moment.

Pretty clever, ha? If they were not ranting all over the place how they will spam and they just did this "giveaway" we wouldn't even blame them for nothing. But now we know that they are bunch of bastards which just found another way to spam anyways.

If you want your transaction to confirm, just send with bigger fee.

I actually didn't realized that.  I haven't looked into the details of the "stress tests".  But what do you mean when you say "giving away the private keys"?
653  Bitcoin / Bitcoin Discussion / Re: <Off-topic>: Stress test is underway - Watch your fees. on: September 10, 2015, 08:10:28 PM
They threatened it for early september.  I appreciate the warning.  I got caught with my pants down during a few of their "stress tests" this summer when I wasn't paying attention to fees.  One time a transaction took almost 3 days.  Sad

you are aware of that you can resend the same transaction with fees again immediately?

Yes, I am aware of it in principle, of course in practices it depends on how important it is to get a quick confirmation balanced against the trouble of resetting your wallet.  In my case, it was sent from a mobile phone wallet so I would have probably had to export the private keys and manually made the transaction and sign it and push it and it turned out I was okay just to wait as the other party could see the transaction and that it would be confirmed eventually.
654  Economy / Scam Accusations / Re: Quickseller escrowing for himself on: September 10, 2015, 08:05:54 PM
Then why don't you just post the evidence and explain how you came to those conclusions? Why do you demand a payment for that? If you already came to those conclusions then you have already spent the time researching that and that time will still have been wasted and essentially for nothing if no one agrees to pay you.

It's because it's trolling nonsense.  It's patentely ridiculous.  No one is going pay QS to "post proof" that I "colluded" to find his alt.  Why would they?  We already know that it's his alt.  What's the relevance?  Qs is currently doing his best to turn a thread about how he escrowed for himself into something else.  So far in this thread he's hemmed and hawed for 15 pages, then faked a ban, then flipped out and started calling people idiots, then tried to apologize to some of those people, then accused TC and Badbear, then said sorry to badbear, then said he was going to leave the community (that didn't last long), and today he's back slinging nonsense at redsn0w and trying to "offer" for us to pay him some 1200USD in order to go on further about his own superiority.  Let's not take the deal guys!
655  Economy / Scam Accusations / Re: Quickseller escrowing for himself on: September 10, 2015, 07:56:31 PM
This is a long thread, and I may have missed something, but did anyone figure out whether Quickseller had suggested to use himself as an escrow or did the other person select Quickseller. I can understand that he wouldn't want to reveal his alt if someone else chose him as escrow and just went along with it, but if he was the one that said they should use Quickseller, I think that is very shady and there isn't any logical reason to do that when there are many other far more reputable escrows other than Quickseller.

There's this:

https://bitcointalk.org/index.php?topic=1171059.msg12345881#msg12345881
656  Economy / Scam Accusations / Re: Quickseller escrowing for himself on: September 10, 2015, 07:50:45 PM
I was referring specifically about you colluding with someone.

I don't know what you mean by "colluding" here.  Have I talked with others about your negative behaviors towards me, sure.  Did I get any "tip" that you were panthers52, nope?  You showed your own hand on that.

Quote
Everything else is impossible to prove either way.
Cool.  So, maybe you'll agree it's best to leave your baseless speculation out of it.

Quote
Should I take you saying that you are "done with this flame war" as you declining my request (that you put 5BTC into escrow that would be due me and you leave forever if I can prove my claim)?
Um, yes.  But do you know the real reason why I decline your "request"?  It's because it's far too cheap.  You proving your "allegations" is clearly worth hundreds of BTC, but I just can't afford to pay for it.  If you decide to do it for free, then sweet!



I was referring specifically about you colluding with someone. Everything else is impossible to prove either way.

Should I take you saying that you are "done with this flame war" as you declining my request (that you put 5BTC into escrow that would be due me and you leave forever if I can prove my claim)?

If he declines, and you fail to prove he was colluding, does that mean you were bluffing?

@Jonald, you should request for him to pay you 5BTC if he's bluffing.  If he fails to take you up on your request, you must be wrong. Roll Eyes
657  Bitcoin / Bitcoin Discussion / Re: <Off-topic>: Stress test is underway - Watch your fees. on: September 10, 2015, 07:26:16 PM
They threatened it for early september.  I appreciate the warning.  I got caught with my pants down during a few of their "stress tests" this summer when I wasn't paying attention to fees.  One time a transaction took almost 3 days.  Sad
658  Economy / Scam Accusations / Re: Quickseller escrowing for himself on: September 10, 2015, 07:08:46 PM
Are you willing to put 5BTC into escrow that would be due me and to leave forever if I can prove my allegations to be correct? Do you explicitly deny my allegations?

You'll have to be more serious in stating what your accusations are if you want me to confirm or deny them.  I don't think that  allegations like "I have a vastly superior intellect" are really provable.  And anyway, are you putting up 5BTC on this bet?

Or is this just like more of the mockery you were pulling here, where you were "offering" to pay someone to convince you of something you clearly can't be convinced of.

If you (or anyone else for that matter) can explain how you are not a scammer based on the evidence (and convince me as such) then I will gladly remove my negative rating against you and send the first person to post an explanation in this thread 0.1BTC, I'll keep this offer open until the sooner of 48 hours from this post or when this thread gets locked. You need to convince me in order to claim the bounty.
If no one is willing to write a single post for .1 btc to explain your innocence within at most 48 hours then it will be appropriate to warn others to avoid interacting with you.

^^^This kind of stuff is clearly trolling.  As is the idea that I'm going to give you 5BTC in order for "prove your allegations".  If you have allegations to prove, why not just prove them?   Your chest-banging and bluster is getting cheaper and cheaper.

BTW, I'm done with the flame war here, I hope you all will pardon me as this dude does get my dander up a bit.  I'm moving on now.

Cheers!
659  Bitcoin / Bitcoin Discussion / Elliptic Curves subject to Quantum Computer attacks, ramifications for Bitcoin? on: September 10, 2015, 06:45:34 PM
I saw this in Slashdot yesterday:


http://it.slashdot.org/story/15/09/09/1938206/cryptographers-brace-for-quantum-revolution
Quote
Tokolosh writes:
An article in Scientific American discusses the actions needed to address the looming advent of quantum computing and its ability to crack current encryption schemes. Interesting tidbits from the article: "'I'm genuinely worried we're not going to be ready in time,' says Michele Mosca, co-founder of the Institute for Quantum Computing (IQC) at the University of Waterloo..." and "Intelligence agencies have also taken notice. On August 11, the US National Security Agency (NSA) revealed its intention to transition to quantum-resistant protocols when it released security recommendations to its vendors and clients." Another concern is "intercept now, decrypt later", which presumably refers to the giant facility in Utah.
In related news, an anonymous reader points out that the NSA has updated a page on its website, announcing plans to shift the encryption of government and military data from current cryptographic schemes to new ones that can resist an attack by quantum computers.

Then I looked a bit at the wikipedia page on elliptic curve cryptography and it seems that ECC is especially vuneralble to quantum attacks compared to RSA crypto of equivalent key lengths.  From what I understand, the main advanage to date of ECC over RSA is that you can get equivalent security for shorter key-lengths.  A 256bit ECC key is supposed to provide security on the order of like a 1028bit RSA key. However, apparantely quantum computers nullify this advanage.

Does this have ramifications for bitcoin?  In a worst-case scenario in which our fundamental crypto is broken, would bitcoin be able to upgrade the protocol to use a different crypto system?  How would the UTXO set be secured?

Thanks in advance for educating me you guys.
660  Economy / Scam Accusations / Re: Quickseller escrowing for himself on: September 10, 2015, 05:59:17 PM
I really think you're overreacting because of your previous problems with QS. Colluding may be understood as just "acting together" with somebody, with that definition escrowing for yourself is definitely a collusion but it's not necessarily a scam. However I think the most accepted definition of collusion includes "with evil or harmful intent" or "to conspire in a fraud", in this case escrowing for yourself is not collusion; you're colluding only if you do harm (i.e. scam) somebody else by acting together with your other self (i.e. your alt). So escrowing for yourself is just the first step that could end on a collusion.


You're right that QS' behavior towards me for the last 6 months has certainly earned him a special place in my heart.  And I was sorta trying to emphasize that by pointing out that if he hadn't been harrassing me with all of his sockpuppet accounts, I certainly wouldn't have ever run across his self-escrow scheme.

With respect to scams, it seems to me that taking an escrow fee while leaving the other party out of the loop is the definition of taking money for a service and not providing that service.  QS has said several times in this thread that if his victim/trading-party was unaware of the fact, then there's no harm done and no foul.  He references something he calls "efficient markets" and says that the only thing a rational person cares about is how much money leaves or enters his wallet.  I think those statements together betray a sort of dangerous sollipcism.  he stil doesn't seem to understand that for a person who hired him as escrow, that person was expecting that both parties send to an escrow, not to have to send first.  That person paid money to him to mitigate risk and he pocketed that money without providing the risk abatement insurance that a third party could provide.  Even now as he writes about this he states that "he is always fair", "he is never wrong because he's so careful".  These statments seem to betray the fact that he can't realize that fairness is also a matter of prespective.  That it's impossible to be objective as humans, that his perspective comes with his own bias (as do each of our perspectives).  I leave people to judge for themselves what his statements, his actions with sockpupets, not to mention his trust ratings betray about his ability to act with impartiality or neutrality.  I think it's good that this stuff has seen the light of day.

That said, yes, I'm probably overreacting Smiley

Quote
That said, I reiterate I'd prefer to use an escrow that never escrows for himself and I'd definitely wouldn't do it myself. I find this activity unacceptable and far from transparent. But saying someone that does that (and doesn't steal money or do harm while doing it) is necessarily a scammer or similar is an exaggeration.

I mainly agree with you, but I think that (1) QS did steal money in this case, whereas there's no evidence to suggest that TC has done so; (2) the ability to decide when you've done harm is biased, and no one should be allowed to be both arbiter and party to the argument.  People who think they can do so either haven't really thought it out, or they're nuts.



Lol. You did not find my alt. you were tipped off about Panthers being my alt. You were told to delete the PMs (and so would the person who you were messaging) so the PMs would be deleted from the forums DB.  
I don't know what you're talking about here, man.  I think the paranoia is perhaps overtaking you.   Lol, now that I think about it, who would have tipped me anyway?  Did you tell someone that Panther52 was your alt?  I don't think you realize something about yourself man:

1) you have a distinctive way with words (cf. the quantification of this in the OP)
2) your persecution of me was outlandish and over-the-top

Put these toegether and it's really not that hard to see what's going on when an account I've otherwise had no contact with starts PMing me about havesting my transaction details and bitcoin addresses with vague motivations like 'maybe I can help'.  Or when that guy starts leaving me ranting PMs saying that I'm nothing but an off-topic posting scammer, but he can get me some deals on a lealanna coin.  Comeon man, you have to try to step outside of yourself once in a while to see how others perceive you.  And when that guys shows up in the thread accusing quickseller of trust abuse and starts ranting about the same exact things that Quickseller has been doing to try to distract from the matter at hand, it was really more than obvious to anyone who was looking.  As I said to you then, are you sure you want to keep pulling more and more alts into this?  I mentioned at the time that I was surprised you were going to end up outing an alt you were doing escrows for.

Quote
However both you and the person you were colluding with vastly underestimated me. Mwa ha haaaa!
FTFY.

Quote
The "test" that you ran was run in multiple ways and you picked the one that gave the results that you were looking for. Then you continued to run similar tests on other accounts until you found three others that gave you the results you were looking for.
Were you in my room living on my computer?  Here you go again proclaiming "facts" you have no pertenence to.

Quote
Your test is scientifically invalid and your hypothesis was not sufficiently tested and the reason you did not test it was because doing so would not give the results you are looking for. There is a reason why you did not "run more tests tomorrow" as you promised to do several days ago.
You're right.  The reason is that you fessed up.  Why do more experiments to verify the already verified?

Quote
Your setup is sufficiently complex so that it would be unlikely that anyone would even check your work to make sure the results that you claim to have gotten is what you actually got (nor for others to be able to run similar tests on others). I also have my doubts that you actually were able to design this test yourself, although I will not go as far as to say that you did not personally run these tests.
Lol, I love it.  I'm clearly too stoopid to do anything clever, ever.  You're probably right.  If you decide to use that superior intellect of yours to build you own language models for youself, the instructions are in the OP.  PM me if you need help.
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 ... 221 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!