Pages:
Author

Topic: Setting Up a Bitcoin Node - page 2. (Read 28496 times)

member
Activity: 88
Merit: 10
September 13, 2014, 12:34:26 PM
#61
legendary
Activity: 1904
Merit: 1007
April 20, 2014, 08:44:15 PM
#60
With the -Maxconnections=n i get 8 connections in Bitcoin Core client

the "n"=the number of connections you want.  If you want 8 connections to the network then you would use the command line such as "bitcoin-qt.exe -maxconnections=8" to start your client.

My mistake. I used the number 8 in my example. It's what i wanted.
legendary
Activity: 1498
Merit: 1000
December 25, 2013, 05:19:31 AM
#60
Besides disabled wallet nothing that you can notice. It is under the hood stuff.
Quote
I updated, don't see the option to disable wallet though??

~Foyz
Quote
It is a command line flag. "-disablewallet"
Quote
Ahh, thanks.. I'm still new to all this, haven't even tried any of the switches yet.. is there any detailed documentation of what the console etc allows you to do?

~Foyz
https://en.bitcoin.it/wiki/Running_Bitcoin#Command-line_arguments
legendary
Activity: 3578
Merit: 1091
Think for yourself
April 20, 2014, 05:48:17 PM
#59
With the -Maxconnections=n i get 8 connections in Bitcoin Core client

the "n"=the number of connections you want.  If you want 8 connections to the network then you would use the command line such as "bitcoin-qt.exe -maxconnections=8" to start your client.
legendary
Activity: 1904
Merit: 1007
April 19, 2014, 09:03:42 AM
#58
Thank you both!

Edit:
Ok found some problems. With the listen=0 option Armory doesn't see the Bitcoin Core client running at all. With the -Maxconnections=n i get 8 connections in Bitcoin Core client but Armory keeps connecting and disconnecting nonstop. I also tried with the listen=0 and let Armory run the Bitcoin Core client in the background but it's just stuck at synchronizing with Network.

Will take these to the Armory thread.
legendary
Activity: 1498
Merit: 1000
December 24, 2013, 01:04:02 PM
#58
If anyone needs help setting up a node, or specific questions, please PM me I can help. Also I recommend all node operators to update to 0.8.6 and to switch to disable wallet mode so you can save some ramm.

Are there any specific or noteworthy improvements on .8.6?

Besides disabled wallet nothing that you can notice. It is under the hood stuff.

I updated, don't see the option to disable wallet though??

~Foyz

It is a command line flag. "-disablewallet"
legendary
Activity: 3578
Merit: 1091
Think for yourself
April 18, 2014, 12:30:05 PM
#57
How do i make Bitcoin Core to NOT be a full node? In Bitcoin Core options i have the "Map port using UPnP" unchecked. I don't have port 8333 open in my router. What else can i do?

Uh, what do you want to accomplish exactly?

Do you not want your bitcoind not communicate to the bitcoin network?

I want to communicate with the bitcoin network, but i want less connected nodes. I remember that 8-9 nodes were normal. Now i have something like 50-60 and it seems that it eats up my computer performance. I may be wrong.

Ah, I see.

Use the -Maxconnections=n command line option to limit the number of connections.  The default is 125.
Sam
legendary
Activity: 1498
Merit: 1000
April 18, 2014, 12:00:06 PM
#56
How do i make Bitcoin Core to NOT be a full node? In Bitcoin Core options i have the "Map port using UPnP" unchecked. I don't have port 8333 open in my router. What else can i do?

Uh, what do you want to accomplish exactly?

Do you not want your bitcoind not communicate to the bitcoin network?

I want to communicate with the bitcoin network, but i want less connected nodes. I remember that 8-9 nodes were normal. Now i have something like 50-60 and it seems that it eats up my computer performance. I may be wrong.

Also add

Code:
listen=0

