Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cannot remove SPV Connect setting #3883

Open
chappjc opened this issue Jun 19, 2023 · 4 comments
Open

cannot remove SPV Connect setting #3883

chappjc opened this issue Jun 19, 2023 · 4 comments

Comments

@chappjc
Copy link
Member

chappjc commented Jun 19, 2023

I had a host in the SPV Connect box, but wanted to remove it, so I changed it like this, hit enter and it saved the setting:

image

Unfortunately, it left this in config.json:

   "spv_connect": [
        ""
    ],

And even after restarting Decrediton, it tries connecting like this:

[ERR] SYNC: Peering attempt failed: localpeer.ConnectOutbound(:19108): dial tcp :19108: connect: connection refused

After manually removing those three lines from config.json, it was able to connect freely to whichever peers.

@amass01
Copy link
Member

amass01 commented Jun 21, 2023

shouldn't you change Adv. Deamon Startup to Disabled in this case ?

@chappjc
Copy link
Member Author

chappjc commented Jun 21, 2023

Tried that too.

@amass01
Copy link
Member

amass01 commented Jun 21, 2023

i see, will look into it!

@chappjc
Copy link
Member Author

chappjc commented Jun 21, 2023

Come to think of it, I believe I had trouble changing Adv. Daemon Startup to Disabled. I'm running like this:

image

Does that setting apply to SPV as well as when you're actually running a daemon? I had it enabled from when I has SPV Disabled so that I could use a local node.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@chappjc @amass01 and others