Bitcoin Forum
July 28, 2024, 05:31:44 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 3 4 5 6 7 »
1  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN] TerraDICE! Bounty Winner up and Running! on: January 30, 2013, 06:17:20 PM
any chance of increasing the max bet so I can win my money back? Wink

Think I may need to make some more adjustments at this level before going higher.  I noticed that those large wins take quite a while for it to generate the payout transactions, think I either need to adjust the coin selection algorithm or get the wallet access there threaded better so it doesn't hold up everything else quite so much when generating large payouts if it's going to happen often.
2  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN] TerraDICE! Bounty Winner up and Running! on: January 30, 2013, 02:31:36 PM
Since the game has now handled over 11,000 bets and seems to be running fairly stable I have bumped the max bet limit up to 50 TRC.
3  Bitcoin / Bitcoin Discussion / Re: Using squares, circles and triangles with colours to represent bitcoin addresses on: January 25, 2013, 02:57:36 PM

Identicons for bitcoin addresses have been discussed before:

https://bitcointalk.org/index.php?topic=122240.0

In short it works fairly well as an extra checksum but it has much less entropy than the full address so matching the first few address characters and the icon is not that hard.  It depends on your use case how useful it really is, it can help with easily identifying mistyping of addresses (but so can the built-in checksum), but doesn't necessarily prevent spoofing one address with another similar one.
4  Alternate cryptocurrencies / Altcoin Discussion / Re: Vanity/Custom Addresses for TRC/FRC/DVC/BTC on: January 24, 2013, 08:19:21 PM
You should host the files for this modification somewhere, there are probably a lot of people who would donate BTC for it.

I suppose I should try and take the effort to rebase it off a current vanitygen.  Was kind of hoping to get more familiar with github at some point and do it as a proper branch/pull request for vanitygen but it never really happened and I guess no one else picked it up and ran with it either.
5  Alternate cryptocurrencies / Altcoin Discussion / Re: Vanity/Custom Addresses for TRC/FRC/DVC/BTC on: January 24, 2013, 08:01:14 PM
Please tell me more of your modified oclvanitygen  =)

Also, what core and mem clocks are you using for your 5970 because I have a Gigabyte 5870 SuperOC with awesome OC potential, I'd like to see some higher numbers if possible, lol...

The oclvanitygen I'm currently using checks both the uncompressed and the positive and negative compressed versions of each key it computes.  Since the majority of the processing time is getting the keys to check this results in about 3x the addresses checked for the same amount of processing power.  At some point a while back I posted the .cl file I was using in the vanitygen thread but I never did completely modify oclvanitygen to do the rest of the calculations properly, I just run it in verbose mode with hardware error checking disabled and use a helper script to pull out the proper keys.

Those GPU numbers were measured at the original clockrate (725 core, 1000 mem) although usually I run it slightly underclocked for efficiency.  I generally point it at one of the vanity pools (vanitypool.thruhere.net which accepts compressed solutions or vanitypool.appspot.com which doesn't but sometimes has more work) when there is work that is worth more than bitcoin mining.
6  Alternate cryptocurrencies / Altcoin Discussion / Re: Vanity/Custom Addresses for TRC/FRC/DVC/BTC on: January 24, 2013, 07:16:41 PM
I'm not much for software programming, if there is an open-source software I could use besides just going through vanitypool I would be more than happy to use it. I have oclvanityminer, do you know if the vanitypool software is hosted somewhere open-source...?

You don't necessarily need the whole pool software to do it manually, just need to pass a base public key into oclvanitygen (at least I think that works with the current version, mine is somewhat modified currently)

Is that using vanitygen64 or oclvanitygen...?

With vanitygen64 I can 8-length patterns usually overnight to 2 days. I figured 15-length with oclvanitygen would be maybe a week or two at most since my vanitygen64 does 250kK/s and my oclvanitygen does ~30MK/s.

Each extra character makes it take ~58 times longer to find.  I'm getting ~100MK/s with a somewhat modified oclvanitygen and a 5970, been pushing extra keys that it spits out that I'm not really looking for into my keypool, makes following transactions more interesting to read  Smiley  http://www.cryptocoinexplorer.com:3750/tx/408371594efb4b9ab448a622eb7e4a423a2daf919de31743da689fa591594906
7  Alternate cryptocurrencies / Altcoin Discussion / Re: Vanity/Custom Addresses for TRC/FRC/DVC/BTC on: January 24, 2013, 06:30:32 PM
You might want to look into split vanity address generation so that any buyers you find can be sure that you don't know/can't share the private key for the address you generate.

I will also get you a custom vanity address (i.e. your forum name, your first name, etc...) up to 15 characters long for BTC0.25.

Also might want to rethink or add a disclaimer on that 15 character length, getting >10 characters for a specific name is not fast.  I've been waiting about a week now on a set of trcDice addresses and that's only matching 8 characters (granted the bounty on them is low enough that I may be the only one working on mining them)
8  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN] TerraDICE! Bounty Winner up and Running! on: January 24, 2013, 02:09:08 AM
I wish there were a way to bet on 60K+ rolls instead of 4K- rolls.  You'd think they'd be about equal.

