dogecoinrpc — Convenience functions

dogecoin-python - Easy-to-use Dogecoin API client

dogecoinrpc.connect_to_local(filename=None)

Connect to default dogecoin instance owned by this user, on this machine.

Returns a DogecoinConnection object.

Arguments:

  • filename: Path to a configuration file in a non-standard location (optional)
dogecoinrpc.connect_to_remote(user, password, host='localhost', port=22555, use_https=False)

Connect to remote or alternative local dogecoin client instance.

Returns a DogecoinConnection object.

Previous topic

API reference

Next topic

dogecoinrpc.connection — Connect to Dogecoin server via JSON-RPC

This Page