Pages:
Author

Topic: ICO Generator script: Looking for Testers for the BETA version. Bounty. (Read 339 times)

newbie
Activity: 42
Merit: 0
copper member
Activity: 64
Merit: 0
Interesting project. Following....
newbie
Activity: 42
Merit: 0
"We call it BETA cause it's betta' then nothin'"

The code is now BETA (as opposed to prior "early beta".
newbie
Activity: 56
Merit: 0
Make share holder non-removable. Right now an owner can add/change ShareHolder on the fly. Instead it should be added at creation point.

Regards,
0x2601AC4509aABe3bB3673C22a4bfEF3c4e7323D3
sr. member
Activity: 344
Merit: 250
ICO should allow to get some money as soon as a campaign passed the point of irreversibility. It will let to use these money to pay for the next step immediately.

My account: 0x180A8FE3170D5A072FC4C482cc1bD1b2164e6630
newbie
Activity: 42
Merit: 0
Beta version is released. This time it is not an "early beta", but a solid beta.
The code now supports:
  • multiple receiving wallets (like: "Owner", "Developers" etc.)
  • Distributing bonus (for example, for bounty campaign) tokens
  • Attaching ShareHolder contract and distributing ShareHolder's shares as an extra bonus to all that bought tokens
  • Custom schedule (presale, sale 1, sale 2, pause 1, and so on.) with customizable token prices
  • Contract in the same file or in a contract that was deployed separately
  • Option to pause the crowd sale and to extend its stages
  • and so on...
sr. member
Activity: 344
Merit: 250
Add require(!m_bPaused); everywhere where it can affect

My account: 0x180A8FE3170D5A072FC4C482cc1bD1b2164e6630
newbie
Activity: 42
Merit: 0
It seems that everybody want a separate file for a token. So be it. Almost implemented.
newbie
Activity: 42
Merit: 0
Hi,
I've got a question.
You mentioned that you are going to add an option to give away ShareHolder shares at ICO crowdsale. If those shares are cumulative, does that mean losses for all other shareholders? Mean, you just take these coins from them?

No. See, at the beginning all shares belong to the contract owner. And any distributed shares - they already exist. They just change the owner. So the only person who loses profits, is the owner of the contract -he distributes HIS shares, not yours.
newbie
Activity: 56
Merit: 0
Hi,
I've got a question.
You mentioned that you are going to add an option to give away ShareHolder shares at ICO crowdsale. If those shares are cumulative, does that mean losses for all other shareholders? Mean, you just take these coins from them?

Regards,
0x2601AC4509aABe3bB3673C22a4bfEF3c4e7323D3
newbie
Activity: 56
Merit: 0
Use SafeMath in ShareHolder contract (it is not in a tutorial, maybe you do it already)

Regards,
0x2601AC4509aABe3bB3673C22a4bfEF3c4e7323D3
sr. member
Activity: 344
Merit: 250
when scrolling, the middle column should stay in place

0x180A8FE3170D5A072FC4C482cc1bD1b2164e6630
sr. member
Activity: 344
Merit: 250
Please fix screen layout at  resolution <1200 - elements overlap

0x180A8FE3170D5A072FC4C482cc1bD1b2164e6630
newbie
Activity: 56
Merit: 0
As a campaign runner might want to keep some tokens tor him/her self for future use, please add an option to set an amount of tokens that is minted but can not be sold.

Regards,
0x2601AC4509aABe3bB3673C22a4bfEF3c4e7323D3
newbie
Activity: 42
Merit: 0
Splits: declined. They are not needed.
Auto: declined. They are not needed.

Unchecking ICO to hide all its sublevels : implemented

Fix conversion for 1 finney: it should convert to number: fixed

0x180A8FE3170D5A072FC4C482cc1bD1b2164e6630
sr. member
Activity: 344
Merit: 250
Fix conversion for 1 finney: it should convert to number

0x180A8FE3170D5A072FC4C482cc1bD1b2164e6630
sr. member
Activity: 344
Merit: 250
Few more:
Implement splits in ShareHolder
Also implement auto splits in ShareHolder
Also also, make unchecking ICO to hide all its sublevels

0x180A8FE3170D5A072FC4C482cc1bD1b2164e6630
member
Activity: 318
Merit: 10
EHFIRST
There will be a manual, of course. The problem is, the code is not final. Not just the code: a set of features is not final, so writing a manual at this stage would be counterproductive.
Unless the feature set is finalized, all I can write is "check options you need, click all "+" signs to open the sections of code and copy-paste the code. This is your Solidity script to deploy."
Nevertheless, there will soon be a chapter in a tutorial (accessible by "Home" link at the top of a page).

I am going to include your suggestion in the "to do" list, so if you have an Ethereum address (and if you believe this project will ever earn something), post it here Smiley

0xFD2D7B0A7D855350A197E373136E0C7c1Fd976e3

Good luck, dude!
newbie
Activity: 42
Merit: 0
Added ShareHolder integration to the ICO. Now, when you run a crowdfunding campaign, you can distribute shares, in parallel, to token buyers. If a campaign succeeds, they become bonus shares, if it fails, they don't.
I don't recommend reading through our Solidity tutorial to figure out what ShareHolder is, as a tutorial ShareHolder tutorial will be released soon.
Briefly, when an ICO succeeds, tokens are just tokens. There is no obligation to pay anything to a token holder, except for market appreciation.
Contrary, ShareHolder shares are attached to your project's profits, so if you have profit, your share holders are guaranteed to have part of it.
newbie
Activity: 42
Merit: 0
There will be a manual, of course. The problem is, the code is not final. Not just the code: a set of features is not final, so writing a manual at this stage would be counterproductive.
Unless the feature set is finalized, all I can write is "check options you need, click all "+" signs to open the sections of code and copy-paste the code. This is your Solidity script to deploy."
Nevertheless, there will soon be a chapter in a tutorial (accessible by "Home" link at the top of a page).

I am going to include your suggestion in the "to do" list, so if you have an Ethereum address (and if you believe this project will ever earn something), post it here Smiley
Pages:
Jump to: