mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 23:35:52 +02:00
bitcoind: add Spanish translation (#13302)
This commit is contained in:
parent
da6c7745c2
commit
216f2e60cb
1 changed files with 21 additions and 0 deletions
21
pages.es/common/bitcoind.md
Normal file
21
pages.es/common/bitcoind.md
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
# bitcoind
|
||||||
|
|
||||||
|
> Daemon de Bitcoin Core.
|
||||||
|
> Utiliza la configuración definida en `bitcoin.conf`.
|
||||||
|
> Más información: <https://manned.org/bitcoind>.
|
||||||
|
|
||||||
|
- Inicia el daemon Bitcoin Core (en primer plano):
|
||||||
|
|
||||||
|
`bitcoind`
|
||||||
|
|
||||||
|
- Inicia el daemon Bitcoin Core en segundo plano (usa `bitcoin-cli stop` para detenerlo):
|
||||||
|
|
||||||
|
`bitcoind -daemon`
|
||||||
|
|
||||||
|
- Inicia el daemon Bitcoin Core en una red específica:
|
||||||
|
|
||||||
|
`bitcoind -chain={{main|test|signet|regtest}}`
|
||||||
|
|
||||||
|
- Inicia el daemon Bitcoin Core usando un archivo de configuración y directorio de datos específicos:
|
||||||
|
|
||||||
|
`bitcoind -conf={{ruta/a/bitcoin.conf}} -datadir={{ruta/a/directorio}}`
|
Loading…
Add table
Reference in a new issue