Eclair Windows #2381
Replies: 2 comments 1 reply
-
That looks fine. |
Beta Was this translation helpful? Give feedback.
-
We used to have a GUI but removed it because it was sending users, especially windows users, the wrong signal: Lightning nodes, as opposed to bitcoin nodes which can be turned off and on, are not good fit for desktop machines because they need to run 24/7. They should instead run on servers/VPS and be managed from the command line. There are some projects that provide Web UIs on top of LN node APIs (like https://github.com/Ride-The-Lightning/RTL) but |
Beta Was this translation helpful? Give feedback.
-
I installed all but eclair no open.
eclair log:
2022-08-12 19:40:21,789 INFO fr.acinq.eclair.Plugin - loading 0 plugins
2022-08-12 19:40:22,039 INFO a.e.slf4j.Slf4jLogger - Slf4jLogger started
2022-08-12 19:40:22,726 INFO fr.acinq.eclair.Setup - hello!
2022-08-12 19:40:22,742 INFO fr.acinq.eclair.Setup - version=0.7.0-patch-disconnect commit=cad88bf
2022-08-12 19:40:22,742 INFO fr.acinq.eclair.Setup - datadir=C:\Users\gery.eclair
2022-08-12 19:40:22,742 INFO fr.acinq.eclair.Setup - initializing secure random generator
2022-08-12 19:40:22,757 INFO f.a.eclair.NodeParams - use seed file: C:\Users\gery.eclair\node_seed.dat
2022-08-12 19:40:22,757 INFO f.a.eclair.NodeParams - use seed file: C:\Users\gery.eclair\channel_seed.dat
2022-08-12 19:40:22,788 INFO f.a.secp256k1.Secp256k1 - secp256k1 library successfully loaded
2022-08-12 19:40:22,820 INFO fr.acinq.eclair.Setup - instanceid=cbed610a-fc8f-441d-bfe5-f3deb0bc6c5c
2022-08-12 19:40:23,088 INFO fr.acinq.eclair.Setup - nodeid=0297e1d7c487ffef54e260335b0518c059d6727a1c8fee6c0cf3efafbbdf8e8e4d alias=gerybtcnodegery
2022-08-12 19:40:23,088 INFO fr.acinq.eclair.Setup - using chain=mainnet chainHash=6fe28c0ab6f1b372c1a6a246ae63f74f931e8365e15a089c68d6190000000000
2022-08-12 19:40:23,572 INFO fr.acinq.eclair.Setup - current blockchain height=749152
2022-08-12 19:40:23,726 INFO fr.acinq.eclair.Setup - current feeratesPerKB=FeeratesPerKB(1000 sat/kB,17050 sat/kB,17050 sat/kB,1695 sat/kB,1539 sat/kB,1000 sat/kB,1000 sat/kB,1000 sat/kB,1000 sat/kB) feeratesPerKw=FeeratesPerKw(253 sat/kw,4262 sat/kw,4262 sat/kw,423 sat/kw,384 sat/kw,253 sat/kw,253 sat/kw,253 sat/kw,253 sat/kw)
2022-08-12 19:40:23,757 INFO f.a.eclair.router.Router - loading network announcements from db...
2022-08-12 19:40:23,757 INFO f.a.eclair.router.Router - loaded from db: channels=0 nodes=0
2022-08-12 19:40:23,788 INFO f.a.eclair.router.Router - initialization completed, ready to process messages
2022-08-12 19:40:23,945 INFO akka.actor.ActorCell - channels listener is ready
2022-08-12 19:40:23,960 INFO f.a.e.p.r.PostRestartHtlcCleaner - htlcsIn=0 notRelayed=0 relayedOut=0
2022-08-12 19:40:23,960 INFO f.a.e.p.r.PostRestartHtlcCleaner - notRelayed=List()
2022-08-12 19:40:23,960 INFO f.a.e.p.r.PostRestartHtlcCleaner - relayedOut=Map()
2022-08-12 19:40:23,976 INFO f.a.e.io.Switchboard - restoring 0 peer(s) with 0 channel(s)
2022-08-12 19:40:24,007 INFO f.acinq.eclair.io.Server CON - bound on /0:0:0:0:0:0:0:0:9735
2022-08-12 19:40:24,023 INFO fr.acinq.eclair.Setup - initial wallet address=3JSho3wd4NvqPvXZHMpFU4DtVKccLs18Jy
2022-08-12 19:40:24,835 INFO f.a.e.b.b.zmq.ZMQActor - connected to tcp://127.0.0.1:29000
2022-08-12 19:40:24,835 INFO f.a.e.b.b.zmq.ZMQActor - connected to tcp://127.0.0.1:29000
2022-08-12 19:40:24,835 INFO fr.acinq.eclair.Boot - json API enabled on port=8080
Beta Was this translation helpful? Give feedback.
All reactions