bitcoinlib.services.dogecoind module
- class bitcoinlib.services.dogecoind.DogecoindClient(network='dogecoin', base_url='', denominator=100000000, *args)[source]
Bases:
BaseClient
Class to interact with dogecoind, the Dogecoin daemon
Open connection to dogecoin node
- Parameters:
network – Dogecoin mainnet or testnet. Default is dogecoin mainnet
base_url – Connection URL in format http(s)://user:password@host:port.
denominator – Denominator for this currency. Should be always 100000000 (satoshis) for dogecoin
- Type:
str
- Type:
str
- Type:
str
- static from_config(configfile=None, network='dogecoin', **kargs)[source]
Read settings from dogecoind config file
- Parameters:
configfile – Path to config file. Leave empty to look in default places
network – Dogecoin mainnet or testnet. Default is dogecoin mainnet
- Type:
str
- Type:
str
- Return DogecoindClient: