Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

[alpha]mobile: app should disable listening  #1184

@Roasbeef

Description

@Roasbeef

Reported by many users: if they have another LN app installed on their phone, then ours will crash once it finishes syncing. This is due to the fact that the other applications are tyring to listen on the default p2p port (9735). As this is a mobile app, we don't really need to be listening at all. As a result, we should start lnd with the following flag:

      --nolisten                                              Disable listening for incoming peer connections

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions