Bitcoin Forum
May 23, 2024, 07:57:45 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 »
2941  Alternate cryptocurrencies / Altcoin Discussion / Re: Has Solidcoin finally been shut down? on: February 23, 2012, 01:02:49 AM
Vircurex is down too... jeez.

edit: Looks like http://slc24.com/ is toast too
2942  Alternate cryptocurrencies / Altcoin Discussion / Re: Has Solidcoin finally been shut down? on: February 22, 2012, 10:35:05 PM
BEX took the responsibility for the attacks on BTC-e apparently, in retaliation for RS/CH/whoever calling BEX a n00b, but who knows what's actually going on.

It's also claimed that everything related to SC2 is being DDoS'd too, from the trusted notes to the block explorer to the forums to solidcoin.info.
2943  Alternate cryptocurrencies / Altcoin Discussion / Re: LTC miner optimizations for PowerPC (Power Mac) and Cell/BE (PlayStation 3) on: February 20, 2012, 11:37:58 PM
Finally i can post here Smiley Nice work ssvb to make miner for PS3, i hope we can tweak it together to make it even better Smiley
Just GPU miners are a bit more hot topic at the moment. During the last weekend I was busy installing a new graphics card and then doing some OpenCL coding with it. But I'm going to revisit Cell/BE code after I get my GPU miner up and running Wink

I look forward to the performance numbers!  The previously much talked about miner (if it even exists) showed only marginal per-watt performance over CPUs.
2944  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Litecoin - a lite version of Bitcoin. Launched! on: February 20, 2012, 05:00:39 PM
Heads up to coblee: You need to integrate net.h and net.cpp from bitcoin 0.5.2 for the program to compile correctly in Linux with the newest version of miniupnp, otherwise you get

Code:
error: too few arguments to function 'UPNPDev* upnpDiscover(int, const char*, const char*, int, int*)'
2945  Other / Archival / Re: delete on: February 19, 2012, 10:50:57 PM
The take home message is that the CPF can't be spent, unless it can be spent.
2946  Economy / Speculation / Re: bitscalper anyone use this ? [PASSWORDS LEAKED] on: February 19, 2012, 10:48:47 PM
as of today he's been online,

https://bitcointalk.org/index.php?action=profile;u=49490

what's up dude?  why can't i log in to my account?
2947  Economy / Speculation / Re: bitscalper anyone use this ? [PASSWORDS LEAKED] on: February 19, 2012, 04:33:32 PM
WELP, looks like I'm never gonna get my money back
2948  Other / Politics & Society / Re: Map Makers Admit Mistake in Showing Ice Cap Loss in Greenland on: February 19, 2012, 04:27:20 PM
I don't really need a lot of studies or overwhelming evidence or whatever.  One of the beaches I used to go to as a child in the 80's and early 90's was originally almost a kilometer long from shore to dunes.  Last year, the length of that same beach was about 300m, and in the past decade they have had to repump more sand into the beach to restore it (because it's disappearing) than they had in the previous 30 years.

Remember hard drive prices last year?
http://newsinfo.inquirer.net/89853/floods-show-what-lies-ahead-for-sinking-bangkok
2949  Alternate cryptocurrencies / Altcoin Discussion / Re: Thread about GPU-mining and Litecoin on: February 19, 2012, 05:19:22 AM
If you want to believe me, then I can vouch for mtrlt's gpu miner being significantly more efficient than any current cpu miner for scrypt.

From what I know of the gpu miner, option 3 of modifying the scrypt parameter will have minimal impact. The pad size did not seem to matter much, and can be compressed for lack of a better word, with on the fly value reconstruction. So any increase in pad size will have a relatively equal impact on cpu miners until you exceed their cache size, at which point, gpus may become even more efficient.

I think you will be stuck with option 2, finding a completely different hashing algorithm.

Are you saying he has disproved the sequential memory hardness for the ROMix algorithm from the original scrypt paper?  I don't see why mtrlt couldn't supply us with at least some of the mathematics behind his algorithm.

If mtrlt has really completed this code, he could easily create an account on a pool with a random username and password, start mining, and have someone log on and verify that he's actually get 1M/s with four miners.  It's really at no loss to him, he would only need to mine for a few minutes for the hash rate to be apparent to the other person.  Why hasn't he done this?
2950  Alternate cryptocurrencies / Altcoin Discussion / Re: artforz and coblee gpu mining litecoin since the start? on: February 15, 2012, 06:23:28 PM

I calculated it out and as soon as SC2 increases in value 125 fold, I'm set to make some killer profits!
2951  Alternate cryptocurrencies / Altcoin Discussion / Re: SC stopped at 179999 on: February 15, 2012, 04:29:47 PM
The benefit being you don't need to download the chain or wait for anything, it's all instant.

Yep. Who wants those pesky blocks anyway. Distributed block chains are for nancy-boys.
Centralized transaction authorization is the new meme!  Grin

Now you can get ScamCoins straight from the source!  It's not like you'll ever get them from mining.
2952  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Litecoin - a lite version of Bitcoin. Launched! on: February 14, 2012, 10:17:22 PM
Not sure if anyone is paying attention, but the number of "Other" miners has fallen to nearly 40%, and it seems the bulk of people are now mining in pools.  I think the golden era of litecoin may be coming.
2953  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Litecoin - a lite version of Bitcoin. Launched! on: February 14, 2012, 03:17:10 AM
Basing it on bitcoins and making it CPU friendly was a smart move. Is the generation process something that can never be done in OpenCL/CUDA? or will someone eventually write that code and mess things up?

One of the things that I don't quite understand is why you chose 2.5minute block time. One of the main problems for bitcoins are in real-time transactions - was that like the lowest technically feasible time for true transactions to propagate the network or something?

The faster you make the block chain, the more quickly it grows in size...  To keep it from becoming massive, you need to choose a reasonable block time size.  GG proved that you can have insanely high block generation rates, but I think you still potentially risk clutter by having it too large.

Scrypt is difficult for GPUs to perform, so far no one has really proved a faster GPU miner
2954  Alternate cryptocurrencies / Altcoin Discussion / Re: artforz and coblee gpu mining litecoin since the start? on: February 10, 2012, 10:20:35 PM
I am no GPGPU expert, but I think ArtForz made some very good points in the following thread:
https://bitcointalk.org/index.php?topic=45849.0
CoinHunter could make his claims convincing by simply explaining how to address the GPU limitations outlined by ArtForz.
At least ArtForz was mistaken about Cell earlier Smiley

Just let's do some simple math. Playstation3 has 6 SPE cores, each clocked at 3.2GHz and 25GB/s of total memory bandwidth. Calculating one hash needs approximately 434176 ADD/ROL/XOR operations on 128-bit vectors in the performance critical part of salsa20/8 which are executed in the even pipe (shuffles and the other instructions are executed in the odd pipe). Also calculating one hash needs 256KB of memory bandwidth (128KB is written sequentially, 128KB is read in scattered 128-byte chunks). So taking into account that SPE core can execute one instruction from the even pipe each cycle, the theoretical performance limit based on computational power is (6 * 3200000000) / 434176 ~= 44.2 khash/s. The theoretical performance limit based on memory bandwidth is 25GB / 256KB ~= 95.4 khash/s. There is a lot of headroom for the memory bandwidth and arithmetic calculations are the bottleneck. Though Cell has precise control over memory operations by scheduling DMA transfers and can overlap DMA transfers with calculations. This allows to utilize memory bandwidth very efficiently for scrypt algorithm.

This page seems to say that HD 6990 has 320GB/s of memory bandwidth. And here ArtForz tells us that it is possible to achieve < 20% peak BW with GPU. Doing some math again, we get 320GB * 0.2 / 256KB ~= 244 khash/s. Looks rather believable to me.

edit: corrected HD 6990 memory bandwidth (it is 320GB/s and not 350GB/s)

