mirror of
				https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line.git
				synced 2025-10-31 02:17:24 +00:00 
			
		
		
		
	Update 02_2__Script_Linode_Setup.stackscript
This commit is contained in:
		
							parent
							
								
									276e9aa931
								
							
						
					
					
						commit
						90b524940b
					
				| @ -184,7 +184,7 @@ alias btcdir="cd ~/.bitcoin/" #linux default bitcoind path | ||||
|         # alias btcdir="cd ~/Library/Application\ Support/Bitcoin/" #mac default bitcoind path | ||||
| alias bc="bitcoin-cli" | ||||
| alias bd="bitcoind" | ||||
| alias btcinfo='bitcoin-cli getwalletinfo | egrep "\"balance\""; bitcoin-cli getinfo | egrep "\"version\"|connections"; bitcoin-cli getmininginfo | egrep "\"blocks\"|errors"' | ||||
| alias btcinfo='bitcoin-cli getwalletinfo | egrep "\"balance\""; bitcoin-cli getnetworkinfo | egrep "\"version\"|connections"; bitcoin-cli getmininginfo | egrep "\"blocks\"|errors"' | ||||
| alias btcblock="echo \\\`bitcoin-cli getblockcount 2>&1\\\`/\\\`wget -O - http://blockexplorer.com/testnet/q/getblockcount 2> /dev/null | cut -d : -f2 | rev | cut -c 2- | rev\\\`" | ||||
| EOF | ||||
| 
 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user