You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 1, 2025. It is now read-only.
if you get an ``unsupported hash type ripemd160`` error, please see [this](https://stackoverflow.com/questions/72409563/unsupported-hash-type-ripemd160-with-hashlib-in-python)
80
+
if you get an `unsupported hash type ripemd160` error, please see [this](https://stackoverflow.com/questions/72409563/unsupported-hash-type-ripemd160-with-hashlib-in-python)
81
81
82
82
##### Create configuration file
83
83
84
84
Create a config file **`lss.json`** in your home directory.
85
85
You can use [this](https://github.com/ledgerhq/satstack/blob/master/lss.mainnet.json) sample config file as a template.
86
86
87
-
Add ```"torproxy": "socks5://127.0.0.1:9050",``` to connect to a Tor client running locally so that satstack can reach a full node behind Tor.
88
-
Replace the ```rpcurl``` with the .onion address of your node.
87
+
Add `"torproxy": "socks5://127.0.0.1:9050",` to connect to a Tor client running locally so that satstack can reach a full node behind Tor.
88
+
Replace the `rpcurl` with the .onion address of your node.
89
89
90
90
###### Optional account fields
91
91
92
92
-**`depth`**: override the number of addresses to derive and import in the Bitcoin wallet. Defaults to `1000`.
93
93
-**`birthday`**: set the earliest known creation date (`YYYY/MM/DD` format), for faster account import.
94
-
Defaults to `2013/09/10` ([BIP0039](https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki) proposal date).
95
-
Refer to the table below for a list of safe wallet birthdays to choose from.
94
+
Defaults to `2013/09/10` ([BIP0039](https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki) proposal date).
95
+
Refer to the table below for a list of safe wallet birthdays to choose from.
96
96
97
-
| Event | Date (YYYY/MM/DD) |
98
-
|-------|-------------------|
99
-
| BIP0039 proposal created | 2013/09/10 (default) |
@@ -154,18 +179,18 @@ $ EXPLORER=http://127.0.0.1:20000 <Ledger Live executable>
154
179
155
180
### Misc
156
181
157
-
If you get ```error=failed to load wallet: -4: Wallet file verification failed. SQLiteDatabase: Unable to obtain an exclusive lock on the database, is it being used by another bitcoind?``` maybe this is because you have bitcoind windows opened, if this is the case, please try closing them and restart lss.
182
+
If you get `error=failed to load wallet: -4: Wallet file verification failed. SQLiteDatabase: Unable to obtain an exclusive lock on the database, is it being used by another bitcoind?` maybe this is because you have bitcoind windows opened, if this is the case, please try closing them and restart lss.
158
183
159
184
### In the press
160
185
161
-
| Title | Source |
162
-
|:----------|:-------------:|
163
-
| 🇬🇧 [Personal sovereignty with Ledger SatStack](https://blog.ledger.com/satstack)|[blog.ledger.com](https://blog.ledger.com)|
164
-
| 🇫🇷 [Ledger SatStack: un pont entre Bitcoin Core et votre Ledger Wallet](https://bitcoin.fr/ledger-sat-stack-un-pont-entre-bitcoin-core-et-votre-ledger-wallet/)|[bitcoin.fr](https://bitcoin.fr)|
165
-
| 🇫🇷 [Votre propre coffre-fort à bitcoins… inviolable – Ledger annonce l’arrivée des full nodes Bitcoin](https://journalducoin.com/actualites/coffre-fort-bitcoins-inviolable-ledger-annonce-noeuds-complets-bitcoin)|[Journal du Coin](https://journalducoin.com)|
166
-
| 🇫🇷 [Il est désormais possible d’exécuter un full node Bitcoin sur Ledger Live](https://fr.beincrypto.com/technologie/5770/full-node-bitcoin-ledger-live)|[beincrypto.com](https://beincrypto.com)|
167
-
| 🇪🇸 [Ledger Live será compatible con nodos propios de Bitcoin](https://www.criptonoticias.com/tecnologia/ledger-live-sera-compatible-nodos-propios-bitcoin)|[CriptoNoticias](https://www.criptonoticias.com)|
| 🇬🇧 [Personal sovereignty with Ledger SatStack](https://blog.ledger.com/satstack)|[blog.ledger.com](https://blog.ledger.com)|
189
+
| 🇫🇷 [Ledger SatStack: un pont entre Bitcoin Core et votre Ledger Wallet](https://bitcoin.fr/ledger-sat-stack-un-pont-entre-bitcoin-core-et-votre-ledger-wallet/)|[bitcoin.fr](https://bitcoin.fr)|
190
+
| 🇫🇷 [Votre propre coffre-fort à bitcoins… inviolable – Ledger annonce l’arrivée des full nodes Bitcoin](https://journalducoin.com/actualites/coffre-fort-bitcoins-inviolable-ledger-annonce-noeuds-complets-bitcoin)|[Journal du Coin](https://journalducoin.com)|
191
+
| 🇫🇷 [Il est désormais possible d’exécuter un full node Bitcoin sur Ledger Live](https://fr.beincrypto.com/technologie/5770/full-node-bitcoin-ledger-live)|[beincrypto.com](https://beincrypto.com)|
192
+
| 🇪🇸 [Ledger Live será compatible con nodos propios de Bitcoin](https://www.criptonoticias.com/tecnologia/ledger-live-sera-compatible-nodos-propios-bitcoin)|[CriptoNoticias](https://www.criptonoticias.com)|
0 commit comments