bisq-network / bisq

A decentralized bitcoin exchange network
https://bisq.network
GNU Affero General Public License v3.0
4.69k stars 1.26k forks source link

Integrate full blockchain nodes and wallets of every supported coin into Bisq #5135

Closed kevATin closed 3 years ago

kevATin commented 3 years ago

This would make a lot of sense to me given that you would no longer have to rely on third party nodes, which is not only a privacy advantage but also gives independence. Apart from that I could imagine having a local blockchain node and wallet being useful for automated trading and similar. There would be no more need to set every node up yourself if Bisq came integrated with them. Obviously this would have to be optional since it requires more than a terabyte of storage. Maybe users could also pick and choose which nodes they want to self host and which to connect to, during the first run setup of Bisq.

boring-cyborg[bot] commented 3 years ago

Thanks for opening your first issue here!

Be sure to follow the issue template. Your issue will be reviewed by a maintainer and labeled for further action.

cd2357 commented 3 years ago

Bisq already supports running a local BTC node. So that is already a good starting point for someone who wishes to customize their setup in this direction. See https://bisq.wiki/Connecting_to_your_own_Bitcoin_node

As for other blockchains, it's probably overkill for Bisq right now.