ci: docker_tag=ext - Correction bootstrap WebSocket et adresse SP permanente
- Correction bootstrap_url: ws://dev3.4nkweb.com:8090 -> wss://dev3.4nkweb.com/ws/ - Ajout adresse SP permanente: tsp1qqgmwp9n5p9ujhq2j6cfqe4jpkyu70jh9rgj0pwt3ndezk2mrlvw6jqew8fhsulewzglfr7g2aa48wyj4n0r7yasa3fm666vda8984ke8tuaf9m89 - Mise à jour documentation CONFIGURATION_SERVICES.md - Amélioration configuration relai pour réception fonds faucet
This commit is contained in:
parent
4ec241c27b
commit
2e5aa75df8
@ -84,3 +84,44 @@ environment:
|
|||||||
## Historique
|
## Historique
|
||||||
- Le signer dev3.4nkweb.com:9090 fonctionnait dans des configurations précédentes
|
- Le signer dev3.4nkweb.com:9090 fonctionnait dans des configurations précédentes
|
||||||
- Configuration mise à jour le 20/09/2025
|
- Configuration mise à jour le 20/09/2025
|
||||||
|
|
||||||
|
## Correction du Bootstrap WebSocket
|
||||||
|
|
||||||
|
### Problème identifié
|
||||||
|
- Configuration bootstrap incorrecte : `ws://dev3.4nkweb.com:8090`
|
||||||
|
- Le bootstrap distant ne fournissait pas de faucet sur ce port
|
||||||
|
|
||||||
|
### Solution appliquée
|
||||||
|
- Correction de la configuration : `bootstrap_url="wss://dev3.4nkweb.com/ws/"`
|
||||||
|
- Test confirmé : connexion WSS fonctionnelle avec faucet actif
|
||||||
|
- Réponse reçue avec NewTx (tx hex et tweak_data présents)
|
||||||
|
|
||||||
|
### État actuel
|
||||||
|
- ✅ Bootstrap WebSocket corrigé
|
||||||
|
- ✅ Connexion WSS fonctionnelle
|
||||||
|
- ⏳ Attente de génération d'adresse SP par le relai
|
||||||
|
- ⏳ Attente de réception des fonds du faucet
|
||||||
|
|
||||||
|
### Prochaines étapes
|
||||||
|
1. Vérifier la génération d'adresse SP du relai
|
||||||
|
2. Confirmer la réception des fonds du faucet
|
||||||
|
3. Tester le processus de pairing avec les fonds disponibles
|
||||||
|
|
||||||
|
|
||||||
|
## Adresse SP Permanente
|
||||||
|
|
||||||
|
### Configuration appliquée
|
||||||
|
- **Adresse SP fixe** : `tsp1qqgmwp9n5p9ujhq2j6cfqe4jpkyu70jh9rgj0pwt3ndezk2mrlvw6jqew8fhsulewzglfr7g2aa48wyj4n0r7yasa3fm666vda8984ke8tuaf9m89`
|
||||||
|
- **Configuration** : Ajoutée dans `relay/sdk_relay.conf`
|
||||||
|
- **Persistance** : L'adresse est maintenant permanente et ne changera pas
|
||||||
|
|
||||||
|
### Avantages
|
||||||
|
- ✅ Adresse SP stable pour le relai
|
||||||
|
- ✅ Possibilité de recevoir des fonds de manière prévisible
|
||||||
|
- ✅ Configuration persistante entre les redémarrages
|
||||||
|
|
||||||
|
### État actuel
|
||||||
|
- **Bootstrap WebSocket** : ✅ Configuré sur `wss://dev3.4nkweb.com/ws/`
|
||||||
|
- **Adresse SP** : ✅ Permanente et configurée
|
||||||
|
- **Faucet** : ⏳ En attente de connexion WebSocket fonctionnelle
|
||||||
|
|
||||||
|
@ -7,10 +7,11 @@ zmq_url="tcp://bitcoin:29000"
|
|||||||
storage="https://dev4.4nkweb.com/storage"
|
storage="https://dev4.4nkweb.com/storage"
|
||||||
data_dir="/home/bitcoin/.4nk"
|
data_dir="/home/bitcoin/.4nk"
|
||||||
bitcoin_data_dir="/home/bitcoin/.bitcoin"
|
bitcoin_data_dir="/home/bitcoin/.bitcoin"
|
||||||
bootstrap_url="ws://dev3.4nkweb.com:8090"
|
bootstrap_url="wss://dev3.4nkweb.com/ws/"
|
||||||
bootstrap_faucet=true
|
bootstrap_faucet=true
|
||||||
RUST_LOG="DEBUG,reqwest=DEBUG,tokio_tungstenite=DEBUG"
|
RUST_LOG="DEBUG,reqwest=DEBUG,tokio_tungstenite=DEBUG"
|
||||||
NODE_OPTIONS="--max-old-space-size=2048"
|
NODE_OPTIONS="--max-old-space-size=2048"
|
||||||
|
|
||||||
SIGNER_API_KEY="your-api-key-change-this"
|
SIGNER_API_KEY="your-api-key-change-this"
|
||||||
VITE_JWT_SECRET_KEY="52b3d77617bb00982dfee15b08effd52cfe5b2e69b2f61cc4848cfe1e98c0bc9"
|
VITE_JWT_SECRET_KEY="52b3d77617bb00982dfee15b08effd52cfe5b2e69b2f61cc4848cfe1e98c0bc9"
|
||||||
|
sp_address="tsp1qqgmwp9n5p9ujhq2j6cfqe4jpkyu70jh9rgj0pwt3ndezk2mrlvw6jqew8fhsulewzglfr7g2aa48wyj4n0r7yasa3fm666vda8984ke8tuaf9m89"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user