BitShares Forum

Main => General Discussion => Topic started by: bytemaster on October 12, 2015, 12:45:28 pm

Title: Looking for BTS 2.0 Seed Node Operators
Post by: bytemaster on October 12, 2015, 12:45:28 pm
If you would like to be an official seed node provider for BTS 2.0 please post the IP/PORT that you will run your full node on.   We will be including these addresses in all clients by default to connect to on startup.

Those who are running these nodes should probably also be witnesses.  (Do not run witness on the seed node).   

The job requires that you monitor the seed node for responsiveness and restart it if necessary.   New users will depend upon these nodes being reliable.
Title: Re: Looking for BTS 2.0 Seed Node Operators
Post by: liondani on October 12, 2015, 01:13:11 pm
I will run a seed node on a  vps located in greece like I did with bts1... (it's ready for use)

can somebody make an example how we define the port when we run the seed-node?
Title: Re: Looking for BTS 2.0 Seed Node Operators
Post by: lafona on October 12, 2015, 01:37:34 pm
I believe it is --p2p-endpoint arg

Just to confirm, the seed node only consists of a running witness binary, the command above with the specified port and the corresponding port open? Is there anything else we need to specify?
Title: Re: Looking for BTS 2.0 Seed Node Operators
Post by: puppies on October 12, 2015, 02:27:55 pm
My live network seed node will be     104.236.144.84:1777
Title: Re: Looking for BTS 2.0 Seed Node Operators
Post by: liondani on October 12, 2015, 02:39:43 pm
My live network seed node will be     104.236.144.84:1777

how do you run your node to have this port dedicated?
Title: Re: Looking for BTS 2.0 Seed Node Operators
Post by: lafona on October 12, 2015, 02:45:07 pm
I have a seed node at: 54.85.252.77:39705 and will run this on the live network too.

You can specify the dedicated port with --p2p-endpoint, for me I launch with the following, but of course your other arguments may vary
./graphene/programs/witness_node/witness_node -d oct5 --genesis-json oct5-genesis.json --rpc-endpoint "127.0.0.1:8090" -s "104.236.144.84:1776" --p2p-endpoint 0.0.0.0:39705
Title: Re: Looking for BTS 2.0 Seed Node Operators
Post by: puppies on October 12, 2015, 02:46:34 pm
My live network seed node will be     104.236.144.84:1777

how do you run your node to have this port dedicated?

I use
Code: [Select]
# Endpoint for P2P node to listen on
p2p-endpoint = 0.0.0.0:1776
In my config.ini but it can also be set in the launch command.  Lafona is right about the syntax.
Title: Re: Looking for BTS 2.0 Seed Node Operators
Post by: cube on October 12, 2015, 04:00:57 pm
I will be running 128.199.131.4:1777 as a seed node. It is currently running as a seednode for testnet but it will be replaced for the live network at the launch time.
Title: Re: Looking for BTS 2.0 Seed Node Operators
Post by: sudo on October 12, 2015, 04:05:41 pm
how to defend ddos
when ip is fix
Title: Re: Looking for BTS 2.0 Seed Node Operators
Post by: betax on October 12, 2015, 04:55:13 pm
I will be using 40.127.190.171:1777 , setting up this server now.
Title: Re: Looking for BTS 2.0 Seed Node Operators
Post by: liondani on October 12, 2015, 05:21:38 pm
My seed node will be this one:

185.25.22.21:1776

located in Greece.
Title: Re: Looking for BTS 2.0 Seed Node Operators
Post by: iHashFury on October 12, 2015, 06:09:28 pm
My seed nodes:

23.95.43.126:50696

109.73.172.144:50696
Title: Re: Looking for BTS 2.0 Seed Node Operators
Post by: Thom on October 12, 2015, 08:04:23 pm
The list of seed nodes to be available by delegate.verbaltech for production starting tomorrow are:

seed04.bitsharesnodes.com:2015   (45.32.240.134:2015 Sydney Austrailia)
seed05.bitsharesnodes.com:1776   (84.200.17.129:1776 Frankfurt Germany)
seed06.bitsharesnodes.com:1776   (192.169.7.118:1776 Los Angeles, USA)
seed07.bitsharesnodes.com:1776   (128.199.78.89:1776 Singnapore)

These are all up and running now, albeit it is the testnet chainID: 60e21871125ea9995fe498b7f68a87a85c6583725ea5448f6fd969c59a37df83
Title: Re: Looking for BTS 2.0 Seed Node Operators
Post by: triox on October 12, 2015, 10:20:40 pm
I'll be running 52.28.180.40:35681 as a dedicated seed node.
Title: Re: Looking for BTS 2.0 Seed Node Operators
Post by: wackou on October 13, 2015, 07:44:54 am
I will maintain the following seed nodes:

seed01.bitsharesnodes.com:1776
seed02.bitsharesnodes.com:1776
seed03.bitsharesnodes.com:1776
Title: Re: Looking for BTS 2.0 Seed Node Operators
Post by: rnglab on October 13, 2015, 08:53:59 am
dedicated seed node:

159.203.101.205:1777
Title: Re: Looking for BTS 2.0 Seed Node Operators
Post by: emski on October 13, 2015, 12:34:33 pm
84.238.140.192:42570
Sofia, Bulgaria
Dedicated private server.
Title: Re: Looking for BTS 2.0 Seed Node Operators
Post by: Spectral on October 13, 2015, 11:27:18 pm
Seed node is up!

46.226.12.230:1984

Physical location: Oslo, Norway
Title: Re: Looking for BTS 2.0 Seed Node Operators
Post by: twentythree on October 14, 2015, 12:01:02 am
its very complicated i downloaded the genesis file but what is the next step? i want really participate but i docent know exactly how to setup a witness
Title: Re: Looking for BTS 2.0 Seed Node Operators
Post by: liondani on October 14, 2015, 12:10:40 am
its very complicated i downloaded the genesis file but what is the next step? i want really participate but i docent know exactly how to setup a witness

make a try with this info:
https://github.com/cryptonomex/graphene/wiki/How%20to%20setup%20your%20witness%20for%20test%20net%20%28Ubuntu%2014.04%29

PS the genesis file is hard-coded on the binaries so it isn't necessary to download anymore
Title: Re: Looking for BTS 2.0 Seed Node Operators
Post by: twentythree on October 14, 2015, 12:17:45 am
ok thx but i run only my mac haven't linux pc here :( maybe i can't do this
Title: Re: Looking for BTS 2.0 Seed Node Operators
Post by: Fox on October 14, 2015, 03:35:16 am
Seed Node: 191.237.252.181:1776
Location: Sao Paulo, Brasil
Title: Re: Looking for BTS 2.0 Seed Node Operators
Post by: Harvey on October 14, 2015, 03:28:17 pm
Seed node: 128.199.143.47:2015
Singapore
Title: Re: Looking for BTS 2.0 Seed Node Operators
Post by: liondani on October 16, 2015, 11:16:31 am
Is it a problem if we are running our seed-nodes on our VPS on a local---rpc-endpoint like this?:

./witness_node --rpc-endpoint=127.0.0.1:1776

why are many suggesting: 0.0.0.0

for example:
./witness_node --rpc-endpoint=0.0.0.0:1776

?
Title: Re: Looking for BTS 2.0 Seed Node Operators
Post by: cube on October 16, 2015, 12:40:53 pm
Is it a problem if we are running our seed-nodes on our VPS on a local---rpc-endpoint like this?:

./witness_node --rpc-endpoint=127.0.0.1:1776

why are many suggesting: 0.0.0.0

for example:
./witness_node --rpc-endpoint=0.0.0.0:1776. 

?

rpc-endpoint will open up the rpc port eg for your cli-wallet. This is not the right port.  It should be p2p-endpoint

./witness_node --p2p-endpoint=0.0.0.0:1776

This means other peers can connect to your seed.
Title: Re: Looking for BTS 2.0 Seed Node Operators
Post by: liondani on October 17, 2015, 01:05:16 am
Is it a problem if we are running our seed-nodes on our VPS on a local---rpc-endpoint like this?:

./witness_node --rpc-endpoint=127.0.0.1:1776

why are many suggesting: 0.0.0.0

for example:
./witness_node --rpc-endpoint=0.0.0.0:1776. 

?

rpc-endpoint will open up the rpc port eg for your cli-wallet. This is not the right port.  It should be p2p-endpoint

./witness_node --p2p-endpoint=0.0.0.0:1776

This means other peers can connect to your seed.

I started my seed node 185.25.22.21:1776 located in Greece
using this command:

Code: [Select]
./witness_node --rpc-endpoint 127.0.0.1:1777 -s 104.236.144.84:1776 --p2p-endpoint 0.0.0.0:1776

after -s (on our example 104.236.144.84:1776) you can put any seed-node you are confident it is on the main-chain  and properly started.
any suggestions/comments are welcome...  :)


