Bitcoin Forum
May 28, 2024, 01:09:27 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 »
241  Economy / Scam Accusations / Re: Find Trendon Shavers in person thread... [BTCST, BTS&T, pirateat40] on: January 06, 2013, 12:58:21 PM
Seeing as this thread seems to have become active again, and the subject of PPT operators has come up, I wondered how forum members feel about the fact that the former Payb.tc, operator of Bicoinmax.com, the largest pirateat40 passthrough, has been allowed to change his forum name to E & G, keeping his "Hero" membership and post count, and has recently become active on the forums again after some months of silence.

https://bitcointalk.org/index.php?action=profile;u=25846

This doesn't seem right to me on all sorts of levels.
My thougths: https://bitcointalk.org/index.php?topic=129970.0
242  Other / Off-topic / Re: Is there any way to scan a website directory for files? on: January 04, 2013, 07:10:45 PM
Wouldn't hundreds/thousands of requests per second be deemed a DDOS attack by any semi-competent webhost?
Depends. What if you launched a big ad campaign and suddenly you get a mass of requests? You would not want your webhost to shut your site down because he thinks something is wrong.
Granted, that many requests from a single host would be suspicious, but if the attacker has resources (i.e. botnet) he can spread those requests over many hosts.
If you run your own server, you could lay traps. Like, letting file2ban monitor logs for requests for e.g. the infamous info.php and block that IP.
If you absolutely have to store sensitive information on your webserver (data exchange, backup, etc) at least put it into a Truecrypt container and upload that one instead.

you should go for a VPS.
Like Linode? Tongue
243  Other / Off-topic / Re: Is there any way to scan a website directory for files? on: January 04, 2013, 06:54:17 PM
How many filenames could be practically searched for on the average server over, say, a month's time?  Or how often can a person feasibly make an HTTP request?
A simple HEAD request would be enough for a scan. Speed mostly depends on your server: a good hardware and configuration can serve hundreds/thousands of requests per second.
Of course if the scan gets out of control you'll notice because your site will start lagging and your logs will blow up.
Even if you think you locked things down (like setting "Options -Indexes") you can run into problems eith e.g. a buggy script. If you pay attention you'll notice that security issues pop up all the time with the most common CMS, like Wordpress, Typo3, Joomla, Drupal etc. If an attacker finds a bug which makes a script return a directory listing you have lost.

Simple fix? Never store files you want to keep private in a location that is accessible by the webserver. Period.
244  Bitcoin / Development & Technical Discussion / Re: The Long Wait for Block Chain Download... on: December 31, 2012, 04:13:48 PM
Now you traded "nearly infinite storage" problem with "nearly infinite bandwidth" problem. Your distributed storage scheme would need a protocol that is resistant to the common exploit: pretend to have block X; but stall (or disappear) when someone asks for it.

It is turtles all the way down, I tell y'all.
You will need "nearly infinite bandwidth" anyway since you have to download the entire chain to verify it. 0.5GB consisting of 10MB data blocks means you store 50 blocks; with the right algorithm behind it (for example, look at the way Bittorrent distributes data) it shouldn't be that much of a drama. The choices are to let everybody store everything (recycling my previous example this would mean a replication count of 60,000) or distributed storage (replication count 5000) or a few (how many? 10? 100?) history nodes. Less replication means easier attacks: a combined government operation spanning over a few countries could take down the history nodes. Or just dDoS them.

As for your exploit: that's already common in many p2p networks and they still survive.
Possible solution: a client requesting a data block sends a random string together with the request and the sender has to deliver the block along with a checksum of block+string. The client verifies the checksum after it receives the block and then requests only the checksum from one or two other random nodes. If all checksums match, the seeding client is good. If the seeding client turns out to serve bad data, the requester stops communicating with it completely (or for x days to get around dynamic IPs). Obviously, it'd be better to have smaller data blocks, like 1MB instead of 10MB. Together with timeouts and a minimum bandwith requirement this could sort out the bad apples.
245  Bitcoin / Development & Technical Discussion / Re: The Long Wait for Block Chain Download... on: December 31, 2012, 10:39:05 AM
It uses a new database layout that does support pruning (= not storing the entire blockchain history), but this will not yet be available in 0.8 probably because of potential effects on the network if too many nodes do not provide history anymore. That would indeed mean storing something like 200 MB - but you'd still need to download the history to verify it, and build the database.
Instead of relying on a few nodes which act as history nodes (what increases the risk of data loss) Bitcoin could move to a distributed and replicated storage method: each node provides some storage and the protocol balances data-blocks across all online nodes to guarantee that each of those blocks is replicated at least n times across the entire network. So when a fresh client joins, it will download the chain, store those ~200MB it needs plus e.g. a flat file of 0.5GB in which those blocks with the lowest replication count get stored. Btw, I mean blocks as in chucks of data, e.g. 10MB blocks, not Bitcoin blocks because by using a fixed size it's easy to swap out blocks.

