Bitcoin Forum
July 08, 2024, 09:35:39 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 [149] 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 ... 573 »
2961  Bitcoin / Mycelium / Re: Mycelium Bitcoin Wallet on: July 23, 2015, 05:40:09 AM
How about if somebody sends btc to an old receiving address, and some, but not all, of that coin gets sent out in the subsequent transaction.  Where does the change go?

New change goes to new change addresses.

Another way to generate a list of addresses is by running this bip39 utility offline.
https://dcpos.github.io/bip39/

I tried that, but it seems to only want to generate the addresses of the first HD wallet I ever created.

You're supposed to type in the mnemonic for the wallet you want to generate.  Isn't that what you're doing?

When you make multiple HD wallets in Mycellium, they all have the same mnemonic.

If you go to the 'Mycellium Wallet' tab at https://dcpos.github.io/bip39/, it will only list the addresses of the first HD wallet you created. And only the receiving addresses (not the change addresses). However, if you go to the BIP44 tab at the same page, you can set the "Account" (0 for the first wallet you created, 1 for the 2nd, etc.) and the "Internal / External" (0 for receiving addresses, 1 for change addresses).

I made https://dooglus.github.io/bip39/ which lets you edit the derivation path in the Mycellium Wallet tab. I didn't know about the BIP44 tab when I made that fork, or I wouldn't have bothered.
2962  Economy / Gambling / Re: BITDICE.ME - NEW GAME RELEASED! REGISTERED CASINO. 1 YEAR OLD. on: July 22, 2015, 07:51:56 PM
Take a look at incapsula, they have a pretty good reputation and support it for a very reasonable price.   (I personally haven't tried it though, but I do intend to)

Did you find their pricing info anywhere? All I see is "contact us for a quote", and don't want a sales rep chasing me.
2963  Economy / Auctions / Re: Auction uid 4764 on just dice on: July 22, 2015, 06:22:52 PM
Yeah confirmed, this uid not only that doesnt belong to him but after i canceled our deal seems that he changed the password and keept it from himself, if you are buying it you are going to lose it since doog is gonna give a new password to the rightfull owner.

I'm not sure what's going on here. You asked me to reset the password yesterday, and I did so.
2964  Economy / Gambling / Re: BITDICE.ME - NEW GAME RELEASED! REGISTERED CASINO. 1 YEAR OLD. on: July 22, 2015, 06:01:30 PM
I guess it depends what you mean by 'a lot' but their cheapest non-free plan lets you proxy websockets.

You sure? I spoke to a sales rep a few months ago, asking for purely this feature and they quoted me at $5k/month. Checking their feature list, it's still only listed for enterprise customers.

I think incapsula has reasonable plans for websockets, but I haven't yet had the time to give it a try.

Actually I'm wrong. It seems they have introduced a new tier since I last looked.

Free ($0) and Pro ($20/month) can't proxy websockets.

Business ($200/month) and Enterprise ($5000/month) can.

https://blog.cloudflare.com/cloudflare-now-supports-websockets/ (from 05 Aug 2014) says:

Quote
As of today, CloudFlare is rolling out WebSocket support for any Enterprise customer, and a limited set of CloudFlare Business customers. Over the coming months, we expect to extend support to all Business and Pro customers.

[...]

We're also rolling this feature out in beta to a limited number of our Business customers. If you're a Business customer and you'd like to sign up for the beta, please open a ticket with our support team.

Over the next few months, as we get a better sense for the demand and load this feature puts on our systems, we plan to expand support for WebSockets to more customers including those at other tiers of CloudFlare's service.

but apparently it isn't available for Pro customers yet.
2965  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CLAM] CLAMs, Proof-Of-Chain, Proof-Of-Working-Stake on: July 22, 2015, 05:42:32 PM
bitaddress.org's 'vanity wallet' tab does all the hard work for Bitcoin addresses, but I don't know of a CLAM version. Maybe I should host one...

That's a good idea!

I forked bitaddress.org and changed it to work with CLAM addresses:
  https://github.com/dooglus/bitaddress.org

I need the graphics updated if anyone has the time and skills required. There are 3 images: the logo, the paper wallet for encrypted keys, and the paper wallet for unencrypted keys.

logo:



unencrypted wallet:



encrypted wallet:



