mirror of
				https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line.git
				synced 2025-10-31 02:17:24 +00:00 
			
		
		
		
	added warning about error code 5.
This commit is contained in:
		
							parent
							
								
									a90e0c7cd6
								
							
						
					
					
						commit
						d84af0f55c
					
				| @ -156,6 +156,8 @@ $ ./testbitcoin | ||||
| Successfully connected to server! | ||||
| ``` | ||||
| 
 | ||||
| > :warning: **WARNING:** If you forget to enter your RPC password in this or any other code samples that depend on RPC, you will receive a mysterious `ERROR CODE 5`. | ||||
| 
 | ||||
| ## Making an RPC Call | ||||
| 
 | ||||
| In order to use an RPC method using `libbitcoinrpc`, you must initialize a variable of type `bitcoinrpc_method_t`. You do so with the appropriate value for the method you want to use, all of which are listed in the [bitcoinrpc Reference](https://github.com/gitmarek/libbitcoinrpc/blob/master/doc/reference.md). | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user