Bitcoin Forum
August 07, 2024, 11:51:37 PM *
News: Latest Bitcoin Core release: 27.1 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
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 ... 97 »
61  Economy / Gambling / Re: [TAABL] The original Bitcoin lottery is back... again! on: March 04, 2015, 04:36:21 PM
AAAAND...

I won. Tsquared second bet wasn't in yet so it got pushed to the new Pick 2 and I've proceeded to seed this new game with the same 10 bets.

Now, if it keeps just being the two of us and I keep pushing all my earnings back it is pretty much certain eventually Tsquared will win. Nothing wrong with that, of course, but here's hoping others join the action Smiley

These Pick 2 games are really fast, they'll easily hit multiple times a day, whereas Pick 3 are still fast, but a bit less so. Pick 4 will likely run for multiple days/weeks unless there's a lot of placed bets.
62  Economy / Gambling / Re: [TAABL] The original Bitcoin lottery is back... again! on: March 04, 2015, 03:44:23 PM
So I placed a bet of .005 and then another for .01. Both on Pick 2.

The first bet gave me bd on the board, and the second is still not confirmed, so don't know hat picks I'll get.

So I guess with a single bet, you get the first two characters of the tx id, but when placing multiple bets with one transaction the picks are calculated By the system?

How will I know my picks for the second bet?

The bet determination works as follows:
 a) first choice is number of satoshis sent trimmed to max bet size. For Pick 2 there are 256 possible values (0x00 to 0xff, or 0 to 255) so since you sent no satoshis the default bet is 0x00
 b) if (a) is taken (it was) try the the first 2 characters from the bet transaction id (as it is a pick 2), in your placed bets case that's [bd]0f60...
 c) if (b) is taken add 1 to it (so 0xbd would become 0xbe)
 d) if (c) is taken go back to (c), wrapping as needed
 e) if there are more than one bet in the transaction step (c) will move to the next X characters (it would be bd[0f]60... in your case, but you only sent one)

This way you can always verify that the bets are real and we're not cheating, even though it sounds a bit confusing at first. As for your 0.01 bet the numbers will be calculated like this:
 a) 00 is taken
 b) [55]cef7... is free, first bet 55
 b) 55[ce]f7... is free, second bet ce

Unless of course another transaction get included in a block before yours (or first in the same block) and it just happens to cover one or both of your predicted bets, in which case for each one c) would add 1 to the bet until an empty slot is found.

What happens if someone sends .012 BTC?

That, as well as an explanation for the bet placing algorithm is explained in the How To Play page, but I'm aware it is a little vague and needs much improvement. In theory sending .012 is the same as sending .01 plus 200000 satoshis for bet selection (which is still 00 for a Pick 2).

Quote
If bets have fixed prices, what happens to the satoshis I used to set my desired bet?

These are collected as optional fees, or donations if you will. Of course you don't need to send any satoshis but you don't want to leave things to chance now, do you?

So if you send 0.012 you get two bets and we get a 0.002 donation (Thanks! Smiley ), but if you send it by mistake just get in touch with us and we'll get you the extra funds back.


Hope that answered all your questions but if not just let me know. Oh, and good luck!
63  Economy / Gambling / Re: [TAABL] The original Bitcoin lottery is back... again! on: March 04, 2015, 01:40:18 PM
Bump for awareness... There are 10 bets placed on each game on each currency, and if I do win any of these bets I'll be sure to reseed the game.
64  Bitcoin / Hardware wallets / Re: [ESHOP launched] Trezor: Bitcoin hardware wallet on: March 03, 2015, 10:31:13 PM
Error!
Failed to send transaction: Encountered invalid prevhash.

why?

I'm trying to send a Litecoin transaction using python-trezor and I'm getting the exact same error. Looking at the trezor-mcu code I find that it is sent here: https://github.com/trezor/trezor-mcu/blob/master/firmware/signing.c#L349 but I didn't debug it to understand what is going on. Could be a byte order thing or I just didn't put the right prev_hash to start with, not sure.

For reference I'm sending the only output of this tx: https://bchain.info/LTC/tx/3635c6b4ddb52a669a5db11e1a599d9149f18e803c178653c05d9e804afa4f57

So I do a TxInputType(address_n=client.expand_path(path to LS7CBRe81UbZJLjMG5p7gLB3DbgV2rNZ5q), prev_hash=binascii.unhexlify('3635c6b4ddb52a669a5db11e1a599d9149f18e803c178653c05d9e804afa4f57'), prev_index=0) which I guess is what I'm supposed to provide, but in my obvious diagonal reading of both python-trezor and trezor-mcu, it looks like the comparison is being make with the txhash of the first input of that transaction (though I may be completely off-base here, I'll have to compile trezor-mcu myself to add some debugging if no help comes my way)

Any clues or pointers?

EDIT: I finally found the problem I was having and it goes down to a bug in python-trezor's tx_api.insight_url. Well, maybe it doesn't reflect on every OS the same way but doing Decimal(value_as_float) is very dangerous and error prone in python, so I'll be getting a pull request ready.
65  Economy / Gambling / Re: [TAABL] The original Bitcoin lottery is back... again! on: March 03, 2015, 07:51:58 PM
I'm getting an error on the site:

Code:
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/tornado/web.py", line 1141, in _when_complete
    callback()
  File "/usr/lib/python2.7/dist-packages/tornado/web.py", line 1162, in _execute_method
    self._when_complete(method(*self.path_args, **self.path_kwargs),
  File "/home/web/www/taabl/lib/bvlib/web.py", line 127, in get
    raise tornado.web.HTTPError(500)
HTTPError: HTTP 500: Internal Server Error

actually, it looks that there is still no interest in bitcoin lottery, try to work in a new dice site

Funny you should say that Smiley

We did, back in 2012 -> https://bitcointalk.org/index.php?topic=120239.0

But again lack of publicity may have been a bad idea. There isn't lack of new stuff over you average dice site too, so innovation isn't the issue for sure Smiley

How about a signature campaign to promote the sites? Isn't cheap, but may be worth it. You can start with a small campaign and see how it goes. Use ref links to know where traffic to the sites come from. If all goes well then expand the campaign with better pay and more people.

Thanks for the heads up, we had a runaway log that nuked the server's disk space, all fixed now.

As for the signature campaign, that could work but I have a hard time convincing myself to take that road. It's just too... commercial, I guess. I don't mind spending money to make money but it just feels like I'm advertising my sites the same way most scams/schemes are, just feels gooey.

And if we must take down taabl we will, though it is a shame to do it since this is as much of a piece of bitcoin history as you'll ever get, and any profit that comes out of it will be to pay for other more important projects we have going, like DividendRippler.
66  Economy / Gambling / Re: [TAABL] The original Bitcoin lottery is back... again! on: March 03, 2015, 02:08:22 PM
actually, it looks that there is still no interest in bitcoin lottery, try to work in a new dice site

Funny you should say that Smiley

We did, back in 2012 -> https://bitcointalk.org/index.php?topic=120239.0

But again lack of publicity may have been a bad idea. There isn't lack of new stuff over you average dice site too, so innovation isn't the issue for sure Smiley
67  Economy / Gambling / Re: [TAABL] The original Bitcoin lottery is back... again! on: March 03, 2015, 02:05:49 PM
if there was no interest in the past, I think that if you haven't changed anything there won't be much interest now

That's harsh...

The games aren't played on merit alone, unfortunately. There's a lot that is publicity and we haven't done any, at all, ever, other than post in a single thread here and the odd plug here and there.

This game was an experiment a long, long time ago and it did have a lot of interest back then, and then again in the second incarnation. Right now the bitcoin game scene is ridiculously filled with newcomers and copycats, but TAABL is not only original but also old. We actually had one BTC Pick 5 running for just short of a year and still paid it out, so while the past is no proof of the future, I'd say we earned some trust which is an issue with a lot of new sites.

I'm sure that if we had 1000 regular bettors that would make the EV so good for the odd player that the game would be highly alluring, but it's just me at the moment, so it might simply not spur any interest, always a risk we take.
68  Economy / Gambling / Re: [TAABL] The original Bitcoin lottery is back... again! on: March 03, 2015, 01:59:29 PM
I really like the idea of a Bitcoin lottery, but this seems a bit confusing (pardon the pun).

I'll read the instructions again, but my first attempt to understand how it works was unsuccessful.

TT

Let me try to explain then. You send funds to one of the games, placing bets there.

What are the exact bets you are placing? In order for us not to cheat and for the lottery to be completely provable we can't just assign you random bets, so there is a confusing algorithm that takes place but lets assume for now you don't care what the bets are, just how many.

Every time a new block is found the hash of that block is used to see if there are winners. So if the block hash is "00000000000001d164de39e85839b49d68d55604415b264820de242cb3863f0e" the last X digits will be the winning bet.

Say you are playing a Pick 3 and have placed a bet for "f0e", you'd win that round assuming the bet was placed at or before block 200002.

If you have any specific doubts let me know and I'll try harder.
69  Economy / Gambling / Re: [TAABL] The original Bitcoin lottery is back... again! on: March 03, 2015, 01:00:33 AM
All running TAABL games seeded with 10 bets each! The BTC bets took a long time as the transaction failed to be included in a lot of blocks (but then again it had no fee attached).

No Pick will find a winner as long as there is a single transaction placing bets, regardless of the number of bets, so the seeding by itself will not be matched until new bets come in.

And of course, good luck!
70  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DRK] Darkcoin | First Anonymous Coin | Inventor of X11, DGW, Darksend and InstantX on: March 03, 2015, 12:00:01 AM

