Packages

case class CookieBased(network: NetworkParameters, datadir: File = BitcoindConfig.DEFAULT_DATADIR) extends BitcoindAuthCredentials with Product with Serializable

Authenticate by providing a cookie file found in the bitcoind data directory. This is the most secure as well as user friendly way of authenticating, but it is not always suitable for situtations where the bitcoind instance is on a remote server.

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CookieBased
  2. Serializable
  3. Product
  4. Equals
  5. BitcoindAuthCredentials
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new CookieBased(network: NetworkParameters, datadir: File = BitcoindConfig.DEFAULT_DATADIR)

Value Members

  1. def cookie: String

    The cookie is a string looking like cookie:AUTO_GENERATED_PASSWORD

  2. val datadir: File
  3. val network: NetworkParameters
  4. def password: String
    Definition Classes
    CookieBasedBitcoindAuthCredentials
  5. def productElementNames: Iterator[String]
    Definition Classes
    Product
  6. def username: String
    Definition Classes
    CookieBasedBitcoindAuthCredentials