PS If instead 0.0.0.0 after --p2p-endpoint we would put another address, would it not work?
Title: Re: Looking for BTS 2.0 Seed Node Operators
Post by: wackou on October 21, 2015, 12:24:57 pm
is the current set of seed nodes as can be seen here considered sufficient for now?

https://github.com/BitShares/bitshares-2/blob/bitshares/libraries%2Fapp%2Fapplication.cpp#L151

It looks like seed nodes in this thread after and including triox's post (https://bitsharestalk.org/index.php/topic,18908.msg243607.html#msg243607) have not been included yet. If the current set is considered sufficient for now, then I'll probably decommission the 3 that I'm maintaining, as their resources could probably be better spent elsewhere. If they will (soon) get included, then I'm happy to keep maintaining them.
Title: Re: Looking for BTS 2.0 Seed Node Operators
Post by: emski on October 21, 2015, 12:54:40 pm
is the current set of seed nodes as can be seen here considered sufficient for now?

https://github.com/BitShares/bitshares-2/blob/bitshares/libraries%2Fapp%2Fapplication.cpp#L151

It looks like seed nodes in this thread after and including triox's post (https://bitsharestalk.org/index.php/topic,18908.msg243607.html#msg243607) have not been included yet. If the current set is considered sufficient for now, then I'll probably decommission the 3 that I'm maintaining, as their resources could probably be better spent elsewhere. If they will (soon) get included, then I'm happy to keep maintaining them.
Same concerns about my seed node.
Title: Re: Looking for BTS 2.0 Seed Node Operators
Post by: wackou on October 23, 2015, 10:21:47 am
I will now turn off my seed nodes as they have still not been included in the default list of seed nodes.