v0.11.1.25 Qt-wallet has a small bug on sending non-IX txes to 2+ recipients, I guess that's what you just hit.  Roll Eyes
It's already fixed in source and will be included in v0.11.2.x release. Until then please avoid sending non-IX txes to multiple recipients via Qt-wallet.

Thanks.  Smiley

Thank you! I'll keep that in mind until I'm using a newer release.
71  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DRK] Darkcoin | First Anonymous Coin | Inventor of X11, DGW, Darksend and InstantX on: March 02, 2015, 09:21:28 PM
Can someone enlighten me? I'm sending a few DRK from the qt wallet and while the wallet says it is online and sync'd and I didn't select InstantX when sending I get "Status: 0/offline (InstantX verification failed), has not been successfully broadcast yet". It's been some 15 minutes now and it might very well be something that resolves itself, but care to shed some light on what is happening?

<shameless plug>

I'm sending a few seed bets for TAABL, the original Bitcoin lottery which from today supports DRK too!
https://bitcointalk.org/index.php?topic=974159.0

</shameless plug>

EDIT:

I'm still curious as to why it took so long, but it propagated and is already in a block now...
72  Economy / Gambling / [TAABL] The original Bitcoin lottery is back... on: March 02, 2015, 07:43:13 PM
The original Bitcoin lottery is back!

And though it didn't go away in the first place, there was no actual public interest shown during 2014 and we didn't push for it as there were a bunch of backend changes that we wanted to get done, but now that much is complete and we're back in business.

For those of you that played in the previous version of the lottery, the changes are subtle; no more paying dust values to the bets that didn't win and the crypto currencies supported have changed.

For everyone else;

The Amazing Anonymous Bitcoin Lottery (TAABL for short) was the first automated bitcoin lottery, one of the first bitcoin games and almost certainly the longest running game in bitcoin history.

The rules are simple:

 - Choose your game amongst the available crypto currencies, currently supported are BTC, LTC, NMC and DRK. From here there are multiple Pick sizes, and these differ in the number of characters that need to match on a block hash to become the winning bid.
 - Place your bids by sending funds to the address advertised for the game. Make sure you send from a wallet you control all addresses for, as the winning bid address is taken from the sent transaction address.
 - Wait for a block to match a bet on that Pick, hopefully it will be one of yours Smiley

 All the details about the game can be read at How To Play.

 We have seeded all BTC games and will proceed to seed all the other currencies too, to make things a little more interesting.