Let's say there are 60,000 active clients on the network with 0.5GB provided by each client. This would create 30TB of storage. With a blockchain size of 6GB the network could offer a replication count of 5000. If the minimum replication count would be 100, the blockchain could grow to 300GB; assuming the number of clients won't change. The currently required space of ~5GB would offer 300TB in this model (yes, I did round here and there a bit). Of course there still can be the option to work as a full history node which stores all blocks to act as a seeder simply by overriding the 0.5Gb with x GB.
246  Bitcoin / Development & Technical Discussion / Re: 0.7.2rc2 needs a little testing on: December 26, 2012, 10:28:27 AM
I thought it's a very popular feature used by a lot of people.
Is there a reason why Coderrr or you (I think you released a test version with the coincontrol patch) dropped this?
247  Bitcoin / Development & Technical Discussion / Re: 0.7.2rc2 needs a little testing on: December 26, 2012, 09:04:48 AM
After a first look there seem to be no major issues.
Will the coin control feature be added to the official client?
I really got used to this very useful option.
248  Economy / Service Announcements / Re: Introducing EarnFreeBitcoins.com, simple way for users to get their first BTC on: December 25, 2012, 04:23:50 PM
Not sure if I totally understand, could you maybe clarify a bit more? Smiley
Sure. Add a page like "My Account" for those who have entered a Bitcoin address which contains eg:
- paid/unpaid balance
- an option to set the minimum automatic payout (eg 0.001btc)
- "sweep" button (if clicked, the entire balance will be paid)
Since you cannot change the recipient address a password isn't that important. A troll could play around, but never steal any coins. It shouldn't be too complex to add a password field though.
The reason? I wouldn't mind leaving coins in your wallet until a certain amount is reached instead of cluttering up my wallet with lots of incoming mBTC transactions.
249  Economy / Service Announcements / Re: Introducing EarnFreeBitcoins.com, simple way for users to get their first BTC on: December 25, 2012, 12:37:03 PM
Maybe you could add an option to define a minimum payout, or a "pay all with the next batch" button.
250  Economy / Scam Accusations / Re: btcvender scammed me at bitmarket.eu - 5 BTC reward for hints on: December 19, 2012, 10:03:22 PM
I really shouldn't be online when I'm tired
251  Economy / Scam Accusations / Re: btcvender scammed me at bitmarket.eu - 5 BTC reward for hints on: December 19, 2012, 09:08:01 PM
Quote
my own email adress (...) to my second address (....)
Probably best to remove your email addresses from your post if you don't want spam bot harvesters to get hold of it. Smiley
Luckily you quoted his addresses so that it'll be useless if he edits his own posts.
252  Economy / Scam Accusations / Re: BitcoinMax, payb.tc, E&G on: December 19, 2012, 01:05:39 PM
Supply a ream of quotes?
Sure


Pass my info on.
You may pass on my info.
And mine !
You may pass my info.
You can pass my info, I have no problem with that.
Also pass mine
pass my info please (remember to add +800 BTC ;-))
You may pass my info along as well.
You may pass my info.
Yes, you may pass my info. User #295.
You may pass on my info.

Paid by PayB.TC or Pirateat40 (or actually anyone) is fine by me.
You can pass my info along... My forum username is chris3spice...I had Theymos change my display name...don't know if that'll factor in
You may pass my Info as well.
You may pass my info.
Are all these explicit consent statements to pass on info required?

If so, you have my consent.
So we have a bunch of requests (probably more via PM)


In truth, Payb.tc is the only "account" of BCS&T, and therefore is owed the entire amount. I'm not sure how I feel about pirate getting your entire customer list, with bitcoin addresses and email addresses.

+1

i don't see how bitcoinmax account details have anything to do with pirate or BS&T.

it's pretty simple... he needs to pay out my BS&T account to my BS&T withdrawal address.

if only a smaller proportion of that can be paid out, then i'll pass that smaller % on to bitcoinmax account holders.

the "FIFO" thing was only a side-effect of ordering by USER ID (a number), but it doesn't mean if only only get 50% back later accounts will miss out... if i only get 50% back, then all accounts will get 50% back.
payb.tc you know pirateat40 and any other players in this fiasco much better than I

unfortunately this is largely a misconception. i don't have any extra 'insider' information that isn't all over the forum.

by the way, it is very unlikely that i will be sending pirate the details of bitcoinmax accounts. i think this information is totally irrelevant to *my* account at BST.

also, there's a limit to how much more time i can spend on this without getting paid... i also have to focus on where my next paycheque is going to come from.

by the way, it is very unlikely that i will be sending pirate the details of bitcoinmax accounts. i think this information is totally irrelevant to *my* account at BST.

While I agree, unfortunately there are also 370 odd people involved so it might not be that clear cut.

If people want you to pass on their info, you probably should.   Imagine if you don't pass it on and then pirate pays out all accounts that he has info for.   People will be.... displeased with you (and the amount of keyboard warriors on this cesspool of a forum is seemingly unlimited).

