Bitcoin Forum
May 29, 2024, 10:18:10 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 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 ... 164 »
1841  Alternate cryptocurrencies / Altcoin Discussion / Re: PPCoin is now third only to Litecoin and Bitcoin for market cap! on: April 04, 2013, 06:36:26 PM
Okay, so stake blocks should be generated every 10 minutes across the entire network.  So, given a hypothetical userbase of 10k users all with mature coins, all competing for stake blocks, how is it decided who is allowed to mint a stake block in each 10 minute window?
1842  Alternate cryptocurrencies / Altcoin Discussion / Re: PPCoin is now third only to Litecoin and Bitcoin for market cap! on: April 04, 2013, 06:28:11 PM
So you barge in on the thread running down PPCoin when in fact there is not a problem?  Roll Eyes

It was a misunderstanding, like the difficulty retarget.
1843  Alternate cryptocurrencies / Altcoin Discussion / Re: PPCoin is now third only to Litecoin and Bitcoin for market cap! on: April 04, 2013, 06:27:25 PM
Tacotime should I start using and promoting PPcoin? Is it a good coin?

Well, I'm learning new things about it every day apparently.  I still think 0.8% per annum is too small an incentive for stake miners, but yes, I bought some because I predicted this meteoric rise in value would follow LTC when it started going up because it was an interesting different approach to cryptocurrency.

Sunny King, while you're here, please explain to me the rate of stake block generation and what the target is (what the target rate of number of stake blocks is per day).  I'm having trouble finding it in your PDF.
1844  Alternate cryptocurrencies / Altcoin Discussion / Re: PPCoin is now third only to Litecoin and Bitcoin for market cap! on: April 04, 2013, 06:15:16 PM
This is a misunderstanding. The stake reward does not have its separate output. It's added to the original amount.

Ah, I see.  This was one of my problems with the chain.  So you just modify the amount at the corresponding address to add the new value in?  It was confusing because the wallet reports "+0.00002382012" and I assumed that it was an actual transaction.

If you generate stake coins from a sum of multiple input addresses, are the stake coins generated added amongst all of them?
1845  Alternate cryptocurrencies / Altcoin Discussion / Re: PPCoin is now third only to Litecoin and Bitcoin for market cap! on: April 04, 2013, 06:11:08 PM
That it's not a problem, so far.
1846  Alternate cryptocurrencies / Mining (Altcoins) / Re: GUIMiner-scrypt: A GUIMiner fork for mining scrypt chains on: April 04, 2013, 06:09:21 PM
You should just be able to select it from devices ("Cypress PRO")

Hey taco, can you tell us anything about the discrepancy between the GUIMiner kHash and the pool displayed kHash? I tried this on different pools and it's always lower. And yes, also with reaper. Any explanation?

I would say it's variance, I'm using guiminer on 4 rigs and the pools are reporting the same thing as the rigs.
1847  Alternate cryptocurrencies / Altcoin Discussion / Re: PPCoin is now third only to Litecoin and Bitcoin for market cap! on: April 04, 2013, 06:06:54 PM
Better spend it before it generates worthless unspendable stake coins.  Grin  I have a big cache of it right now, still waiting to see how high it goes before I dump it.
Coins generated from stake are unspendable?

Transaction fees are 0.01 per kb, but in many cases (small sums of PPC) the stake generated per block is many magnitudes less than this quantity.  These micro quantities of PPC pile up over time, bloating your input transactions when you try to spend them and resulting in more fees to spend the inputs than the inputs are collectively worth.

The 0.8% per year yielded by stake only benefits people holding huge amounts of PPC, and even then it only provides a mild incentive to generate stake blocks.
1848  Alternate cryptocurrencies / Altcoin Discussion / Re: PPCoin is now third only to Litecoin and Bitcoin for market cap! on: April 04, 2013, 05:51:39 PM
Better spend it before it generates worthless unspendable stake coins.  Grin  I have a big cache of it right now, still waiting to see how high it goes before I dump it.
1849  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cudaMiner - a new litecoin mining appliciation for Windows on: April 04, 2013, 05:25:42 PM
It's not a matter of wrong o right, it's a matter of what methods are used to be compatible.

Yeah.  It's not a huge deal, I'm happy to see a nice CUDA miner.  Good job OP!  I will try to add it to GUIminer-scrypt when I get a chance
1850  Alternate cryptocurrencies / Altcoin Discussion / Re: Why Litecoin? on: April 04, 2013, 05:19:06 PM
Seriously quoting a quote who isn't even publishing his source "Somebody did a math paper on this recently". Who did this, what is his/her background and where can we find this paper?