The wallets have the address, privkey, and QR codes printed over them like this:



so it's best to leave the design clear in those spots.

I think it would be best to keep all the images the same size they currently are so as not to mess with the site's layout. PNG format please.

Edit: it was pointed out to me that http://www.bitcointrading.com/files/btcaddress-alpha.zip could be useful. It contains bigger versions of the BTC images. It also contains .exe and .dll files, so be careful!

Edit2: DNS is taking forever to update, so in the meantime: https://just-dice.com/clamaddress
2966  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CLAM] CLAMs, Proof-Of-Chain, Proof-Of-Working-Stake on: July 22, 2015, 05:34:39 PM
Is there any way to check how many of your clams are currently staking?

Go to the Console (last entry in the list down the left hand side). Type "getstakinginfo" (without the quotes). Hit return. The reported "weight" is the number of CLAMs currently trying to stake:



I have none in this wallet.
2967  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CLAM] CLAMs, Proof-Of-Chain, Proof-Of-Working-Stake on: July 22, 2015, 02:59:35 PM
I do not remember installing any drivers unless they were auto installed on an update. I will do a clean install and make another video later, including the -P flag.

Oh, maybe the ubuntu installer detects the video card and installs the driver for you. I don't have a video card other thank some built in thing.

I'm thinking the video should also include how to generate the -P public key, for those who want to play the other side of the game and have addresses generated for them, and also how to combine the privkey reported by vanitygen with their own private key to get a usable address. But that part's tricky.

bitaddress.org's 'vanity wallet' tab does all the hard work for Bitcoin addresses, but I don't know of a CLAM version. Maybe I should host one...
2968  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CLAM] CLAMs, Proof-Of-Chain, Proof-Of-Working-Stake on: July 22, 2015, 02:54:50 PM
So only the staked 1 Clam coin will move to the specified address? will it work like the send 4 charity feature on other wallets?

It sends the whole N+1+fees output to the staketo address.

But your way would be nice too. -stakerewardto= maybe?
2969  Economy / Gambling / Re: BITDICE.ME - NEW GAME RELEASED! REGISTERED CASINO. 1 YEAR OLD. on: July 22, 2015, 02:47:34 PM
You cannot put WebSockets on CloudFlare (unless you pay a lot.) So for most dice sites, that use WS, CloudFlare actually doesn't really help.

I guess it depends what you mean by 'a lot' but their cheapest non-free plan lets you proxy websockets.
2970  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CLAM] CLAMs, Proof-Of-Chain, Proof-Of-Working-Stake on: July 22, 2015, 07:16:33 AM
I made a short little video on how to compile and run oclvanitygen on ubuntu to get a custom BTC or CLAM address using doogs branch of vanitygen.


I know it seems simple, but there were as lot of people that had issues when there was the contest.

https://youtu.be/ml2PFw7KiJU

Nice, but isn't the hard bit getting the video card drivers installed?

Also, the -P pubkey flag is important, so the finder doesn't know the final private key.
2971  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CLAM] CLAMs, Proof-Of-Chain, Proof-Of-Working-Stake on: July 22, 2015, 05:05:39 AM
Ok thanks for the help, I'll send them a message and see if they may be able to point me in the right direction.

Include the CLAM community into your distribution - and we will go so far as to provide scripts or even do it for you Smiley

Before you take the CLAM snapshot give me a second to split the JD staking wallet into 100,000 different addresses...

ftw

Edit: and by that I mean you should make sure the snapshot date is some time before now. Because otherwise people will abuse it.
2972  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: Scrypt.CC | Scrypt Cloud Mining on: July 22, 2015, 03:33:52 AM
Cut and paste your ticket so if it does get deleted in a ticket sweep, you can file it again.

The fact that you need to do that should be enough.

Who deletes support tickets ffs?
2973  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: Scrypt.CC | Scrypt Cloud Mining on: July 22, 2015, 02:14:46 AM
I've been locked out of my account since the new passwords all I can do is sit and wait. Almost $300 on the account I thought was going to be safe.

What on earth made you think it was going to be "safe"?

* Bits of the site keep breaking.
* There's no evidence of mining.
* The site owner breaks his own promises.

