From 35dccd88d6805d9e7fd0b578978133e05580ee92 Mon Sep 17 00:00:00 2001 From: Chris Stewart Date: Thu, 10 Feb 2022 06:16:41 -0600 Subject: [PATCH] Add new section to README for running bitcoin-s, add link to the web frontend (#4069) --- README.md | 11 +++++++++++ .../org/bitcoins/wallet/internal/RescanHandling.scala | 3 ++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 38a40fab53..895f36a7a9 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ For a complete guide on how to get started with Bitcoin-S, see our website at [B ### Contents +- [Running bitcoin-s](#running-bitcoin-s) - [What is bitcoin-s?](#what-is-bitcoin-s-) - [Is bitcoin-s production ready?](#is-bitcoin-s-production-ready-) - [Can I trust the code in bitcoin-s?](#can-i-trust-the-code-in-bitcoin-s-) @@ -18,6 +19,16 @@ For a complete guide on how to get started with Bitcoin-S, see our website at [B - [Good first issues](#good-first-issues) - [License](#license) +### Running bitcoin-s + +You have three options to run bitcoin-s. Here are the instructions. + +We recommend using the web frontend for beginners. + +1. [Web frontend](https://github.com/bitcoin-s/bitcoin-s-ts/tree/master/wallet-server-ui#walletserverui) +2. [Desktop GUI](https://bitcoin-s.org/docs/applications/gui#running-the-gui) +3. [Headless backend](https://bitcoin-s.org/docs/applications/server#app-server) + ### What is bitcoin-s? diff --git a/wallet/src/main/scala/org/bitcoins/wallet/internal/RescanHandling.scala b/wallet/src/main/scala/org/bitcoins/wallet/internal/RescanHandling.scala index e849074896..a786eb0db7 100644 --- a/wallet/src/main/scala/org/bitcoins/wallet/internal/RescanHandling.scala +++ b/wallet/src/main/scala/org/bitcoins/wallet/internal/RescanHandling.scala @@ -54,7 +54,8 @@ private[wallet] trait RescanHandling extends WalletLogger { rescanning.set(true) - logger.info(s"Starting rescanning the wallet from ${startOpt} to ${endOpt}") + logger.info( + s"Starting rescanning the wallet from ${startOpt} to ${endOpt} useCreationTime=$useCreationTime") val start = System.currentTimeMillis() val res = for {