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.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CookieBased
- Serializable
- Product
- Equals
- BitcoindAuthCredentials
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new CookieBased(network: NetworkParameters, datadir: File = BitcoindConfig.DEFAULT_DATADIR)
Value Members
- def cookie: String
The cookie is a string looking like
cookie:AUTO_GENERATED_PASSWORD
- val datadir: File
- val network: NetworkParameters
- def password: String
- Definition Classes
- CookieBased → BitcoindAuthCredentials
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def username: String
- Definition Classes
- CookieBased → BitcoindAuthCredentials