mirror of
				https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line.git
				synced 2025-10-28 00:48:40 +00:00 
			
		
		
		
	minor corrections
This commit is contained in:
		
							parent
							
								
									db9cb47ee3
								
							
						
					
					
						commit
						8d209636d1
					
				| @ -36,11 +36,11 @@ Después, ejecute la aplicación GordianServer y decirle que inicie `Start` Test | ||||
| 
 | ||||
| #### 3. Haga accesible su Gordian bitcoin-cli | ||||
| 
 | ||||
| Cuando quiera acceder al `bitcoin-cli` creado por GordianServer en su Mac local, puede encontrarlo en  `~/. standup/BitcoinCore/bitcoin-VERSION/bin/bitcoin-cli`, por ejemplo  `~/. standup/BitcoinCore/bitcoin-0.20.1/bin/bitcoin-cli`.  | ||||
| Cuando quiera acceder al `bitcoin-cli` creado por GordianServer en su Mac local, puede encontrarlo en  `~/.standup/BitcoinCore/bitcoin-VERSION/bin/bitcoin-cli`, por ejemplo  `~/.standup/BitcoinCore/bitcoin-0.20.1/bin/bitcoin-cli`.  | ||||
| 
 | ||||
| Es posible que desee crear un alias para eso: | ||||
| ``` | ||||
| alias bitcoin-cli="~/. standup/BitcoinCore/bitcoin-0.20.1/bin/bitcoin-cli -testnet" | ||||
| alias bitcoin-cli="~/.standup/BitcoinCore/bitcoin-0.20.1/bin/bitcoin-cli -testnet" | ||||
| ``` | ||||
| 
 | ||||
| > :link: **TESTNET vs. MAINNET:** Obviamente, el parámetro `-testnet` solo es necesario si se está ejecutando en testnet. | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user