Bitcoin Forum
May 25, 2024, 10:45:56 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 [168] 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 »
3341  Economy / Services / Re: .1 BTC raffle for CoinChat! on: July 08, 2013, 04:33:36 PM
Cross-post:


17FDHEKzTUJ5v5kyJbVekrWg8zYKvNGYgC

Thank you Smiley

EDIT: Actually the Bitcoin Address I'd prefer to use is 1QFsR2dqv1SpCtA4kjK8KBZKYkKAaBYxNw


Best regards
3342  Economy / Marketplace / Re: CoinChat's 10 BTC referral contest! Refer the most to win. Ends Aug 1st. on: July 08, 2013, 04:19:49 PM
Now I can add ..
✓ Get DDoS'd
to the list of drama on coinchat.

Drama on CoinChat?  Shocked Never!

Yeah, as if, I got told off by someone for tipping ~1 BTC over 2 days, lol

18    Carlos (after 8 referral penalty)
8    Boelens
6    s1d2a3h4
4    DiamondCardz
3    joe108


Fuck yeah. but how is joe108 on the list?

better question is, who is joe108 lol

+1, lmao
3343  Bitcoin / Project Development / Re: LF> A very basic faucet coder on: July 08, 2013, 04:15:57 PM
Here you go, full featured faucet program. Automated, configurable, referral program, built in ad rotator, IP logging, blah.

http://glados.cc/myfaucet/

Eh, it'll do. Thanks. Tongue
3344  Economy / Marketplace / Re: CoinChat's 10 BTC referral contest! Refer the most to win. Ends Aug 1st. on: July 08, 2013, 04:08:51 PM
Now I can add ..
✓ Get DDoS'd
to the list of drama on coinchat.

Drama on CoinChat?  Shocked Never!

Yeah, as if, I got told off by someone for tipping ~1 BTC over 2 days, lol

18    Carlos (after 8 referral penalty)
8    Boelens
6    s1d2a3h4
4    DiamondCardz
3    joe108


Fuck yeah. but how is joe108 on the list?
3345  Economy / Scam Accusations / Re: The true list of ongoing dicks on: July 08, 2013, 04:07:29 PM
Wtf, it won't let me list you, greyhawk? I guess the software just likes you... o_o
3346  Economy / Scam Accusations / TEMP: Investigation into scotaloo on: July 08, 2013, 06:20:16 AM
Old thread that makes me look like an idiot. Let's leave it at that. Wink
3347  Economy / Scam Accusations / Re: How Juneteenth will rob you- PART ONE on: July 08, 2013, 06:16:04 AM
He cut and run. I don't see what's so special about this. If I read this shredded English properly, he had successful transactions, then cut and run. Pretty par for the course as far as things go.
No ban yet ? Shocked
How is it possible ?

Bear ? John ? This guy needs to shut up until justice knocks to his door.

I've already moved across the country. And I don't "need to shut up". That sounds borderline facist.

On topic - My point was simply that there is a difference between a "selective scammer" (someone that hits you because he can with no real consequences) and a "runner".

A selective scammer will hit 1/10, 1/20, or that sweet bulk amount out of 50 legitimate transactions. The world could worship a selective scammer for their legit reputation and honesty, while two or three people cry foul. They are extremely hard to detect, even harder to catch, and impossible to stop, as the human attitude towards business transactions is usually "Well -I- didn't have a problem...". If you've dealt with a person for $50 amounts, and the rest of the people vouching for him have dealt in $50 amounts, do not be the first to deal in $200 amounts. That's the best advice I can give.

A runner simply waits until the "pot" is big enough (enough trust has been built, transactions performed) and then hits as many people as he/she can in one swoop. They are difficult to detect, easy to catch, and difficult to stop.

A tell-tale sign of runner behavior might be a "great deal", or someone who is only offering large sums of something. Or if they suddenly stop accepting escrow. But that cold and sick feeling in your stomach when the PMs go quiet means you've just been hit.

A selective scammer can be exposed with this kind of thread. A runner is ready to go down in flames (and with your money) and does not care about these kinds of threads. That's what I'm saying.

Never. Ever. Ever. Ever. Ever deal outside of escrow. Just don't do it. Wait your 1-3 days for John K (or less than that) and escrow properly.

I hate to say it but... +1
3348  Bitcoin / Project Development / Re: LF> A very basic faucet coder on: July 08, 2013, 04:52:29 AM
You probably should be using API sending functions (instead of getting carpal tunnel syndrome for repetitive data entry).

There's going to be a cap + I can handle carpal tunnel syndrome anyway.

Also require a reCAPTCHA and limit IPs.

Nah, I don't need to.

3349  Economy / Services / Re: .1 BTC raffle for CoinChat! on: July 08, 2013, 04:51:13 AM
Had to re-write the code.

Hope you're okay with pink! :p

Yeah, that's fine. Smiley
3350  Bitcoin / Project Development / Re: LF> A very basic faucet coder on: July 07, 2013, 09:10:51 PM
Something like this should work I am not at home so I have not tested it but this is the general idea.

Code:
<?php

if( isset($_POST['address']) )
{
/*
This is probably what you are looking for here
*/
$address htmlspecialchars($_POST["address"])
$file "readable.txt";
$f fopen($file'a');
fwrite($f$address PHP_EOL);
fclose($f);
/*
This is probably what you are looking for here
*/
echo 'address submitted';
} else {
echo 
'<form action="<?php echo htmlentities($_SERVER['PHP_SELF']);?>
" method="post">
 <p>Address <input type="text" name="address" /></p>
 <p><input type="submit" /></p>
</form>';
}

