Bitcoin Forum
June 17, 2024, 09:18:07 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 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 ... 573 »
2481  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CLAM] CLAMs, Proof-Of-Chain, Proof-Of-Working-Stake, a.k.a. "Clamcoin" on: October 05, 2015, 08:27:47 PM
Yeah definitely a cool idea. I have successfully done this for HYP now, and am trying to add multiple outputs to different addresses to my next stake that came in. I think I remember you having quite a few outputs sent in one of your transactions?

For CLAM, the consensus only insists that the 1st input and 2nd output have the same pubkey when staking. Later inputs and outputs can have any pubkey you like.

I use this as a free way of tidying up the 'dust' outputs that collect in my wallets from faucets.

There's also -rewardto, which sends just the staking reward to the specified address. This would be useful if you wanted to keep your principal but send the staking income to an exchange for selling, for example.
2482  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CLAM] CLAMs, Proof-Of-Chain, Proof-Of-Working-Stake, a.k.a. "Clamcoin" on: October 05, 2015, 08:11:15 PM
Finally getting some time to play with this "staketo" code of using alternative addresses in the coinstake transaction. Really a cool idea and a bit of fun to play with. +1 to you dooglus and whoever came up with this idea.

I came up with the idea when I wanted to switch the majority of the JD coins from one staking address to another.

Moving them would have killed their age and caused a 4 hour period of no staking - so I figured I would have them move themselves over to the new address the next time they staked.

Doing this made the chart nice and smooth too. Unfortunately the chart page stopped working about a week ago, presumably because it now has too many transactions on that address - oh, but it's working again now:

2483  Bitcoin / Development & Technical Discussion / Re: New transaction malleability attack wave? Another stresstest? on: October 05, 2015, 02:28:36 AM
The really juicy bit about this thing is that the core developers don't want to fix it because it might prevent future vaporware uses of the bitcoin protocol to be established.
https://np.reddit.com/r/Bitcoin/comments/3nfb2y/eli5_for_double_spends_bitcoin_being_sent_twice/cvnl2wo

Any idea what this is referring to?

Quote
schemes that make malleability irrelevant are subject to dangerous signature replay attacks if not handled very carefully

Is he saying that implementing BIP 62 opens up a new known attack vector?
2484  Economy / Games and rounds / Re: Bustabit :: Special event! Win Silver Wallets! on: October 04, 2015, 06:56:43 PM
The first person to get half of the max profit (currently 5.26BTC) wins a numbered Design 1 /w Gold coin. (18.494302%)

Does this require a payout or a profit of that value?

The natural interpretation would seem to be that you need to profit by half of the maximum profit.

That would require a payout multiplier of at least 6.26x, which has a chance of happening of less than 16% (else the game would be +EV).
2485  Other / Meta / Re: The latest change in the trust system has a flaw making it abusable on: October 03, 2015, 10:29:46 PM
But then again this is little different then negative ratings left because a site did not pay a extortion payment bug bounty, and is little different then public endorsement that lead to multi-million dollar thefts shortly after such public endorsements Roll Eyes

The site (ballonbit) didn't pay the amount they had promised to pay me, and my feedback for the scammy dice site (dicebitco.in) was left before there was any indication that they were scammy. But you know all this since we have been over this elsewhere.
2486  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CLAM] CLAMs, Proof-Of-Chain, Proof-Of-Working-Stake, a.k.a. "Clamcoin" on: October 03, 2015, 10:16:32 PM
What's the advantage of CLAM over other existing altcoins? What are the unique features?
CLAMS don't have AIDS. And you cannot catch HIV by downloading the wallet.

I'm not sure those properties are unique to CLAM.  Smiley

OK, so some of them only give you a light dose of the clap. But I think his point was clear enough.
2487  Economy / Gambling / Re: Buttcoins.com Free BTC,LTC,CLAM,DOGE treasure hunt. on: October 03, 2015, 09:34:23 PM
how do you go about searching the blockchain, and listing all address's with a balance ?
I'm curious how the clam devs did this and hid the clams to those address's.

I'm not sure how they did it honestly.

Each block in the chain is a list of transactions.
Each transaction has a list of inputs and a list of outputs.
Work through the transactions in order, keep a list of all the outputs which aren't used as inputs for other transactions.
That gives you the list of unspent outputs.

Each output has a script which says how it can be spent.

The CLAM developers copied those outputs' scripts and put them into the CLAM block chain.

For example, this BTC transaction funds 1CrPRwBkwZdEejXusCbh8o35YMN7g7ffKf with an output which has this script to spend it (it looks a little different but that is just because of how the different block explorers are displaying it. It is actually a byte for byte identical copy):



The same script was used in this CLAM transaction to fund the corresponding CLAM address by making an output with the same script to spend it:



To use an analogy, each public key (ie. address) is like a lock, and the corresponding private key is the key that unlocks it.

The CLAM developers simply copied the locks from the BTC chain to the CLAM chain. They don't have access to the keys which open those locks, but since the locks are exact copies anyone who can unlock the BTC lock can also unlock the corresponding CLAM lock.

Edit: I found one...

2488  Other / Meta / Re: Trust List Analysis - Alt Account Identification on: October 03, 2015, 06:44:44 PM
Along with potentially linked accounts, the list below has 2 numerical metrics attached:
  • Complexity: A measure of how complicated the trust lists being looked at are. The scale is a bit weird in this version, starting at 0.3 for 1 item and going up by 0.3 for each additional item
  • Similarity: A measure of how similar trust lists between the users are. 1.0 = identical lists, anything below 0.8 is discarded for now but there are many positive results from this range to be reviewed later.

Do you consider incoming trust as well as outgoing?

If someone is 'farming' trust, they will probably be leaving positive trust on multiple alts at a time. Recognising such patterns could maybe make your tool stronger.
2489  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CLAM] CLAMs, Proof-Of-Chain, Proof-Of-Working-Stake, a.k.a. "Clamcoin" on: October 03, 2015, 02:47:14 AM
Sorry for this question but I'm not familiar with CLAM. What is the purpose for this coin? Any plans/roadmap or is the only made for gambling on JD?

SuperCLAM will no doubt tell you about the roadmap, but I can tell you it wasn't made for JD. I know this because CLAM was launched quite some time before I even heard about it.
2490  Other / Meta / Re: Trust List Analysis - Ethics on: October 03, 2015, 01:25:39 AM
One person I contacted felt it was a personal intrusion that I had looked at their list (I've looked at all lists), even though the information was public and actively shared.

Trust lists are public. I don't see how anyone could have a problem with you sharing them, or the results of analysing them.

I say post your results.
2491  Other / Meta / Re: Ban appeal - TradeFortress; re theymos dox on: October 03, 2015, 01:16:31 AM
I am not TradeFortress

OK, but you've lied about your alts before:

I am not QS

so why should we believe you now?

If, in future, we see somewhere...

I am not dooglus

We shall believe that QuickSeller=dooglus? Your sense of logic is deteriorating with every passing day.

There's nothing wrong with my logic. I didn't say that his statement implies that he is TF.

We have seen QS lying about an alt in the past, and so he may be lying about an alt again now.

I am not suggesting that you can take a known liar's assertions and invert them get at the truth.
I am suggesting that his statements about his alts have been found to be unreliable in the past.
2492  Economy / Service Announcements / Re: [ANN] Joinmarket - Coinjoin that people will actually use on: October 03, 2015, 12:26:58 AM
https://blockchain.info/tx/7e6fe504cc3030997e40655af53f06be04ef5fe2ee7df3430d41d571a75af285 is a messy one - one of the parties cleaned up a whole bunch of small outputs to fund it.
2493  Economy / Gambling / Re: www.chopcoin.io - The new interactive Bitcoin game! on: October 01, 2015, 11:19:54 PM
We added a new Statistics Button next to the account button - you just checked it out?

And have you entered the Top Ten Player List right now?  Wink

What do you think of our "Bombfest" change?

Poor man trying to be rich  Grin  Go kill your self.  Kiss

Why so aggressive?

You should work on your bot more - it's going to make you millions! Wink
2494  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CLAM] CLAMs, Proof-Of-Chain, Proof-Of-Working-Stake, a.k.a. "Clamcoin" on: October 01, 2015, 10:00:35 PM
Either way, here's the syntax:
Code:
> sendfrom account27 xBUktxNzekwLnaHFtromJ3vmuDYZV7tg2U '{"amount":0.03,"count":3}'
> sendtoaddress      xBUktxNzekwLnaHFtromJ3vmuDYZV7tg2U '{"amount":0.03,"count":3}'

Thanks for the quick response!
Great! It's works! But how to specify custom change address (using "sendfrom" RPC call, of course)?

Thanks!



Edit clam.conf in the same folder as wallet.dat, add:

change=xJDCLAMZ9rQ11tMf7JUw1Zzvjm5ShkryrU

Or specify -change=xJDCLAMZ9rQ11tMf7JUw1Zzvjm5ShkryrU on the command line when running the CLAM client.
2495  Economy / Gambling / Re: www.chopcoin.io - The new interactive Bitcoin game! on: October 01, 2015, 08:17:42 PM
Simple rule : Anything on the client side is vulnerable.

You're on the client side. Are you vulnerable to replacement by a bot?

Run your bots and announce when they're playing the money games. People will be more than happy to demonstrate the problem with your plan.
2496  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CLAM] CLAMs, Proof-Of-Chain, Proof-Of-Working-Stake, a.k.a. "Clamcoin" on: October 01, 2015, 07:51:56 PM
Please post valid string for sendfrom RPC call (for example).

My results is bad:

Code:
sendfrom xBUktxNzekwLnaHFtromJ3vmuDYZV7tg2U xBUktxNzekwLnaHFtromJ3vmuDYZV7tg2U "amount":0.03,"count":3
Error: Error parsing JSON:amount:0.03,count:3

sendfrom xBUktxNzekwLnaHFtromJ3vmuDYZV7tg2U xBUktxNzekwLnaHFtromJ3vmuDYZV7tg2U amount:0.03,count:3
Error: Error parsing JSON:amount:0.03,count:3

sendfrom xBUktxNzekwLnaHFtromJ3vmuDYZV7tg2U xBUktxNzekwLnaHFtromJ3vmuDYZV7tg2U 0.03,3
Error: Error parsing JSON:0.03,3

Thanks and sorry for my english!

You can type "help sendfrom" to get help:

Code:
> help sendfrom
sendfrom <fromaccount> <toclamaddress> <amount> [minconf=1] [comment] [comment-to] [tx-comment]
<amount> is either an amount to send or {"count":c,"amount":a} which sends <c> separate outputs each of size <a> CLAMs

In your example, it looks like you're giving an address for the fromaccount. Note that sendfrom doesn't interpret the fromaccount as an address, but as an account. You might be better off using sendtoaddress:

Code:
> help sendtoaddress
sendtoaddress <clamaddress> <amount> [comment] [comment-to] [tx-comment]
<amount> is either an amount to send or {"count":c,"amount":a} which sends <c> separate outputs each of size <a> CLAMs

because then you don't need to specify the sending account.

Either way, here's the syntax:

Code:
> sendfrom account27 xBUktxNzekwLnaHFtromJ3vmuDYZV7tg2U '{"amount":0.03,"count":3}'
> sendtoaddress      xBUktxNzekwLnaHFtromJ3vmuDYZV7tg2U '{"amount":0.03,"count":3}'
2497  Economy / Service Discussion / Re: StakeMiners: provides false profitability stats. Owner is AWOL. Do not invest!!! on: October 01, 2015, 07:12:44 PM
I will try to determine your staking addresses from your most recent wallet screenshots that you posted on the website.

It looks like I'm just as bad at math as you, because I still get only around 80 BTC in the staking wallets. I linked to the blockexplorer pages for the coins whose staking addresses have been publicly disclosed, and not for the ones I was told in private by cyberpinoy.

Are we still missing some? ie. is the list incomplete? I'm not implying anyone stole the "missing" addresses, just that perhaps there aren't as many as there should be:

