Bitcoin Forum
June 17, 2024, 12:55:25 AM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 [2] 3 4 5 6 »
21  Economy / Speculation / Re: Wall Observer - MtGoxUSD wall movement tracker on: April 07, 2013, 03:18:09 PM
Too bad Bitcoinity is still out, I miss the ATH warning and the gifs.
http://markets.blockchain.info/
22  Bitcoin / Project Development / Is there any free/open exchange software source? on: April 07, 2013, 01:56:50 PM
Just wondering if any free exchange software exists - Only thing I have found seems to be the Intersango exchange but just want to double check if there is anything else.

~Thanks
23  Economy / Speculation / Re: The pessimists - post crash stable price guesses? on: April 03, 2013, 02:45:44 PM
$125.64
24  Alternate cryptocurrencies / Altcoin Discussion / Re: Ripple Giveaway! on: March 23, 2013, 01:38:18 PM
rG9HbMf11RRjNuYGP3auq5Zyx6RCFrYstC
25  Economy / Scam Accusations / Re: Intersango Scamming on: February 03, 2013, 02:52:38 PM
https://bitcointalk.org/index.php?topic=123518.0

tl;dr:
Intersango explaining their scam as "you sent the funds to the wrong account" (but not until he made a forum post, 3 months later). No explanation as to why the reference code on his bank statement matches that of what intersango gave him: (bank statement, intersango (both showing da084781).
26  Other / Beginners & Help / Re: Intersango scam!! on: November 23, 2012, 12:02:14 AM
Here's How we see it:

He sent his funds to the "wrong" account.

That account bought bitcoins and transferred them off our site quickly.

I tried to help him.  It took awhile and some back-and-forth for him to give me all the information.

By then I put two-and-two together.  He accesses "his" account over clearnet (the regular internet).  The "wrong" account is always accessed over tor.  However there is a pattern – the two accounts sign in within minutes of each other regularly.  No "proof", but it appears he controls both accounts and has his bitcoins.

If you do not control both accounts, my apologies for questioning your information.  But the fact is you sent your funds to the "wrong" account (or your bank did), and that other person has already taken the coins purchased.

Please do not blame Intersango for your (or your bank's) mistake.

And you never mentioned this once in any of the emails? If it was as simple as him sending the money to another account (that he does not have control over; asked him over skype just now because i know him irl) you would have easily been able to tell him that the money has gone into another account ever since the first email.

Patrick even told him he would credit his account with the money (but couldn't do so until the following day, what a convenient way to delay) while they are investigating where the money had dissapeared, this never happened since it was just another way to delay of course.


* Your story (for almost 2 months) at first was that you have not gotten the money.
* When my friend contacted his bank who proceeded to contact your bank to find out where the money had gone, they confirmed that the money had been credited to intersango without problems.
* Now 2 months later you claim that he has already withdrawn his money from a some other second account that he logs in through with tor, this story is almost better than Twilight.
27  Other / Off-topic / Re: 20% returns guaranteed. on: September 10, 2012, 04:31:30 AM
Send me money and I will return 20% of it. Guaranteed!11!!

1N57qnfaUPMq3prfEmew9ghEejAojGuoSE

reported as scam.

We have had enough of this shit with Matthews recent public meltdown.
Since this is a shit thread some offtopic won't hurt.

I'm outdated - please link this either here or in PM please. Much love <3 xoxo
28  Bitcoin / Bitcoin Discussion / Gamedev bundle - accepting bitcoins. on: July 12, 2012, 12:10:19 AM
Saw this on the bitcoin reddit.

https://gamedevbundle.com/
29  Local / Skandinavisk / Re: Någon som säljer 5850 eller 5870? on: July 06, 2012, 09:44:41 PM
Har ett sapphire 5850 xtreme som är lite under 1 år gammalt - mineat i ca 2-3 månader med det och sen har det legat oanvänt aka idle i datorn ca 4 månader -> sen urplockad ur datorn (började bli ovärt mot pris för elektricitet).

Kan skicka iväg för 850SEK+fraktkostnad(ca 50-100kr tror jag?) om någon är intresserad.

Har för mig att jag fick upp den i ca 340mhz utan problem. Chassit hade dock kasst lufflöde och jag överklockade inte så mycket (900-1000core, 300memory)/höll ändå rätt låg temp. Går säkert att få upp rätt mycket högre i bättre miljö&bättre minersoftware (vet inte hur stor skillnad det är nu vs då)
30  Economy / Speculation / Re: something is happening in europe :) on: June 17, 2012, 10:35:29 AM
As I can see EUR volumes in Ks and USD Voumes in Ms?

So what is the point?
1 week of oct 11; 1mil vs 25k (1000/25=40)
1 week of jun 12: 2mil vs 100k (2000/100=20)
US has grown x2
EU has grown x4

If you look at may 12 the growth starts there.
31  Bitcoin / Bitcoin Discussion / Re: One Shot, One Bitcoin - Bokode Laser Tag? on: March 25, 2012, 02:46:40 AM
Wouldnt it be shit-easy to steal these physical bitcoins? aka someone scanning them without your knowledge.
32  Bitcoin / Bitcoin Discussion / Re: 195.200.253.240 is a real jerk on: March 22, 2012, 11:58:37 PM
That's CRAZY!!!

That IP is mine, I have a bitcoind running there but not only are the generation addresses not mine but also I have never found a block there that I can remember.

So... what's going on?
If it is truly your IP it was probably relayed through you.

AKA the block was sent through his bitcoind to your bitcoind which further sent it to blockchain.info (there might have been people inbetween you and the miner but you were the one who finally sent it to blockchain.info's bitcoind)
(pretty sure this is how blockchain.info gets their ip, kind of weak method)
33  Economy / Marketplace / Re: Realtime Pricing $ to BTC BBCode Image Service by BitcoinMint.US on: February 20, 2012, 06:49:11 PM
Source for similar script if you want to host it yourself, requires php gd & json.
Code:
<?php
$opts 
= array(
  
'http'=> array(
    
'method'=>   "GET",
    
'user_agent'=>    "MozillaXYZ/1.0"));
$context stream_context_create($opts);
$json file_get_contents('https://mtgox.com/code/data/ticker.php'false$context);
$jdec json_decode($json);
$ppbtc round($_GET["usd"]/$jdec->{'ticker'}->{'sell'}, 2);
$length strlen($ppbtc);
//add [$length += 3;] if you want "BTC" at the end:
$im imagecreatetruecolor(($length*8), 13);
$bg imagecolorallocate($im000);
$black imagecolorallocate($im100);
imagecolortransparent($im$bg);
imagestring($im400$ppbtc ."BTC"$black);
header('Content-type: image/png');
imagepng($im);
imagedestroy($im);
?>


Code:
[img]http://74.63.229.70/convert.php?usd=10[/img]
34  Economy / Goods / Re: [WTB] Humble Bundle - Frozen Synapse on: September 28, 2011, 09:34:51 PM
JaToch from old apb irc?! <3!

I'll get you this for whatever you want to pay Tongue

edit: PM me your mail bro =)
35  Economy / Marketplace / Re: Original $€ to BTC bbcode image service on: September 27, 2011, 07:30:39 PM
where is the script ? Sad
http://solidfiles.net/d/09d9f/
Pretty sure this still works. If i remember correctly the code is pretty ugly though but is easily fixed if you have some experience since it's very few lines of code.

phpgd only requirement i believe.
36  Other / Beginners & Help / Re: Why bitcoin? on: September 04, 2011, 01:11:59 PM
Decentralized - there is no central authority over bitcoin.

No one can print more bitcoins when the limit of 21mil is hit.
No one can stop you from sending your bitcoins to someone else (wikileaks being a popular example)
No ridiculous fee's (other than 1 cent or whatever (believe it's even lower) for transaction fee) for sending someone money.

