BitShares Forum

Main => General Discussion => Topic started by: toast on June 08, 2014, 05:04:41 pm

Title: Delegates: need seed nodes for test net
Post by: toast on June 08, 2014, 05:04:41 pm
These would be nodes that need high uptime but are NOT delegate nodes and don't have huge bandwidth requirements

Need IP and port
Title: Re: Delegates: need seed nodes for test net
Post by: emski on June 08, 2014, 05:16:04 pm
I might be able to provide such node (on separate ISP than the delegate).
However I need to know all ports required for this to function.
Is it OK if I just forward 8765 ?
Do I need real IP address ?
Title: Re: Delegates: need seed nodes for test net
Post by: alexxy on June 08, 2014, 07:04:56 pm
I can run a seed node? should it have separate wallet from delegates?
I have real adresses both for ipv4 and ipv6
hostname is xeon.gentoo.ru
port can be any (what actual port do i need to allow?)
Title: Re: Delegates: need seed nodes for test net
Post by: bytemaster on June 08, 2014, 07:47:55 pm
I can run a seed node? should it have separate wallet from delegates?
I have real adresses both for ipv4 and ipv6
hostname is xeon.gentoo.ru
port can be any (what actual port do i need to allow?)

We can use any port you like, we will include the port in the list.
Title: Re: Delegates: need seed nodes for test net
Post by: alexxy on June 08, 2014, 08:03:58 pm
Ok whats default ports for bts? rpc 8765 http 8764?
Title: Re: Delegates: need seed nodes for test net
Post by: bytemaster on June 08, 2014, 08:36:14 pm
Ok whats default ports for bts? rpc 8765 http 8764?

8764
Title: Re: Delegates: need seed nodes for test net
Post by: puppies on June 08, 2014, 10:37:31 pm
95.85.33.16

I'm not sure about the port.   Network_get_info returns 0.0.0.0:42092
Is 42092 the port you are referring to?

If not I'm sure I can get the default port to work.   

Sent from my SCH-I535 using Tapatalk
Title: Re: Delegates: need seed nodes for test net
Post by: testz on June 09, 2014, 05:23:32 am
95.85.33.16

I'm not sure about the port.   Network_get_info returns 0.0.0.0:42092
Is 42092 the port you are referring to?

If not I'm sure I can get the default port to work.   

Sent from my SCH-I535 using Tapatalk

Run client with --p2p-port param, and specify default port 8764:
Code: [Select]
./bitshares_client --p2p-port 8764
Make sure that you do port mapping in your router, and it's accessible from Internet.
Title: Re: Delegates: need seed nodes for test net
Post by: alexxy on June 09, 2014, 05:44:19 am
Ok. My host is xeon.gentoo.ru port 8764
I set max number of connections to 64
Title: Re: Delegates: need seed nodes for test net
Post by: alt on June 11, 2014, 11:29:49 pm
can you offer a custom program to run in the seed node?
program without blockchain sync.
Because I have vps without large disk.
Title: Re: Delegates: need seed nodes for test net
Post by: bytemaster on June 12, 2014, 06:25:18 pm
can you offer a custom program to run in the seed node?
program without blockchain sync.
Because I have vps without large disk.

This is a good idea.   I will look into it.