feat: Bitcoin Core and Electrum servers and wallet

This commit is contained in:
Ben Grande 2024-02-17 00:03:19 +01:00
parent e6fb72c22e
commit dbed18dfa2
148 changed files with 5302 additions and 36 deletions

View file

@ -0,0 +1,8 @@
#!/bin/sh
## SPDX-FileCopyrightText: 2024 Benjamin Grande M. S. <ben.grande.b@gmail.com>
##
## SPDX-License-Identifier: AGPL-3.0-or-later
update-alternatives --set x-terminal-emulator /usr/bin/xterm
# vim: ft=sh