mirror of
				https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line.git
				synced 2025-10-31 02:17:24 +00:00 
			
		
		
		
	added descriptors=false flag
This commit is contained in:
		
							parent
							
								
									0b97a267ef
								
							
						
					
					
						commit
						42c164e556
					
				| @ -130,7 +130,7 @@ You can watch for funds by importing addresses from your hardware wallet to your | |||||||
| 
 | 
 | ||||||
| To use your hardware wallet with `bitcoin-cli`, you'll want to create a specific named wallet in Bitcoin Core, using the `createwallet` RPC, which is a command we haven't previously discussed. | To use your hardware wallet with `bitcoin-cli`, you'll want to create a specific named wallet in Bitcoin Core, using the `createwallet` RPC, which is a command we haven't previously discussed. | ||||||
| ``` | ``` | ||||||
| $ bitcoin-cli --named createwallet wallet_name="ledger" disable_private_keys="true" | $ bitcoin-cli --named createwallet wallet_name="ledger" disable_private_keys="true" descriptors="false" | ||||||
| { | { | ||||||
|   "name": "ledger", |   "name": "ledger", | ||||||
|   "warning": "" |   "warning": "" | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user