1
0
Commit Graph

4 Commits

Author SHA1 Message Date
Andrew Camilleri
fd0952ff02 bump liquid (#301) 2020-05-03 02:30:32 +09:00
Juraj Bednar
3621906edc Add fallback fee (#289)
A fully synced node often fails to estimate fees:

Fee estimation failed. Fallbackfee is disabled. Wait a few blocks or enable -fallbackfee.

Adding fee of 0.1sat/vB
2020-04-08 21:20:15 +09:00
nicolas.dorier
8c80fbcee9 Only use full pruning for elements 2020-01-16 14:28:22 +09:00
Andrew Camilleri
b5bf43bb0f Add LBTC and USDT support; (#240)
* Add LBTC and USDT support;

Requires:
https://github.com/btcpayserver/btcpayserver/pull/1118
https://github.com/dgarage/NBXplorer/pull/198
https://github.com/btcpayserver/dockerfile-deps/pull/10

* add elementsd cli scripts

* simplify liquid integration

btcpay liquid PR adds all sub assets in one go so in docker specifying LBTC is enough

* bump images

* rename properly

* fix rpc

* add pruning for liquid node

* bump nbx

* add liquid more-memory
2020-01-14 22:57:07 +09:00