Bitcoin Forum
June 23, 2024, 12:30:50 AM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 [33] 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 ... 89 »
  Print  
Author Topic: [ANN] Billionaire Token - Games on the Blockchain! 🔥 Deflationary Algorithm  (Read 70870 times)
fishfishfish313
Sr. Member
****
Offline Offline

Activity: 546
Merit: 252


View Profile
September 11, 2017, 12:52:08 PM
 #641

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://bitcointalk.org/index.php?topic=2167911.0

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

Found the thread this morning.  I agree, a vote would be great. Many of us here are investors in the project.  Allowing the community to have a voice is very important imo.

I'll one shot you with the Wingman from the top of Skulltown - Apex
gluedog (OP)
Sr. Member
****
Offline Offline

Activity: 532
Merit: 250



View Profile WWW
September 11, 2017, 01:02:29 PM
Last edit: September 11, 2017, 07:38:44 PM by gluedog
 #642

I would also like to give a little bit more information about the Raffle, because many people are still unsure how exactly it works and why it will be successful.

Basically, the Raffle works in the following way: Users must first call approve() on the XBL Contract Address allowing the Raffle to spend tokens on their behalf.
After this, users must call the registerTickets() function on the Raffle Contract Address with the number of tickets they want to register as an argument.

Example:

Code:
    
function approve(address _spender, uint256 _amount) returns (bool success)

The user will first call approve(RAFFLE_ADDRESS, 20000000000000000000) on the XBL Contract Address. They have just approved the Raffle to spend 20 XBL (+18 zeroes) on their behalf.

Code:
function registerTickets(uint256 number_of_tickets) returns (int8 registerTickets_STATUS)

Assuming the price of one ticket is 20, then the user must call registerTickets(20) on the Raffle Contract Address.

Now you're in. You've just registered a ticket to the raffle. You have the chance to become the grand winner!

All of this is easy for a cryptohead but might seem just a tad bit complicated for your average gambler.

We will be aiming to go mainstream with Billionaire Token and as such we will develop a GUI to be used in conjunction with the Raffle and the Burner .
This GUI will use Metamask and will be usable through our website initially. We will also be looking into developing stand-alone clients.

Basically, people will play the Raffle, play with the Burner, play Poker and not even know they're on a blockchain.
It will be gambling for the masses with all the benefits that crypto currencies and blockchain technology brings: accountability, traceability and security.


Billionaire Token - Are you burning to play?
kronos123
Sr. Member
****
Offline Offline

Activity: 1022
Merit: 391



View Profile
September 11, 2017, 01:37:23 PM
 #643

I voted for 10 XBL
But I also believe the team and dev have to concentrate, develop and market marketing on Billionaire's true value: the gaming table, poker, BJ, etc.
I'm not sure Raffle will be well-watched ..... players want to play poker or Bj, not a raffle.
fishfishfish313
Sr. Member
****
Offline Offline

Activity: 546
Merit: 252


View Profile
September 11, 2017, 01:46:13 PM
 #644

I voted for 10 as well.  Was leaning to 20 XBL at first, but I think that a smaller number is better for all holders of the token.  And from what I see, it doesn't take any more effort on the part of the user to get additional tickets.

I'll one shot you with the Wingman from the top of Skulltown - Apex
gluedog (OP)
Sr. Member
****
Offline Offline

Activity: 532
Merit: 250



View Profile WWW
September 11, 2017, 02:04:54 PM
 #645

I have updated the python script used to calculate the amount of XBL associated with each ICO purchase:

https://github.com/billionairetoken/TokenCore/blob/master/price.py

Quote
Updated to version 0.2.
This version uses the Coinmarketcap API to grab the prices, so we don't have to hardcode them.


Billionaire Token - Are you burning to play?
Champion123
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
September 11, 2017, 03:31:38 PM
 #646


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.

Again, constructive criticism Smiley Another question: in the long run, how is token purchasing going to work for the normal people, the gamblers? They certainly won't like going to exchanges and trading in their interfaces. Can it be done technically that the users can buy the tokens within the software GUI? Like all other gambling software that you can buy chips/tokens with real money within the app. But since the token distribution is decentralized, whenever a user presses the buy button, he automatically buys the amount he needs from the trader with the lowest ask. What do you think?

P.S. How do you vote on your other thread? I can't find the voting button.
fishfishfish313
Sr. Member
****
Offline Offline

Activity: 546
Merit: 252


View Profile
September 11, 2017, 04:02:48 PM
 #647

Champion123 there should be an area directly on the poll to choose and then you will see the results.  Or, you can just hit the view results button.  Not sure if that is exactly what they are called lol, but it should be right there on the poll itself at the top of the page.

