Bitcoin Forum
November 01, 2024, 12:12:14 AM *
News: Bitcoin Pumpkin Carving Contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 »
4281  Bitcoin / Development & Technical Discussion / Re: New Privacy Problems in Bitcoin clients on: June 01, 2013, 10:41:40 AM
From the post: "But again, the core developers think it’s not worth implementing this fix."

Do you believe that the core developers just do not want to implement the two changes you suggest? Or would they block someone else making those changes and incorporating them?

4282  Economy / Economics / Re: Reuters article reveals how sick the system has become on: May 31, 2013, 04:29:28 PM
For your bet specifics would be a good idea.  e.g. "US Inflation rate as measured by the CPI being above X% for Y quarters beginning on Z date."    Or "Bankruptcies for individuals/corporations/whatever running at a rate of X% at this <time period>."    :-)

By the way, I agree that QEInfinity is not a good thing and had seen the Reuters article.  My hope is that the system does not collapse but competition from non-inflationary assets/currencies etc puts pressure on the countries of the world to reform their crazy policies before it is too late.  Bitcoin, gold and other pm's are reasonable hedges.  If the policies are not reformed, it won't be pretty, but I do not believe that the power-hungry statists will see the need to reform things in time to avoid a lot of pain.



By collapse I mean the system has gone out of control by the FED. This would manifest either in Hyperinflation followed by a currency crisis where the dollar looses virtually all its value or a hyperdeflation where you see massive bankruptcies and the meltdown of our retirement savings (because it is lost). The only thing that would be going up are precious metals and ... of course Bitcoins  Grin
4283  Economy / Economics / Re: My bank account's got robbed by European Commission. Over 700k is lost. on: May 31, 2013, 04:21:36 PM
Game theory in practice.  ;-)

Come on Matthew, it's your own money your taking. You're just preventing people from stealing your money. It is not your fault nor your responsibility that they are stealing from others.

In some cases that is true, but in the case of bitcoinica for example, lets say they only had 50% of the owed funds left. Would you ask for 100% or would you recommend a fair even settlement for everyone?


A nice sentiment but it only works if all actors are fair.

It only takes one person to think only of themselves first and then everyone will do it so with the likelihood of there being at least one person doing this, the best course of action is to get whatever you can because it's possible you might end up with nothing.
4284  Economy / Economics / Re: My bank account's got robbed by European Commission. Over 700k is lost. on: May 31, 2013, 02:20:11 AM
They view it as their's by default and you are allowed to keep a portion as they allow.

By DECREE .... how ironic., fuckers.
Seconded by Decree your money is mine you can't do anything about it go suck a lemon
4285  Economy / Economics / Re: My bank account's got robbed by European Commission. Over 700k is lost. on: May 30, 2013, 09:29:44 PM
Thanks for the update - sorry you are going through this although I know that doesn't help much.  Please keep us updated, and I would still be interested in where you ended up (once you feel it is prudent to let us know the location of course).

 The power-hungry politicians are after power and money everywhere.

The stealing of my money is now finalized.

Yesterday I looked at my Laiki account and found that frozen amount is not more shown on my balance.
100% of frozen funds is now appears as outgoing transaction to nobody with comment "DECREE".

Also there are some news from lawyers.

Quote
The Supreme Court has not announced its decision yet. It examines preliminary objections raised by the Attorney on a basis that the Law and the Order are political acts of the state (like decision to start war) and therefore cannot be examined or controlled by the Supreme Court and that the matter in issue should be considered as a private and not a public law matter.

Also, there is recent translation of the "Capital Controls imposing DECREE"

4286  Other / CPU/GPU Bitcoin mining hardware / Re: Building a rock solid multi-gpu linux mining rig with CEntOS 6.0 on: May 28, 2013, 07:32:10 PM
I don't use it for anything else either.  I will bump it up to 14 to see how that goes. 

