Bitcoin Forum
May 27, 2024, 09:42:24 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 [8] 9 »
141  Bitcoin / Bitcoin Discussion / Re: Illegal content in the blockchain on: June 02, 2011, 10:09:56 PM
Are end users, in fact, liable for data they unknowingly transmit?  Discuss.

At least in Germany to charge someone with a felony it requires a premeditation. As I only intent to spread the blockchain in order to transmit BTC there is no crime. Dunno what western countries he is talking about but it is more or less like jailing the house owner after someone painted something illegal onto his frontage. I hope this is impossible in other countries as well. Furthermore the thread owner already made a confession to own and spread illegal content. If he's tellling the truth (and I really doubt it) I hope he is not that dumb to tell the police as it is more likely that they detain him.
142  Local / Deutsch (German) / Re: Tauschen von Bitcoins in Gold on: June 02, 2011, 06:43:54 PM
Kein Witz aber ein Barren Kupfer mag unedel wirken aber in Zukunft ist auf unedel eben was gegeben.

Also ich finde ja selbst Silber schon extrem unhandlich in der Lagerung... Für Kupfer als Wertspeicher müsste ich anbauen und die Statik prüfen lassen  Tongue
143  Local / Deutsch (German) / Re: Tauschen von Bitcoins in Gold on: June 02, 2011, 06:01:23 PM
Also mir gefällt die Idee. Vielleicht wird ja zusätzlich auch Silber für die kleine "Wallet" angeboten. Ich würde bei guten Preisen gerne mal gelegenlich BTC gegen Edelmetalle tauschen. Schon alleine weil es aufgrund mindestens eines wegfallenden "Währungstausches" günstiger wird.
144  Bitcoin / Bitcoin Discussion / Re: Illegal content in the blockchain on: June 02, 2011, 05:43:39 PM
Over the last weeks I managed to use steganographic methods to store custom data in the block chain. The only required information to retrieve the data is the starting block number and information about the algorithm that was used to store the data.

This data contains information that is considered illegal in most Western countries. In fact, most countries are likely to send you to jail, if you knowingly spread this data. Which is exactly what you're doing right now - if you're running a Bitcoin client.

Please consider this as a warning. In exactly one week from now I will inform US police departments about the way how the data can be retrieved from the block chain and how IP addresses of nodes distributing this data can be collected. I can't tell you what to do, but by running a Bitcoin client right now you're in legal jeopardy.

*yawn* printed this information and loaded it onto the wayne train heading to Mt. Whateverest...
145  Bitcoin / Bitcoin Technical Support / Re: Just starting out, problems setting up miner, Debian and python OpenCL miner on: May 15, 2011, 09:39:05 PM
Did you install the nessecary software for OpenCL? fgrlx module and AMD APP SDK for ati and nvidia module for Nvidia cards?
146  Bitcoin / Bitcoin Technical Support / Re: PXE Booting Ubuntu - Anyone with experience? on: May 15, 2011, 09:32:59 PM
Do you want to boot a Live Disk or from of RAM Disk or do you use NBD or NFS? What do you mean with Bitcoin stuff? Bitcoind needs at least 512 MB. But sometimes I saw the OOM killer going on rampage with that less RAM. 1GB is a safe value for headless bitcoind. I you however use a ramdisk you have to add it to the size of the ramdisk.
147  Economy / Marketplace / Re: 0.25 Free BTC! on: May 13, 2011, 06:26:02 PM
Mhmmm i registered but username password is not working. Got no registration succeeded email and there is no possibility to reset the password via email :-( Or am I missing something?

How can I proceed?
148  Bitcoin / Project Development / Re: MtGox ticker issues on: May 12, 2011, 01:22:49 PM
It times out for my android app all the time Sad 

Same here. I guess its using the HTTP connection as there is no confidential data transmitted.
149  Bitcoin / Project Development / Re: MtGox ticker issues on: May 12, 2011, 06:33:04 AM
Yesterday i found that there was a redirect to HTTPS if you were accessing via HTTP. This redirect however was broken (missing trailing slash). I changed my scripts to use HTTPS and everything works as expected. Hope that helps?
150  Bitcoin / Mining / Re: Control cards clock speed for lower temperature on: May 09, 2011, 07:14:04 PM
If i search around on google, there are plenty of different opinions. ranging from 80 to 95 centigrades  Undecided At the moment i'm settling them between 83 and 85 C. I guess the more interesting part is the warranty in case the card fails. in my script I enable overdrive, set the peak range and disable overdrive. Thus fgrlx should IMHO have the possibility to slow down the GPU if it's temperature is getting critical. Are there any experiences if this voids the warranty?

To make this clear. I'm not overclocking the card in terms of firmware editing i'm just using the overdrive command from aticonfig (and furthermore I set the VRAM clock speed to minimum peak range when i start the miner).
151  Bitcoin / Mining / Re: Control cards clock speed for lower temperature on: May 09, 2011, 06:57:32 PM

Of course, I am Smiley.

Alright. Here is what i have so far. Not much but it works for the moment.

http://www.bitcoiners.org/files/mining-supervisor

It definitely needs some error checking but at the moment I'm tinkering with an USB temperature sensor in order to control room temperature. As soon as i'm ready with this task i'll have some more time for this script.
152  Bitcoin / Mining / Control cards clock speed for lower temperature on: May 09, 2011, 09:28:55 AM
I use two 5870 for mining. With the last days being quite warm in Germany they are getting quite hot. I found, that ATI is quite clever by lowering the clock rate if the GPU is getting too hot. It seems this happens if the GPU is going over 92°C. However the clock rate decreases to the peak ranges minimum (600 MHz on this cards) and increases to the max peak range (900 MHz) a few seconds later. Giving some kind of yoyo-effect. After some time it wont recover from 600 MHz even if the temperature falls significantly.

For this reason I hacked a "Quick and Dirty"[tm] shell script which I can use as a cron job. Each run it iterates through the cards, checking their temperature and in- or decreases the clock rate for a given amount (25 MHz in my case) until the temperature stabilizes between 85° and 90°C. It does this for each card seperately as my cards have different temperatures.

Now I have two questions:

1. Is the temperature (85-90°C) okay for this GPUs in the long run? Or should i consider lower temperatures?

2. Is anybody interested in this code? I could put it somehwere. My hope is that this script gets better over time if more people use it and contribute. But i think it wont make any sense to put more work into this piece of code if nobody is interested. Perhaps it makes sense to flesh it out becoming a real daemon which also handles starting and stopping the miners. Furthermore it could make sense to shut down mining if the room temperature goes above a defined threshold.

I guess this is of no interest for heavy overclockers or people with air conditioning. But i hope for people like me using their desktop PC in a normal home office it might be of interest. It'll give maximum stable performance which is great if you just want to "fire and forget" your miners without the need for checking the temperature hour for hour as the temperatures raise. Just enjoy the summer with your family instead of worrying about the miner temperature  Cool

This is a sample output from syslog:


May  9 01:04:02 newton mining-supervisor[3504]: card 0 at 84.50 C - Below threshold. Dethrottling from 850 to 875 MHz
[...]
May  9 09:05:02 newton mining-supervisor[30469]: card 0 at 90.50 C - Above threshold. Throttling from 875 to 850 MHz
[...]
May  9 11:11:01 newton mining-supervisor[14198]: card 0 at 89.50 C - Within safe range (85-90 C) running at 850 MHz
May  9 11:11:01 newton mining-supervisor[14198]: card 1 at 83.50 C - Below threshold but card is already at full speed (900 MHz)
153  Bitcoin / Bitcoin Technical Support / Re: Second GPU not recognized by poclbm on: May 03, 2011, 09:04:33 PM
Unfortunately this solution is Linux specific  Sad I had to tell poclbm which X-server it should use. Sounds a bit ridiculous for numbercrunching but i guess it's due to the fact that the GPUs are still graphic cards instead of a co processor from the ATI programmers point of view.

As you mentioned .bat files i guess you are searching for a windows solution... but perhaps my explanation helps you find the windows equivalent?!
154  Bitcoin / Bitcoin Technical Support / Re: Second GPU not recognized by poclbm on: May 03, 2011, 07:36:29 PM
The missing ingredient might be
Code:
DISPLAY=:0

Yeah, you rock like hell :-D Thank you very much. Find 5 Bitcoins in your wallet!
155  Bitcoin / Bitcoin Technical Support / Second GPU not recognized by poclbm on: May 03, 2011, 06:47:34 PM
Hi there. Today I installed a second 5870. However it is not recognized by poclbm  Huh I used varios information scattered around the Wiki and the board . It is installed and initialized. Crossfire is diabled:

* 0. 01:00.0 ATI Radeon HD 5800 Series
  1. 02:00.0 ATI Radeon HD 5800 Series

* - Default adapter


On the first GPU i'm mining with no problems like before:


Adapter 0 - ATI Radeon HD 5800 Series
                            Core (MHz)    Memory (MHz)
           Current Clocks :    850           1200
             Current Peak :    850           1200
  Configurable Peak Range : [600-900]     [900-1300]
                 GPU load :    94%

Adapter 1 - ATI Radeon HD 5800 Series
                            Core (MHz)    Memory (MHz)
           Current Clocks :    157           300
             Current Peak :    850           1200
  Configurable Peak Range : [600-900]     [900-1300]
                 GPU load :    0%


But poclbm does not recognize the second GPU:


No device specified or device not found, use -d to specify one of the following

_[0]   Cypress
_[1]   AMD Athlon(tm) 64 X2 Dual Core Processor 3800+


using -d 1 uses the CPU which is way too slow ;-)