73  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: [ANN] DividendRippler.com Anonymous BTC/LTC/TRC/NMC Ripple Gateway on: February 25, 2015, 03:07:19 PM
Still on the subject of the order book at DR, we've just added a button to flip the order book pair.
74  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DRK] Darkcoin | First Anonymous Coin | Inventor of X11, DGW, Darksend and InstantX on: February 25, 2015, 03:14:21 AM
Hey, would you mind giving an explanation for dummies as to what DividendRippler is?

Glad to, given I'm one of the people running it Smiley

DR is very simply a gateway between a few chain based currencies (BTC, LTC, NMC, TRC and now DRK) and both Ripple and Stellar. Basically you can deposit any of the chain based currencies and have an IOU issued to you on either Ripple or Stellar, where you can send to others or use the ledger trading facilities.
When you hold DR IOUs you can also redeem them, thus receiving the chain based currency.

The name is a bit confusing as the original business model for DR was quite different, to be able to pay dividends using ripple with chain currencies (kind of stock profit distribution on steroids) but that never picked up, and the main business was just using it as a gateway, which is the only thing it is now.

The usage is described in https://www.dividendrippler.com/howto and fees in https://www.dividendrippler.com/fees.

If you have any specific question you can PM me or post it in https://bitcointalk.org/index.php?topic=180717.0 so as to not derail this thread.
75  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DRK] Darkcoin | First Anonymous Coin | Inventor of X11, DGW, Darksend and InstantX on: February 25, 2015, 03:01:59 AM
No one's interested in trading DRK on ripple / stellar using DividendRippler? That's disappointing...

I did place a few bids for buying DRK with BTC, but while they where close to market then DRK has been going up. I would really like to buy some DRK there if anyone's game, and it helps keeping DR development up and running too Smiley
76  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: [ANN] DividendRippler.com Anonymous BTC/LTC/TRC/NMC Ripple Gateway on: February 25, 2015, 02:52:44 AM
We've changed the view of the the order book on DividendRippler's home page, you now select the left side of the pair from the various DR issued currencies and get all the monitored counterparts thereof. The last selection you make is remembered.

Let us know if you have any issues with it.
77  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DRK] Darkcoin | First Anonymous Coin | Inventor of X11, DGW, Darksend and InstantX on: February 20, 2015, 02:38:27 AM
DividendRippler now supports Darkcoin!

Don't forget to add DRK trust lines on ripple if you want to redeem.
78  Alternate cryptocurrencies / Service Announcements (Altcoins) / DividendRippler.com Anonymous BTC/LTC/TRC/NMC/DRK Ripple and Stellar Gateway on: February 20, 2015, 02:36:28 AM
Oh, and by the way, we now support Darkcoin!

Don't forget to add DRK trust lines on ripple if you want to redeem.
79  Alternate cryptocurrencies / Service Announcements (Altcoins) / DividendRippler.com Anonymous BTC/LTC/TRC/NMC/DRK Ripple and Stellar Gateway on: February 20, 2015, 02:32:03 AM
We are adding a new rule to DividendRippler that defines all failed transaction older than 180 days as abandoned, as explained in the How To Use page. Some of these are transactions from double spends that never made it into blocks, some are early tests and have no funds but some still are simple lacks of trust lines on ripple or redeems to chains for which there was no address set, and in the latter two cases we will collect these funds as fees of sorts.

If you need help with a failed transaction please let us know and we'll do our best to sort things out!
80  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DRK] Darkcoin | First Anonymous Coin | Inventor of X11, DGW, Darksend and InstantX on: February 18, 2015, 01:54:20 PM
What about fees? Are zero fee transactions still gladly accepted or is there a fee schedule to follow? Also related to this, is there any dust transaction protection in place?
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 ... 97 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!