Hi Samr, BitUnits is a peer to peer rare means of exchange currency with a max supply of 10,000,000 with a 6 decimal precision. No ICO. 50% of the tokens will be distributed to the public in airdrops. 25% will be held in a treasury and the other 25% will be used in the future to recruit devs, improve BitUnits and help ETC grow.
Cool cool! Remember you can also recommend Saturn Wallet to people who want to enter your airdrop
I would maybe hold off jumping straight into your airdrop campaign without having some solid content or website about your project up. Alternatively people may just assume it is a scam If you are planning on this being a kind of grassroots built project, then I would start reaching out to people and see if you can put together a team who are willing to work for some of your tokens & use the 25% development allocation.
I would write something up, to explain your vision for BitUnits and where you think it could thrive, this will help you also when trying to recruit a team. And you will know they understand your goals.
A website or blog to update your progress should definitely be a priority.
If your not a designer then your first bounty should probably be to design a logo in vector format.
Register all the necessary social media handles (even if you do not plan on using them straight away get all the accounts registered on twitter, reddit, facebook, telegram etc!)
Get a roadmap together so that people know where your project is going. Some sort of dApp that uses bitUnits being developed could help people get interested and will help the value of your token in the future.
Announce your airdrop campaign and how you are going to do it, bounty0x may be a good platform to check out they are free and can help you with an airdrop via a telegram bot.
Get listed on Radex
Thats my feedback, good luck! Feel free to come and ask in our telegram channel if any of our community wants to help your project. https://t.me/rados
I would definitely recommend it! Many people prefer having a .pdf document they can download and read about your project & find key information. Some whitepapers are very long and technical, but really it depends on the project. Really it should answer the following:
What is BitUnits?
Why should we use BitUnits?
All token details (standard, total amount, allocation etc…)
How will ICO work: what are the dates & do I need to sign up?
Roadmap for the future
Team information
All your contact and social media links.
Probably once you have your website ready and wrote a bit about your project, planned your airdrop then whitepaper should be quite easy to put together.
Nice to see you are moving along quickly! Another place you can use to advertise and find people who are interested in ICOs on ETC is in this section of the official Ethereum Classic forum:
Hey Samr, I am trying to get my contract verified on Etherhub but the source code is not matching with the bytecode. do you know another way how I can get this done?
thanks
Not too sure about this myself as I am not a developer, potentially @Neuron may be able to let us know how this works. Blockchain explorers though are not as great on ETC as ETH so it may just be something that is not yet working completely on Etherhub’s side.
You need to make sure you use the same compiler version and optimizations (yes/no) for both contract creation and verification on EtherHub. If you cannot verify, it is not too late to relaunch the smart contract.
Thank you @Neuron. But actually, I relaunched the contract copied the code. had optimization on both. Question: do copy all three files of code or just the main youtokenname.sol file?
and for the compiler in my smart contract it is pragma solidity ^0.4.24;
Current version:0.4.24+commit.e67f0147.Emscripten.clang
on eitherhub I chose compiler 0.4.24