feat(panel-v3): integración ECOIN — daemon, wallet info y GUI
- Detección de ecoind via JSON-RPC (puerto 7474, lee ~/.ecoin/ecoin.conf) - Botones INICIAR/DETENER/ABRIR GUI/VER INFO en pestaña ECOIN - ABRIR GUI para ecoind antes de lanzar ecoin-qt (no pueden coexistir) - Compilación automática de ecoin-qt con qmake si no está compilado - Grid en tiempo real: balance ECO, bloques, conexiones, wallet, daemon - ecoin_rpc() helper para llamadas JSON-RPC al daemon - _start_ecoin/_stop_ecoin/_open_ecoin_gui/_ecoin_info en panel.py Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
68b3ceff8d
commit
fe030f2066
7 changed files with 235 additions and 35 deletions
BIN
INSTALLER_V3/icons/hicolor/256x256/apps/ecoin.png
Normal file
BIN
INSTALLER_V3/icons/hicolor/256x256/apps/ecoin.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 469 KiB |
BIN
INSTALLER_V3/icons/hicolor/256x256/apps/oasis-logo.png
Normal file
BIN
INSTALLER_V3/icons/hicolor/256x256/apps/oasis-logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 145 KiB |
9
INSTALLER_V3/icons/hicolor/index.theme
Normal file
9
INSTALLER_V3/icons/hicolor/index.theme
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[Icon Theme]
|
||||
Name=Hicolor
|
||||
Comment=Local fallback for Solar Net Hub
|
||||
Directories=256x256/apps
|
||||
|
||||
[256x256/apps]
|
||||
Size=256
|
||||
Context=Applications
|
||||
Type=Fixed
|
||||
Loading…
Add table
Add a link
Reference in a new issue