There's nothing "safe" feeling about the site at all that I can see.
2974  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CLAM] CLAMs, Proof-Of-Chain, Proof-Of-Working-Stake on: July 22, 2015, 12:57:29 AM
This is a good site that can calculate bitcoin/altcoin addresses:
http://gobittest.appspot.com/Address

Look at the "4 - Adding network bytes to 3" section. Good luck!

I wrote a short Python script that does the same:

Code:
#!/usr/bin/env python

import sys
sys.path.append("/home/chris/Programs/python-bitcoinlib/") # from https://github.com/jgarzik/python-bitcoinlib.git
import bitcoin.base58

def to_addr(addr, magic): return bitcoin.base58.CBase58Data.from_bytes(bitcoin.base58.decode(addr)[1:-4], magic).__str__()
def to_btc(addr): return to_addr(addr, 0x00)
def to_doge(addr): return to_addr(addr, 0x1e)
def to_ltc(addr): return to_addr(addr, 0x30)
def to_clam(addr): return to_addr(addr, 0x89)

def addresses(addr):
    return '\n%s\n%s\n%s\n%s\n' % (
        '%6s: http://blockchain.info/address/%s'    % ('BTC', to_btc(addr)),
        '%6s: http://dogechain.info/address/%s'     % ('DOGE', to_doge(addr)),
        '%6s: http://block-explorer.com/address/%s' % ('LTC', to_ltc(addr)),
        '%6s: http://khashier.com/address/%s'       % ('CLAM', to_clam(addr)))

for i in sys.argv[1:]:
    print addresses(i)

You give it an address, and it converts it to the corresponding address for other coins:

Code:
$ ./clam.py 1AuZSHPe92kDq2YHNkjfh9Pb72bjLnvBAr

   BTC: http://blockchain.info/address/1AuZSHPe92kDq2YHNkjfh9Pb72bjLnvBAr
  DOGE: http://dogechain.info/address/DF3eyYLHSSeWN2it7LjEEuZBzAL2de5jif
   LTC: http://block-explorer.com/address/LV8WhVhUDgzH5qESYtixyATMKEy1Vid6y9
  CLAM: http://khashier.com/address/xJDCLAE7QkEFsQe9jENL8KgNL8txiLRAdN

$
2975  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: Just-Dice.com : Invest in 1% House Edge Dice Game on: July 21, 2015, 10:34:46 PM
What is the very bottom row? Average?

Oh, each line other than the last is from mightnight Sunday/Monday. The last line is "right now", ie. the return so far this week. In this case I generated the report on a Monday, so the last two lines ave the same date, and the last line represents less than 24 hours.

On December 12th, CLAM was trading at 0.004 BTC, and BTC was ~$350.
Now, CLAM is at 0.01 BTC and BTC is at ~$275.

If you bought into CLAM on Dec 12th and invested at 1x on JD, your USD value will have increased by a factor of:

>>> 0.01 / 0.004 * 200.73/100 * 275/350
3.94291

about 4.
2976  Economy / Gambling / Re: SatoshiDICE.com - The World's Most Popular Bitcoin Game on: July 21, 2015, 10:13:45 PM
The error is most likely another bug.

The gap between Round Initiated and Round Completed, shouldn't be more than 1-5 seconds.

But in this case it took 50 minutes for the roll to happen?  Shocked


(Adding that, the previous roll is numbered #27441590 coming just before the roll number of the 11 BTC bet, (ref: https://satoshidice.com/roll/27441591), further strengthens the observation.
Generally, the player does not have the time to change that bet amount and odds that fast.)



I think the 50 minutes is the duration of the whole losing streak. And someone said this player posted a screenshot showing his login URL, so it's possible someone used the login URL to play on his account.

If you look at the rollids of the bets leading up to the 11 BTC loss you'll see they are nearly consecutive. It presumably means that very few others were playing at the time.
2977  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CLAM] CLAMs, Proof-Of-Chain, Proof-Of-Working-Stake on: July 21, 2015, 09:29:43 PM
Dooglus, do you have some helpful links in how to create a CLAMS like distribution?

I want to create redeemable keys securely for 2 different Coins but I have having a hard time finding useful information that is easy to understand.

I don't, sorry. I wasn't around for the initial distribution of CLAMs.

The big picture is pretty clear: You can convert BTC addresses to CLAM addresses simply by changing the 'version' byte in the base58check encoding. So I guess all you need to do is get a list of the BTC addresses you want to fund, convert them to your new coin's addresses, and fund those addresses.

