Bitcoin Forum
June 24, 2024, 12:03:50 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Altcoin Discussion / Re: OpenCL CPU miner for Scrypt on: December 15, 2013, 02:33:21 AM
There's no reason to force a choice between CPU and GPU and opencl is likely the best choice for scheduling and partitioning the work.  A couple CPU cores could be used to pre-initialize the initial work state before being queued for hashing in a GPU command queue.  If it's a CPU-only kernel, you can still make use of calls to inline-assembly in the host program for the opencl kernel(s) if you want (and can do better than SSEx optimization).  Have fun with it.
2  Alternate cryptocurrencies / Mining (Altcoins) / Re: Minor Scrypt OpenCL optimization on: December 15, 2013, 02:01:21 AM
You can take the programmer out of C but you can't take C out of the programmer.  Nice catch.  Further improvements are possible  though if you don't mind coding for specific GPUs with AMD-specific optimizations.  Thanks for sharin' though.
3  Bitcoin / Development & Technical Discussion / Re: How to guarantee that no more than 21 mil coins created? on: April 26, 2013, 01:26:09 AM
Sorry newbie question here. If someone change the limit to say 100 mil, and compile the client, and if many people use the client for mining, would it accept the coins to more than 21 mil?

Does the blockchain has a "seal" that contain info that 21 mil is the max?

It's built into the protocol, not the block-chain.  The protocol dictates the change in 'difficulty' based on how long it takes the hashing pool to find the next 2016 blocks; the protocol is designed around this taking 2 weeks.  If it takes less than two weeks the new 'difficulty' will be higher than if it had taken longer than two weeks.  In either case, the difficulty will continue to increase until it becomes mathematically impossible to mine new blocks.  By design, this will happen after the (I believe) 5,120,000th block in the chain has been found.

At that point the difficulty should be greater than the size of a block hash.  So it's the increasing difficulty that ultimately determines the number of coins in circulation, not anything inherent in the block-chain.
4  Other / Beginners & Help / Re: Need some help with cgminer and 7970 on: April 26, 2013, 12:47:50 AM
I just started mining litecoins and bitcoins a week ago, and so far I have half a litecoin and .04 BTC. I just got a 7970 to mine litecoins with and I decided to use cgminer since it seems pretty popular.

I have the card installed and the newest drivers, but when I start cgminer I get this:

Code:
 [2013-04-25 19:26:45] Started cgminer 3.0.1
 [2013-04-25 19:26:45] ADL found less devices than opencl!
 [2013-04-25 19:26:45] Started cgminer 3.0.1
 [2013-04-25 19:26:45] ADL found less devices than opencl!
 [2013-04-25 19:26:45] There is possibly more than one display attached to a GPU

 [2013-04-25 19:26:45] Use the gpu map feature to reliably map OpenCL to ADL
 [2013-04-25 19:26:45] WARNING: Number of OpenCL and ADL devices did not match!
 [2013-04-25 19:26:45] Hardware monitoring may NOT match up with devices!
 [2013-04-25 19:26:45] Need to specify at least one pool server.
Input server details.
URL:

If I input my pool address and name, it crashes after a few seconds. I have already searched the forum for solutions to this, and nothing has worked. I made a dummy plug and extended the display and still get the error. Does anyone know how to fix this?

That's not a whole lot of information to go on.  It'd be helpful to know more about your hardware and software setup.  How many graphics adapters (including any APU) are in the system?  The mention of "more than one display" suggests you're running linux; if so, make sure you have all the dependencies met.  Also, you might have better results  just from using the latest version of cgminer (3.11.4 I believe).
5  Other / Beginners & Help / Re: How come some people all of a sudden are willing to pay so much for bitcoin? on: April 26, 2013, 12:35:02 AM

I am new here. I don't really see why bitcoin went up so much recently. I have been reading but I don't get it. I also noticed there is currently 11,000,000 or so outstanding bitcoins, and yet, very few are being sold, even though the price of bitcoins went up recently very drastically. This does not make sense to me, for so many people with 11,000,000 bitcoins, to just sit and watch after the price went up so much. What are they waiting for? It seems to me, that the runup in the price has already occurred. Why aren't they selling? It seems to be a strange marketplace, from my own experiences elsewhere. Normally, if the price goes up, they jump all over it and take all the profits as quick as they can. Where did all these big money investors come from, that are willing to pay $100 or $200 for one bitcoin?
As far as I can tell, the price in bitcoins has gone up on light volome, in comparison to the 11,000,000 bitcoins out there, and as such, normally there should be a large market correction, back down again. I am not meaning to be pessimistic. But what is propping up the price for so long?

