Gotcha. Thanks for the info.
Sorry for not being very familiar...
No problem, don't apologize. At the moment there are so many more important things we have to fix, before we can even start to guess when a new main net version might be applicable.
We need more then just another test round just because for us new devs it will take that many more test rounds just so we get near the same level of knowledge that Mr. Spread had.
Is there an ETA on the next test? I know it would help the community out a ton if they could see the project moving forward. Also I only know a small amount of C++ (But I am learning more every day) Could you please explain to me how these blockchains work? What did you mean when you said that restarting the blockchain would mean an entirely new coin? How do you go about restarting it? I would love to be able to copy/paste a crap coin for testing purposes. I am incredibly interested in all of this and I am not entirely sure where to start.
C++ is not that hard to learn, and additionally you must know how libraries like Boost etc work.
But the real problem is understanding how a coin works.
Every coin has its own blockchain that grows over time, representing an uninterrupted coherent history of all transactions that happened during the time from the beginning of when the coin was created until NOW.
If we were to abandon the blockchain we already have and restart a new one, it would mean that we are not spreadcoin anymore but something else, since the old spreadcoin blockchain would still exist out there. If we start a new blockchain on main net it means that all SPR you now have will be lost.
You can't create a new blockchain and keep your old coins. Sure, you can do a fork and keep your old coins if you (and the majority of the community) agree to switch to the new valid fork,
but you can't start a blockchain from scratch and call it a fork (A fork that starts from zero is not really a fork, but a new coin).
I recommend you read Andreas Antonopoulos book "Mastering Bitcoin":
http://www.amazon.de/Mastering-Bitcoin-Unlocking-Digital-Cryptocurrencies/dp/1449374042