Rebooting fixed the GUI although I am just sshing in still.

If I have time in a bit, I'll try to re-work the instructions in those two spots.  I was just re-arranging the order there I believe and correcting that one typo.

Thanks!


Yea, that's why I do that. You could just give miner a password at the end of the process and then you can log in as miner and use it without needing to sudo.  

Great advice and suggestions.  I'll re-work the instructions just as soon as I can.  (Unless you who just did this want to make the changes necessary, I'll just copy and paste your code).  

Thanks again!

ps. I run at I=14 since I don't use the box for anything else.
4287  Other / CPU/GPU Bitcoin mining hardware / Re: Building a rock solid multi-gpu linux mining rig with CEntOS 6.0 on: May 28, 2013, 07:14:30 PM
Hi,
I think I would prefer to run it as a dedicated user vs root  (I didn't run cgminer using sudo yet, but will try it).

It is mining with your test now, so you should see some coins.  I need to adjust the aggressiveness a bit.

It does appear that the GUI is not working right now, but I'm okay with that.  ;-)  I'm not messing with things at the moment.



AHHH, nice.  I could never figure out how to run it as sudo.  I run as a dedicated user.  NICE FIND!

For me the error cleans up when I run the same:
export DISPLAY=:0

as the dedicated user, so your solution makes alot of sense.


Oh, you are golden now.  
4288  Other / CPU/GPU Bitcoin mining hardware / Re: Building a rock solid multi-gpu linux mining rig with CEntOS 6.0 on: May 28, 2013, 07:02:37 PM
1. One thing I'd emphasize by the yum update section is to not do any GUI updates either.

2. The only issue I am having now is that if I am running as the user "miner" e.g.:
su -l miner 

Then it is not working.

If I am running as root with your example here (to say thanks):
./cgminer -o stratum+tcp://mining.eligius.st:3334 -u 1NQc6tCtRmT8zBeLKNpboFaUBMLcxDwUm6 -p x0 -I 9 --per-device-stats 2>logfile.txt

then it is mining.

So the only remaining hitch is to figure out why it is running okay as root, but not as the miner user:


-rwxrwxr-x.  1 miner miner 1010558 May 28 14:15 cgminer



So, if others have problems, here are two things to try:
sudo DISPLAY=:0 fglrxinfo

And as root try running cgminer.

e.g.
cd /home/miner/cgminer
./cgminer  -n



Thanks for the tips.

4289  Other / CPU/GPU Bitcoin mining hardware / Re: Building a rock solid multi-gpu linux mining rig with CEntOS 6.0 on: May 28, 2013, 06:56:14 PM
j.
lsmod | grep fglrx
fglrx                2763401  225

I did this:
sudo DISPLAY=:0 fglrxinfo


And NOW I got this:

cgminer -n
 [2013-05-28 14:56:54] CL Platform 0 vendor: Advanced Micro Devices, Inc.                   
 [2013-05-28 14:56:54] CL Platform 0 name: AMD Accelerated Parallel Processing                   
 [2013-05-28 14:56:54] CL Platform 0 version: OpenCL 1.1 AMD-APP-SDK-v2.4 (595.10)                   
 [2013-05-28 14:56:54] Platform 0 devices: 6                   
 [2013-05-28 14:56:54]    0   Cayman                   
 [2013-05-28 14:56:54]    1   Cayman                   
 [2013-05-28 14:56:54]    2   Cayman                   
 [2013-05-28 14:56:54]    3   Cayman                   
 [2013-05-28 14:56:54]    4   Cayman                   
 [2013-05-28 14:56:54]    5   Cayman                   
 [2013-05-28 14:56:54] GPU 0 AMD Radeon HD 6990 hardware monitoring enabled                   
 [2013-05-28 14:56:54] GPU 1 AMD Radeon HD 6990 hardware monitoring enabled                   
 [2013-05-28 14:56:54] GPU 2 AMD Radeon HD 6990 hardware monitoring enabled                   
 [2013-05-28 14:56:54] GPU 3 AMD Radeon HD 6990 hardware monitoring enabled                   
 [2013-05-28 14:56:54] GPU 4 AMD Radeon HD 6990 hardware monitoring enabled                   
 [2013-05-28 14:56:54] GPU 5 AMD Radeon HD 6990 hardware monitoring enabled                   
 [2013-05-28 14:56:54] 6 GPU devices max detected   


Fingers crossed that I can mine now.  ;-)

4290  Other / CPU/GPU Bitcoin mining hardware / Re: Building a rock solid multi-gpu linux mining rig with CEntOS 6.0 on: May 28, 2013, 06:42:55 PM
1. After going through it again, perhaps just moving this to the later section after the git command would be enough:

cp /home/miner/miningpacks/ADL-SDK-3point0-temp/include/*.h /home/miner/cgminer/ADL_SDK
rm -rf /home/miner/ADL-SDK-3point0-temp


2. I did reinstall it all from the live CD, and no luck.  I made sure there were no updates by from yum at all.  

a. Now the kernels look identical to yours:
yum list installed | grep kernel-*
dracut-kernel.noarch                004-32.el6                         installed
kernel.x86_64                       2.6.32-71.el6                      installed
kernel-devel.x86_64                 2.6.32-71.el6                      @base    
kernel-devel.x86_64                 2.6.32-71.29.1.el6                 @updates
kernel-firmware.noarch              2.6.32-71.el6                      installed
kernel-headers.x86_64               2.6.32-71.29.1.el6                 @updates


b.
aticonfig --list-adapters
* 0. 13:00.0 AMD Radeon HD 6990
  1. 12:00.0 AMD Radeon HD 6990
  2. 0b:00.0 AMD Radeon HD 6990
  3. 0a:00.0 AMD Radeon HD 6990
  4. 07:00.0 AMD Radeon HD 6990
  5. 06:00.0 AMD Radeon HD 6990

c.
ps aux | grep X
root      3417  3.6 16.9 216720 314916 tty1    Ss+  14:04   0:47 /usr/bin/Xorg :0 -nr -verbose -auth /var/run/gdm/auth-for-gdm-4iMIIH/database -nolisten tcp vt1

d. locate fglrx64
looks identical to yours

e. uname -r
2.6.32-71.el6.x86_64


f.  lspci -nn | grep VGA
07:00.0 VGA compatible controller [0300]: ATI Technologies Inc Device [1002:671d]
0b:00.0 VGA compatible controller [0300]: ATI Technologies Inc Device [1002:671d]
13:00.0 VGA compatible controller [0300]: ATI Technologies Inc Device [1002:671d]

g.
env DISPLAY=:0.0 aticonfig --pplib-cmd "set fanspeed 0 100"
PPLIB command execution is Successful!
(and the fan revs up)

h.
glxgears
44174 frames in 5.0 seconds = 8834.614 FPS
44441 frames in 5.0 seconds = 8888.093 FPS

i.
export DISPLAY=:0
./cgminer -n
No protocol specified
 [2013-05-28 14:39:08] CL Platform 0 vendor: Advanced Micro Devices, Inc.                    
 [2013-05-28 14:39:08] CL Platform 0 name: AMD Accelerated Parallel Processing                    
 [2013-05-28 14:39:08] CL Platform 0 version: OpenCL 1.1 AMD-APP-SDK-v2.4 (595.10)                    
 [2013-05-28 14:39:08] Error -1: Getting Device IDs (num)                    
 [2013-05-28 14:39:08] clDevicesNum returned error, no GPUs usable                    
 [2013-05-28 14:39:08] 0 GPU devices max detected        


4291  Other / CPU/GPU Bitcoin mining hardware / Re: Building a rock solid multi-gpu linux mining rig with CEntOS 6.0 on: May 28, 2013, 04:49:28 PM
Yeah, just bizarre. I believe I did, but did it twice.  I will re-try one more time.  ;-)


$ ./cgminer -n
No protocol specified
 [2013-05-28 11:05:26] CL Platform 0 vendor: Advanced Micro Devices, Inc.                   
 [2013-05-28 11:05:26] CL Platform 0 name: AMD Accelerated Parallel Processing                   
 [2013-05-28 11:05:26] CL Platform 0 version: OpenCL 1.1 AMD-APP-SDK-v2.4 (595.10)                   
 [2013-05-28 11:05:26] Error -1: Getting Device IDs (num)                   
 [2013-05-28 11:05:26] clDevicesNum returned error, no GPUs usable                   
 [2013-05-28 11:05:26] 0 GPU devices max detected 
 

and
.cgminer -n

just fails, huh?

That's what I was getting before I wrote the script.  Did you absolutely make sure you cut off the yum upgrades?  Because yum is not friendly for this, if you did not modify the yum conf file before running a yum update/upgrade that will break it.


4292  Other / CPU/GPU Bitcoin mining hardware / Re: Building a rock solid multi-gpu linux mining rig with CEntOS 6.0 on: May 28, 2013, 04:44:11 PM
Hi,
I am ssh'ing in right now, but can go to it if needed.  It has been running nicely for about 2 years now until I decided to "upgrade" on Friday.  3 AMD Radeon HD 6990s.  2 GB RAM.  500GB HDD.

Thanks for the reply, regarding your questions:

1.
$ glxgears
49458 frames in 5.0 seconds = 9891.541 FPS
49647 frames in 5.0 seconds = 9929.385 FPS
49683 frames in 5.0 seconds = 9936.522 FPS
...


2.
env DISPLAY=:0.0 aticonfig --pplib-cmd "set fanspeed 0 100"
PPLIB command execution is Successful!

3.
env DISPLAY=:0.1 aticonfig --pplib-cmd "set fanspeed 0 100"
PPLIB command execution is Successful!



Beautiful and I will incorporate your changes asap. 

Can you see glxgears?

$ glxgears
6564 frames in 5.0 seconds = 1312.776 FPS
39798 frames in 5.0 seconds = 7959.491 FPS

Are you at the head?  Or remote?  What's your setup?

let me know what this returns:

env DISPLAY=:0.0 aticonfig --pplib-cmd "set fanspeed 0 100"

or

env DISPLAY=:0.1 aticonfig --pplib-cmd "set fanspeed 0 100"


4293  Other / CPU/GPU Bitcoin mining hardware / Re: Building a rock solid multi-gpu linux mining rig with CEntOS 6.0 on: May 28, 2013, 04:22:17 PM
I do see this too:

$lspci -nn | grep VGA
07:00.0 VGA compatible controller [0300]: ATI Technologies Inc Device [1002:671d]
0b:00.0 VGA compatible controller [0300]: ATI Technologies Inc Device [1002:671d]
13:00.0 VGA compatible controller [0300]: ATI Technologies Inc Device [1002:671d]


$ps aux | grep X
root      3333  0.2 10.1 182620 188628 tty1    Ss+  11:42   0:06 /usr/bin/Xorg :0 -nr -verbose -auth /var/run/gdm/auth-for-gdm-BjwGpq/database -nolisten tcp vt1


sudo DISPLAY=:0 fglrxinfo
display: :0.0  screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: AMD Radeon HD 6990
OpenGL version string: 4.1.10666 Compatibility Profile Context



display: :0.0  screen: 1
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: AMD Radeon HD 6990
OpenGL version string: 4.1.10666 Compatibility Profile Context



display: :0.0  screen: 2
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: AMD Radeon HD 6990
OpenGL version string: 4.1.10666 Compatibility Profile Context



display: :0.0  screen: 3
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: AMD Radeon HD 6990
OpenGL version string: 4.1.10666 Compatibility Profile Context



display: :0.0  screen: 4
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: AMD Radeon HD 6990
OpenGL version string: 4.1.10666 Compatibility Profile Context



display: :0.0  screen: 5
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: AMD Radeon HD 6990
OpenGL version string: 4.1.10666 Compatibility Profile Context
4294  Bitcoin / Development & Technical Discussion / Re: can't find some transaction in my bitcoind on: May 28, 2013, 04:17:45 PM
If I understand your question correctly, my understanding is that the reference client does not include block 0 in its database (e.g. the list of known transactions etc) at startup because it is structured differently than the other blocks since it is not a "normal" block.  This could be why you can not get information on that transaction with bitcoind.   Smiley




This transactino is in block 0. See: http://blockexplorer.com/tx/4a5e1e4baab89f3a32518a88c31bc87f618f76673e2cc77ab2127b7afdeda33b.

Should I remove all data and start with a empty bitcoind to get all transaction?
4295  Other / CPU/GPU Bitcoin mining hardware / Re: Building a rock solid multi-gpu linux mining rig with CEntOS 6.0 on: May 28, 2013, 03:46:15 PM
Hi,
I had a couple of comments on the guide, if you are looking for feedback.  I don't think it is my error,
but if so, my apologies!  (I was using the instructions on page 1, note later in the thread, hope that was the current one).

This has been helpful, although I am not yet successful in running it yet - I went from Ubuntu 10.10 to upgrade from getwork thinking it would not be difficult as it was not when I set up 10.10 several years ago, but this has been frustrating.  (With Ubunutu I was not having success getting the drivers etc set, so thought I'd try CentOS 6.0 ).

I'm hoping I'll have some success shortly, but am stuck right now.


=====================================================================
1.  Looks like a typo:

At one point you have "3point0" and then later reference "5point0".  Just FYI:
cp /home/miner/miningpacks/ADL-SDK-3point0-temp/include/*.h /home/miner/cgminer/ADL_SDK
rm -rf /home/miner/ADL-SDK-3point0-temp

cd /home/miner/cgminer/ADL_SDK
cp /home/miner/miningpacks/ADL-SDK-5point0-temp/include/*.h .
rm -rf /home/miner/miningpacks/ADL-SDK-5point0-temp/



=====================================================================
2.
Also in one spot, you need to add a mkdir to make:
mkdir /home/miner/cgminer/
mkdir /home/miner/cgminer/ADL_SDK

before doing this:
cp /home/miner/miningpacks/ADL-SDK-3point0-temp/include/*.h /home/miner/cgminer/ADL_SDK
rm -rf /home/miner/ADL-SDK-3point0-temp



BUT later, if you do that git will complain that the cgminer directory exists.



=====================================================================
3. Regarding the installation path for the ATI Catalyst driver install in Step 6, the default is /
Is that what you had used for the installation path?

Just notes for some others:
You want "Package Generation " and "RedHat Packages" and then "RedHat/RHEL6_64a" (you need to hit SPACE to select it in the terminal (not running it in the GUI, but ssh'd in, then return).

Then you want "Generate Distribution Specific Driver Package" (not Install Driver 8.841 on X.Org 6.9 or later 64-bit".)

         


=====================================================================
4. What I am seeing right now, I think it is the kernel issue you had mentioned about non-matching
kernels maybe, but I am attempting to figure out how to fix it:

#aticonfig --list-adapters
* 0. 13:00.0 AMD Radeon HD 6990
  1. 12:00.0 AMD Radeon HD 6990
  2. 0b:00.0 AMD Radeon HD 6990
  3. 0a:00.0 AMD Radeon HD 6990
  4. 07:00.0 AMD Radeon HD 6990
  5. 06:00.0 AMD Radeon HD 6990
 
 
$yum list installed | grep kernel-*
dracut-kernel.noarch                004-33.2.el6_0                     @updates
kernel.x86_64                       2.6.32-71.el6                      installed
kernel.x86_64                       2.6.32-71.29.1.el6                 @updates
kernel-devel.x86_64                 2.6.32-71.29.1.el6                 @updates
kernel-firmware.noarch              2.6.32-71.29.1.el6                 @updates
kernel-headers.x86_64               2.6.32-71.29.1.el6                 @updates

$ uname -r
2.6.32-71.29.1.el6.x86_64




$./cgminer -n
No protocol specified
 [2013-05-28 11:05:26] CL Platform 0 vendor: Advanced Micro Devices, Inc.                   
 [2013-05-28 11:05:26] CL Platform 0 name: AMD Accelerated Parallel Processing                   
 [2013-05-28 11:05:26] CL Platform 0 version: OpenCL 1.1 AMD-APP-SDK-v2.4 (595.10)                   
 [2013-05-28 11:05:26] Error -1: Getting Device IDs (num)                   
 [2013-05-28 11:05:26] clDevicesNum returned error, no GPUs usable                   
 [2013-05-28 11:05:26] 0 GPU devices max detected 
 
 
 
4296  Other / Beginners & Help / Re: countries and bitcoin mining on: May 23, 2013, 12:22:44 AM
Keep their options open with regard to the dollar and currency transactions

So let's assume that they are mining, the aim of that is?
Try to pilot the behaviour of digital currency in relation to normal one?
Maybe try to sell fast pushing artificially down the value of digital currency?
or maybe more positively
Defend it's own people from a possible iniquity?
4297  Bitcoin / Bitcoin Discussion / Re: Bitcoin of the Americas [vapor] on: May 22, 2013, 06:52:16 PM
Miami is convenient to many latin American markets, so go for it.  At worst someone else can organize one for Rio, Tegucigalpa, or Montevideo.   Grin

Not to mention Orlando and other areas have things going on with Bitcoin.  (e.g. Bitcoin Mag).

I met several individuals from Latin America at Bitcoin 2013, and we bounced around the idea of setting up a Bitcoin conference in the epicenter of the Western Hemisphere—Miami—rather than that remote, outer province that was all the rage way back in the 1990s.

We are calling it Bitcoin of the Americas.  (Don't bother.  I grabbed the domain names before posting this.)

I expect that this post will get buried pretty quickly under a bunch of posts about mining and setting up exchanges, but I'll try to update this thread as developments occur.  Anyone in South Florida who might be interested, feel free to contact me.  Mind, though, that this isn't even Powerpointware yet, much less an actual announcement.
4298  Other / Beginners & Help / Re: countries and bitcoin mining on: May 22, 2013, 04:03:37 PM
It would not surprise me if the country that is manufacturing most ASICs is involved now or in the not too distant future.

I would like to know your opinion about governments around the world and mining bitcoins:
Do you think there is some country government that already realize the importance of digital currency and start to mine to have their own stock of digital currency?

Guido
4299  Other / Beginners & Help / Re: 71% of young men in America do not want to get married on: May 22, 2013, 04:01:10 PM
You are right - the problem is that a lot of women say the same thing, but do not mean it.  They are looking for a meal ticket until the kids turn 18 (or longer).

The risk to men now is much higher (due to the laws and the courts) with no commensurate increase in benefits. The risks can be minimized with a prenup to protect your assets, but nothing is 100%.

I hope you and your wife have forever together.  ;-)


To me, marriage is a commitment for the rest of my life.  When I say those vows on the alter, I mean it, and I won't break them for anything! 
4300  Other / Beginners & Help / Re: 71% of young men in America do not want to get married on: May 22, 2013, 02:13:40 AM
Do a prenup.  It will at least protect assets. If you have kids, that will be a different issue. Someone with proper motives should have no problem signing it..

I would still want to get married lol:).
Pages: « 1 ... 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 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!