Bitcoin Forum

Bitcoin => Bitcoin Technical Support => Topic started by: AgoraLive on March 07, 2015, 12:01:36 PM



Title: Seed node <-> Is this all?
Post by: AgoraLive on March 07, 2015, 12:01:36 PM
I would like to set up a seed node. I am running windows and to my information not much is required to do this.

I have the following running today:

Windows running Windows7
a wallet client with -server in the conf file

Is anything else required?



Title: Re: Seed node <-> Is this all?
Post by: fsb4000 on March 07, 2015, 12:12:38 PM
You don't need -server in the conf file.
Yes, it's easy to run a bitcoin node.
Make sure that you open port 8333(or UPNP is enabled and is supported by your router)


Title: Re: Seed node <-> Is this all?
Post by: AgoraLive on March 07, 2015, 12:25:06 PM
I would like to set up a seed node. I am running windows and to my information not much is required to do this.

I have the following running today:

Windows running Windows7
a wallet client with -server in the conf file

Is anything else required?

-ref banner-

What does your alt coin ref link has to do with this? Do you want help or are you just after the referals you hope to get here?

removed


Title: Re: Seed node <-> Is this all?
Post by: AgoraLive on March 07, 2015, 12:25:54 PM
You don't need -server in the conf file.
Yes, it's easy to run a bitcoin node.
Make sure that you open port 8333(or UPNP is enabled and is supported by your router)

Does it require the 8333 port as RPCAllow is running on 8332 today?


Title: Re: Seed node <-> Is this all?
Post by: shorena on March 07, 2015, 12:32:56 PM
-snip-
removed

thx

You don't need -server in the conf file.
Yes, it's easy to run a bitcoin node.
Make sure that you open port 8333(or UPNP is enabled and is supported by your router)

Does it require the 8333 port as RPCAllow is running on 8332 today?

You usually dont want others to make RPC calls on your node, so thats not important.

The things that are important in order to help the network the most are:

- keep the node running as it will take time to build up on connections and its the best way to keep it synced
- make sure the port 8333 is reachable from the outside. You can test the settings e.g. via bitnodes[1]

other than that you are all set. You might want to install a tool to limit the bandwidth bitcoin core/qt is using as it might lag the other machines that are using the same line if someone is downloading large parts of the blockchain from you.


[1] https://getaddr.bitnodes.io/


Title: Re: Seed node <-> Is this all?
Post by: guitarplinker on March 07, 2015, 02:38:33 PM
If you have it already setup on your machine, just let it run for a few days and you should see your connections grow. Eventually you'll begin to seed while others download the blockchain. I ran a node for a few months awhile back, and it took a week or two for it to start seriously seeding, and then it was uploading a few GB per day.

Also, if you don't want the node to hog all your bandwidth, look into a bandwidth limiter as shorena mentioned.