Run Bitcoin daemon using BTCPay Server
See original GitHub issueI have seen there is a bitcoin cli in the dockerized version. Can I run set up the RPC connection and run the daemon?
When trying to change the RPC user or password I get the error code: -32601
Any ideas to solve this issue?
Issue Analytics
- State:
- Created 4 years ago
- Comments:17 (9 by maintainers)
Top Results From Across the Web
Extended Manual Setup
Configuration. DANGER. Running a Bitcoin Lightning daemon requires a hot wallet on your BTCPay Server. With Bitcoin ...
Read more >Minimal manual setup
# Minimal manual setup · 1) Install Bitcoin Core 0.19.1 · 2) Install .NET 6.0 SDK · 3) Install NBXplorer · 4) Install...
Read more >Introduction | BTCPay Server
Introduction. While our instructions cover how to install BTCPayServer in one click on Azure or Lunanode, BTCPay Server is not limited to those...
Read more >Fast sync Bitcoin for BTCPay Server
When you start a new BTCPay Server, you need to synchronize your Bitcoin node from the genesis block. Validating from the genesis blocks...
Read more >Lightning Network (LN) and BTCPay Server
The easiest way to use LND implementation with BTCPay Server is to use the [Ride The Lightning]https://github.com/Ride-The-Lightning/RTL) (RTL) service. A web ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@AfolabiOlaoluwa You will find that information in the deployment docs.
I know what it is. I am just saying that this Bitcoin full node runs in the docker and the command that I posted before is used to interact with this dockerized daemon. You are not starting the daemon by running bitcoind command. You are starting it by running the container. Maybe there is some misunderstanding in what you are trying to achieve.