Bitcoin Forum
May 27, 2024, 10:33:32 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]
341  Bitcoin / Bitcoin Technical Support / Re: Reach bitcoin server from outside on: June 17, 2011, 06:00:54 AM
Don't use telnet. It's unencrypted and your password is sent in plain text.  User SSH instead.  Open port 22 on your router/firewall and redirect it to your Debian box.  Then connect in using either SSH from a Unix box, or PuTTY from a Windows box

I use "telnet" as a simple way to test if bitcoin is alive from outside. I don't really want to manage bitcoin with "telnet". The goal is to use a real bitcoin client in the future.
342  Local / Español (Spanish) / Re: Cómo traducir "to mine" al español en el contexto BTC: acuñar on: June 16, 2011, 10:30:46 PM
Es que "minar" no existe...

En el diccionario pone:

1. tr. Abrir caminos o galerías por debajo de tierra.
2. tr. Hacer grandes diligencias para conseguir algo.
3. tr. Consumir, destruir poco a poco.
4. tr. Mar. Colocar minas submarinas para impedir el paso de buques enemigos.
5. tr. Mil. Hacer minas cavando la tierra y poniendo artificios explosivos para derribar muros, edificios, etc.
6. tr. Mil. Enterrar artificios explosivos para contener el avance del enemigo.

La segunda acepción me parece apropiada.

¡Ah! ¡Claro! Lo de hacer agujeros... "minar la moral" y todo eso. Vale.

Pero no tiene la más mínima relación con este asunto. Lo de las diligencias está pillado de los pelos...
343  Local / Español (Spanish) / Re: Cómo traducir "to mine" al español en el contexto BTC: acuñar on: June 16, 2011, 10:10:08 PM
Mint -> acuñar
Mine -> minar

Es que "minar" no existe... bueno, en Argentina tiene algo que ver con las mujeres ¿no?  Grin
344  Bitcoin / Bitcoin Technical Support / Reach bitcoin server from outside on: June 16, 2011, 10:00:56 PM
I want to know, how to configure my host computer (Debian) in which I run bitcoin, to be reached externally.

Actually,

Code:
$ telnet my.host.address 8332

is useless.
345  Local / Other languages/locations / Re: Esperanto ! on: June 16, 2011, 09:37:40 PM
Do mi uzis "bitmonero"-n en la traduko de la kliento. Sed se ni trovos bonan novan solvon ni certe povas ŝanĝi la nomon.


Tre bone! Ortodoksa sed efika solvo. Provizore plu uzu ĝin en la kliento, mi proponas, ĝis ni venu al alia interkonsento.
346  Local / Español (Spanish) / Re: Cómo traducir "to mine" al español en el contexto BTC: acuñar on: June 16, 2011, 08:36:46 PM
y que es acuñar moneda? porque el termino no es familiar para mi (y si no lo es para mi, ¿lo sera para otros usuarios?)

En el mensaje original hay un enlace al diccionario de la RAE que repito aquí: http://buscon.rae.es/draeI/SrvltConsulta?TIPO_BUS=3&LEMA=acu%C3%B1ar La segunda definición viene al pelo.

En España es una palabra de uso habitual (todo lo habitual que es fabricar monedas, claro).
347  Local / Español (Spanish) / Cómo traducir "to mine" al español en el contexto BTC: acuñar on: June 16, 2011, 02:16:13 PM
Desde que comencé con esto de los bitcoins me hizo gracia la metáfora de la minería para describir la generación de certificados válidos y la consiguiente puesta en circulación de más BTC. La metáfora es genial y además en el anglomundo el lenguaje la apoya (mining, miners, to mine...)

Pero ¿cómo diablos se traduce al español to mine? ¿"Hacer minería"? ¿y mining? ¿"minear"? No lo veo satisfactorio.

Sin embargo, hay otra metáfora que nos puede resultar más usable: la generación de certificados válidos se puede asimilar al proceso de acuñar moneda (véase acepción 2). Tiene la ventaja de que el español se acopla muy bien a esa palabra.

to mine -> acuñar
mining -> acuñación
miner -> acuñador
mine program -> programa acuñador
mine rating -> tasa de acuñación
348  Local / Other languages/locations / Re: Esperanto ! on: June 16, 2011, 08:44:33 AM
Mi ĝojas povi skribi en esperanto en tiu ĉi forumo.

Mi iom cerbumis pri esperantigo de "bitcoin". La plej evidenta solvo estas la adapto de anglismo "bitkojno". Sed venas al mia kapo pli spritaj solvoj. Ekz., bazate sur la akronimo BTC mi proponas neologismon "BiTanCo", kiu krome sonas simile al alia mon-rilata vorto "kvitanco".

Do, miajn salutojn al ĉiuj e-parolantaj forumanoj!
349  Other / Beginners & Help / Re: bitcoind does not coexist with bitcoin on: June 15, 2011, 01:25:07 PM
Doesn't this sound like a corrupt database? Did your machine crash at any point when playing with bitcoind and bitcoin?

No, there is no crash. BTW bitcoin and bitcoind from sourceforge are mutually compatible. But bitcoind from Debian repositories gives the reported problem with both.

I've found a trick to share de same directory. It's not fair play but it works.

After stopping either bitcoin or bitcoind (from SF), delete the file ~.bitcoin/database/log.0000000??, and also eventually ~.bitcoin/bitcoin.pid. Then launching bitcoind from Debian packet yield no problem. Before re-run the programs of SF, the same file deletion should be done.

I'm not sure why, but it solves the problem...
350  Other / Beginners & Help / Re: Introduce yourself :) on: June 15, 2011, 10:34:47 AM

Those are awesome hobbies. I hope to learn about exactly those things. I'm glad more people like you are learning about bitcoins. Smiley


Thanks!

In fact, I have some proposals about the bitcoin protocol. When I grow to a full membership status I'll post about in concerning forum  Smiley
351  Other / Beginners & Help / Re: bitcoind does not coexist with bitcoin on: June 15, 2011, 10:14:11 AM
you can get bitcoind from soureforge as well.   does that version work ok too?

The downloaded bitcoind (0.3.22) from sourceforge gives:

EXCEPTION: 22DbRunRecoveryException       
DbEnv::open: DB_RUNRECOVERY: Fatal error, run database recovery       
bitcoin in AppInit()       

terminate called after throwing an instance of 'DbRunRecoveryException'
  what():  DbEnv::open: DB_RUNRECOVERY: Fatal error, run database recovery


Of course, I previously stopped the Debian daemon.

I know both shares the directory ~.bitcoin but I supposed that the inside data structure is the same.

Thanks for your tip.
352  Other / Beginners & Help / bitcoind does not coexist with bitcoin on: June 14, 2011, 07:40:18 PM
Hi! This is my first "newbie" message!

I've installed bitcoind from Debian repositories. It works ok.

But, if I stop bitcoind and launch bitcoin from sourceforge, a lot of complaint messages about database corruption appear and the program stops.

Aren't they both compatible!!??
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 [18]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!