Bitcoin Forum
June 01, 2024, 04:48:17 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 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 »
5021  Bitcoin / Bitcoin Discussion / Re: France Is Planning To Prohibit Cash Payments Over €1,000 on: February 15, 2013, 07:08:52 AM
Well i also heard that they want to take the €500,- euro bill out of roulation, the reason was, that this only used by criminals and crime related transactions ...WTF.. !!!

They are also coveted by trackers.</shameless_plug>
5022  Local / Trading y especulación / Re: Boletín de Análisis Técnico on: February 14, 2013, 10:47:30 PM
El btc podra tener cualidades particulares pero no se exime de la ley de la.fisica y la matematica.

El comportamiento de los mercados es muy poquito física/matemáticas y un mucho de psicología, que es una ciencia mucho menos exacta que las otras dos.

Respecto de lo que dices de las medias móviles, no son más que indicadores, no son leyes. Por ejemplo el precio lleva ya un ratejo dando divergencias con el RSI y según eso debería pegarse un piñazo interesante a la voz de ya, pero lo cierto es que no tiene por qué. Se puede quedar plano 2 meses y el RSI se relaja él solito.
5023  Bitcoin / Bitcoin Discussion / Re: Bitcoin Morse on: February 14, 2013, 08:37:17 AM
Thats cool. I like it, except that the ()[1] is somewhat obfuscated. Someone reading the code needs to open the bigint documentation to understand the behavior. It's a tradeoff between succinctness and readability. Both views can be defended Smiley

It's not bigint-related, just standard syntax to access the second element in a list. Another example:

Code:
$ date; perl -le 'print join " ", (localtime)[2,1,0]'
Thu Feb 14 09:36:19 CET 2013
9 36 19

But we're way off topic now.
5024  Bitcoin / Bitcoin Discussion / Re: Bitcoin Morse on: February 13, 2013, 05:32:52 PM
The fact of the matter is that $bigint already holds the base10 representation, so there's no point going through the while loop.

Doh, I completely overlooked that Smiley.

E&G: $result .= ($bigint->bdiv(10))[1] while $bigint;
5025  Bitcoin / Bitcoin Discussion / Re: Bitcoin Morse on: February 13, 2013, 02:48:29 PM
Here's the perl script I used to calculate the base10 encoding from raw bitcoin data:

https://gist.github.com/ciphermonk/4944777

Why @b10 and %b10? $b10[n] == $b10{n} == n so they are useless (they make sense for other radices but not for <= 10). Also, the pack/unpack is redundant, and the result must be reversed:

Code:
use bigint;

sub encode_base10 {
    my $bigint = hex shift;
    my $result = '';
 
    while ($bigint > 0) {
        my ($quo, $rem) = $bigint->bdiv(10);
        $result .= $rem;
    }
 
    scalar reverse $result;
}
 
print encode_base10 '830e533c2b8a12a1a06b56f08578645b72e324bb';

The while loop can be written in one line while maintaining full readability but I'll leave that aside Tongue.
5026  Local / Español (Spanish) / Re: El motivo por el que mis amigos se rien y no quieren saber nada de bitcoin on: February 13, 2013, 12:40:28 PM
Estos día estuve hablando con algunos amigos que tengo que son de la teoría que "Si surge algo nuevo, seré el ultimo en probarlo, así que si algo sale mal, el problema sera para los que lo prueben primero", y les plantee el bitcoin de "otra" manera, por cierto es la manera q a mi no me gusta plantearla a os nuevos en Bitcoin, les dije(eran 2) que lo mirasen como investimiento, les enseñe a mtgox, el precio del bitcoin hace 6 meses y su precio actual, eso sí parece haber echo que miré al Bitcoin con otros ojos.

Entonces añade: "pero nada hombre, no te preocupes, tú entra de último que ya te vendo yo las milibitcoins a 20 pavos, vale? Tongue".
5027  Bitcoin / Bitcoin Discussion / Re: Wikipedia's yearly donation campaign; Time to accept Bitcoins? on: February 13, 2013, 10:48:16 AM
Just send them a donation via the email function on blockchain or coinbase or coinapult even.. Then it's up to them to claim it, or let it expire and be returned to them. I really wonder if they'll let money they received just slip back away from them.  Cheesy Roll Eyes

