Bitcoin Forum
July 05, 2024, 10:41:45 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 [3]
41  Economy / Gambling / Re: Win Bitcoins | Provably Fair | Pot Increases Over Time on: August 19, 2013, 11:59:36 PM
Now integrated with Twitter API to post when:
- there is a player in the pot, and we need 1 more.
- a winner is selected
- a pot has closed due to lack of players
- new pot created

Also changed pots to last for 24 hours.
42  Bitcoin / Mining speculation / Re: USB block erupters are now useless. on: August 19, 2013, 02:43:15 AM
+1

I'll take a handful for $5 too.
43  Economy / Securities / Re: [ActiveMining] The Official Active Mining Discussion Thread on: August 18, 2013, 04:10:29 AM
So it takes a couple months to convert BTC to USD to pay the NRE or what.

Butterfly labs working on 28 nm

http://www.butterflylabs.com/monarch/



I dare you.

Im not taking the bait ... this time  Angry
44  Economy / Gambling / Re: Win Bitcoins | Provably Fair | Pot Increases Over Time on: August 14, 2013, 12:47:30 PM
First, we start with a secret seed number, determined by the PHP code:

$secret_seed = mt_srand(microtime() * 1000000 *1.61803398875);

Run that line, UNEDITED. Then dump $secret_seed. It will be 0. Independant from system settings.

Ah. When writing the technical explanation, I wasn't copy'n'pasting my code. I was writing it off the top of my head, so "$secret_seed =" is not *actually* used in the code in that spot, but rather:
Code:
mt_srand(microtime() * 1000000 *1.61803398875);
$secret_seed = mt_rand();


EDIT: On another note: When you are in the username field of the login and press tab, you don't go to the password field.


Thanks - fixed.

I was so confused when I saw a decimal place past the eighth place. I've been doing too much bitcoin.

LOL

EDIT:
EDIT2: Also is it possible to see all sold tickets (with ticket numbers) before the round ends?

When there are more than 2 players in a pot, the game message will tell you how many players are involved. If you buy in, you'll be told your own ticket numbers.
If you're the only person in the pot when time runs out, you get refunded in full.
45  Economy / Gambling / Re: Win Bitcoins | Provably Fair | Pot Increases Over Time on: August 14, 2013, 09:49:07 AM
Provably fair?
As it is currently determined, your $secret_seed is ALWAYS 0.
If anything else, your website is a fraud because the explanation dictates that it is 0.

(mt_srand(microtime() * 1000000)*1.61803398875 ALWAYS returns 0, since mt_srand returns nothing and then multiplication with a number casts it to a number, 0; 0 * anything is 0, so $secret_seed MUST be 0)

The game is provably fair. The secret seed is never zero. Throw this into a PHP script and run it.

<?php
mt_srand(microtime() * 1000000)*1.61803398875;
$seed = mt_rand();
print $seed;
?>
46  Economy / Gambling / Win Bitcoins | Provably Fair | Pot Increases Over Time on: August 14, 2013, 08:36:21 AM
EDIT: Site has closed

Check out the gambling site I developed - a spruced up lottery-type game with the following features:

* Off-blockchain transactions powered by Inputs.io [special thanks to TradeFortress]
* as above, instant entry (no waiting for blockchain confirmation) and no transaction fees
* no site registration required
* no win limits - pot size depends on the number of contributions per pot
* winners are paid out immediately after being selected
* choice of multiple entry fees from as little as 0.001 BTC for light play up to 1 BTC per entry for heavy hitters
* multiple pots with differing time limits for quick 10 minute draws to long 6 hour draws
* provably fair (of course)

Some cool things I've added into the game are:

* pot starting balance increases after every payout
* first 2 contributors of any pot get 1 free ticket (an incentive to join)
* auto-updating on-screen (no page refreshing)

The winner takes 95% of the pot total, where 2% is left in the pot for the next draw. This enables the pot size to increase over time. The other 3% goes to covering hosting costs (and profit, if any).

