lightning-power-users / node-launcher

Easiest Bitcoin Lightning desktop app, for Windows, macOS, and Linux
MIT License
357 stars 67 forks source link

LN cannot connect and sync with Bitcoin core #445

Open bulrathiking opened 3 years ago

bulrathiking commented 3 years ago

Bitcoin Output

"2021-01-28T17:35:06Z Bitcoin Core version v0.17.1 (release build) 2021-01-28T17:35:06Z InitParameterInteraction: parameter interaction: -whitelistforcerelay=1 -> setting -whitelistrelay=1 2021-01-28T17:35:06Z Assuming ancestors of block 0000000000000000002e63058c023a9a1de233554f28c7b21380b6c9003f36a8 have valid signatures. 2021-01-28T17:35:06Z Setting nMinimumChainWork=0000000000000000000000000000000000000000028822fef1c230963535a90d 2021-01-28T17:35:06Z Using the 'sse4(1way),sse41(4way)' SHA256 implementation 2021-01-28T17:35:06Z Using RdRand as an additional entropy source 2021-01-28T17:35:07Z Default data directory C:\Users\admin\AppData\Roaming\Bitcoin 2021-01-28T17:35:07Z Using data directory D:\Bitcoin 2021-01-28T17:35:07Z Using config file C:\Users\admin\AppData\Roaming\Bitcoin\bitcoin.conf 2021-01-28T17:35:07Z Using at most 125 automatic connections (2048 file descriptors available) 2021-01-28T17:35:07Z Using 16 MiB out of 32/2 requested for signature cache, able to store 524288 elements 2021-01-28T17:35:07Z Using 16 MiB out of 32/2 requested for script execution cache, able to store 524288 elements 2021-01-28T17:35:07Z Using 4 threads for script verification 2021-01-28T17:35:07Z scheduler thread start 2021-01-28T17:35:07Z Binding RPC on address ::1 port 8332 failed. 2021-01-28T17:35:07Z Binding RPC on address 127.0.0.1 port 8332 failed. 2021-01-28T17:35:07Z Unable to bind any endpoint for RPC server 2021-01-28T17:35:07Z Error: Unable to start HTTP server. See debug log for details. 2021-01-28T17:35:07Z Shutdown: In progress... 2021-01-28T17:35:07Z scheduler thread interrupt 2021-01-28T17:35:07Z Shutdown: done Error: Unable to start HTTP server. See debug log for details."

LN output

"unable to connect to bitcoind: unable to subscribe for zmq block events: dial tcp 127.0.0.1:18502: connectex: No connection could be made because the target machine actively refused it. 2021-01-28 14:48:15.835 [INF] LTND: Version: 0.6.0-beta commit=v0.6-beta-rc4, build=production, logging=default 2021-01-28 14:48:15.835 [INF] LTND: Active chain: Bitcoin (network=mainnet) 2021-01-28 14:48:15.836 [INF] CHDB: Checking for schema update: latest_version=8, db_version=8 2021-01-28 14:48:15.845 [INF] RPCS: password RPC server listening on 127.0.0.1:10009 2021-01-28 14:48:15.845 [INF] RPCS: password gRPC proxy started at 127.0.0.1:8080 2021-01-28 14:48:15.845 [INF] LTND: Waiting for wallet encryption password. Use lncli create to create a wallet, lncli unlock to unlock an existing wallet, or lncli changepassword to change the password of an existing wallet and unlock it. 2021-01-28 14:48:17.846 [INF] LNWL: Opened wallet 2021-01-28 14:48:17.908 [INF] LTND: Primary chain is set to: bitcoin unable to create chain control: unable to connect to bitcoind: unable to subscribe for zmq block events: dial tcp 127.0.0.1:18502: connectex: No connection could be made because the target machine actively refused it. 2021-01-28 14:48:19.682 [INF] LTND: Shutdown complete"

it should be connecting and synching but it is not

n/a

bulrathiking commented 3 years ago

Can someone help me with this?