Bitcoin Forum
May 13, 2024, 09:54:22 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 »
521  Bitcoin / Project Development / Re: UK exchange: Britcoin on: June 23, 2011, 02:55:26 PM
Good work dooglus! Cheesy
522  Economy / Marketplace / Re: 2.25X Double Trouble [FRESH START!] [GAME JUST STARTED!!!!] on: June 22, 2011, 10:47:35 PM
No, I wasn't, sorry if it was unclear Smiley
523  Other / Meta / Re: Britcoin has mysterious darkorders ? on: June 22, 2011, 10:39:14 PM
Britcoin order matching system is a bit broken (imo). It doesn't match the best order price, but seems to match exactly what you ask for. See the big britcoin thread for details, it's being discussed there.
524  Economy / Marketplace / Re: 2.25X Double Trouble [FRESH START!] [GAME JUST STARTED!!!!] on: June 22, 2011, 10:37:38 PM
I'm gonna need to start going to Ponzi's Anonymous at this rate...

1BTC in and 2.224BTC out, thanks Cheesy
525  Bitcoin / Bitcoin Discussion / Re: How to Identify bitcoin sender? on: June 22, 2011, 03:14:17 PM
Simple - generate a new receiving address for every transaction and give the new one to each new person you deal with.
526  Other / Beginners & Help / Re: New BitCoin Address - perma addy? on: June 22, 2011, 12:29:08 PM
If you lose the wallet.dat that is associated with an address, the coins and any future coins sent to that address are lost. Morale of the story: keep wallet.dat safe and backed up.

(wallet.dat being the file the bitcoin client generates and stores on your filesystem)
527  Other / Beginners & Help / Re: New BitCoin Address - perma addy? on: June 22, 2011, 12:07:11 PM
Yes, you can generate and use as many receiving bitcoin addresses as you like. There is a list of all you've generated in the menu option "Your Receiving Addresses"

As to the passwords, bitcoin itself does not require one, no - you're probably seeing threads about mtgox, a trading exchange which was recently hacked.
528  Bitcoin / Project Development / Re: UK exchange: Britcoin on: June 22, 2011, 10:12:34 AM

It may be working as described and still do what you see.

The algorithm as described is to find any two orders which match, and to fulfill them using the rate specified by of one of the orders.  There seems to be no attempt to match the highest buy with the lowest sell, and no attempt to use the rate set by the older of the two orders.  It's apparently random which of the suitable buy orders you get paired up with.


Ah, ok, thanks for the clarification dooglus. Hope this is improved upon soon then.
529  Bitcoin / Project Development / Re: UK exchange: Britcoin on: June 22, 2011, 09:38:39 AM
genjix, ok, then it's not working.

I realise you have a lot on your plate at the moment with the bank situation, but if you or someone (is there a support address to email that might be better suited?) could take a look at why order 9314 was completed at £5 and not the £9+ that was on offer at the time, I would be most grateful.

I don't care about the lost £4, I do care about the same thing happening when I put in a larger order.
530  Bitcoin / Project Development / Re: UK exchange: Britcoin on: June 22, 2011, 09:30:04 AM
genjix, I assume the process you've detailed above is not currently implemented for the live britcoin?

A day or two ago while there were BTC buy orders for £9 and up, I put in a test sell at £5, and it sold for exactly £5, not the £9 or so I would have expected; ie, I was setting a minimum price of £5 that I'd accept, not £5 I wanted and ignore the better buy offers.

If this is fixed in the new exchange then great, that's how it should work.
531  Other / Beginners & Help / Re: Multiple PSUs on: June 22, 2011, 08:35:44 AM
Only a bit more difficult. The main problem is getting the secondary ATX PSU to turn on, since the motherboard won't be connected to it. You can use something like this:

http://www.techpowerup.com/articles/other/22

You'll want the secondary one to turn on before the system starts booting up too.
532  Economy / Marketplace / Re: Triple Trouble---2 PRIZEs SENT 12 BTC on: June 21, 2011, 02:17:46 PM
Are you going to update this Benjie?
533  Economy / Marketplace / Re: Triple Trouble---2 PRIZEs SENT 12 BTC on: June 20, 2011, 07:07:25 PM
2.23 into the pot.
534  Other / Beginners & Help / Re: Mt.Gox hacked audit doubtful on: June 20, 2011, 12:57:01 PM
Where does it say the database was stored on their computer? It doesn't, it says they had read only access - so the attacker presumably used their system to read from the live database.

As for which tables were leaked - the user table is the most interesting/damaging? Who cares about the order table?
535  Bitcoin / Bitcoin Discussion / Re: DOWNLOAD LINK FOR MTGOX COMPROMISED ACCOUNTS CSV on: June 19, 2011, 10:37:53 PM
On the other hand, if they coded is smartly, they also used extra salt that is only in the source code and not in database  - that one should help indeed.

They didn't. My details are in there and I reproduced the hash for my password with the following perl:

#! /usr/bin/perl
$salt = '$1$SALT$'; # this is the at the start of the salted password in the accounts.csv, it's 8 alphanumeric characters
$pw = 'MY_PLAIN_PASSWORD'; # do this on a secure box, you're entering your password into a text editor.
$encpw = crypt($pw, $salt);
print "Encrypted password: $encpw\n";

Observe how the printed hash equals the bit after the salt in the accounts.csv. Thus no hidden salt or trickery.
536  Economy / Marketplace / Re: Triple Trouble---First PRIZE SENT 6 BTC on: June 17, 2011, 07:44:42 PM
Not seeing a tenth as much action as the double trouble 3, shame Sad
537  Economy / Marketplace / Re: Triple Trouble on: June 17, 2011, 04:30:50 PM
Go on then, in for 1.. What's the worst that could happen Wink
538  Other / Beginners & Help / Re: Already done 5 posts and been logged in for 4 hours on: June 17, 2011, 12:35:49 PM
Think it takes a while to catch up - my "reply" appeared about an hour after my 5th post.
539  Economy / Marketplace / Re: Double Trouble 2! Double your money within 7 days! on: June 17, 2011, 11:19:23 AM
Seems to have slowed down a bit.. reinvested my winnings from earlier, lets keep it going guys Smiley
540  Other / Beginners & Help / Re: Maximum wait for transaction.... does generating influence? on: June 17, 2011, 10:03:43 AM
Is your client caught up on the blockchain? What does it say for  blocks in the bottom right? Should be ~131411 right now.
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 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!