Not sure I see why it would make any difference.  The number can be chosen so the odds are exactly equal with a "more than" or a "less than" bet.  Since the lucky hash creation includes the output number it's not like any bets even in the same transaction will share a hash (thus allowing betting in a given range).  At a first glance it just seems like it would make the calculation/verification more complicated without really adding any value.  Is there some other reason for the request or is it just cosmetic?
9  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN] TerraDICE! Bounty Winner up and Running! on: January 21, 2013, 03:20:24 PM
Hmm yeah I'm still missing three 62.x TRC  payouts and one 15.x TRC payout.  I have saved the transaction IDs if that would help. Any ideas, Kwik?

Yeah, found another small problem, those payouts are on their way.  Coin selector was running short on inputs that passed the double-spend protection rules and gave up, I've adjusted it to keep retrying in that particular case now so there might be a little delay but not more than a couple minutes.  Will also get better as the change transaction sizes even out and it has more to work with, right now the wallet is the main bottleneck in payout speeds that can't be threaded well without more coins for the coin selector.
10  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN] TerraDICE! Bounty Winner up and Running! on: January 21, 2013, 01:28:57 AM
I tried to set up a second address with different odds, everything worked fine, got my confirmation email, sent the address a couple bets, but when I try to visit the page for that address: http://greenishblue.info/terradice/1HgcTmFCUen5x2SPFv4pY3mSC7db2styLe.html I receive a 404 error...

Please help!!!

Thanks!!!

n/m it's working now, lol...

Yeah, it won't have a page for any affiliate address until it's finished processing the first bet through it, just to avoid cluttering up the server too much with addresses that don't get used.
11  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN] TerraDICE! Bounty Winner up and Running! on: January 20, 2013, 10:51:25 PM
Hey mskwik, would it be possible to show historical stats like SatoshiDice does for recent bets, big wins, rare wins, etc?

Stats as in aggregate stats like the Satoshi Dice thread in the technical section here or more a list like on the Satoshi Dice site itself?  The recent bets would be the list it shows now, I could add lists for recent big/rare wins fairly easily.  I suppose aggregate stats wouldn't be too hard either, the only thing I would worry about there would be if/how to include affiliate addresses.

hmm... if you do it then im stopping the development of http://dice.spore.gr (frontend for your dice script - getting the data from your server)
which was going to canio Tongue

Ah, that's a good point as well, that sort of statistics is something else that affiliates can use to add value to their own particular play addresses beyond just look/marketing.  Generally I would prefer to concentrate on keeping things running smoothly and leave the marketing to the affiliate system for affiliates to earn their share.  I do like the way that page is looking so far, perhaps for now I'll stick with just basic information that can't be calculated otherwise on the output pages and if you come up with something that can't be figured out with the existing data given I can see about adding it to the output across the board.
12  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN] TerraDICE! Bounty Winner up and Running! on: January 20, 2013, 10:18:53 PM
Hey mskwik, would it be possible to show historical stats like SatoshiDice does for recent bets, big wins, rare wins, etc?

Stats as in aggregate stats like the Satoshi Dice thread in the technical section here or more a list like on the Satoshi Dice site itself?  The recent bets would be the list it shows now, I could add lists for recent big/rare wins fairly easily.  I suppose aggregate stats wouldn't be too hard either, the only thing I would worry about there would be if/how to include affiliate addresses.
13  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN] TerraDICE! Bounty Winner up and Running! on: January 20, 2013, 09:48:17 PM

The max bet will increase when there is more TRC in the wallet...

Yes it will, but more slowly on that one than on most since the winning payout is that much bigger.
14  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN] TerraDICE! Bounty Winner up and Running! on: January 20, 2013, 01:16:22 AM
Hello,

Can I please have some assistance with the LiteDice affiliate setup...?

I created a new address in terracoin, exported the address's private key, entered the private key in the web form where it is asked for, selected TRC for my currency, gave the corresponding address for the private key where it says "commission address" on the web form, entered the rest of the required info and submitted and I am receiving: "Invalid Private Key".

