I think stonehedge meant 3,070,000 CRW.... not 300,000....
As one looks at the network of thrones -- due to the low cost and initial relationship with OVH & Chaositec, Crown has geographic and service provider concentration in the existing thrones.
This can be seen in the CryptoID BlockExplorer:
https://chainz.cryptoid.info/crw/masternodes.dwsThe throne functionality is built on the Dash masternode, and includes features like darksend and instant, which are part of Dash. Conceptually, a key part of what is being worked on in "crown revolution" is just to boil the core down to the best features of Dash and Bitcoin - without the problems of delays and blocksize and mining waste. One part of what needs to be determined and discussed in this forum will be the evolution of the payout structure and the layering of security & confirmation between different consensus protocols (mining/POW, staking/POS, and what Stonehedge has called the 3rd way -- but which I'm sure people can figure out if they try, it's not completely new as nothing is really completely new).
A key part of what different alt-coins are doing and what Crown is also trying, is to test different combinations of existing technologies/code to create something new. If it works, it's open source and others can borrow from us as well... Crown's only advantage will be to keep innovating and building...
But getting back to thrones -- a useful area of discussion for folks to post on might be their experience on different with setting up thrones on different cloud platforms... I created a CRW throne image on AWS and discussed that briefly in a previous post. While AWS is easy and geographically diverse, it's not cheap...
I keep playing with different platforms and set up a few thrones on LINODE yesterday...
www.linode.comI used Ubuntu 16.04 LTS and a 15 MB drive and a 512 MB swap drive on Linode's smallest instance which is about $10 per month... what's nice about Linode is that they have the interface set up so it is easy to take an image of an initial throne and then clone that to new instances -- update the crowncoin.conf file and then restart crowncoind and voila, new throne in less than 10 minutes.
The curveball with linode was that I had to add a line to my throne install script because the "apt" package wasn't fully pre-installed.... so before running the add-apt-repository command to pull ppa:bitcoin/bitcoin, I had to add "sudo apt install software-properties-common"... for it to install the features to be able to recognize the repository command.
I'm a newbie and still learning this stuff...
More broadly -- if anyone else has any other platforms to recommend and any quirks which they notice to different Linux installs for the thrones on different cloud providers, feel free to chime in....