Bitcoin Forum
May 30, 2024, 03:23:12 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 200 201 202 203 204 205 206 207 208 209 210 211 [212] 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 »
4221  Bitcoin / Mining software (miners) / Re: CGMINER CPU/GPU miner overclock monitor fanspeed in C linux/windows/osx 2.0.4 on: September 25, 2011, 10:00:02 PM
Quite a number of people have suggested to me adding a donation option to cgminer as an opt-out feature. This would redirect a nominal amount of shares, say 0.5% to myself, which could be disabled on the command line. I've been resisting taking such an approach, but how do other people feel about that? It would certainly make me happier to keep supporting this project.
I think this is a great idea.
4222  Bitcoin / Mining software (miners) / Re: CGMINER CPU/GPU miner overclock monitor fanspeed in C linux/windows/osx 2.0.4 on: September 24, 2011, 09:46:45 PM
Added a simple ebuild for dev-util/amd-adl-sdk to the bitcoin overlay. Please test. (no manual downloading required)
4223  Bitcoin / Mining software (miners) / Re: CGMINER CPU/GPU miner overclock monitor fanspeed in C linux/windows/osx 2.0.4 on: September 24, 2011, 08:48:23 PM
No one can provide the ADL support except ATI/AMD.
(and I'm certain they won't have what you are looking for - only the download SDKs)
Any source build linux thus cannot provide the whole of cgminer.
You must (by the terms of their license) get the ADL/SDK code from them and manually install it.
More cluelessness from kano. Sad
Learn to research before commenting, please.
Ever heard of the term foot-in-mouth?
AMD-APP-SDK-v2.4-lnx64/docs/opencl/LICENSES
Thankfully, I don't need a license to write an ebuild.
4224  Bitcoin / Mining software (miners) / Re: CGMINER CPU/GPU miner overclock monitor fanspeed in C linux/windows/osx 2.0.4 on: September 24, 2011, 08:26:56 PM
No one can provide the ADL support except ATI/AMD.
(and I'm certain they won't have what you are looking for - only the download SDKs)
Any source build linux thus cannot provide the whole of cgminer.
You must (by the terms of their license) get the ADL/SDK code from them and manually install it.
More cluelessness from kano. Sad
Learn to research before commenting, please.
4225  Bitcoin / Mining software (miners) / Re: CGMINER CPU/GPU miner overclock monitor fanspeed in C linux/windows/osx 2.0.3 on: September 24, 2011, 07:28:36 PM
So I tested and reported Smiley My report seemed clear : Portage mentioned an unsatisfied dependency. As your post simply mentioned the bitcoin overlay, it seems the dependency is wrong, can't be fullfilled or the ebuild it depends on is in another overlay (should I really explain this to someone writing an ebuild ?). Would you be kind enough to choose one of these 3 possible reasons (or whatever 4th you may find more suitable) and help from here (is it my task to write the missing ebuild, is there another overlay you forgot to mention, ...).
If you need ADL support, you'll probably have to write the missing ebuild-- I don't know of any yet. ADL support is controlled by the 'adl' USE flag and should be disabled by default-- ie, you shouldn't be getting this error with a simple 'emerge cgminer'
4226  Bitcoin / Pools / Re: Thoughts and questions on BTC Pools and merged mining on: September 24, 2011, 12:40:44 PM
That was part of the complaint about what he was doing.
There was no legitimate complaints, only trolls.
4227  Bitcoin / Mining software (miners) / Re: CGMINER CPU/GPU miner overclock monitor fanspeed in C linux/windows/osx 2.0.3 on: September 24, 2011, 12:38:24 PM
Cgminers binaries compiled for Ubuntu 64 bit with adl work (temp/fan/freq monitoring/setting works). Your ebuild depends on another that isn't provided in the bitcoin overlay nor the Portage tree.
That's an effect of using a from-source distro: you need build dependencies.
4228  Bitcoin / Pools / Re: Thoughts and questions on BTC Pools and merged mining on: September 23, 2011, 08:12:31 PM
More important than any of that is DOCUMENTATION. On the protocol, not the patches assuming I want to risk the main pool operation.
4229  Bitcoin / Mining software (miners) / Re: CGMINER CPU/GPU miner overclock monitor fanspeed in C linux/windows/osx 2.0.3 on: September 23, 2011, 07:51:22 PM
NEW VERSION: 2.0.4
Now available for Gentoo through Portage (or any other ebuild package manager):
Code:
layman -a bitcoin && emerge cgminer

Please test and report results! Smiley
Code:
emerge: there are no ebuilds to satisfy "dev-util/amd-adl-sdk"