To your bitcoin.conf
legendary
Activity: 1904
Merit: 1007
April 18, 2014, 11:57:10 AM
#55
How do i make Bitcoin Core to NOT be a full node? In Bitcoin Core options i have the "Map port using UPnP" unchecked. I don't have port 8333 open in my router. What else can i do?

Uh, what do you want to accomplish exactly?

Do you not want your bitcoind not communicate to the bitcoin network?

I want to communicate with the bitcoin network, but i want less connected nodes. I remember that 8-9 nodes were normal. Now i have something like 50-60 and it seems that it eats up my computer performance. I may be wrong.
legendary
Activity: 3578
Merit: 1091
Think for yourself
April 15, 2014, 07:16:31 PM
#54
How do i make Bitcoin Core to NOT be a full node? In Bitcoin Core options i have the "Map port using UPnP" unchecked. I don't have port 8333 open in my router. What else can i do?

Uh, what do you want to accomplish exactly?

Do you not want your bitcoind not communicate to the bitcoin network?
legendary
Activity: 1498
Merit: 1000
December 22, 2013, 10:36:30 PM
#53
I still need help setting up that full node. Mainly because I don't know how to port forward anything -.-

http://portforward.com/english/routers/port_forwarding/ look for your router make and model and you should beable to follow the instructions.
legendary
Activity: 1904
Merit: 1007
April 15, 2014, 04:05:10 PM
#53
How do i make Bitcoin Core to NOT be a full node? In Bitcoin Core options i have the "Map port using UPnP" unchecked. I don't have port 8333 open in my router. What else can i do?
donator
Activity: 2352
Merit: 1060
between a rock and a block!
February 12, 2014, 02:43:59 AM
#52
whats the best place in terms of cost to get a VM at to load a node?  somewhere where bandwidth isn't an issue?
I don't have time to search for a provider, but of anyone can make a recommendation, that would be great!
donator
Activity: 2352
Merit: 1060
between a rock and a block!
February 12, 2014, 02:41:41 AM
#51
added a full node, averaging about 60 connections so far.  re-purposed an "older" HP laptop: switched to SSD on it and stuffed more ram.
member
Activity: 66
Merit: 10
Zazzles, cuz, well you know, he's Zazzy...
December 25, 2013, 05:14:35 AM
#50
Besides disabled wallet nothing that you can notice. It is under the hood stuff.
[/quote]

I updated, don't see the option to disable wallet though??

~Foyz
[/quote]

It is a command line flag. "-disablewallet"
[/quote]

Ahh, thanks.. I'm still new to all this, haven't even tried any of the switches yet.. is there any detailed documentation of what the console etc allows you to do?

~Foyz
legendary
Activity: 1498
Merit: 1000
December 22, 2013, 10:49:52 AM
#49
If anyone needs help setting up a node, or specific questions, please PM me I can help. Also I recommend all node operators to update to 0.8.6 and to switch to disable wallet mode so you can save some ramm.
member
Activity: 66
Merit: 10
Zazzles, cuz, well you know, he's Zazzy...
December 24, 2013, 10:17:42 AM
#49
If anyone needs help setting up a node, or specific questions, please PM me I can help. Also I recommend all node operators to update to 0.8.6 and to switch to disable wallet mode so you can save some ramm.

Are there any specific or noteworthy improvements on .8.6?

Besides disabled wallet nothing that you can notice. It is under the hood stuff.

I updated, don't see the option to disable wallet though??

~Foyz
full member
Activity: 217
Merit: 101
December 23, 2013, 09:06:50 PM
#48
It would be good to change default port number to avoid extra attention from ISP.
member
Activity: 77
Merit: 10
December 23, 2013, 04:32:57 PM
#47
someone did a tutorial on it but can't find it :/
hero member
Activity: 602
Merit: 500
R.I.P Silk Road 1.0
December 23, 2013, 01:07:15 PM
#46
I still need help setting up that full node. Mainly because I don't know how to port forward anything -.-

http://portforward.com/english/routers/port_forwarding/ look for your router make and model and you should beable to follow the instructions.

I'll give it a go. Thanks!
Pages:
Jump to: