Pages:
Author

Topic: [ANN] Billionaire Token - Games on the Blockchain! 🔥 Deflationary Algorithm - page 58. (Read 70898 times)

sr. member
Activity: 532
Merit: 250

Anyway, another concern is the fact that if someone buys in more than 15% of the tokens, you will have a problem with the distribution system as you said so yourself. The buy limit however does not resolve this problem. In the banking world, it would. But in the crypto world, all you need is an address to get the money. And in your case, an address + an email. You think an individual cannot create tens of addresses & emails and buy a lot of coins for himself under different aliases? If that happens, once the ICO is over, you will have an incredible pump/dump situation in your hands.

An ETH address + an email + a new IP. Also the IP can't be on any proxylist or known VPN IP classes.

If someone does indeed bypass all these measures, and manages to buy more than 10-15% of the whole supply, and a pump & dump occurs - I am still extremely bullish on Billionaire Token. A pump & dump won't hurt the coin in the long run. No. Just short-term it will affect it, but I am very optimistic nonetheless even if such an incident occurs. We have so many small buyers now that I consider the distribution to be successful already.

The only thing that can harm this project is if the entire crypto market bubble pops and Bitcoin goes to $1000 or less and everything is dead.
member
Activity: 117
Merit: 100
full member
Activity: 260
Merit: 217
function setTicketPrice(uint256 _ticket_price) onlyOwner
    {
           /*   Only the owner may or may not be able to change ticket price.  */
          /*   Should this be put to a vote?                                          */
         /*   Should the ticket price always be fixed?                       */
        /*   We can always update the Raffle.                               */
        ticket_price = _ticket_price;
    }

IMO, the ticket price should be put to a vote.

Okay, I have created a voting thread: https://bitcointalksearch.org/topic/billionaire-token-raffle-ticket-price-voting-thread-2167911

Everyone who wants to have a say on the price of a Ticket for the Raffle now has the option of voting for it:)

Okay, thank you.
sr. member
Activity: 532
Merit: 250
function setTicketPrice(uint256 _ticket_price) onlyOwner
    {
           /*   Only the owner may or may not be able to change ticket price.  */
          /*   Should this be put to a vote?                                          */
         /*   Should the ticket price always be fixed?                       */
        /*   We can always update the Raffle.                               */
        ticket_price = _ticket_price;
    }

IMO, the ticket price should be put to a vote.

Okay, I have created a voting thread: https://bitcointalksearch.org/topic/billionaire-token-raffle-ticket-price-voting-thread-2167911

Everyone who wants to have a say on the price of a Ticket for the Raffle now has the option of voting for it:)
full member
Activity: 260
Merit: 217
function setTicketPrice(uint256 _ticket_price) onlyOwner
    {
           /*   Only the owner may or may not be able to change ticket price.  */
          /*   Should this be put to a vote?                                          */
         /*   Should the ticket price always be fixed?                       */
        /*   We can always update the Raffle.                               */
        ticket_price = _ticket_price;
    }

IMO, the ticket price should be put to a vote.
sr. member
Activity: 532
Merit: 250
Hello, I have a question about the raffle code:

   function getRand(uint256 upper_limit) returns (uint256 random_number)
   {
      /* This will have to be replaced with something less predictable.    */
      return uint(block.blockhash(block.number-1)) % upper_limit;
   }

Why is the Raffle's random number generator have to be replaced with something "less predictable" and why is it predictable?

Everything that the contract sees, the public sees. Using a blockhash means that the miners can influence the result of the random number generator to a certain degree. They could conceivably have a chance at the prize per block they mine.

We can do a few things to avoid anyone from cheating this way (although highly unlikely they will be able to even without the following measures):

1. Change the random number generator to be externally seeded from a source like random.org. This would mean that we would have to trust random.org, though.