I have dev-util/amd-app-sdk-bin though.
APP SDK isn't enough for the ADL features. You should be able to build with USE=-adl
4230  Bitcoin / Mining software (miners) / Re: CGMINER CPU/GPU miner overclock monitor fanspeed in C linux/windows/osx 2.0.4 on: September 23, 2011, 05:21:27 PM
Hi I run a pool that takes a different approach to pool servers.  I use many servers and not just one and round robin them on one domain.  CGIMine is the only miner I know of that does not stick to the one ip when it makes get work requests and submitting its work thus it would get work from one server on the round robin and submit it to another that rejects it.
This is a bug on your end. The solution is to get your pool servers to share their work log.
4231  Bitcoin / Mining software (miners) / Re: CGMINER CPU/GPU miner overclock monitor fanspeed in C linux/windows/osx 2.0.3 on: September 23, 2011, 12:40:46 PM
I'm happy to see you here Luke! did you test cgminer against eligius? In earlier versions cgminer reported a lot of rejections with your pool.
Pretty sure all those bugs were fixed with 2.0.0.
4232  Bitcoin / Mining software (miners) / Re: CGMINER CPU/GPU miner overclock monitor fanspeed in C linux/windows/osx 2.0.3 on: September 23, 2011, 02:17:21 AM
NEW VERSION: 2.0.4
Now available for Gentoo through Portage (or any other ebuild package manager):
Code:
layman -a bitcoin && emerge cgminer

Please test and report results! Smiley
4233  Bitcoin / Development & Technical Discussion / Re: Proposal to modify OP_CHECKSIG on: September 22, 2011, 07:10:56 AM
This would fork the blockchain. More useful changes have been kept-out-until-later for that reason. Wink
4234  Bitcoin / Development & Technical Discussion / Re: Preparing for wx --> qt switch on: September 21, 2011, 05:59:25 PM
https://en.bitcoin.it/wiki/Infrastructure
4235  Bitcoin / Development & Technical Discussion / Re: Preparing for wx --> qt switch on: September 21, 2011, 12:16:12 AM
For the love of separation of concerns and other sound software engineering principles I'm against combining a command line RPC client and a GUI server/native client in one executable.
Speaking as a non-developer user I would love to see a complete separation between the two.
You can already run bitcoind+Spesmilo
4236  Bitcoin / Development & Technical Discussion / Re: Preparing for wx --> qt switch on: September 21, 2011, 12:15:34 AM
I don't know if it's been fixed since I noticed it, but at least some version of it is lacking the ability to enable/disable UPnP support at compile-time.
It also adds an implementation of bitcoin: URIs that is not compatible with the existing established/in-use standard.

BTW, I don't like QT... It is a ugly toolkit... GTK3 is much nicer... But, I appreciate the effort!!
Qt supports GTK2 right now, at least. I expect it will support GTK3 soon.

4237  Bitcoin / Development & Technical Discussion / Re: [PULL] Sign and verify message with bitcoin address and public key on: September 21, 2011, 12:05:15 AM
It's probably worth changing DecodeBase64 to throw a "malformed base-64 encoding" exception if "left" is not zero when exiting the while(1) loop. If this "strict format check" is adopted then one should also check that an "=" character caused the loop termination.
Considering that there is no one Base64 standard and the fact that signing is not a 1:1 input:signature mapping in any case, it's probably sensible to tolerate variation as much as possible.
4238  Bitcoin / Pools / Re: [460 GH/s] Eligius pool: ~0Fee SMPPS, no reg, RollNtime, SQL, hop OK, 8decimals on: September 20, 2011, 09:22:40 PM
This (or any redirection of "stolen" funds) is legally questionable.
But keeping it, or redirecting it back to the thief is ok?
I'm not redirecting it to myself, no.
A pool can make its own rules, no contract is signed between the pool and the miners (or bot net), I dont see the problem. A pool could donate my share to a charity, if I dont like that, I can only switch pools.
... or if you have a botnet, you can DDoS the pool for making rules you don't like, which we already have enough of without asking for more. Sad
4239  Bitcoin / Pools / Re: [460 GH/s] Eligius pool: ~0Fee SMPPS, no reg, RollNtime, SQL, hop OK, 8decimals on: September 20, 2011, 08:39:28 PM
Im curious what you are doing about the botnet?
Nothing I can do.
Anyone think it would be a good idea to keep it mining, but send the payouts to some charity?
This (or any redirection of "stolen" funds) is legally questionable.
4240  Bitcoin / Pools / Re: [460 GH/s] Eligius pool: ~0Fee SMPPS, no reg, RollNtime, SQL, hop OK, 8decimals on: September 20, 2011, 03:26:46 PM
More DDoS havoc this morning. For future incident reports, please check our forum.
Pages: « 1 ... 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 200 201 202 203 204 205 206 207 208 209 210 211 [212] 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!