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

Terminate called? #12

Open
wolfinger1 opened this issue Feb 7, 2016 · 8 comments
Open

Terminate called? #12

wolfinger1 opened this issue Feb 7, 2016 · 8 comments

Comments

@wolfinger1
Copy link

Could someone explain what this means?
image

Also, on one of Chris's videos he says that we should change the password but when I do, I get an error. Do I need to restart after changing it?

@MrChrisJ
Copy link
Owner

Sorry my notification settings for Github are messed up.

Is this the password for the RPC? You will probably need to:
bitcoin-cli stop
Wait for a few mins for bitcoind to stop running, to see this in real time simply type:

top

Then:

sudo halt

This is the most graceful way of shutting down the fullnode without risking any disk errors. A new version of the software including the OS is due out in next 7 days so I can send you an upgrade free of charge if you want.

@wolfinger1
Copy link
Author

Still having trouble with my Bitcoin full node -- cannot seem to find a way to get more than 8 connections.
listen=1
server=1
daemon=1
Ports forwarded and checked (they are OPEN)
any more ideas?

All help is appreciated. I am getting to the point of just throwing it out the window (not really.)

@Enegnei
Copy link

Enegnei commented Feb 28, 2016

Have you increased max connections? Default is 8. @wolfinger1

maxconnections=8

@wolfinger1
Copy link
Author

Yes maxconnections=24

@wolfinger1
Copy link
Author

There was a brief moment in time (see photo above) where connections > 8 but that ended quickly and reverted back to 8. Been there ever since.

@MrChrisJ
Copy link
Owner

@wolfinger1 8 is the max number by default if you are not accepting inbound requests. This can be if either you do not have the line:

listen=1

Enabled in your bitcoin.conf file or if you have not setup port forwarding on your router.

To set up port forwarding you need to log in to the router, go to Advanced Settings and select Port Forwarding. You need to open up port number 8333 to 8333 on the IP address of your device.

UPNP was enabled on all the fullnodes but sometimes that doesn't work and it is necessary to go through these extra steps. Once you have done this you will notice that after a while the number of connections will increase.

Let us know how you get on.

@wolfinger1
Copy link
Author

Screenshots
image
image
image

@MrChrisJ
Copy link
Owner

@wolfinger1 hi, I just read the thread above and it looks like you have done everything right. What you can try is stop bitcoin with bitcoin-cli stop then rename the bitcoin.conf to bitcoin_old.conf then create a new file and include just the minimum as laid out in the new guide for bitcoin 0.12. Which is:

bitcoin.conf:

listen=1
server=1
dbcache=50
daemon=1
testnet=0

The defaults should then kick back in. Alternatively if you wait another week or so you can download or I can send you a new copy of Bitcoin 0.12 with Raspbian Jessie.

Would be good to know who your internet provider is too in case there is something going on there.

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