I'll one shot you with the Wingman from the top of Skulltown - Apex
Champion123
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
September 11, 2017, 04:35:20 PM
 #648

Champion123 there should be an area directly on the poll to choose and then you will see the results.  Or, you can just hit the view results button.  Not sure if that is exactly what they are called lol, but it should be right there on the poll itself at the top of the page.

There isn't any that's why I am asking. I can only view the results immediately without hitting any buttons, not vote. Maybe forum restriction because I'm a new member?
eggsandspamm
Full Member
***
Offline Offline

Activity: 299
Merit: 100


View Profile
September 11, 2017, 06:01:48 PM
 #649

Hey so do you have any plans to add things like decentralized sports books with all house money being burned etc ? Just another idea for a deflationary concept
fishfishfish313
Sr. Member
****
Offline Offline

Activity: 546
Merit: 252


View Profile
September 12, 2017, 02:43:31 AM
 #650

Champion123 there should be an area directly on the poll to choose and then you will see the results.  Or, you can just hit the view results button.  Not sure if that is exactly what they are called lol, but it should be right there on the poll itself at the top of the page.

There isn't any that's why I am asking. I can only view the results immediately without hitting any buttons, not vote. Maybe forum restriction because I'm a new member?

Yea, I am betting that is the reason why.  Otherwise, a person could create a bunch of accounts for the purposes of swinging a vote their way.  Start posting and get out of that newbie status  Cheesy

I'll one shot you with the Wingman from the top of Skulltown - Apex
Champion123
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
September 12, 2017, 05:53:41 AM
 #651

Champion123 there should be an area directly on the poll to choose and then you will see the results.  Or, you can just hit the view results button.  Not sure if that is exactly what they are called lol, but it should be right there on the poll itself at the top of the page.

There isn't any that's why I am asking. I can only view the results immediately without hitting any buttons, not vote. Maybe forum restriction because I'm a new member?

Yea, I am betting that is the reason why.  Otherwise, a person could create a bunch of accounts for the purposes of swinging a vote their way.  Start posting and get out of that newbie status  Cheesy

I don't really care about the newbie status, I am only interested in reading a few ICO threads and investing as I don't have a lot of time in my hands to start posting in mass here.
Energy_girl
Full Member
***
Offline Offline

Activity: 322
Merit: 103



View Profile WWW
September 12, 2017, 05:58:06 AM
 #652

Which exchanges would you be listed on?

Blockshipping  ───────────────────────────────────────────   Whitepaper   Telegram   Github
██  Transforming The Global Container Shipping Industry   ███████████████             Twitter     Facebook         
The ICO starts 14 May 2018 at 2 pm CET   ────────────────────   Reddit   Medium   ANN Thread   
gluedog (OP)
Sr. Member
****
Offline Offline

Activity: 532
Merit: 250



View Profile WWW
September 12, 2017, 08:06:49 AM
 #653


Again, constructive criticism Smiley Another question: in the long run, how is token purchasing going to work for the normal people, the gamblers? They certainly won't like going to exchanges and trading in their interfaces. Can it be done technically that the users can buy the tokens within the software GUI? Like all other gambling software that you can buy chips/tokens with real money within the app. But since the token distribution is decentralized, whenever a user presses the buy button, he automatically buys the amount he needs from the trader with the lowest ask. What do you think?

P.S. How do you vote on your other thread? I can't find the voting button.

We would ideally want to have a system in place where people can just use their credit card, buy XBL tokens and just play. Without even knowing they're on a blockchain or that they are using cryptocurrencies.

Behind the scenes, a script would go on exchanges, buy XBL for the cheapest available price, and send it to the user's wallet.

Bringing crypto-gambling to the masses means bringing this sort of technology to people that might not care too much about Crypto Currencies or Bitcoin or XBL. However, they do care about having fun, fair and auditable games where nobody can cheat, they care to have fun.

There is an easy way we can do just this - bring crypto gambling to the masses -  with the help of our Raffle and Burner GUI, our Poker game client and our system where people will be able to buy XBL with their credit cards.

The most exciting thing about going forward like this, is that if only just a small group of people start playing regularly and buying XBL for our games, the extremely low supply will mean that the price will be drastically affected upwards.


Billionaire Token - Are you burning to play?
Champion123
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
September 12, 2017, 09:38:41 AM
 #654


Again, constructive criticism Smiley Another question: in the long run, how is token purchasing going to work for the normal people, the gamblers? They certainly won't like going to exchanges and trading in their interfaces. Can it be done technically that the users can buy the tokens within the software GUI? Like all other gambling software that you can buy chips/tokens with real money within the app. But since the token distribution is decentralized, whenever a user presses the buy button, he automatically buys the amount he needs from the trader with the lowest ask. What do you think?