Thank you in advance for any help you may be able to provide...

Can I please get some help with this...?

Is the key it doesn't like in hex format or a wallet format?  I've tested more extensively with the hex format, I know it's somewhat picky about it being the right length and needs to be padded with 0s if it's short.
15  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN] TerraDICE! Bounty Winner up and Running! on: January 20, 2013, 12:10:58 AM
Sorry all, it does appear my local terracoind added me to its ban list.  I'm adjusting its parameters and restarting it, should get payouts moving again shortly.
16  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN] TerraDICE! Bounty Winner up and Running! on: January 18, 2013, 05:52:37 PM
If you take a look at the details page for any of the bets you can see how the outcome is calculated.  The bets from yesterday (like http://greenishblue.info/terradice/8b94569a6e5d2d94d8e4b81e791445b8db6e6ecfb3f92596f70d5a834a685660-1.html) will have the secret revealed so that the outcome can be verified while ones from today will just have {secret} displayed until the day is over and it moves on to the next secret in the list.

Note that while writing this I attempted to verify that bet and found there is an extra newline in the middle of the hash that makes it somewhat more difficult to calculate/check.  I have adjusted that so it will be a single line in future bets, but when checking older ones you will have to insert a newline between the secret and the ":" to get the same hash.  This doesn't affect the randomness, just makes it somewhat harder to verify the fairness of the results.
17  Bitcoin / Development & Technical Discussion / Re: [SUCCESS] Double Spend against a satoshidice loss on: January 18, 2013, 02:29:02 PM
Is it possible to send a tx that wouldn't normally relay to a node, but still get it accepted into the nodes memory pool? I thought the code did not allow that, but maybe I'm wrong.

Well if the tx was accepted by the pool in the first place it would have to be running some custom software.  I assume it would try and relay it normally but it would only be accepted by peers that were following the same relaxed rules as itself.  I have played with nonstandard transactions in the past sending them through Eligius to get mined and it does seem that though they are accepted and eventually end up in a block that I do not see them get propagated very far elsewhere on the network before being mined.  I assume that it would work fairly similarly for transactions with fees below minimum.
18  Alternate cryptocurrencies / Altcoin Discussion / Re: TRC Project Bounties - I'm funding! on: January 17, 2013, 10:27:35 PM
Excellent, that's awesome! i'm testing it now! Do you think it will work with my terrawallet? View: http://23.21.43.86/   You have your own independent address, although I'm not sure. I've tried playing (I won) but I haven't seen a payment yet. If it's possible, I'd build in a "auto-play" feature that would allow you to submit multiple times.

Great job! Whats your TRC address? And Thank you!

It uses the same method as Satoshi Dice to determine the payout address, so as long as the transaction(s) that are being used in the bet payment come from an address in the wallet it should work.  If it's a group wallet though it is possible (or even likely) that payouts will end up somewhere else.  I don't see any missing payouts right now, you can track them in the block explorer and see where the payout ended up, it always includes the bet transaction as part of it (to protect against double-spends).  It also supports sending to another address similar to Satoshi Dice, if you include a payment of exactly 0.0054321 to another address in the same transaction as the bet any winnings will be sent to that address as well.

Any payments to 1H95NEPFHYHmehBCqpoF2QY7ytmBEsZXMz will go directly into the game and bump up the max bet amounts (which are based on available funds), for now I have it capped at 20 TRC but it seems to be running happily so far.
19  Alternate cryptocurrencies / Altcoin Discussion / Re: TRC Project Bounties - I'm funding! on: January 17, 2013, 08:58:34 PM
Why im always losing

Unfortunately I don't have a bugfix for bad luck...
20  Alternate cryptocurrencies / Altcoin Discussion / Re: TRC Project Bounties - I'm funding! on: January 17, 2013, 08:44:24 PM
I just added TRC to the LiteDice list, you can find TerraDice at http://greenishblue.info/terradice and make your own affiliate with the same rules as the LiteDice ones at https://litedice.greenishblue.info.  I am still doing some testing, the maximum bets will stay fairly low until it has gotten some more testing volume through it but it should be stable enough to try out and play with in small amounts.  The play addresses will probably be replaced with more standard ones once they finish generating (although the current set is kind of fun) but these ones will continue to payout (at least for a while) even if they disappear from the list.  Any problems with lost payments just drop me a PM (so as to not completely hijack this thread).
Pages: [1] 2 3 4 5 6 7 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!