What about smix and the mul operations in scrypt?  I thought the reason for the speed of Cell as implemented in PS3 (~35 kh/s) was do to the 256kb onboard local registers...  The slowdown in scrypt(1024,1,1) has little to do with the speed of the memory and everything to do with the speed of random accesses to that memory.  Cache (or onboard memory in the case of Cell) is way, way faster in terms of random access to data (L1 and L2 are 4 and 10 clock cycles respectively for an I7).

Quote
With DRAM memory, random access is never efficient. In fact, the GPU hardware looks at all memory addresses that the running threads want to access at a given cycle, and attempts to coalesce them into a single DRAM access - in case they are not random. Effectively the contiguous range from i to i+#threads is reverse-engineered from the explicitly computed i,i+1,i+2… - another cost of replicating the index in the first place. If the indexes are in fact random and can not be coalesced, the performance loss depends on “the degree of randomness”. This loss results from the DRAM architecture quite directly, the GPU being unable to do much about it - similarly to any other processor.

http://www.yosefk.com/blog/simd-simt-smt-parallelism-in-nvidia-gpus.html

GPUs generally have little onboard cache (16-32kb) because the data they process is intended to be sequential (and it usually is for 3D applications).
2955  Alternate cryptocurrencies / Altcoin Discussion / Re: artforz and coblee gpu mining litecoin since the start? on: February 10, 2012, 06:23:09 PM
Dubious at best.

source or gtfo
2956  Alternate cryptocurrencies / Altcoin Discussion / Re: Pointless top 10 list: Top 10 valued Cryptos per coin. on: February 08, 2012, 10:34:06 PM
You're doing it wrong in my opinion; you want total number of coins in circulation * the present trading price --> market cap.

1. BTC: $46,301,166 USD
2. SC2: $900,000 (In ~15 million coins; 99.8% of which is held by CoinHunter and close friends through his 13 million coin premine, so the real market cap is more like $1,800 as far as I am concerned.  It's doubtful there's any liquidity close to the 1m$ amount.  This is really dangerous; all it takes is one big dump by one of CH's friends and the whole currency goes to shambles.)
3. LTC: $60,274 USD
4. NMC: $57,225 USD
5. RUC: ?  No idea what block they were on, but it's pre-mined like SC2 so it doesn't really matter.
2957  Economy / Speculation / Re: bitscalper anyone use this ? on: February 08, 2012, 05:01:29 PM
Quote
Server error! Please contact the admin.

Very nice.  Tongue
2958  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN] - LTC minerd install as windows service! UPDATED - now prompts... on: February 05, 2012, 06:21:06 AM
thanks, this works well and doesn't slow down my computer all that much.
2959  Alternate cryptocurrencies / Altcoin Discussion / Re: Dead Cryptocurrencies? on: February 05, 2012, 06:19:32 AM
Liquidcoin sort-of
Nicksasa (creator) disappeared with no notice, BTC-E rejected LQC, the client is slightly buggy, it's extremely low value (it's still tradable on vircurex.com), and the blockchain itself has 1000's of orphans for each block.
I'm the guy running liquidcoin.org so it's pretty annoying when the actual creator disappearing, plus I also ran the blockexplorer on liquidcoin.org:2755 which is now broken since the blockchain keeps corrupting itself and ABE keeps breaking its own MySQL so I have to keep re-scanning the liquidcoin blockchains...so I gave up of course after the 100th time...
It's still sort-of alive, but buggy and unsupported by its own developer.

I told the developer the orphan problem would happen when it first came out...  Whoever it was, they didn't have a decent understanding of the algorithms underlying bitcoin.
2960  Alternate cryptocurrencies / Altcoin Discussion / Re: On the Solidcoin Economic Changes on: February 03, 2012, 08:07:34 PM
Hey im back after four days.

Wft happened to this thread?

Coinhunter shit all over everyone's criticism while the price of SC2 plummeted
Pages: « 1 ... 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 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!