Am I missing something?
156  Bitcoin / Bitcoin Technical Support / Re: new to Bitcoin (need help) on: May 02, 2011, 09:47:01 PM
Hi and welcome to the community :-D

Have a look at the Wiki: https://en.bitcoin.it/wiki/Category:Mining especially this category might get you started: https://en.bitcoin.it/wiki/Category:Miners.

Hope this helps!?
157  Bitcoin / Mining / Re: How To ReStart Frozen GPU? on: May 02, 2011, 09:36:00 PM
I wonder if you still have access to the mashine if your GPU freezes?! If you are running Linux and still have access via SSH for example you could try rmmod/modprobe the driver. Or reenable the CTRL+ALT+BACKSPACE combination /etc/inittab in order to kick and restart the X Server (might still be enabled in your distro) if your keyboard is still alive and being polled by the kernel. Furthermore you might be able to drop to a debug shell if you have Magic System Request enabled in your kernel. But i doubt you might be able to recover from there.

This all are no out-of-the-box solutions and chances are not too high you succeed with any of them, but you might want to tinker with this options if you are using Linux.
158  Bitcoin / Bitcoin Technical Support / Re: 100% CPU usage when GPU mining on: May 01, 2011, 09:43:35 AM
This is a known problem. But it is hard to say under which circumstances this happens. Perhaps you want to have a look at this Thread: http://bitcointalk.org/index.php?topic=6188.0
159  Other / Obsolete (selling) / Re: (Selling) Property in Alternate Universe on: April 29, 2011, 10:38:51 PM
Every single map i've ever seen always says "You are HERE" never "You are THERE".

*loool* YMMD  Grin  Find a Bitcoin in your wallet!
160  Economy / Marketplace / Re: Want to buy about 100-150btc please read if interested... on: April 29, 2011, 09:25:15 PM
You could try https://bitmarket.eu/ Some people there accept Paypal payments. But as riX said it is not very often due to paypal charge-back frauds (Have a look here: http://bitcointalk.org/index.php?topic=3437.0 for more information on this topic)
Pages: « 1 2 3 4 5 6 7 [8] 9 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!