Quote
Netcoin    19911983.723418   @ 0.00000198 (cryptsy) = 39.42572777
HYPER         47351.815894   @ 0.00023818 (bittrex) = 11.27825550
TekCoin      231037.34010500 @ 0.00002971 (cryptsy) =  6.86411937
Diamonds       4891.964673   @ 0.00103165 (cryptsy) =  5.04679535
HyperStake  1613801.125      @ 0.00000201 (cryptsy) =  3.24374026
Paycon       438177.54123722 @ 0.00000670 (cryptsy) =  2.93578952
RateCoin     496321.466108   @ 0.00000489 (cryptsy) =  2.42701196
HoboNickels   73669.898438   @ 0.00003150 (cryptsy) =  2.32060180
Bottlecaps   204569.640625   @ 0.00001020 (cryptsy) =  2.08661033
BITB        7277696.06410332 @ 0.00000026 (cryptsy) =  1.89220097
OKCASH       943867.20550006 @ 0.00000150 (bittrex) =  1.41580080
OKCASH       919700.13393631 @ 0.00000150 (bittrex) =  1.37955020
OKCASH       819537.514672   @ 0.00000150 (bittrex) =  1.22930627
                                                      -----------
                                                      81.54551010
2498  Economy / Service Discussion / Re: StakeMiners: provides false profitability stats. Owner is AWOL. Do not invest!!! on: October 01, 2015, 05:30:36 PM
the unfortunate truth to this whole thread is StakeMiners is not a Ponzi, It is not a scam.

Is that a joke? How is it unfortunate if it is not a Ponzi?

Every single thing we do in crypto has a system and theirs is the best and promotes itself as the most profitable or the cheapest service out there.

It sure is hard to follow the intended meaning. What is "theirs"? Who is the "they" to which this refers?

We do not always agree with the system or the people running them, but there is nothing we can do about it. If we send a message like these to another service and watch them be ignored, go ahead and send an email to the owner about how you think his system is not worth it, or it is a scam/ponzi and it too will be ignored. They will ignore you and move onto the next email.

When people accuse me of running a Ponzi, I point them at the proof of solvency that I publish on a weekly basic. Proof of funds plus proof of liabilities equals proof of solvency. I would never ignore such accusations, because it would make me look guilty.

We will not change things because a handful of people do not like me

Nor should you. You should change things because the way you currently do things makes you look shady as fuck. If you aren't running a Ponzi then you should endeavor to prove it. There's no reason not to.

As for the fee issue, I see where you're coming from. The outputs in your wallet have built up a certain "weight", and disturbing them to process withdrawals will hurt that weight. Offering investors the option of paying a reduced fee if they're willing to delay their withdrawal until you have low weight outputs on hand seems like a reasonable approach. I'm not sure if that's exactly what your new terms imply, since they themselves are pretty vague and hard to understand.
2499  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [CLAM] Wallet feature request on: October 01, 2015, 03:15:11 PM
This function would be good for the fast splitting large amounts that just from exchanges.

I support this idea, it would be very nice to be able to implement this vi GUI in one of the next releases. It should not be that hard.

I don't work on the QT client, but patches are welcome here:

    https://github.com/nochowderforyou/clams
2500  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: Scrypt.CC | Scrypt Cloud Mining on: October 01, 2015, 09:27:40 AM
If someone can earn x bitcoins mining and you sell it to them for less than x you are throwing money away.

All the other reasons you gave are also the exact reasons why it makes no sense to buy/rent the hashrate.

There is no way for it to work out for both parties. someone is going to be making a bad decision.

Suppose I have a rig that will mine 20 BTC over the next 12 months, and that it will burn 10 BTC worth of power doing so.

If I don't sell you anything, I make 10 BTC profit in the next year.

Instead, I can rent it to you for a year, for 9 BTC. You get 10 BTC back slowly over the next year, and end up with a 1 BTC net profit. I get the 9 BTC up front, and use it to buy another mining rig rather than having to wait for a year before buying it. I've effectively borrowed the 9 BTC from you at around 11% interest.

Aren't we both getting a good deal here? I'm getting money earlier than I otherwise would, and you're making a return on your investment.
Pages: « 1 ... 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 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 ... 573 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!