if he pays out all the accounts he has info for, then he'll be paying payb.tc 168300+ btc.

he has info for me, and my account.
All the requests have been denied by stating that Pirate has to pay him only.


an example of that would be let's say to start with i have 200 btc which i keep here:

BST wallet   100   i own 100% of these coins
My wallet   100   i own 100% of these coins

then, a bitcoinmax lender decides to invest 40 btc (sending it to MY wallet), the ownership changes immediately to:

BST wallet   100   i own 60 of these coins, and the bitcoinmax lender owns the other 40
My wallet   140   i own 100% of these coins

then if BST stops paying, i've lost 60 btc, and the bitcoinmax lender has lost 40 btc, even though the actual 40 bitcoins that he sent are still unspent in my own personal wallet.
An interesting quote I ran across while looking through the thread. Interesting because this breaks the traceability of coins.
Even with his depost address being known, nobody knows how many coins investors sent to BitcoinMax.

253  Economy / Scam Accusations / Re: btcvender scammed me at bitmarket.eu - 5 BTC reward for hints on: December 19, 2012, 12:04:44 AM
Also, from the swift code he's using Banco Espirito Santo S.A. in Portugal:
http://www.swiftbic.com/bic-code.html?swift_search=BESCPTPL

Since the branch code is 0000 it should be the one in Lisbon.
254  Economy / Scam Accusations / BitcoinMax, payb.tc, E&G on: December 09, 2012, 07:56:36 PM
Since payb.tc/E&G has decided to abandon his BitcoinMax thread and doesn't reply to a PM anymore I finally decided to open a thread.

I think most would agree that Pirate won't return any coin to the investors and I'm aware that payb.tc/E&G said that in case of a Pirate default there won't be any more withdrawals.

However, a few (like myself) had requested Bitcoins before the default; requests which have been ignored so far.

In the past, payb.tc/E&G had been quite vocal about the issue, boldly stating that it's only his business to take care of the Pirate issue by denying investors the option to attempt to settle with Pirate.
When it turned out that Pirate has quite an experience as a scammer and that he won't give in to threats on the Internet things got pretty quiet; just like those who threatened/promised to do everything to get the coins back.


255  Other / Off-topic / Re: REQ: Reverse DOS against Belarus on: November 25, 2012, 09:03:07 AM
http://www.fail2ban.org/wiki/index.php/Main_Page
256  Economy / Scam Accusations / Re: Find Trendon Shavers in person thread... [BTCST, BTS&T, pirateat40] on: November 20, 2012, 01:29:32 PM
Neighbors.   I'm trying to get photos but everyone close to them is afraid to give up info for fear the bitcointalk banditos will show up at their door.
If, they will show up at Trendon's door; and this would not be pretty.
I see no reason why a neighbor should be afraid; they have nothing to do with what happened.
257  Bitcoin / Development & Technical Discussion / Re: SSD - Downloading full blockchain on v0.7.1 on: November 18, 2012, 08:16:22 PM
To reduce the load on your SSD (or any mechanical drive) you could use a ramdisk for the initial download since there will be tons of I/O.
258  Other / Beginners & Help / Re: HELP, BITCOINS STOLEN - REWARD 600 Bitcoins or equivalent in Euro on: November 17, 2012, 01:15:08 PM
Those previous transactions are most probably from other victims of the trojan.
With the exception of OP's coins and a 15btc tx all others are multiples of 50btc though.
I also looks like each of those 50btc transactions goes through 1CLVnMWEwzuGVcQ6L2WBoUJQFj3B9XeVmx or 1HeyN2fuKPurGPQsSSpt3S2Ruy7zc5rye9 if you just go back long enough.
Maybe it's a mixing pool?
259  Other / Beginners & Help / Re: HELP, BITCOINS STOLEN - REWARD 600 Bitcoins or equivalent in Euro on: November 17, 2012, 10:37:46 AM
It's a bit strange that someone who successfully stole your wallet would use an already existing address to send the money to, instead of using a brand new one.

From the information on the blockchain, I would create a list of addresses which have sent to that one address in question, or recevied from it.

Then offer a bounty for anybody who owns one of these addresses; they should be able to tell you who they sent their coins to, or from who they received them.
260  Economy / Lending / Re: 10 BTC for 15 BTC in return on: November 10, 2012, 11:35:34 PM
I'm not playing a lot of Poker, but as far as I know a stake can mean a total loss if the player fails (depending on the agreement with the backer); so I'll pick the safe route and offer 5 for 6 as a loan.
However, if you promise a full repayment of the 7.5btc in case of a stake, I'll offer this one too of course.
Since you halfed the requested loan/return, I'll also half the security deposit.
Send 10btc to 1P6C6JEZPCBqbExxeXmCeHQPoLemfuyyWP and let me know where I should send the 5btc to.
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 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!