If several people joined to make a sizable donation, it would certainly be more difficult for them to reject it Smiley. I wonder how much money we've already donated through Bitpay…
5028  Bitcoin / Bitcoin Discussion / Re: Bitcoin and the After Life on: February 13, 2013, 10:25:03 AM
there are often stories around that sometimes little kids can remember their former lives.

soon there can be hard proof  Wink

That would additionally prove that people's former life has happened in the recent/immediate past. Some say it could be in the middle ages or even in the future. That's anyone's guess after all.
5029  Bitcoin / Bitcoin Discussion / Re: Bitcoin-Qt / bitcoind version 0.8.0 release candidate 1 on: February 13, 2013, 09:11:18 AM
  • Installed 0.7.2 on a WinXP box (vmware virtual machine).
  • Downloaded some blocks, up to 135k or so.
  • Cleanly shut down bitcoin.
  • Installed 0.8.0rc1.
  • Bitcoin sucessfully reindexed the existing blocks, then started to download from that point.
  • Suspended the virtual machine.
  • Downloaded some more blocks from home, then suspended the VM again.
  • (related?) Installed Ares p2p software. Version 2.2.4 FWIW. (this was yesterday at home)
  • Today at work, downloaded more blocks.
  • While clicking around on Ares, I got a couple of dialog boxes about Visual C++ runtime <something> and mentioning bitcoin. However, I was able to click on the bitcoin window and bring it to top, giving it focus. I wasn't able to do that with Ares though (when I tried, one of the dialog boxes' title flashed, indicating me that I had to pay attention to it before using Ares again). So I happily disregarded the dialogs, only to see the bitcoin window disappear and the Ares one become unresponsive.
Code:
received block 00000000000000ad0e1ec1f69424abd586077ef7a7b953ecec8ebafa30a61ee2
ProcessBlock: ORPHAN BLOCK, prev=00000000000006c74bc0eaf942f5c93b53afd19c4b7d4b0ed35dcfe549ea824f
received block 00000000000006a58a50091c4feb7d8af30cb316ba6ecae8472efb29f125d9e5
ProcessBlock: ORPHAN BLOCK, prev=00000000000000ad0e1ec1f69424abd586077ef7a7b953ecec8ebafa30a61ee2
received block 000000000000051cfd88579acf5d0a5d20bd0232dc7ca174dd057e35ecf15187
ProcessBlock: ORPHAN BLOCK, prev=00000000000006a58a50091c4feb7d8af30cb316ba6ecae8472efb29f125d9e5
received block 000000000000006e3986d9f8510fc62cf8370678ca501ba24c228184cd268bef
ProcessBlock: ORPHAN BLOCK, prev=000000000000051cfd88579acf5d0a5d20bd0232dc7ca174dd057e35ecf15187


************************
EXCEPTION: St9bad_alloc      
std::bad_alloc      
C:\Archivos de programa\Bitcoin\bitcoin-qt.exe in ThreadMessageHandler()      



************************
EXCEPTION: St9bad_alloc      
std::bad_alloc      
C:\Archivos de programa\Bitcoin\bitcoin-qt.exe in ThreadSocketHandler()      

Flushed 12767 addresses to peers.dat  78ms

Sorry no timestamping (it should be on by default IMHO). Searching for "EXCEPTION" in the debug.log I find two additional bad_alloc messages. One of them appears 400 lines above this, so most probably it happened earlier today. The other one could be from yesterday, can't tell for sure. They could be related to the VM suspends.
5030  Local / Trading y especulación / Re: Boletín de Análisis Técnico on: February 13, 2013, 08:12:54 AM
Yo discrepo en este punto. Considero que el que te fijes solamente en el número de bitcoins intercambiados te conduce a equívoco. Pienso que para valorar el volumen de una forma más realista lo debes hacer en divisas (dólares o euros, independientemente de lo que nos gustaría aún son las monedas de referencia) puesto que no es lo mismo que se intercambien 1000 BTC a 7 $ que 1000 BTC a 24 $.

