eXocoin! You can't release it as it is now! Is there an API? Is the mining ready?
Trust me, we would never release a product at that point of development. Especially not a crypto currency. There are still 13 days left but if we cannot match the 30th then we will delay the launch. Better delaying than releasing a security-threating buggy product. But the situation right now is not that bad. In fact we are still optimistic to meet the timeline.
The mining process is under development. You probably can test it (using the CPU) with the version after the next version. The GPU implementation will take some more days thereafter.
The GUI is an on-top build of the main program. So depending on a compiler flag it builds a console program or our GUI program. Thus the GUI just makes calls through an API of the main program to query data and to pass through action commands. So, yes, a fully functional API is available as well as a functional console build. A small wrapper to allow connecting to the API via sockets will be developed shortly and is not a big deal.
As for the update that we will release tomorrow:
- we added more criticalSection guards
- changed the way transactions are processed (queue+thread, processing of transactions near to a new block are delayed some seconds)
- enabled delayed sending feature fully
- 10 minutes block time
- send transactions with outdated chain should be possible
- included fee calculation
- enabled spam protection
regards
eXocoin