I still would like to offer this service to the bitshares community, so once they will be included in the bitshares client, I will bring them back up (I need about 20 minutes to do that).
Title: Re: Looking for BTS 2.0 Seed Node Operators
Post by: bytemaster on October 26, 2015, 09:09:59 pm
I will now turn off my seed nodes as they have still not been included in the default list of seed nodes.

I still would like to offer this service to the bitshares community, so once they will be included in the bitshares client, I will bring them back up (I need about 20 minutes to do that).

My bad.  I haven't gotten around to adding them back.   If someone can compile a list of all seed nodes I have missed, I will add them to the client.  Better yet, submit a pull request!
Title: Re: Looking for BTS 2.0 Seed Node Operators
Post by: Thom on October 26, 2015, 09:53:32 pm
I will now turn off my seed nodes as they have still not been included in the default list of seed nodes.

I still would like to offer this service to the bitshares community, so once they will be included in the bitshares client, I will bring them back up (I need about 20 minutes to do that).

My bad.  I haven't gotten around to adding them back.   If someone can compile a list of all seed nodes I have missed, I will add them to the client.  Better yet, submit a pull request!

Also how are you adding these, by DNS names or IP numbers? There are advantages to both of course.

I am going to change some VPS systems. All of them can be located by DNS names, and if that is what the code includes my changing the different VPS IP will by OK. On the other hand... if the DNS is attacked it is a weak point. Either way, whatever method decided should be communicated to the witnesses.

I can tell you that when I change my VPS service (I plan to downgrade at least 1 from 4GB RAM to1GB or 2GB) those IP addresses with change. I will have wackou update the DNS names when I do that, but unless the DNS is used in the code the seeds will be worthless.

If you would explain the procedure I need to follow I will act accordingly. I am NOT familiar with the intricacies of the codebase so please dumb it down for those of use who aren't.

Thanks!
Title: Re: Looking for BTS 2.0 Seed Node Operators
Post by: wackou on October 27, 2015, 10:43:50 am
list of current seed nodes and whether they are included as dns name or ip address can be seen here:

https://github.com/BitShares/bitshares-2/blob/bitshares/libraries%2Fapp%2Fapplication.cpp#L151
Title: Re: Looking for BTS 2.0 Seed Node Operators
Post by: wackou on October 27, 2015, 10:44:52 am
I will now turn off my seed nodes as they have still not been included in the default list of seed nodes.

I still would like to offer this service to the bitshares community, so once they will be included in the bitshares client, I will bring them back up (I need about 20 minutes to do that).

