Bitcoin Forum
June 08, 2024, 05:22:03 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 [272] 273 274 275 276 »
5421  Economy / Economics / Re: MtGox claim site online on: June 22, 2011, 06:33:45 AM
There are two different submit buttons! From what you are describing it seems that you have added a second prove to your list (submit button at the bottom) but did not send the actual request yet (upper submit button).

Oh I see...  Thank you very much!!
5422  Economy / Economics / Re: MtGox claim site online on: June 22, 2011, 04:18:51 AM
Yes, it looks like that: "Your account recovery request is pending review by our staff."

Interesting. I didn't get that, or any error—I was redirected to the same step 2/2 again. Actually submitted the form twice just in case...

I just tried again from home (previous attempt was from work). The page runs smoothly at 4:00 GMT Wink.

Again, I didn't get that message, but the system seems to have recognized me:

Quote
Proof provided so far
  • Last balance on account

After submitting a new form from this IP, now I have:

Quote
Proof provided so far
  • Last balance on account
  • Used IP address

So I'm confident my request has been proceesed, even if not receiving any "Your request is pending review" message. Maybe my request will be automatically processed, taking into account that my original password was good enough. Who knows.
5423  Bitcoin / Bitcoin Discussion / Re: Anyone received verification that the claim was successful? on: June 21, 2011, 10:17:22 PM
Did not receive verification.

In fact, the site did not provide any further info when I had input the proof page, and never confirmed anything since. I cannot tell whether the proof was even submitted or not.

That's what happened to me. I would try again but that would count as a different attempt and probably would have bad consequences.
5424  Economy / Economics / Re: MtGox claim site online on: June 21, 2011, 07:08:58 PM
Yes, it looks like that: "Your account recovery request is pending review by our staff."

Interesting. I didn't get that, or any error—I was redirected to the same step 2/2 again. Actually submitted the form twice just in case...
5425  Economy / Economics / Re: When will it be possible to trade on MtGox again? on: June 21, 2011, 06:55:18 PM
Someone know the exact rules of password to claim account?

My old one was 10 characters long, including caps, smalls, numbers and specials. Only one vowel, so no dictionary words.

The new is 12 characters long, with blah blah blah. Only one blah blah blah...
5426  Local / Español (Spanish) / Re: Pregunta tecnica para los gurus on: June 21, 2011, 04:39:58 PM
Creo que se refiere a que en un mundo ideal, no deberíamos usar la misma dirección dos veces, para minimizar el rastreo del dinero.
5427  Local / Español (Spanish) / Re: mtgox.com ha sido hackeado on: June 21, 2011, 05:42:43 AM
http://forum.bitcoin.org/index.php?topic=20207.0

Esto empieza a apestar de verdad. Todo apunta a que la cuenta bitcoin de la que se ha sacado todo es, precisamente, la de MT Gox, y que por eso ha salido tan rápido a decir que se van a revertir todas las operaciones. Los argumentos son de peso como mínimo.

Credibilidad de la gente de MtGox --;

Sólo he leído el primer mensaje, y bastante por encima. Me parece que un tipo que ha sacado una pasta tan fácilmente, no se toma las molestias en preparar un mensaje tan largo, dirigido únicamente a quemar al mercado donde ha conseguido esa pasta.

Ese es un troll, o es de la competencia.
5428  Bitcoin / Mining software (miners) / Re: New demonstration CPU miner available on: June 20, 2011, 07:35:11 PM
Sorry, that's a bit beyond me:

Code:
$ gcc -c sha256_xmm_amd64_atom.asm
gcc: sha256_xmm_amd64_atom.asm: linker input file unused because linking not done

$ yasm !$
yasm sha256_xmm_amd64_atom.asm
sha256_xmm_amd64_atom.asm:26: warning: binary object format does not support extern variables
sha256_xmm_amd64_atom.asm:28: warning: binary object format does not support global variables
sha256_xmm_amd64_atom.asm:216: error: binary object format does not support external references
sha256_xmm_amd64_atom.asm:216: error: binary object format does not support external references
sha256_xmm_amd64_atom.asm:216: error: binary object format does not support external references
sha256_xmm_amd64_atom.asm:216: error: binary object format does not support external references
sha256_xmm_amd64_atom.asm:216: error: binary object format does not support external references
sha256_xmm_amd64_atom.asm:216: error: binary object format does not support external references
sha256_xmm_amd64_atom.asm:216: error: binary object format does not support external references
sha256_xmm_amd64_atom.asm:216: error: binary object format does not support external references