P.S. How do you vote on your other thread? I can't find the voting button.

We would ideally want to have a system in place where people can just use their credit card, buy XBL tokens and just play. Without even knowing they're on a blockchain or that they are using cryptocurrencies.

Behind the scenes, a script would go on exchanges, buy XBL for the cheapest available price, and send it to the user's wallet.

Bringing crypto-gambling to the masses means bringing this sort of technology to people that might not care too much about Crypto Currencies or Bitcoin or XBL. However, they do care about having fun, fair and auditable games where nobody can cheat, they care to have fun.

There is an easy way we can do just this - bring crypto gambling to the masses -  with the help of our Raffle and Burner GUI, our Poker game client and our system where people will be able to buy XBL with their credit cards.

The most exciting thing about going forward like this, is that if only just a small group of people start playing regularly and buying XBL for our games, the extremely low supply will mean that the price will be drastically affected upwards.

That is EXACTLY what I was thinking. People want to have fun, buy in the most hassle-free fastest way and play. Good to know you have plans for tackling this problem as well, exciting road ahead!
gluedog (OP)
Sr. Member
****
Offline Offline

Activity: 532
Merit: 250



View Profile WWW
September 12, 2017, 03:13:57 PM
 #655

I have many great ideas, things that I wish to accomplish with this project. Too many ideas, too little time.

This week I will have a meeting with a team of developers that might join our project. They will help us develop Billionaire Hold'em faster.

If everything goes well we will want to go public with the whole team (linkedin profiles, etc.), most likely sometime in the near future.

We will keep you updated as things progress.

Right now, our main focus is to get the Raffle and Burner deployed and working before we hit the exchanges - so that our token will not be in any danger of being banned/delisted because of state laws regarding securities and futures. If our coin will have a use-case right away, then it is not a security.

Which exchanges would you be listed on?

We will most likely be listed on NovaExchange first.
The other exchanges we are looking at are: Cryptopia, EtherDelta, HitBTC, Livecoin.


Billionaire Token - Are you burning to play?
securenetworker
Newbie
*
Offline Offline

Activity: 37
Merit: 0


View Profile
September 12, 2017, 03:46:22 PM
 #656

Bounty Claimed !!!!!  Show me the money!

Transaction ID:    c4e67fc6e1c68172ab1d8822c4d9a072364287739b2816ff787b0f19cd0db116
rosygreat
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
September 12, 2017, 03:50:52 PM
 #657

Is bounty still on?
securenetworker
Newbie
*
Offline Offline

Activity: 37
Merit: 0


View Profile
September 12, 2017, 03:59:09 PM
 #658

Is bounty still on?


There is a daily 70% bonus for .4BTC deposits.
gluedog (OP)
Sr. Member
****
Offline Offline

Activity: 532
Merit: 250



View Profile WWW
September 12, 2017, 05:16:10 PM
 #659

Bounty Claimed !!!!!  Show me the money!

Transaction ID:    c4e67fc6e1c68172ab1d8822c4d9a072364287739b2816ff787b0f19cd0db116

Cogratulations,

You are a Billionaire!

Amount of BTC sent: 0.4655
Base XBL for [0.4655] BTC is [19589.12445] tokens for a price of $4208.19/BTC.
Total XBL for [0.4655] BTC is [33301.511565] tokens with 70% bonus

TX ID: https://etherscan.io/tx/0xa6083b736bb40d08b92e2944315261737343c5a6a8ac7c8ade11846762613aa9

Thank you for your purchase.


Billionaire Token - Are you burning to play?
willdono
Full Member
***
Offline Offline

Activity: 260
Merit: 217


View Profile
September 12, 2017, 05:52:36 PM
Last edit: September 12, 2017, 06:13:45 PM by willdono
 #660

Bounty Claimed !!!!!  Show me the money!

Transaction ID:    c4e67fc6e1c68172ab1d8822c4d9a072364287739b2816ff787b0f19cd0db116

Cogratulations,

You are a Billionaire!

Amount of BTC sent: 0.4655
Base XBL for [0.4655] BTC is [19589.12445] tokens for a price of $4208.19/BTC.
Total XBL for [0.4655] BTC is [33301.511565] tokens with 70% bonus

TX ID: https://etherscan.io/tx/0xa6083b736bb40d08b92e2944315261737343c5a6a8ac7c8ade11846762613aa9

Thank you for your purchase.

How many poker players do you hope to attract with your platform? Can you give some numbers by the end of 2018 ideally?
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 [33] 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 ... 89 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!