Test are now completed and Smart Contract is readyHi Everyone,
The tests are now completed and the Smart Contract is ready.
Here is the source code:
https://github.com/minereum/Minereum/blob/master/minereum.solHowever since we got more addresses than expected and since they are supposed to be hardcoded in the source code, we are now facing the issue that the Smart Contract is too big to be deployed on the etheruem network (Aprox. 1.4 MB), we were not predicting this issue in the beginning as we never deployed such a big Smart Contract.
Ethereum network limitations can be seen here:
https://ethereum.stackexchange.com/questions/1106/is-there-a-limit-for-transaction-sizeWe are exploring other ways of distributing the tokens and we will come back soon with a solution.
Stay tuned for more updates!
How about split this contract to two or three separate contracts. Is it impossible?
Or maybe any owner should sent small amount of Eth to your contract and this way can you don't save addresses in contract? (As ICO contracts do).
It just ideas, maybe it's not working, I know nothing about Eth programming.