It is a core lightning plugin to override Bitcoin backend plugin with esplora by Blockstream and give the possibility to make the running process with bitcoind in pruning mode more solid.
GNU General Public License v2.0
9
stars
7
forks
source link
Fresh install of lightning with fresh install of plugin and plugin install fails #55
# ./gradlew createRunnableScript -Dorg.gradle.daemon=false --no-build-cache
To honour the JVM settings for this build a single-use Daemon process will be forked. See https://docs.gradle.org/6.8.2/userguide/gradle_daemon.html#sec:disabling_the_daemon.
Daemon will be stopped at the end of the build
add from dependencies: lite-bitcoin-rpc-0.0.1-rc2-SNAPSHOT.jar
add from dependencies: logging-interceptor-4.9.1.jar
add from dependencies: kotlin-stdlib-jdk8-1.4.30.jar
add from dependencies: jrpclightning-0.2.2.jar
add from dependencies: gson-2.8.8.jar
add from dependencies: okhttp-4.9.1.jar
add from dependencies: kotlin-stdlib-jdk7-1.4.30.jar
add from dependencies: okio-jvm-2.8.0.jar
add from dependencies: kotlin-stdlib-1.4.30.jar
add from dependencies: kotlin-stdlib-common-1.4.30.jar
add from dependencies: logback-classic-1.2.6.jar
add from dependencies: logback-core-1.2.6.jar
add from dependencies: slf4j-api-1.7.32.jar
add from dependencies: junixsocket-common-2.4.0.jar
add from dependencies: junixsocket-native-common-2.4.0.jar
add from dependencies: reflections-0.9.12.jar
add from dependencies: guava-31.0.1-jre.jar
add from dependencies: commons-io-2.4.jar
add from dependencies: annotations-13.0.jar
add from dependencies: javassist-3.26.0-GA.jar
add from dependencies: failureaccess-1.0.1.jar
add from dependencies: listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar
add from dependencies: jsr305-3.0.2.jar
add from dependencies: checker-qual-3.12.0.jar
add from dependencies: error_prone_annotations-2.7.1.jar
add from dependencies: j2objc-annotations-1.3.jar
add from sources: logback-test.xml
add from sources: App.kt
add from sources: Plugin.kt
add from sources: MediationMethod.kt
add from sources: CheckResult.kt
add from sources: CheckHandler.kt
add from sources: BlockNotFoundCheck.kt
add from sources: TransactionCheck.kt
add from sources: ChainOfResponsibilityCheck.kt
add from sources: SendRawTransactionCommand.kt
add from sources: GetChainInfoCommand.kt
add from sources: GetRawBlockByHeightCommand.kt
add from sources: EstimateFeeCommand.kt
add from sources: GetUtxOutCommand.kt
add from sources: ICommand.kt
add from sources: GetUtxOutBtc.kt
add from sources: EstimateFeeBtc.kt
add from sources: SendRawTransactionBtc.kt
add from sources: GetChainInfoBtc.kt
add from sources: GetRawBlockByHeightBtc.kt
add from sources: OptionsManager.kt
add from sources: JSONConverter.kt
add from sources: HttpRequestFactory.kt
add from sources: EstimateFeeTypeAdapter.kt
add from sources: PluginManager.kt
add from sources: UTXOBitcoin.kt
add from sources: BlockchainInfoBitcoin.kt
add from sources: EstimateFeeBitcoin.kt
add from sources: MemPoolInfo.kt
add from sources: BTCTransactionModel.kt
add from sources: EstimateFeeModel.kt
add from sources: BTCTransactionOutputModel.kt
add from sources: TransactionStatusModel.kt
add from sources: BTCTransactionInputModel.kt
add from sources: StatusUTXOModel.kt
add from sources: StatusOnChain.kt
The message received from the daemon indicates that the daemon has disappeared.
Build request sent: Build{id=6ab285f2-4de6-43dd-9fcf-e61cbd487e46, currentDir=/root/btcli4j}
Attempting to read last messages from the daemon log...
Daemon pid: 927
log file: /root/.gradle/daemon/6.8.2/daemon-927.out.log
----- Last 20 lines from daemon log file - daemon-927.out.log -----
add from sources: EstimateFeeBtc.kt
add from sources: SendRawTransactionBtc.kt
add from sources: GetChainInfoBtc.kt
add from sources: GetRawBlockByHeightBtc.kt
add from sources: OptionsManager.kt
add from sources: JSONConverter.kt
add from sources: HttpRequestFactory.kt
add from sources: EstimateFeeTypeAdapter.kt
add from sources: PluginManager.kt
add from sources: UTXOBitcoin.kt
add from sources: BlockchainInfoBitcoin.kt
add from sources: EstimateFeeBitcoin.kt
add from sources: MemPoolInfo.kt
add from sources: BTCTransactionModel.kt
add from sources: EstimateFeeModel.kt
add from sources: BTCTransactionOutputModel.kt
add from sources: TransactionStatusModel.kt
add from sources: BTCTransactionInputModel.kt
add from sources: StatusUTXOModel.kt
add from sources: StatusOnChain.kt
----- End of the daemon log -----
FAILURE: Build failed with an exception.
* What went wrong:
Gradle build daemon disappeared unexpectedly (it may have been killed or may have crashed)
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org
Did a fresh install of lightingd on turnkey core linux. Tried to gradle with this error....
Did a fresh install of lightingd on turnkey core linux. Tried to gradle with this error....