$ gcc sha256_xmm_amd64_atom.asm
/usr/bin/ld:sha256_xmm_amd64_atom.asm: file format not recognized; treating as linker script
/usr/bin/ld:sha256_xmm_amd64_atom.asm:1: syntax error
collect2: ld returned 1 exit status

$ mv sha256_xmm_amd64_atom.asm sha256_xmm_amd64_atom.s
$ gcc sha256_xmm_amd64_atom.s
sha256_xmm_amd64_atom.s: Assembler messages:
sha256_xmm_amd64_atom.s:1: Error: no such instruction: `sha-256 for X86-64 for Linux,based off of:'
sha256_xmm_amd64_atom.s:3: Error: junk at end of line, first unrecognized character is `('
sha256_xmm_amd64_atom.s:4: Error: no such instruction: `version 2011'
[... some screenfuls ...]

$ mv sha256_xmm_amd64_atom.s sha256_xmm_amd64_atom.S
$ gcc sha256_xmm_amd64_atom.S
[identical]
$ as sha256_xmm_amd64_atom.S
[identical]

$ as --version
GNU assembler (GNU Binutils for Ubuntu) 2.21.0.20110327
Copyright 2011 Free Software Foundation, Inc.
This program is free software; you may redistribute it under the terms of
the GNU General Public License version 3 or later.
This program has absolutely no warranty.
This assembler was configured for a target of `x86_64-linux-gnu'.
5429  Bitcoin / Project Development / Re: goxsh — command-line frontend to Mt. Gox on: June 20, 2011, 06:21:50 PM
I use a quickie shell that I wrote in a couple of minutes in Perl. Yours is more advanced than mine but it doesn't seem to have a feature I have coded in mine:

> buy 500$ 17.50
> buy 15% 17.50

ie. "Buy as many bitcoins as needed with 500 USD", "buy as many bitcoins as needed with 15% of my USDs". My python-fu doesn't reach a level high enough to make a patch, so I can only contribute my Perl (error checking removed to make the code clearer):

Code:
    given ($cmd) {
        when ('buy') {
            if ($args[0] =~ /^([0-9.]+)%$/) {
                my $pct = $1;
                my $b = $m->get_balance;   ## $m is an MtGox object
                $args[0] = sprintf '$%.3f', $b->{'usds'} * $pct / 100;
                ## don't continue, fall to the next if
            }
            if ($args[0] =~ /^\$([0-9.]+)$/ or $args[0] =~ /^([0-9.]+)\$$/) {
                my $usds = $1;
                my $t = $m->get_ticker;
                my $sell = $t->{'ticker'}{'sell'};

                $args[0] = $usds / $sell;
                ## don't continue, now the code proceeds to buy
            }
            $m->buy (amount => $args[0], price => $args[1]);

Hope it's useful!
5430  Economy / Economics / Re: What you guys doing when the exchanges open? on: June 20, 2011, 05:27:17 PM
I agree with you, Unfortunatly, I only have $5.50 in my tradehill account to buy with. I guess I can hope the price falls all the way to .01-.02/btc.

Bet you 30BTC we won't see that Smiley.
It already touched $8. Made some me some coins, but now I'll retreat and find me some properly salted popcorn. Grin

In the aftermath of the crack, and after being at $10-$12 for a couple of minutes, it even went down to $5. Wouldn't be surprised if it were due to someone with a slow connection, that had pushed the button when the price was at the minimum.
5431  Economy / Economics / Re: What you guys doing when the exchanges open? on: June 20, 2011, 02:24:50 PM
I agree with you, Unfortunatly, I only have $5.50 in my tradehill account to buy with. I guess I can hope the price falls all the way to .01-.02/btc.

Bet you 30BTC we won't see that Smiley.
5432  Bitcoin / Bitcoin Discussion / Re: Place your bets: the price of bitcoin after Mt.gox opens on: June 20, 2011, 09:47:14 AM
Average bet  $15.3342

Lots of people predicting it will hold or even rise. Keep them coming.

Price was at $17.5 when the party began. I don't see how an average prediction of $15.33 means that people thinks it will hold/rise. Moreover, aside from the average, I think the concentration is important too. There are many people guessing around $13 - $14.

I'll say $11.00 but don't take me into account for the paypal reward—I don't have a PP account.
5433  Bitcoin / Bitcoin Discussion / Re: TradeHill - Captcha and lockout added to the site on: June 20, 2011, 09:33:56 AM
We are scheduled to resume trading at 10am Monday morning EST.

Where is EST relative to GMT? Not everyone lives there/knows that.

(Actual answer not needed, I know how to use google but it's annoying.)
5434  Bitcoin / Bitcoin Discussion / Re: It look less than 10 seconds to crack more than 300 accounts on: June 20, 2011, 09:22:35 AM
In any case, those accounts are now known to be used by people who are unaware of the importance of having strong passwords. It's not unreasonable to think that the user whose password was "qwertyABC" is going to use a weak password again.
5435  Economy / Economics / Re: What you guys doing when the exchanges open? on: June 20, 2011, 06:30:35 AM
One issue is the leaked database.  They need to determine how this was done and remove that vulnerability.

According to the statement that appears at their support page:

Quote
[Update - 2:06 GMT] What we know and what is being done.

  • It appears that someone who performs audits on our system and had read-only access to our database had their computer compromised. This allowed for someone to pull our database. The site was not compromised with a SQL injection as many are reporting, so in effect the site was not hacked.
5436  Local / Español (Spanish) / Re: mtgox.com ha sido hackeado on: June 19, 2011, 11:44:16 PM
3) que gracias al límite de transferencias de 1000usd/día el hacker no ha podido lograr más que 1000 usd

Esos 1000 dólares, si los sacas como BTC cuando el precio está a 0.01, se traducen en 100.000 BTC.
5437  Economy / Economics / Re: trade should be cancelled on: June 19, 2011, 07:04:20 PM
There will be a full revert. MagicalTux will have a statement shortly.

Thanks for the info. How do you obtained it?
5438  Economy / Economics / Re: What happened to the weekend slump? on: June 19, 2011, 06:26:00 PM
No hacking, some guy just sold that stolen 250k btc.

That was 25k, not enough for this.
5439  Local / Español (Spanish) / Re: Pregunta tecnica para los gurus on: June 19, 2011, 01:37:21 AM
Entonces al generar una dirección nueva, ¿se crea otro par de llaves pública/privada?
5440  Local / Español (Spanish) / Re: Tengo unas dudas sobre Bitcoin on: June 17, 2011, 10:57:23 PM
1- Si quiero comprar algo con bitcoin por ejemplo algo de plata o oro como sale en esta pagina http://forbitcoin.com/
y el vendedor me estafa? que ago o como se que esta transaccion es fiable? ayuda

Existen servicios de intermediación a los que tú mandas el dinero y ellos lo retienen hasta que les das la confirmación de que has recibido aquello que hayas comprado. Si no recibes los bienes, avisas al intermediario y te transfieren tu dinero de vuelta.


2- Otra que no entiendo es que estoy en esta pagina http://www.bitcoinplus.com tengo casi 2 horas de estar funcionando y solo me ha generado 0.00005530btc como ago para generar mas?
no comprendo para que es mucho solo se que es la union de varios " mineros" para encontrar el premio de 50 BTC y luego dividirlo

Necesitas leer un poco más de cómo funciona esto; céntrate en qué es la dificultad ("difficulty") y cómo se va ajustando automáticamente para que no sea un valor fijo. Si no entiendes algo después de leer, pregunta Wink.


3- como es eso que para cada pago necesito un numero de billetera diferente?
y como ago  para tener varias billeteras www.mybitcoin.com

Cada pago no tiene que ir a una dirección diferente (ojo, que no a un monedero/billetera diferente); simplemente a ti te puede interesar para ganar en anonimidad.

Si quieres más direcciones, el cliente de bitcoin debe de tener por ahí una opción para generar (yo es que uso el modo línea de comandos). Si no es un error y realmente quieres más monederos/billeteras, no te puedo ayudar; no sé cómo funciona en windows.


4- si quiero formatear mi PC y que no se pierdas mis BTC que ago?

Existe una solución a este problema, aunque es realmente algo muy oscuro y que muy muy poquita gente utiliza:

COPIAS DE SEGURIDAD

Busca un archivo llamado wallet.dat y mételo en un pendrive mientras formateas y reinstalas.


5- que es eso de Black market ?

Mercado negro, ilegal.
Pages: « 1 ... 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 [272] 273 274 275 276 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!