mirror of
				https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line.git
				synced 2025-10-31 10:27:29 +00:00 
			
		
		
		
	Update 4_2__Interlude_Using_JQ.md
This commit is contained in:
		
							parent
							
								
									8e9d97ed19
								
							
						
					
					
						commit
						21e3909ba6
					
				| @ -374,7 +374,7 @@ $ ./txfee-calc.sh $rawtxhex | |||||||
| 
 | 
 | ||||||
| JQ code can be a little unwieldly, so you should consider adding some longer and more interesting invocations to your ~/.bash_profile | JQ code can be a little unwieldly, so you should consider adding some longer and more interesting invocations to your ~/.bash_profile | ||||||
| ``` | ``` | ||||||
| lias btcunspent="bitcoin-cli listunspent | jq -r '.[] | { txid: .txid, vout: .vout, amount: .amount }'" | alias btcunspent="bitcoin-cli listunspent | jq -r '.[] | { txid: .txid, vout: .vout, amount: .amount }'" | ||||||
| alias btctxfee="~/txfee-calc.sh" | alias btctxfee="~/txfee-calc.sh" | ||||||
| ``` | ``` | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user