And I'm not anti-LTC, I'm actually quite happily mining LTC with all the GPUs I nearly sold. As a miner I don't care why a coin is valuable, I mine and sell the most profitable. But as a coin user using it for actual purchases and some investments I want to know why a coin is better for me and faster confirmation times without actual, real-world benefits won't convince me...

From the reddit thread: https://bitcoil.co.il/Doublespend.pdf
1851  Alternate cryptocurrencies / Altcoin Discussion / Re: PCI-e 2.0, PCI-e 1.0 and mining LTC on: April 04, 2013, 05:17:39 PM
interconnect bandwidth doesn't matter, only internal bandwidth
1852  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cudaMiner - a new litecoin mining appliciation for Windows on: April 04, 2013, 05:14:21 PM
Fails to compile on Linux
Maybe because it says on the OP and in the title that this is for Windows?

If coded correctly for compatibility, C++ programs are usually cross compatible among unix and windows.  Anyway, compiling on unix is proving problematic, I'm giving up for now.
1853  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cudaMiner - a new litecoin mining appliciation for Windows on: April 04, 2013, 05:06:02 PM
Fails to compile on Linux

Code:
cuda-miner.cpp: In function ‘int main(int, char**)’:
cuda-miner.cpp:1029:31: error: ‘_strdup’ was not declared in this scope

Non-standard C++ functions.  I'll try to rewrite it a bit for unix.
1854  Alternate cryptocurrencies / Altcoin Discussion / Re: 7970 will only mine at 550khash at stock clocks - Lower when OC'ed - HELP on: April 04, 2013, 05:02:58 PM
"On my 7950 I can get 679khash overclocked"

But how!?  Shocked

Core 1100 MHz, mem 1850 MHz
1855  Alternate cryptocurrencies / Altcoin Discussion / Re: Why Litecoin? on: April 04, 2013, 03:29:04 PM

Did you even read this?

Quote
In addition to what everyone here is mentioning, I do have one more pro and one more con to name regarding changing the block frequency.
Pro: confirmation times are, in fact, faster. Nicolai's comment makes it sound as though faster blocks would be perfectly counterbalanced by less hashpower per block, leading to no change in average amount of security per minute. But that's not accurate.
Somebody did a math paper on this recently, and demonstrated that even with less hashpower per block, each block remains an exponential step forward in security. Thus, say 10x 2.5 minute blocks (25 minutes total) provide more security than 3 or even 4 10 minute blocks (30-40 minutes total).
That gain isn't huge to shave 25% off your time to desired security level while quadrupling orphan rates, but there is another con yet to be discussed as well.
Con: shorter confirmation times mean less effort for Finney Attacks. It's easier for an attacker to pre-mine a block with such an artificially low difficulty and then time a transaction with you immediately afterwards without publishing their block so that if you trust their 0-conf, they then publish their block spending the balance elsewhere.

Again, redditors missing out on cash are the most upset.  Roll Eyes
1856  Alternate cryptocurrencies / Altcoin Discussion / Re: Why Litecoin? on: April 04, 2013, 02:54:37 PM
Itt massive butthurt from people who didn't buy at 6 cents.

Litecoin increase in value has been 70 fold while bitcoin is 14 fold over the past six months. The market speaks for itself.
1857  Alternate cryptocurrencies / Altcoin Discussion / Re: Litecoin build for noobs: 3x 7950s (1.8 MH/s) in a $10 crate case on: April 04, 2013, 07:26:21 AM
this one and no other, guaranteed voltage control and runs extremely cool

http://www.newegg.com/Product/Product.aspx?Item=N82E16814127667
1858  Alternate cryptocurrencies / Altcoin Discussion / Re: Litecoin build for noobs: 3x 7950s (1.8 MH/s) in a $10 crate case on: April 04, 2013, 06:34:19 AM
Why the 8 GB of ram?  I thought LTC mining used the onboard GPU ram...

You need the equivalent amount of RAM used on the cards on the system -- it's an opencl bug
1859  Alternate cryptocurrencies / Altcoin Discussion / Re: Litecoin build for noobs: 3x 7950s (1.8 MH/s) in a $10 crate case on: April 04, 2013, 06:07:11 AM
Taco, do you have any guestimates on what's the ROI for a rig like this, or is that a question to another discussion thread?  Smiley
It took me about 3-4 months to pay off mine 6 months ago, I would suspect with the rising difficulty it will be similar.
1860  Alternate cryptocurrencies / Mining (Altcoins) / Re: GUIMiner-scrypt: A GUIMiner fork for mining scrypt chains on: April 04, 2013, 05:39:40 AM
You should just be able to select it from devices ("Cypress PRO")
Pages: « 1 ... 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 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 ... 164 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!