Market manipulation?  Maybe electric companies saw a noticeable drop-off when gpu miners shut down when it was costing much more to mine than gpus could earn.  So they hire and fund a firm to get gpu miners back on the meter.

Accidental?  Someone's trading bot's algorithm is off by a decimal point causing chaos at the exchange.  It's happened more than once on wall street..

Supply < Demand?  People notice the market value trending higher so they place an order to sell at some ridiculously high asking price relative to the current market.  Then a large buy order engulfs all the sell orders and suddenly the market value soars to the formerly ridiculously high asking price.

Or one of many other reasons.
6  Other / Beginners & Help / Re: It's this prediction trustable? on: April 25, 2013, 11:28:23 PM
Hi guys, I found this predicition at jdbif7.blogspot.com

"JDBIF algorithm predicts for right now, Current UTC time is: Thursday, April 25, 2013 MtGox Price now is: US$ 154.98 (even with some pullbacks at US$120 limit) a strong raise until US$ 200-210 range where we should see some strong pullbacks again. Trend is def going up."

and price hit US$ 120 just some hours later, and started raising again. Do you think it will go to US$ 200 again, as it says, or even more? Or not?
Thanks for your opinion on this.

When it's made public it's no longer a prediction.  At that point it's called an advertisement.
7  Other / Beginners & Help / Re: Hey everyone! on: April 25, 2013, 11:23:14 PM
I've been lurking on the site for a little while now and have recently wanted to post to several threads, but can only post here for the time being...so hey!


Welcome to newbie limbo.  I'm still waiting for the ferryman too...
8  Other / Beginners & Help / Re: Namecoins on: April 25, 2013, 11:04:51 PM
Unless things have changed in the past couple months, the namecoind cli is how you create transactions, manage your namecoin wallet and manage your .bit name registrations.

You'll also need some small amount of namecoin in your wallet to finalize your name registration.  If you want to mine them using the stratum mining protocol you'll need to find a multi-mining pool that support BTC and NMC over stratum.  Many multi-mining pools only support multi-mining for clients using the 'getwork' mining protocol so pick your pool and/or mining protocol carefully and start mining while namecoind initializes (downloads) the block chain.
9  Other / Beginners & Help / Re: What if Govt buys all bitcoins? on: April 25, 2013, 09:14:53 PM
Have you seen Paul Graham's post hypothesizing bitcoin may have been developed by a government? https://news.ycombinator.com/item?id=5547423

The hashing algorithms for Bitcoin are based on the USA's National Institute of Standards and Technology (NIST) published PKE algorithms.  These standards are proposed by technologists from applicable fields then reimplemented/refined over time based on peer-revue and ultimately public contests involving substantial prizes to the person/group that discovers a flaw and/or develops the fastest key-cracking methodology.  The Bitcoin algorithms use a sub-set of the published hashing standards for purposes they were intentionally designed for with the exception of using "little-endian" bit-order processing (a vestige of compiler/assembler addressing optimizations which can save space and increase throughput by reducing the size of block-aligned address indexes) as opposed to "big-endian" processing which is implicit in the published standards.

So it's safe to say that a government did develop Bitcoin technology.  Whether or not one also created the real-world application seems immaterial since the entire block-chain is easily obtained.  Anything from a person to a government can use the 'information' accumulated in the chain for any purpose that suits their needs.

It's surprising that Graham didn't suggest the possibility of Bitcoin being "digital currency 0.1 (alpha)" which could be observed with no responsibility by anyone to actually back or regulate.  Even in this case the prime-mover in fabricating the technological application is still irrelevant since anyone can make experimental observations on the currency and its exchange.

I'm not certain why the OP (or anyone) would presume governments would be the most likely suspects for control of the Bitcoin exchange rate when so many other suspects actually stand to gain from such market manipulation.

Just my 0.00000002 BTC.  The thread looked interesting and I can't seem to post/reply in any group but this one...
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!