I'm happy to answer questions and keen to read your opinions and suggestions.
47  Economy / Securities / Re: [ActiveMining] The Official Active Mining Discussion Thread on: August 05, 2013, 01:51:37 PM
It's spread now to be known as fact, except for us few savvy investors who have taken the time to confirm its invalidity. So either way, bitcoin got publicity today.

Yes, even BS articles like today put bitcoin in front of more people. News like this (real or not) is still good for ACM as it indirectly introduces mining to new people.
48  Economy / Securities / Re: [ActiveMining] The Official Active Mining Discussion Thread on: August 05, 2013, 01:36:47 PM
Ladies and gentlemen, the $200 million Avalon deal was complete baloney. Check for yourself: https://twitter.com/ScottWapnerCNBC/statuses/364370798892421120

What a shock. Grin

To be honest, im disappointed. This deal would have made huge waves in bitcoin taking it further mainstream.
Although, such a deal could still happen in the future.
49  Economy / Securities / Re: [ActiveMining] The Official Active Mining Discussion Thread on: August 05, 2013, 04:32:59 AM
If the Avalon deal is real, it's a huge vote of confidence for the bitcoin ecosystem as a whole.
As for AMC shares, sell sell sell, so that i can buy buy buy Tongue
50  Economy / Securities / Re: [ActiveMining] The Official Active Mining Discussion Thread on: August 04, 2013, 02:00:44 PM
Awesome news! Thanks for the update. Is official PR account a regular forum member/ investor?
51  Economy / Scam Accusations / Re: Butterflylabs Huge SCAM on: July 31, 2013, 02:36:48 AM
Contacting police should be a last resort. Contacting your credit card provider should be the first.
Although BFL continue to anger 99% of their own customers, it's amazing how little they've learnt by their mistakes. Treat people (customers) right and they wont get sued. Arent refunds a part of consumer law in the US?
52  Economy / Service Announcements / Re: Inputs.io | Instant Payments | Easy API | Secure Wallet | Offchain | No fees on: July 30, 2013, 04:03:30 AM
TF, are you planning on adding more features to the API?

My very short wishlist:
1) Get balance/received of a unique address (not just the whole wallet).
2) Create a new address, with label specified.
53  Other / Beginners & Help / Re: will the bitcoin reach $1000 one day...? on: July 29, 2013, 03:39:49 AM
Price per bitcoin will depend on the size of the market, ie the number of people involved. I've read estimates saying there's less than a million people who have ever used bitcoin, and probably 10% of those who are "active" in the community.
Something I've been thinking about. bitcoin will go to the moon once Intel or ARM or AMD get involved and add hashing algorithms directly into their CPUs and GPUs. Basically, every new computer, tablet and phone sold will be capable of hashing and expand the network at an enormous pace.

This integration would not be for the sole purpose of generating new coins, but rather faster confirmation and easy online payments!

If that was to happen, the overall market size could be well over $500 Billion. That's 500 times the current market cap, giving each bitcoin around $50,000 value.

Wishful thinking? Hell yes. Impossible? It's already been thought about by Intel (not specifically mentioning "bitcoin") http://www.intel.com.au/content/dam/www/public/us/en/documents/white-papers/multi-hash-paper.pdf
54  Other / Beginners & Help / Re: Is It Safe To Have Half of My BTC Invested in BTC Equities at BTCT, BitFunder... on: July 29, 2013, 03:13:04 AM
The safest place to hold bitcoins is in your bitcoin-qt wallet, encrypted.
I use bitfunder and I do worry about the site getting hacked or disappearing entirely. There is risk.
55  Economy / Scam Accusations / Re: Butterflylabs Huge SCAM on: July 29, 2013, 02:59:45 AM
BFL Not a scam in the true sense of the definition, but a massive disappointment to anyone dealing with this company.

When I finally receive my 4x60GH/s, I dont think I will have a return on the investment. Not while 1 BTC = $100 USD and increasing difficulty.
Will anyone here still continue to mine even if the return is negative? (ie, hoping for prices to increase enough in future to make up for it?)
Pages: « 1 2 [3]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!