mirror of
https://github.com/aljazceru/ark.git
synced 2026-01-23 21:54:18 +01:00
wallet: bitcoind support with RPC polling (#254)
* support bitcoind connection * fix: wallet should be the varibale, not s.wallet * block cache: up to 2M blocks * WithBitcoind wait for sync * WithBitcoind rename * switch based on the ENV VARs * Add make targets
This commit is contained in:
@@ -76,6 +76,9 @@ func mainAction(_ *cli.Context) error {
|
||||
UnilateralExitDelay: cfg.UnilateralExitDelay,
|
||||
EsploraURL: cfg.EsploraURL,
|
||||
NeutrinoPeer: cfg.NeutrinoPeer,
|
||||
BitcoindRpcUser: cfg.BitcoindRpcUser,
|
||||
BitcoindRpcPass: cfg.BitcoindRpcPass,
|
||||
BitcoindRpcHost: cfg.BitcoindRpcHost,
|
||||
}
|
||||
svc, err := grpcservice.NewService(svcConfig, appConfig)
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user