[Ethereum] Can’t verify contract on etherscan.io

etherscango-ethereumsolidityverify

guys. I have created simple contract, migrated to testnet via truffle. It can be founded here. But I can't verify it. I double check:
1. name of contract
2. version of compiler (ver. 0.4.11 in etherscan and in solc inside truffle)
3. optimization is enabled as in truffle they are enabled
4. we have no construtor arguments or imports

I try migrating several times with my friend. No success. Any suggestions or help?

Best Answer

I was able to successfully verify the contract code you linked in a new deployment.

Are you sure the parameters and source code you used were identical to those you used in the verification tool?

For reference, here is the verification of the new deployment of your contract.

EDIT:

It might be that you are having the same problem as I am having now. It seems like the remix and truffle compilations produce different bytecodes for some reason.