There isn't really any big advantage for the regular person other than that there's basically no fee's.

Pretty sure there are other reasons to use bitcoins, but those 3 are probably the most important things.
37  Bitcoin / Bitcoin Discussion / Re: Bitcoin Conference 2011 NYC on: August 27, 2011, 06:25:16 PM

Everyone should move all SERIOUS discussion of Bitcoin to TweetForum, bastion of valid discussions

... and censorship. After all, what is an open source project without some proper censorship eh!? Cheesy
What does a forum dedicated to an open source project have to do with censorship? Open source is only.. open source... conservapedia?

I'm not against you in the argument, i guess this forum needs a small cleanup but nothing extreme.

However this is totally the wrong thread for this discussion (and should probably be cleaned away).
38  Other / Meta / Re: Ponzi Sub-Forum????????? on: August 26, 2011, 08:09:32 AM
I'm pretty sure this is what theymos means (sorry if i'm horribly incorrect):

Once upon a time, when bitcoinduit/bitcatch "create game" feature didn't exist, people had to host their own games. Advertising your game during that time was not considered spam because the only possible way to find those games were through the forum. It did however start to get bad with the google docs ones just before bitcoinduit came around, imo.

Now, all of the games are hosted by either bitcoinduit or bitcatch. This means they can be viewed simply by going to these sites, which everyone who plays ponzi already knows about. Those who don't know about the sites should be able to find the site in the gambling section, not see spam of all the games hosted on it. Much like bitcatch didn't create a new thread for every new round back in the days.
39  Other / Meta / Re: Ponzi Sub-Forum????????? on: August 26, 2011, 01:31:53 AM
Yes please, been thinking of suggesting this myself.

Thread should probably go into "meta" forum though.
40  Bitcoin / Bitcoin Discussion / Re: Mining from many PCs on: August 25, 2011, 06:27:55 PM
https://en.bitcoin.it/wiki/Mining_hardware_comparison

A 5450 gives you about 15 mhash, don't waste your time with it. You will maybe get ~8BTC month running 30*5450 24/7. If any computer has any of the "popular mining card", use only those computers.
Pages: « 1 [2] 3 4 5 6 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!