2. Make the raffle_bowl mapping private before releasing the raffle - so that nobody can see what position they are in the ticket queue by just watching this variable - they could still however check the blockchain explorer and see how many people called registerTickets() during that week, although they would not see the return value of this function (so they wouldn't know if those tickets got registered or not).

3. Not generate the random number in registerTickets(), but have an external script call a function checkWeek() every week on the Smart Contract so that even if we use the blockhash to seed our random number generator, so it will be impossible to find it and so users will not be able to influence the result of the Raffle.

Just implementing #2 will give us the level of security that a decentralized Raffle system needs, however we'll implement even more safeguards to guarantee a fair game.
member
Activity: 117
Merit: 100
Hello, I have a question about the raffle code:

   function getRand(uint256 upper_limit) returns (uint256 random_number)
   {
      /* This will have to be replaced with something less predictable.    */
      return uint(block.blockhash(block.number-1)) % upper_limit;
   }

Why is the Raffle's random number generator have to be replaced with something "less predictable" and why is it predictable?
newbie
Activity: 42
Merit: 0

The desktop version is actually the only one that I have seen. If you call professional a flashy-looking site with a space/stars-like background that takes forever to scroll from one section to the next, then ok. Ask anyone else and they would tell you something different. I am not a Fudder, I wanna invest in this project simply because the potential for the price to shoot to the moon is very high due to high demand/low supply. But that doesn't matter if this turns out to be yet another shitty scammy ICO - your website and lack of transparency don't fill me with confidence.

That's a bit more constructive. You could have said that from the beginning. But don't say it looks like it's from the 90's, because it clearly doesn't.

We appreciate your concern. We will definitely better all aspects of Billionaire Token, this is just the beginning. Having a better looking website is one of our marketing objectives, but as I have said before: right now we are focused entirely on finishing the ICO and getting the Raffle and the Burner on-line so we can stay on-schedule with the roadmap.

Will there forever 10% of the coins which are sent to the decentralized raffle burnt?
Does this mean, that the "blind" will increase all the time, since the coins increase in value?

Hello, players will be able to pick their own blind prices before the game starts. If the coins increase in value you can just decrease the blind amount.


On another note, there are now just under two hours until the 50% bonus window starts.

And less than one hour until the in-development Become a Billionaire Raffle code is uploaded to GitHub.

Sorry if I offended you. It was supposed to be constructive, but nowadays I see tens, even hundreds of ICO-s every single month coming out. The first thing an investor sees is the website. To truly differentiate yourself from the other hundred ICO-s, the website needs to be at least on par with the industry standards. If you chase people away from the site, they won't even read the whitepaper or anything else that helps them convince to invest. I don't know, maybe I look at everything from a marketing/UX (user experience) perspective, but that website truly needs a re-design. I can give you some recommendations if you want, but since you are a developer, I guess you already knew a lot of stuff about that.

Anyway, another concern is the fact that if someone buys in more than 15% of the tokens, you will have a problem with the distribution system as you said so yourself. The buy limit however does not resolve this problem. In the banking world, it would. But in the crypto world, all you need is an address to get the money. And in your case, an address + an email. You think an individual cannot create tens of addresses & emails and buy a lot of coins for himself under different aliases? If that happens, once the ICO is over, you will have an incredible pump/dump situation in your hands.
sr. member
Activity: 546
Merit: 252
The Raffle code has just been uploaded to GitHub: https://github.com/billionairetoken/TokenCore/blob/master/Raffle.sol

There is now one hour left until the 50% bonus comes into play.

Quote
The Become a Billionaire raffle Smart Contract will run forever, and will have an internal timer that will reset
   itself every seven days.

Thank you for this update Gluedog.  Keep the developments coming.  I like how the raffle is self-sufficient.  I am not a coder.  I'd be happy to hear what some devs think!  Seems like there is real progress being made here.
member
Activity: 98
Merit: 10
The Raffle code has just been uploaded to GitHub: https://github.com/billionairetoken/TokenCore/blob/master/Raffle.sol

There is now one hour left until the 50% bonus comes into play.

Awesome, i've been waiting for this can't wait to look it over Smiley
sr. member
Activity: 532
Merit: 250
The Raffle code has just been uploaded to GitHub: https://github.com/billionairetoken/TokenCore/blob/master/Raffle.sol

There is now one hour left until the 50% bonus comes into play.

Great to know, this makes easier for us to monitor the development process! Smiley

Good job.

Yes!

But don't go bug hunting just yet, the code is still under development.

We shall announce when the bug hunting season begins.
All you skilled programmers will have a chance to win a lot of Billionaire Tokens and also help us create better quality products.
full member
Activity: 280
Merit: 101
The Raffle code has just been uploaded to GitHub: https://github.com/billionairetoken/TokenCore/blob/master/Raffle.sol

There is now one hour left until the 50% bonus comes into play.

That looks good! I like the development during ICO. A lot of projects start development after ICO or dont start at all. This is for me proof that this is really being worked on and legit.
newbie
Activity: 12
Merit: 0
The Raffle code has just been uploaded to GitHub: https://github.com/billionairetoken/TokenCore/blob/master/Raffle.sol

There is now one hour left until the 50% bonus comes into play.

Great to know, this makes easier for us to monitor the development process! Smiley

Good job.
newbie
Activity: 40
Merit: 0
This project is so cool, GJ gluedog.  Smiley
sr. member
Activity: 532
Merit: 250
The 50% bonus 24-hour long window is now active!
sr. member
Activity: 532
Merit: 250
The Raffle code has just been uploaded to GitHub: https://github.com/billionairetoken/TokenCore/blob/master/Raffle.sol

There is now one hour left until the 50% bonus comes into play.
sr. member
Activity: 532
Merit: 250

The desktop version is actually the only one that I have seen. If you call professional a flashy-looking site with a space/stars-like background that takes forever to scroll from one section to the next, then ok. Ask anyone else and they would tell you something different. I am not a Fudder, I wanna invest in this project simply because the potential for the price to shoot to the moon is very high due to high demand/low supply. But that doesn't matter if this turns out to be yet another shitty scammy ICO - your website and lack of transparency don't fill me with confidence.

That's a bit more constructive. You could have said that from the beginning. But don't say it looks like it's from the 90's, because it clearly doesn't.

We appreciate your concern. We will definitely better all aspects of Billionaire Token, this is just the beginning. Having a better looking website is one of our marketing objectives, but as I have said before: right now we are focused entirely on finishing the ICO and getting the Raffle and the Burner on-line so we can stay on-schedule with the roadmap.

Will there forever 10% of the coins which are sent to the decentralized raffle burnt?
Does this mean, that the "blind" will increase all the time, since the coins increase in value?

Hello, players will be able to pick their own blind prices before the game starts. If the coins increase in value you can just decrease the blind amount.


On another note, there are now just under two hours until the 50% bonus window starts.

And less than one hour until the in-development Become a Billionaire Raffle code is uploaded to GitHub.
full member
Activity: 196
Merit: 100
Will there forever 10% of the coins which are sent to the decentralized raffle burnt?
Does this mean, that the "blind" will increase all the time, since the coins increase in value?
newbie
Activity: 42
Merit: 0
Are your sure about 3000,- US in Marketing? This sounds not really to be a lot. Overall it really sounds too promising. I just try to find what is the down side. Perhaps simply the current marketing budget, because I do not believe this helps to spread the word, which is required to make this one successfull.

I think even $3k is a lot considering the website looks like in the 90's. A professional theme in Themeforest costs about $60, is that too much for a billionaire project?

You haven't seen the Desktop version of our website, have you ?
I think you're just here to FUD, and that's ok because we appreciate free bumps on our ANN thread.

The desktop version is actually the only one that I have seen. If you call professional a flashy-looking site with a space/stars-like background that takes forever to scroll from one section to the next, then ok. Ask anyone else and they would tell you something different. I am not a Fudder, I wanna invest in this project simply because the potential for the price to shoot to the moon is very high due to high demand/low supply. But that doesn't matter if this turns out to be yet another shitty scammy ICO - your website and lack of transparency don't fill me with confidence.
sr. member
Activity: 532
Merit: 250
Are your sure about 3000,- US in Marketing? This sounds not really to be a lot. Overall it really sounds too promising. I just try to find what is the down side. Perhaps simply the current marketing budget, because I do not believe this helps to spread the word, which is required to make this one successfull.

I think even $3k is a lot considering the website looks like in the 90's. A professional theme in Themeforest costs about $60, is that too much for a billionaire project?

You haven't seen the Desktop version of our website, have you ?
I think you're just here to FUD, and that's ok because we appreciate free bumps on our ANN thread.
Pages:
Jump to: