privex.steemengine.SteemEngineHistory.SteemEngineHistory.__init__

SteemEngineHistory.__init__(hostname='api.steem-engine.net', port: int = 443, username=None, password=None, ssl=True, timeout=120, url: str = 'accounts/history')[source]

Configure the remote SteemEngine history server settings. All parameters are optional.

Parameters
  • hostname – The hostname or IP address of the history server

  • port – The HTTP port to connect to

  • username – If the RPC server needs a username, specify it here

  • password – If the RPC server needs a password, specify it here (username must also be set)

  • ssl – If set to True, will use https for requests. Default is True - use SSL

  • timeout – If the server stops sending us data for this many seconds, abort and throw an exception

  • url – The URL to query, e.g. accounts/history (starting /’s will automatically be removed)