Yo estoy un tanto dividido respecto a esto. Es cierto que viendo el volumen en dólares queda claro que está entrando pasta a saco; sin embargo en los mercados de acciones y derivados, que yo sepa, el volumen se mide en títulos. Pero claro esto no es un mercado de acciones sino de divisas, y aquí tengo experiencia cero. Así que no sé muy bien si interpretar que esta subida está teniendo volumen alto (mirando una de las divisas) o más bien a la baja (mirando la otra).
5031  Local / Español (Spanish) / Re: ¿Cómo de cagados estáis de que el precio se desplome? on: February 13, 2013, 07:58:38 AM
No habléis muy alto porque eventualmente esto va a bajar y ya veréis Tongue.
5032  Local / Hardware y Minería / Re: ¿Qué hacer con nuestras GPU's en la era ASIC? on: February 12, 2013, 04:03:17 PM
Me parece que ya podéis volver a encender las GPUs (durante unos días al menos Tongue) dado que, si bien la dificultad está subiendo, el precio está tan alto que minar con GPU ahora vuelve a ser tan rentable como en los tiempos de 50 BTC/bloque:

5033  Bitcoin / Development & Technical Discussion / Re: Using multisig (testnet) on: February 12, 2013, 08:12:10 AM
What about spending from a multi-sig address? Could someone point me towards a gist showing how to spend from a multi-sig address?

You can try this: https://gist.github.com/gavinandresen/3966071
5034  Local / Mercado y Economía / Re: Vender o mantener?? on: February 11, 2013, 09:13:38 PM
Lo más adecuado es informarse en el hilo chamánico.  Grin

Jejejeje.
5035  Local / Español (Spanish) / Re: BrainWallet AGAIN on: February 11, 2013, 02:51:49 PM
De todas formas, entiendo que todo esto ya empieza a entrar dentro del "cogersela con papel de fumar".  Cheesy

En un post anterior tenía algo tecleado acerca de las bibliotecas SSL y el núcleo pero lo borré antes de enviar Tongue.
5036  Local / Español (Spanish) / Re: BrainWallet AGAIN on: February 10, 2013, 11:23:22 AM
Quería decir que, en el peor caso, prefiero usar el addrgen.py frente a brainwallet.org.

El código del addrgen.py es fijo (además es código fuente directamente interpretado por python, no es ni siquiera un ejecutable) y revisable por cualquiera. Brainwallet puede enviarte en cualquier momento un código que no haya revisado nadie.

brainwallet es código fuente interpretado por un motor de javascript, tampoco es un ejecutable. Y si te lo guardas en tu ordenador, el código también es fijo. No tienes muchas más probabilidades de problemas con una opción que con otra. Lo que tiene addrgen es que es bastante simple (180 líneas), porque simplemente va a lo que va y punto. Brainwallet (y bitaddress, dicho sea de paso) tienen más chicha porque te permiten hacer más cosas.
5037  Local / Español (Spanish) / Re: ¿Cómo de cagados estáis de que el precio se desplome? on: February 10, 2013, 11:08:25 AM
Yo soy de los nada cagados. Pienso que no le queda mucho recorrido al alza, (o sea, que puede corregir en breve) pero tampoco es una cuestión de "cague" (al menos mientras no vuelva a la zona de los $7, donde hay un nivel significativo).
5038  Local / Español (Spanish) / Re: BrainWallet AGAIN on: February 09, 2013, 06:12:47 PM
Usar la pagina offline (y no volver a conectarla). Dado que si funciona ya que es un client side java, la creen una buena y sencilla alternativa?

No sólo es buena y sencilla sino también comúnmente recomendada.

(ojo, no es java sino javascript)
5039  Bitcoin / Development & Technical Discussion / Re: addr.txt on: February 08, 2013, 07:44:00 PM
Strange, via command-line I always used -onlynet="IPv6". Perhaps I didn't need the quotes, but at least it was working Smiley.

The quotes are part of the shell syntax and are removed by it, so bitcoin doesn't see them.
5040  Local / Español (Spanish) / Re: BrainWallet AGAIN on: February 07, 2013, 09:53:11 PM
Ojito con el historial de la shell, que guarda todos los comandos en claro, incluyendo:

Code:
$ echo "clave privada" | shasum

y

Code:
$ bitcoind walletpassphrase "clave del wallet"

Para ejecutar cosas como esas de forma segura (usando bash):

- abrir una terminal nueva
- teclear 'unset HISTFILE'
- ejecutar el comando que sea
- cerrar la terminal lo antes posible

Si ya habéis ejecutado algo sin tomar esta precaución del 'unset HISTFILE', debéis editar el .bash_history y borrar a mano los comandos que contengan contraseñas (pero eso no necesariamente hace que tales comandos desaparezcan del disco a bajo nivel).
Pages: « 1 ... 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 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!