I'll be there Chris, but I have a number of questions getting ready for Wednesday's testing:
1) Is the primary goal of our efforts for this testnet to determine highest TPS throughput?
2) The Azure platform appears to be an easy method that automates setting up a testnet node, but requires identity registration and a credit card.
3) I see that the vagrant file is STILL included in the release, is it being maintained? Is that also a viable approach to setting up for the testnet?
If not why is it still included? If it's useful great, otherwise it needs to be deleted. I would like to see the use of vagrant as a deployment
method for the testnet documented in the manor Fox did for Azure. Many details such as chainID are already included in the Azure setup that need
to be declared as essential parameters for the testnet.
4) As I recall vagrant is a standard to encapsulate a virtual machine, OS, configuration etc. I've used it before but over a year ago, don't recall the details.
5) Would docker be a good deployment option instead of Vagrant? Seems it would be, as it eliminates the hardware virtualization VMs impose, however
neither Vagrant nor docker eliminate virtualization overhead, which would impact performance, tho perhaps not terribly significantly. I'm not sure how
much impact it will actually have tho. I'm reading up on docker now. If a suitable docker image isn't available for the testnet that would be a good thing
to create one.
6) If measuring max TPS is primary goal of this testnet, shouldn't the production git repo be used as the codebase we build to test with?
7) One step required for testnet is to "import balances". It's been well over a year since I did that. I recall the process in general but I need a refresher,
the list of steps and how much BTS is going to be required for testnet operation.
One of the frustrations I had in 2015 leading up to the official release on Oct 15th was the lack of timely information. It was a fast paced bee hive of activities. It will help A LOT to have a live mumble session during this test. My focus this weekend is getting an environment ready. Cost is always a factor. I will deploy a new VPS with 32GB RAM / 8 CPU early the day of the testing to minimize expenses. I have grown to prefer Debian over Ubuntu but to stay on par with everyone I will deploy a Ubuntu 16.04 OS for this testnet.
Looking forward to further details and answers to the above questions.