But as for actual scripts to do the work for you, I don't have them. Maybe SuperClam or xploited do.
2978  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CLAM] CLAMs, Proof-Of-Chain, Proof-Of-Working-Stake on: July 21, 2015, 09:12:06 AM
So, how do i go about claiming my clams with private keys? not clear from OP.

The easiest way is to import your whole BTC/LTC/DOGE wallet.dat into the CLAM client. It will add all the private keys into its own wallet and scan the blockchain for distribution CLAMs.

Alternatively, if you have specific private keys in WIF format, you can "importpriv" in the CLAM client debug console.

As a third alternative, you can use the Just-Dice.com chat tab to check addresses for CLAM (/dig ADDRESS) and to claim any CLAMs it locates (/dig ADDRESS PRIVKEY). That involves sending your private key to a remote server, so make sure the address is empty and retired from use before doing that.

Oh, and finally, you can use an the CLAM client on an offline machine (without even a copy of the blockchain) to sign a transaction with your private key. Then you don't have to trust the CLAM client or Just-Dice.com. The Just-Dice chat tab can give you a command to run on the offline machine. For example, I type:

Quote
/dig 1CrPRwBkwZdEejXusCbh8o35YMN7g7ffKf offline

and it tells me:

Quote
02:14:34 INFO: run the following on an offline Linux machine, then broadcast the resulting hex value using https://just-dice.com/pushtx
02:14:34 INFO: the addr= part tells it where to send your CLAMs; the default is your Just-Dice deposit address
02:14:34 INFO: when prompted, type your private key:
02:14:34 INFO: echo -n "privkey: "; read privkey; addr=xMYvd61airRrnSUmV2oE1JhEqvzLdFWP7r; val=4.60535574; txid=b45c2a20731f8a88ba980f9cc9ce1d43cd7913d9c26ee3e8002ba1d08676b3de; vout=0; pubkey=76a91482007d41eec3a28b66b1ba726721d95577eb5a7688ac; output='"txid":"'$txid'","vout":'$vout; clamd signrawtransaction $(clamd createrawtransaction '[{'$output'}]' '{"'$addr'":'$val'}') '[{'$output',"scriptPubKey":"'$pubkey'"}]' '["'$privkey'"]'
2979  Economy / Scam Accusations / Re: SatoshiDice - Need investigation into these bugs. [SEVERE] on: July 21, 2015, 06:09:06 AM
Regarding how that 11 BTC roll happened, this is very alarming and intriguing case since a similar case was reported on PD thread a week ago or so?

I read in the other thread that the guy with the mysterious 11 BTC roll happened after he posted a screenshot showing his 'secret URL'.

It's likely someone typed it in by hand, found they couldn't withdraw the balance, and so gambled it away.

Displaying secrets on-screen isn't a great idea, especially when people post screenshots so often.
2980  Economy / Gambling / Re: SatoshiDICE.com - The World's Most Popular Bitcoin Game on: July 20, 2015, 11:43:17 PM
I am just wondering where Dooglus, Quickseller, NLNico, shorena, Dean and Stunna are right now? If there is just a small thing on our site they would already jumped on it.

I'm just catching up on this thread.

This is a tricky issue. It's pretty standard practice not to refund bets I think. Other than the 11 BTC bet nobody seems to be disputing the fact that they gambled and lost. The question is whether the site should pay for the losses from their own pocket because the bets wouldn't have been made if the withdrawal had gone through.

I think in the event that it was simply a hot wallet issue, it's pretty clear. Hot wallets run out occasionally. Players can't expect sites to refund bets made just because the hot wallet was empty. But this case is murkier. There was a bug on the site with made the players think that their coins were already lost, customer support weren't responding to emails or on this thread and so the players apparently felt like their only chance of getting their coins back was to carry on playing. I think if it was me I would have given customer support more time to respond to me, rather than continuing to play, and I don't know what the right thing would be for the site to do. I hope the site compensates the players for this bug and generally steps up its game.

Edit: I notice SatoshiDice is accepting "investment" from players now. Is the cold wallet address and list of investment amounts published? And if not, why not?
Pages: « 1 ... 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 [149] 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 ... 573 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!