-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to use walletprocesspsbt through btcctl #2227
Comments
|
Hi @Roasbeef, Thanks very much for your reply. |
|
If some commands doesn't implement in this project, it is unnecessary to display them when RUN |
Hmm, I wasn't aware of that. That could probably be improved. The reason this probably happens is that |
Recently I am trying to start a signet network based on btcd. When I implement it, I need to start btcd and start the btcwallet service. In order to process psbt transactions, I also need to start the bitcoind service; this is really troublesome. In fact, I am looking forward to a btcd that can include btcwallet services inner. Is it a good idea that we open a new branch on this project, which Contains service of btcd and btcwallet? |
I think that would be a massive undertaking and I believe you'll have trouble finding reviewers willing to invest time into getting this merged. Review capacity in this project is very limited as is right now. Maybe you can tell us what your end goal is? Maybe there's another combination of existing tools/libraries that can satisfy that? |
Thank you sir for your patient answer. Indeed, I am a gopher, My End Goal is that we can use btcd as easy as bitcoind, especially setup a new testnet/signet. |
If you just want to be able to quickly iterate on new testnets/signets, then I suggest using If you intend to create an actual custom signet, then you wouldn't really need any code changes to either |
I Setup a btcwallet service and btcd service, they have connected succeed.
I can read walletprocesspsbt when I use command: ./btcctl -l, however, when I invoke walletprocesspsbt by command:
./btcctl --signet --rpcuser=devuser --rpcpass=devpass --rpcserver=127.0.0.1:33346 --rpccert=./rpc/wallet/rpc.cert --wallet walletprocesspsbt psbt-content
it show that -32601: Method not found
I dont know why? who can tell me how to use it correctly through btcctl?
The text was updated successfully, but these errors were encountered: