We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is a Bisq Network project. Please familiarize yourself with the project management process.
This project integrates Bitcoind as a wallet backend into the Misq project. In Misq, we allow users to select between multiple wallets (see #52).
In Misq, we want to break away from developing our own wallet. There are a lot of excellent wallets with which we can communicate using RPC calls.
This project is complete when the needed RPC calls to Bitcoind are implemented and merged into the Misq project (including integration tests).
We have our first full node wallet backend in Misq.
None for the DAO. The only thing that can happen is that I fail to deliver.
addmultisigaddress
createwallet
finalizepsbt
generatetoaddress
getaddressinfo
getbalance
getnewaddress
importaddress
listtransactions
listunspent
loadwallet
sendrawtransaction
sendtoaddress
signmessage
stop
unloadwallet
verifymessage
walletcreatefundedpsbt
walletpassphrase
walletprocesspsbt
USD 600
The text was updated successfully, but these errors were encountered:
ghubstan/bisq2@e103825
Successfully merging a pull request may close this issue.
Description
This project integrates Bitcoind as a wallet backend into the Misq project. In Misq, we allow users to select between multiple wallets (see #52).
Rationale
In Misq, we want to break away from developing our own wallet. There are a lot of excellent wallets with which we can communicate using RPC calls.
Criteria for delivery
This project is complete when the needed RPC calls to Bitcoind are implemented and merged into the Misq project (including integration tests).
Measures of success
We have our first full node wallet backend in Misq.
Risks
None for the DAO. The only thing that can happen is that I fail to deliver.
Tasks
addmultisigaddress
createwallet
finalizepsbt
generatetoaddress
getaddressinfo
getbalance
getnewaddress
importaddress
listtransactions
listunspent
loadwallet
sendrawtransaction
sendtoaddress
signmessage
stop
unloadwallet
verifymessage
walletcreatefundedpsbt
walletpassphrase
walletprocesspsbt
Estimates
USD 600
The text was updated successfully, but these errors were encountered: