Bitcoin Forum
May 04, 2024, 07:24:01 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Bitcoin Technical Support / help -- importing old wallet on: January 06, 2014, 12:27:28 AM
i was into bitcoin in 2011 and recently found an old hard drive, i thought i had spent all my old coins... but for interests sake i ran wallet-recover (https://bitcointalk.org/index.php?topic=25091.0)

and to my surprise found 198 public/private key pairs. i now have those in a wallet.dat. i'm interested to see if i actually have any money in it (kinda hope i do, but for the life of me i cant remember)

i don't have bitcoin-qt. is there any other method to import the wallet into something like electrum or multibit?
2  Economy / Service Discussion / bitstamp on: December 16, 2013, 03:56:12 AM
what's the general consensus for bitstamp. all the stuff with gox and not crypsty has made me uneasy. have there been many issues with withdrawals from bitstamp (USD or BTC)?
3  Bitcoin / Mining support / [SOLVED] phoenix.py: Permission Denied on: October 10, 2011, 07:35:43 PM
I hadn't update in a while so I downloaded and unpacked phoenix from his thread. tried to run ./phoenix.py with the new phatk2 kernel ( i was on phatk before)


now i get this:



bash: ./phoenix.py: Permission denied



I tried chmod +x with no luck, any ideas?
4  Bitcoin / Mining support / OpenCL only seeing one GPU whilst using Multi-Desktop on: June 28, 2011, 02:48:38 PM
I followed this guide: http://forum.bitcoin.org/?topic=7514.0

aticonfig shows both of my cards.

this is the issue i seem to be having:

I can clone displays(single desktop), in which case both GPU's work for mining. this is the xorg.conf for that:

Code:
Section "ServerLayout"
Identifier     "aticonfig Layout"
Screen      0  "aticonfig-Screen[0]-0" 0 0
Screen         "aticonfig-Screen[1]-0" LeftOf "aticonfig-Screen[0]-0"
EndSection

Section "Module"
EndSection

Section "Monitor"
Identifier   "aticonfig-Monitor[0]-0"
Option    "VendorName" "ATI Proprietary Driver"
Option    "ModelName" "Generic Autodetecting Monitor"
Option    "DPMS" "true"
EndSection

Section "Monitor"
Identifier   "aticonfig-Monitor[1]-0"
Option    "VendorName" "ATI Proprietary Driver"
Option    "ModelName" "Generic Autodetecting Monitor"
Option    "DPMS" "true"
EndSection

Section "Device"
Identifier  "aticonfig-Device[0]-0"
Driver      "fglrx"
BusID       "PCI:1:0:0"
EndSection

Section "Device"
Identifier  "aticonfig-Device[1]-0"
Driver      "fglrx"
BusID       "PCI:2:0:0"
EndSection

Section "Screen"
Identifier "aticonfig-Screen[0]-0"
Device     "aticonfig-Device[0]-0"
Monitor    "aticonfig-Monitor[0]-0"
DefaultDepth     24
SubSection "Display"
Viewport   0 0
Depth     24
EndSubSection
EndSection

Section "Screen"
Identifier "aticonfig-Screen[1]-0"
Device     "aticonfig-Device[1]-0"
Monitor    "aticonfig-Monitor[1]-0"
DefaultDepth     24
SubSection "Display"
Viewport   0 0
Depth     24
EndSubSection
EndSection


I can have a multi-desktop (xinerama still disabled). but only one GPU is seen by the miner. Here's the xorg.conf for the this scenario:


Code:
Section "ServerLayout"
Identifier     "aticonfig Layout"
Screen      0  "aticonfig-Screen[0]-0" 0 0
EndSection

Section "Module"
EndSection

Section "Monitor"
Identifier   "aticonfig-Monitor[0]-0"
Option    "VendorName" "ATI Proprietary Driver"
Option    "ModelName" "Generic Autodetecting Monitor"
Option    "DPMS" "true"
EndSection

Section "Monitor"
Identifier   "aticonfig-Monitor[1]-0"
Option    "VendorName" "ATI Proprietary Driver"
Option    "ModelName" "Generic Autodetecting Monitor"
Option    "DPMS" "true"
EndSection

Section "Monitor"
Identifier   "0-DFP3"
Option    "VendorName" "ATI Proprietary Driver"
Option    "ModelName" "Generic Autodetecting Monitor"
Option    "DPMS" "true"
Option    "PreferredMode" "1920x1080"
Option    "TargetRefresh" "60"
Option    "Position" "1920 0"
Option    "Rotate" "normal"
Option    "Disable" "false"
EndSection

Section "Monitor"
Identifier   "0-DFP4"
Option    "VendorName" "ATI Proprietary Driver"
Option    "ModelName" "Generic Autodetecting Monitor"
Option    "DPMS" "true"
Option    "PreferredMode" "1920x1080"
Option    "TargetRefresh" "60"
Option    "Position" "0 0"
Option    "Rotate" "normal"
Option    "Disable" "false"
EndSection

Section "Device"
Identifier  "aticonfig-Device[0]-0"
Driver      "fglrx"
Option    "Monitor-DFP3" "0-DFP3"
Option    "Monitor-DFP4" "0-DFP4"
BusID       "PCI:1:0:0"
EndSection

Section "Device"
Identifier  "aticonfig-Device[1]-0"
Driver      "fglrx"
BusID       "PCI:2:0:0"
EndSection

Section "Screen"
Identifier "aticonfig-Screen[0]-0"
Device     "aticonfig-Device[0]-0"
DefaultDepth     24
SubSection "Display"
Viewport   0 0
Virtual   3840 1920
Depth     24
EndSubSection
EndSection

Section "Screen"
Identifier "aticonfig-Screen[1]-0"
Device     "aticonfig-Device[1]-0"
Monitor    "aticonfig-Monitor[1]-0"
DefaultDepth     24
SubSection "Display"
Viewport   0 0
Depth     24
EndSubSection
EndSection

what i would like to be able to do is have a multi-desktop (2 monitors where I can drag windows between them, not cloned) and have the miner recognize both GPUs. i'm willing to try anything guys. thanks!
5  Other / Beginners & Help / Linux only recognizing one card on: June 26, 2011, 11:23:41 PM
I followed this guide: http://forum.bitcoin.org/?topic=7514.0

aticonfig shows both of my cards.


$ aticonfig --odgc --adapter=all

Adapter 0 - ATI Radeon HD 5800 Series 
                            Core (MHz)    Memory (MHz)
           Current Clocks :    800           1000
             Current Peak :    800           1000
  Configurable Peak Range : [800-1200]     [1000-1500]
                 GPU load :    0%

Adapter 1 - ATI Radeon HD 5700 Series
                            Core (MHz)    Memory (MHz)
           Current Clocks :    400           1200
             Current Peak :    860           1200
  Configurable Peak Range : [600-960]     [1200-1445]
                 GPU load :    0%




but when i run phoenix (using poclbm) it only lists my cpu and my adapter 0 card. it doesn't have show my other device. any help?
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!