BTCPay Server

@BTCPayServer
18 Followers
1 Following
77 Posts

Open source self-sovereign payment processor

Github: https://github.com/btcpayserver/btcpayserver

Test yourself: https://mainnet.demo.btcpayserver.org/

You are using LND? @RTL_App is now in your BTCPay Server services!
Like Spark, @RTL_App can be used in browser or on mobile by scanning a QR Code! Unfairly simple.

Thanks @vandrewattycpa, @Sauby_k, @shesek and ShahanaFarooqui who made it possible!

2/ * Language updates (Greek support @BitcoinSpotGR, fixes and contributions for Slovak from @MSedivy, Slovenian from @thepkbadger, Dutch from Bartus Oost)
* Showing warning when user tries to delete last admin (@rockstardev and @britttttkelly)
* Shit tons of refactoring to prepare the cool Payment requests for @kukks in the next version
* Bump lnd to 0.5.2-beta
1/ v1.0.3.55:
* Fix: Creating an invoice would fail without NotificationUrl (@NicolasDorier)
* Various refactoring and fix around crowdfunding app (@NicolasDorier & @kukks)
* The lightning node info page can be embedded into a frame (@kukks)
* Add Email field in the CSV invoice export (@rockstardev)
* Fix: CORS was not set properly (@NicolasDorier)

LibrePatron from @vandrewattycpa has been integrated to the btcpayserver-docker project!

Here how you can activate it:
https://pastebin.com/QdawyHtP

Rampage!

https://github.com/JeffVandrewJr/patron

[Bash] # Assuming you configured patron.example.com DNS to point to the same IP as your - Pastebin.com

1.0.3.43:
* Disabled POLIS and Bitcore (Cryptopedia hacked, breaking the tests)
* Fix crowdfund app bugs (@MrKukks)
* No change UTXO option for wallet https://docs.btcpayserver.org/features/wallet#make-sure-no-change-utxo-is-created-expert-mode (@NicolasDorier)
* Roundup invoice price to currency denomination (@NicolasDorier)

Critical update for c-lightning user of BTCPay.
You need to update now, an infinite loop can be triggered on pruned nodes which result in your c-lightning node periodically crashing. (Details on https://github.com/ElementsProject/lightning/pull/2262 …)

We updated our image.

Do not consider bitcoin-cli as a failed call if it returns error code 1 by NicolasDorier · Pull Request #2262 · ElementsProject/lightning

It fixes a bad assumption in the code which consider error code different than 0 as a bitcoin-cli error as a transient issue. If bitcoin-cli returns 1, then bcli_failure get called, which will try ...

BTCPay Crowdfunding App (Bitcoin Kickstarter and Indiegogo alternative)

YouTube

UPDATE highly recommended for BTCPay users which are using c-lightning!

Lot's users reported trouble with c-lightning recently for this reason: https://github.com/ElementsProject/lightning/issues/2231

We released a new version based on the current master of CLightning which should fix this issue.

C-Lightning unable to start · Issue #2231 · ElementsProject/lightning

On behalf of a user of BTCPay, it seems c-lightning crashes continuously now. ???:0 0x403618 ??? ???:0 0xffffffffffffffff ??? ???:0 2019-01-06T18:17:45.738Z lightningd(27349): FATAL SIGNAL 6 (versi...

1.0.3.30:

* Finally C-Lightning users have a decent wallet! The excellent Spark Wallet by @shesek has been integrated to BTCPay docker deploy! Update and go to "Server settings / Services / Spark wallet" to connect to it :)))
* Removal of "Restricted macaroon" in LND configs

1.0.3.25:
* Removing BIP70 support
* Removing anonymous access to "invoices/{invoiceId}" route
* Proper error message if BitId signature is incorrect
* In "add derivation scheme" page, improve UX with ledger integration when ledger ask permission for showing HD pub keys to BTCPay