?>

Looking more for PURE HTML/ASP.
3351  Economy / Marketplace / Re: CoinChat's 10 BTC referral contest! Refer the most to win. Ends Aug 1st. on: July 07, 2013, 09:08:49 PM
Could we get another update on the referral standings?
Currently I'm recovering coinchat from a DDoS attack.

Ah, right, that happened earlier, the server held up for a bit but in the end crashed. That's higher priority =P

I KNEW IT. Our just-dice conspiracies have been confirmed. Embarrassed
3352  Economy / Services / Re: .1 BTC raffle for CoinChat! on: July 07, 2013, 08:55:58 PM
Looks like it's getting removed.  Ref links not allowed, maybe.

Huh? If you're talking about girlfawkesy's, it's because you can't have links in your signature with less than 10 posts.
3353  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: Just-Dice.com : Play or Invest : 1% House Edge : Banter++ on: July 07, 2013, 08:53:29 PM
Is any of the bank roll kept in cold storage?  How big is the hot wallet?  I am interested in investing, but would be very risky if the site was compromised if most funds kept in a hot wallet.

LOTS is kept in cold storage. Over a million dollars of the Bitcoins are.
3354  Economy / Games and rounds / Re: .1 BTC raffle for CoinChat! on: July 07, 2013, 08:49:23 PM
Hope I've changed it correctly

That works - thanks! Cross-posted your entry to the main thread.

You'll have to check with TF if he'll allow that, because it's technically a paid signature. I think, seeing as it advertises his service, he might. o_o
3355  Bitcoin / Project Development / LF> A very basic faucet coder on: July 07, 2013, 08:39:28 PM
Your mission, should you choose to accept it:

Tell me how I can make an input box with a Submit button, then have the information from this put into a read-able .asp or .txt file (on a webserver/site). Literally. That's it. This will be for an inputs.io faucet, all the other design will be handled by me.

Your reward:

All CoinURL advertisement revenue for the first week. There will be 2 CoinURL banner slots - as this as a faucet, it will attract decent traffic and bring in decent revenue.

First to PM me with the code and tutorial gets it. I KNOW this is really simple - I've just forgotten the code needed.
3356  Economy / Games and rounds / Re: .1 BTC raffle for CoinChat! on: July 07, 2013, 08:34:48 PM
1v.io/intricatexlaydee

17FDHEKzTUJ5v5kyJbVekrWg8zYKvNGYgC

Thank you Smiley

You can decrease the font-size to a minimum of 10, but it needs to be fully visible.
3357  Economy / Scam Accusations / Username "Obama" IS behind the latest wave of RAT'ing and phishing. on: July 07, 2013, 07:52:39 PM
I've just found the critical mass.

Seen in the thread https://bitcointalk.org/index.php?topic=251363.0 - the usernames acne/macintosh/kodo/Obama are the same. (which is also backed up as Obama was buying "vintage" names) Now I can say that legitnick is the same. We have the fact that legitnick offered to sell his account for $3.50, but we also have a hacking similarity.

If you opened legitnick's .zip file, a DarkComet RAT was installed on your system. Same if you went to the Phishing link.

On my system the downloaded file opened up access to DarkComet RAT.  They used that to remote onto my system to try installing other software.  In the details of the file they downloaded, Dell Datasafe was mentioned.  It looks like a service similar to Dropbox.

Chad

Now let's look at acne's, or Obama's, virus.

http://anubis.iseclab.org/?action=result&task_id=16fd927255c1f53f4b5941c1471918b0f&format=html

Oh look, it's our old friend, DarkComet RAT! I wouldn't be surprised if Obama has been behind the last couple waves of hacking.

Screw making account trading illegal, let's just ban Obama and his alts and get it over with?
3358  Economy / Scam Accusations / Re: Pishing scammer! legitnick! on: July 07, 2013, 07:48:48 PM
DarkComet RAT

...I've figured out the critical mass.
3359  Economy / Games and rounds / .1 BTC raffle for CoinChat! on: July 07, 2013, 07:41:02 PM
This is a BTC .1 raffle. To enter, put the following in your signature:

Code:
[center][size=12pt][glow=#ef403d,2,300][b][url=http://coinchat.org/r:DiamondCardz][color=#000000]Free [BTC] for chatting! Click me, great community and great payouts![/color][/url][/b][/glow][/size][/center]

Which yields this:


Then post your address below.

Additionally, if you post your inputs.io email, you will get 10% extra (the winnings sent to your inputs email) if you win! Smiley

This ends on August 1st. Also, I'd appreciate it if you signed up for CoinChat. Smiley

EDIT: If you have TradeFortress' CoinChat signature (that is to say, you are on one of his old terms still), change the http://coinchat.org in the signature to http://coinchat.org/r:DiamondCardz and you will also be eligible! Note that this is allowed.
3360  Economy / Scam Accusations / Re: 22000 USD SCAM because of Phishing and Bank Transfer Chargeback on: July 07, 2013, 07:39:10 PM
I've determined the locations of this scammer.

My more likely thought is that the scammer lives in the Netherlands, Amsterdam. The less likely thought is that he lives on the outskirts of some major cities in Germany.
Pages: « 1 ... 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 [168] 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!