Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - knaperek

Pages: [1]
1
General Discussion / Re: BitShares Seed Nodes
« on: December 05, 2017, 09:11:12 am »
and what is the term duration in being a witness?  is it 1 month? 6 months?  or as long as they got the votes?
Your witness will be in service as long as it gets the votes. Each stakeholder can vote or withdraw their vote anytime and the votes are counted once each maintenance interval.

2
General Discussion / Re: BitShares Seed Nodes
« on: November 19, 2017, 09:48:14 am »
Thanks for nice breakdown @sahkan. I've put it to table based on your definition.

RoleStores blockchainPublic RPCProvides blockchain via p2pGenerates blocksIncludes history plugins
Witness
Seed
Full node/

All roles are covered by the built-in witness_node program and the particular role is determined by configuration and environment implications.

Other opinions are welcome :-)

3
General Discussion / Re: BitShares Seed Nodes
« on: November 18, 2017, 03:30:52 pm »
In BitShares, seed nodes also serve as full nodes.
That means seed nodes are techically no different from full nodes; they are in fact just a subset of all full nodes known to be stable and trustworthy enough be listed (hard-coded) in the default node software. That is an interesting clarification, thank you abit and I hope other newcomers will find this information valuable also.

4
General Discussion / Re: BitShares Seed Nodes
« on: November 18, 2017, 10:07:03 am »
I was just hoping it would be possible to run a single seed node that works for any chain ID, similarly to BitTorrent DHT nodes.
Not possible so far.
Thanks for the clarification abit. For some reason I thought there were two types of nodes :
1.) Seed nodes that only provide node discovery service
2.) Actual full nodes (or witnesses) that keep track of the blockchain and serve blocks to other peers on request
If this was the case then I guess the seed nodes could be made more generic and thus shared among all graphene based projects (Bitshares, Steem, ...), which could provide better reliability overall. I'd draw a parallel with BitTorrent  - no matter which torrent you are downloading, the DHT nodes are the same (disregarding some optimizations that are not important in this context because the number of chains is significantly lower than the number of BitTorrent infohashes).

So, please corrent me if I'm wrong, but the way it works now is that there's no role separation between Seed nodes and Witness nodes and there's just a single program (binary) that runs it, listening on a single port, right?

5
General Discussion / Re: BitShares Seed Nodes
« on: November 16, 2017, 04:31:27 pm »
Hello, I'm creating a custom blockchain forked from BitShares and would be happy to give back to the BitShares community and open up my Seed Nodes for BitShares users as well. So I was wondering whether it is possible to have a single seed node that supports multiple Chain IDs. Any ideas?
You can use different port for different chains.
I guess this implies running a separate instance for each chain ID, bound to a unique port on the system. Well that is an option of course, I was just hoping it would be possible to run a single seed node that works for any chain ID, similarly to BitTorrent DHT nodes.

6
General Discussion / Re: BitShares Seed Nodes
« on: November 16, 2017, 09:47:18 am »
Hello, I'm creating a custom blockchain forked from BitShares and would be happy to give back to the BitShares community and open up my Seed Nodes for BitShares users as well. So I was wondering whether it is possible to have a single seed node that supports multiple Chain IDs. Any ideas?

Pages: [1]