object BitcoindInstanceLocal extends InstanceFactoryLocal[BitcoindInstanceLocal, ActorSystem]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- BitcoindInstanceLocal
- InstanceFactoryLocal
- InstanceFactory
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- lazy val DEFAULT_BITCOIND_LOCATION: Option[File]
- val DEFAULT_CONF_FILE: Path
- Definition Classes
- BitcoindInstanceLocal → InstanceFactoryLocal
- val DEFAULT_DATADIR: Path
- Definition Classes
- BitcoindInstanceLocal → InstanceFactoryLocal
- def apply(network: NetworkParameters, uri: URI, rpcUri: URI, authCredentials: BitcoindAuthCredentials, zmqConfig: ZmqConfig = ZmqConfig(), binary: File = DEFAULT_BITCOIND_LOCATION match { case Some(file) => file case None => bitcoindLocationFromConfigFile }, datadir: File = BitcoindConfig.DEFAULT_DATADIR)(implicit system: ActorSystem): BitcoindInstanceLocal
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def bitcoindLocationFromConfigFile: File
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def fromConfFile(file: File = BitcoindConfig.DEFAULT_CONF_FILE, binary: File = DEFAULT_BITCOIND_LOCATION match {
case Some(f) => f
case None => bitcoindLocationFromConfigFile
})(implicit system: ActorSystem): BitcoindInstanceLocal
Construct a
bitcoind
from the given config file.Construct a
bitcoind
from the given config file. If nodatadir
setting is found, the parent directory to the given file is used.- Exceptions thrown
IllegalArgumentException
if the given config file does not exist
- def fromConfig(config: BitcoindConfig, binary: File = DEFAULT_BITCOIND_LOCATION match {
case Some(file) => file
case None => bitcoindLocationFromConfigFile
})(implicit system: ActorSystem): BitcoindInstanceLocal
Constructs a
bitcoind
instance from the given config - def fromConfigFile(file: File)(implicit system: ActorSystem): BitcoindInstanceLocal
- Definition Classes
- BitcoindInstanceLocal → InstanceFactory
- def fromDataDir(dir: File)(implicit system: ActorSystem): BitcoindInstanceLocal
- Definition Classes
- BitcoindInstanceLocal → InstanceFactory
- def fromDatadir(datadir: File = BitcoindConfig.DEFAULT_DATADIR, binary: File = DEFAULT_BITCOIND_LOCATION match {
case Some(file) => file
case None => bitcoindLocationFromConfigFile
})(implicit system: ActorSystem): BitcoindInstanceLocal
Constructs a
bitcoind
instance from the given datadir, using thebitcoin.conf
found within (if any)Constructs a
bitcoind
instance from the given datadir, using thebitcoin.conf
found within (if any)- Exceptions thrown
IllegalArgumentException
if the given datadir does not exist
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- lazy val remoteFilePath: File
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()