My bad.  I haven't gotten around to adding them back.   If someone can compile a list of all seed nodes I have missed, I will add them to the client.  Better yet, submit a pull request!

Perfect. I will submit a pull request in the coming days, then.
Title: Re: Looking for BTS 2.0 Seed Node Operators
Post by: Thom on October 27, 2015, 07:00:48 pm
list of current seed nodes and whether they are included as dns name or ip address can be seen here:

https://github.com/BitShares/bitshares-2/blob/bitshares/libraries%2Fapp%2Fapplication.cpp#L151

Thanks for that info / link wackou. I notice the port for seed04 is currently listed as 1776, although it was originally published as 2015 due to that VPS being used for BTS 0.9.3c. I will also be updating that VPS to reduce memory, so the IP will change. I will send you a PM when I get that done.

Go ahead and use the 1776 port in your pull request so they're all the same.
Title: Re: Looking for BTS 2.0 Seed Node Operators
Post by: lafona on October 28, 2015, 01:56:42 am
I have also updated my seed node to 52.20.134.30:39705
Would you mind including it in your pull request as well?
Title: Re: Looking for BTS 2.0 Seed Node Operators
Post by: wackou on November 02, 2015, 09:52:22 am
took me a while, but here's the pull request:

https://github.com/bitshares/bitshares-2/pull/5

This includes everyone that has posted in this thread. I don't think I missed anybody, but if so, please let me know.
Title: Re: Looking for BTS 2.0 Seed Node Operators
Post by: emski on November 02, 2015, 03:48:29 pm
took me a while, but here's the pull request:

https://github.com/bitshares/bitshares-2/pull/5

This includes everyone that has posted in this thread. I don't think I missed anybody, but if so, please let me know.

I've already sent a pull request for my seed node.
I'll withdraw it as it might conflict with your (more complete) list.
Title: Re: Looking for BTS 2.0 Seed Node Operators
Post by: liondani on November 03, 2015, 11:01:25 pm
Seed node 185.25.22.21:1776 located in Greece
updated to the new version:  BitShares 2.0.151101

Code: [Select]
./witness_node --rpc-endpoint 127.0.0.1:1777 -s 104.236.144.84:1776 --p2p-endpoint 0.0.0.0:1776
Title: Re: Looking for BTS 2.0 Seed Node Operators
Post by: cube on January 05, 2016, 08:28:57 am
I will be running 128.199.131.4:1777 as a seed node. It is currently running as a seednode for testnet but it will be replaced for the live network at the launch time.

Seed node address updated to seed.cubeconnex.com:1777

A github pull request for the change is created.  Please accept the pull request.
Title: Re: Looking for BTS 2.0 Seed Node Operators
Post by: abit on January 05, 2016, 10:04:33 am
FYI the new seed node 114.92.254.159:62015 which has been added in last patch (2.0.160103) is mine, located in China. I'm not sure if it's better to use a domain name though, currently the node will crash if failed to resolve a domain name.
Title: Re: Looking for BTS 2.0 Seed Node Operators
Post by: iHashFury on January 05, 2016, 10:25:41 am
My default seed nodes have been updated (2.0.160103b):

23.95.43.126:50696

109.73.172.144:50696
Title: Re: Looking for BTS 2.0 Seed Node Operators
Post by: puppies on March 26, 2016, 05:29:04 am
Please replace my old seed node (104.236.144.84) with my new seed node 192.99.4.226:1776

Thanks.
Title: Re: Looking for BTS 2.0 Seed Node Operators
Post by: abit on March 26, 2016, 02:36:42 pm
Please replace my old seed node (104.236.144.84) with my new seed node 192.99.4.226:1776

Thanks.
@puppies The most efficient way is submit a pull request to github BitShares-2 repo then ping @xeroc.
Title: Re: Looking for BTS 2.0 Seed Node Operators
Post by: puppies on March 26, 2016, 07:45:44 pm
Please replace my old seed node (104.236.144.84) with my new seed node 192.99.4.226:1776

Thanks.
@puppies The most efficient way is submit a pull request to github BitShares-2 repo then ping @xeroc.

Thanks Abit.  Ill try to knock that out.
Title: Re: Looking for BTS 2.0 Seed Node Operators
Post by: vikram on January 15, 2017, 10:25:48 pm
Locking this thread and continuing discussion here: https://bitsharestalk.org/index.php/topic,23715.0.html