Bitcoin Forum
June 16, 2024, 08:15:55 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 [99] 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 »
1961  Bitcoin / Mining software (miners) / Re: BitMinter client (Win/Linux/Mac, NEW: BFL ASIC and Block Erupter USB supported) on: August 27, 2013, 06:06:26 PM
Code:
2013.08.27 [20:03] Icarus (ttyUSB4): Tuning timers. 
2013.08.27 [20:03] Device detected on ttyUSB6: Icarus
2013.08.27 [20:03]  Probe of port ttyUSB7 failed: JTermios call returned -1 at class purejavacomm.PureJavaSerialPort line 1115
2013.08.27 [20:03] Icarus (ttyUSB5): Tuning timers.
1962  Alternate cryptocurrencies / Mining (Altcoins) / Re: MultiMiner & MobileMiner: Your Coins. Your Pools. Your way. Win/Mac/Linux/Mobile on: August 27, 2013, 05:59:08 PM
If you start typing the beginning of a coin name or use the arrows does it help at all? If not I'll look to see if there's some way to handle that. Mono applications have little quirks like this under a non-Windows OS, but I'd be happy to try to fix it for you if you cannot select the coins by typing.
no - this was the first thing I have tried, but no go..
1963  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ECO] EcoCoin | Long-term support/market on: August 27, 2013, 05:49:52 PM
Code:
alert.cpp:244:1: schwerwiegender Fehler: Abhängigkeitsdatei »obj/alert.d« wird geöffnet: Datei oder Verzeichnis nicht gefunden
Kompilierung beendet.
make: *** [obj/alert.o] Fehler 1
QtCreator:
Code:
:-1: Fehler:No rule to make target `src/qt/forms/sendcoinsdialog.ui', needed by `build/ui_sendcoinsdialog.h'.  Stop.
With no github files, how can you attempt to do it? or should i ask where did you get the files from?
from github...
1964  Bitcoin / Mining software (miners) / Re: CGMINER ASIC FPGA GPU overc monit fanspd RPC linux/win/osx/mip/r-pi 3.4.0 on: August 27, 2013, 05:12:25 PM
hi
is it possible to compile cgminer for/on a linksys NSLU2?
TIA
1965  Alternate cryptocurrencies / Mining (Altcoins) / Re: MultiMiner & MobileMiner: Your Coins. Your Pools. Your way. Win/Mac/Linux/Mobile on: August 27, 2013, 04:29:49 PM
in Ubuntu LTS in the menu add coin the dropdown menu goes only to Mincoin and the other coins are not to see and not selectable because end of the screen and scrolling is not availlable...
1966  Bitcoin / Mining software (miners) / Re: BitMinter client (Win/Linux/Mac, NEW: BFL ASIC and Block Erupter USB supported) on: August 27, 2013, 03:06:52 PM
If it works when you wait a while and try manually, but doesn't work scanning automatically, maybe it will help increasing the delay between automated attempts?
I have changed the delay between automated attempts to 120s, but no recover..
1967  Bitcoin / Mining software (miners) / Re: BitMinter client (Win/Linux/Mac, NEW: BFL ASIC and Block Erupter USB supported) on: August 27, 2013, 01:47:06 PM
its really strange every ~1-2 hours BFL LS is stopping and
Code:
2013.08.27 [15:02]  Work rejected. Server says: Stale or alien proof of work 
2013.08.27 [15:27]  Work rejected. Server says: Stale proof of work
2013.08.27 [15:30]  Work rejected. Server says: Stale or alien proof of work
2013.08.27 [15:30]  Work rejected. Server says: Stale proof of work
2013.08.27 [15:36]  BitFORCE (ttyUSB7) ERROR: Disconnected while working
2013.08.27 [15:36]  Cannot write to ttyUSB7: device disconnected (output stream gone)
2013.08.27 [15:36]  Cannot write to ttyUSB7: device disconnected (output stream gone)
2013.08.27 [15:36]  Probe of port ttyUSB7 failed: timeout
it stops and is only recovered if I manually probe all ports for external devices
(after a few minutes)
Code:
2013.08.27 [15:40] Device detected on ttyUSB7: BitFORCE SC 1.0
or I restart (stop and make a new instance) BitMinter client Huh
BE and Jalapeno are working further
is there any way to automatically stop and restart BitMinter client every ~1-2 hours?
TIA
1968  Bitcoin / Project Development / Re: Qt Bitcoin Trader [OpenSource Mt.Gox/BTC-e trading client for Mac/Windows/Linux] on: August 27, 2013, 01:14:29 PM
Edit QtBitcoinTrader.pro
Set Line 10 to:
QT += network

Edit main.h
Comment line
#define USE_QTMULTIMEDIA
have done this, but no go
Code:
/usr/bin/uic-qt4 addrulewindow.ui -o ui_addrulewindow.h
/usr/bin/uic-qt4 feecalculator.ui -o ui_feecalculator.h
/usr/bin/uic-qt4 newpassworddialog.ui -o ui_newpassworddialog.h
/usr/bin/uic-qt4 passworddialog.ui -o ui_passworddialog.h
/usr/bin/uic-qt4 qtbitcointrader.ui -o ui_qtbitcointrader.h
/usr/bin/uic-qt4 translationabout.ui -o ui_translationabout.h
/usr/bin/uic-qt4 translationdialog.ui -o ui_translationdialog.h
/usr/bin/uic-qt4 updaterdialog.ui -o ui_updaterdialog.h
g++ -c -m64 -pipe -O2 -Wall -W -D_REENTRANT -DQT_WEBKIT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++-64 -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -I. -I. -o aboutdialog.o aboutdialog.cpp
In file included from main.h:14:0,
                 from aboutdialog.cpp:11:
qtbitcointrader.h:15:17: schwerwiegender Fehler: QHttp: Datei oder Verzeichnis nicht gefunden
Kompilierung beendet.
make: *** [aboutdialog.o] Fehler 1
1969  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ECO] EcoCoin | Long-term support/market on: August 27, 2013, 12:29:58 PM
Code:
alert.cpp:244:1: schwerwiegender Fehler: Abhängigkeitsdatei »obj/alert.d« wird geöffnet: Datei oder Verzeichnis nicht gefunden
Kompilierung beendet.
make: *** [obj/alert.o] Fehler 1
QtCreator:
Code:
:-1: Fehler:No rule to make target `src/qt/forms/sendcoinsdialog.ui', needed by `build/ui_sendcoinsdialog.h'.  Stop.
1970  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANNOUNCE] Tenebrix, a CPU-friendly, GPU-hostile cryptocurrency on: August 25, 2013, 06:59:02 PM
But tenebrix was premined, that's its problem...
because of this there was then fairbrix
FBX
https://bitcointalk.org/index.php?topic=46478.0
https://bitcointalk.org/index.php?topic=258148.0

1971  Bitcoin / Mining software (miners) / Re: BitMinter client (Win/Linux/Mac, NEW: BFL ASIC and Block Erupter USB supported) on: August 25, 2013, 11:48:21 AM
Go to "settings" -> "options..." in the menu. On the left side where it says "when new devices connect" make sure you set it to "always start device". This will automatically start mining on devices that are detected. Then go under the "devices" tab in the same window. Make sure "rescan for added/removed devices" is on. Set the rescan interval as you please.

Now it should automatically re-discover any ASICs that disconnect and start mining on them again.

thx, exactly so I had it configured (rescan is @default @10s), but last 10h LS was not discovered...
1972  Bitcoin / Mining software (miners) / Re: BitMinter client (Win/Linux/Mac, NEW: BFL ASIC and Block Erupter USB supported) on: August 25, 2013, 11:32:05 AM
last night the BFL LS was away again; - in the morning when I came I have done
"probe all ports for external devices"
and BFL LS was here again
therefore it will be a good feature in the menu
Perform scheduled actions
to do "probe all ports for external devices"
~ all 2 hours
TIA
1973  Alternate cryptocurrencies / Mining (Altcoins) / Re: MultiMiner & MobileMiner: Your Coins. Your Pools. Your way. Win/Mac/Linux/Mobile on: August 24, 2013, 09:13:16 PM
Code:
[2013-08-24 23:10:56] Invalid config option --kernel: Cannot specify a kernel with scrypt                    
 [2013-08-24 23:10:56] Started bfgminer 3.1.4                   
 [2013-08-24 23:10:56] Loaded configuration file /home/x/.cgminer/cgminer.conf                   
 [2013-08-24 23:10:56] Error in configuration file, partially loaded.                   
 [2013-08-24 23:10:57] Probing for an alive pool                   
 [2013-08-24 23:10:57] Pool 2 slow/down or URL or credentials invalid                   
 [2013-08-24 23:10:58] Pool 0 slow/down or URL or credentials invalid                   
1974  Bitcoin / Mining software (miners) / Re: BitMinter client (Win/Linux/Mac, NEW: BFL ASIC and Block Erupter USB supported) on: August 24, 2013, 08:33:57 PM
perhaps this will tell you something, because you know the difference of the versions:
with v. 1.4.0 the BFL LS does nothing; - only errors
Code:
2013.08.24 [22:30]  BitFORCE (ttyUSB6) ERROR: Unexpected response to work results poll command: 7263D42502FF3564936F793A8A4EFBE44AA37627B96C0B48D117F6F3837EF0C4,F52D848A521917BC19415257,3,0 
2013.08.24 [22:30]  BitFORCE (ttyUSB6) ERROR: Unexpected response to queue job pack command: 7263D42502FF3564936F793A8A4EFBE44AA37627B96C0B48D117F6F3837EF0C4,F52D848A521917BD19415257,2,2,41B5ACB6,7BA5BD9B
2013.08.24 [22:30]  BitFORCE (ttyUSB6) ERROR: Unexpected response to work results poll command: 7263D42502FF3564936F793A8A4EFBE44AA37627B96C0B48D117F6F3837EF0C4,F52D848A521917BE19415257,5,2,681FBEFD,A6F2A3DC
2013.08.24 [22:30]  BitFORCE (ttyUSB6) ERROR: Unexpected response to queue job pack command: OK
2013.08.24 [22:30]  BitFORCE (ttyUSB6) ERROR: Unexpected response to work results poll command: 7263D42502FF3564936F793A8A4EFBE44AA37627B96C0B48D117F6F3837EF0C4,F52D
all other devices are working...
1975  Alternate cryptocurrencies / Mining (Altcoins) / Re: MultiMiner & MobileMiner: Your Coins. Your Pools. Your way. Win/Mac/Linux/Mobile on: August 24, 2013, 08:17:20 PM
Code:
/usr/bin/bfgminer --scrypt -I D  -o x:y:0 -u x -p y -d 0 -d 1 --api-listen --api-port 4028 --api-allow W:127.0.0.1 -T
 [2013-08-24 22:14:44] Invalid config option --algo: Can only use scrypt algorithm                   
 [2013-08-24 22:14:44] Invalid config option --kernel: Cannot specify a kernel with scrypt                   
 [2013-08-24 22:14:44] Started bfgminer 3.1.4                   
 [2013-08-24 22:14:44] Loaded configuration file /home/x/.bfgminer/bfgminer.conf                   
 [2013-08-24 22:14:44] Error in configuration file, partially loaded.                   
Too many values passed to set temp cutoff
1976  Bitcoin / Hardware / Re: [Work in progess] Burnins Avalon Chip to mining board service on: August 24, 2013, 08:08:53 PM
Code:
usb_write error on avalon write
BTB0: conns error (buffer)
I have nearly the same but only with BFL LS
Code:
2013.08.24 [21:25]  Cannot write to ttyUSB6: device disconnected (output stream gone) 
2013.08.24 [21:25]  Probe of port ttyUSB6 failed: timeout
2013.08.24 [21:26]  Cannot write to ttyUSB6: device disconnected (output stream gone)
2013.08.24 [21:27]  Cannot write to ttyUSB6: device disconnected (output stream gone)
2013.08.24 [21:27]  Cannot write to ttyUSB6: device disconnected (output stream gone)
2013.08.24 [21:27]  Probe of port ttyUSB6 failed: timeout
1977  Bitcoin / Mining software (miners) / Re: BitMinter client (Win/Linux/Mac, NEW: BFL ASIC and Block Erupter USB supported) on: August 24, 2013, 07:34:21 PM
around every ~2 hours I have BFL LS errors
Code:
2013.08.24 [20:48] FPGA device detected on ttyUSB11: Icarus 
2013.08.24 [20:48] ASIC device detected on ttyUSB6: BitFORCE SC 1.0
2013.08.24 [20:48] Icarus (ttyUSB10): Tuning timers.
2013.08.24 [20:48] Icarus (ttyUSB11): Tuning timers.
2013.08.24 [20:50]  Work rejected. Server says: Stale proof of work
2013.08.24 [20:51]  Work rejected. Server says: Stale proof of work
2013.08.24 [21:14]  BitFORCE (ttyUSB6) ERROR: Unexpected response to work results poll command: C5A29
2013.08.24 [21:14]  BitFORCE (ttyUSB6) ERROR: Unexpected response to queue job pack command: OK
2013.08.24 [21:14]  BitFORCE (ttyUSB6) ERROR: Unexpected response to work results poll command: OK:QUEUED 4
2013.08.24 [21:25]  BitFORCE (ttyUSB6) ERROR: Disconnected while working
2013.08.24 [21:25]  Cannot write to ttyUSB6: device disconnected (output stream gone)
2013.08.24 [21:25]  Probe of port ttyUSB6 failed: timeout
2013.08.24 [21:26]  Cannot write to ttyUSB6: device disconnected (output stream gone)
2013.08.24 [21:27]  Cannot write to ttyUSB6: device disconnected (output stream gone)
2013.08.24 [21:27]  Cannot write to ttyUSB6: device disconnected (output stream gone)
2013.08.24 [21:27]  Probe of port ttyUSB6 failed: timeout
the Jalapeno and Eruptors are working though
I have tried different USB ports and now BFL LS on a Anker USB 3.0 Hub -> same errors
only resolving is if I kill client and start new Huh
1.4.1Beta2
1978  Local / Mining (Deutsch) / Re: Avalon Gemeinschaftsprojekt. 3 Geräte = 255 Ghash/s gekauft. on: August 24, 2013, 07:22:38 PM
das HW modding würde sich auszahlen:
https://bitcointalk.org/index.php?topic=271575.msg2968737#msg2968737
Quote
at 108GH w/ 3 modules now
1979  Alternate cryptocurrencies / Mining (Altcoins) / Re: MultiMiner & MobileMiner: Your Coins. Your Pools. Your way. Win/Mac/Linux/Mobile on: August 24, 2013, 07:16:16 PM
MultiMiner doesn't pass "-o x:y:0 -u x -p y" to the miners - I'm assuming you put those into the settings for miner arguments? Try removing those.
no I have this with x and y written because there have been my login data...
1980  Local / Biete / Re: Community Mining - KnCMiner *** Pool-Wahl *** on: August 24, 2013, 07:00:42 PM
Wer noch Interesse an Shares hat kann sich bei mir melden.
2 gekauft
Code:
ID: 2e47d310a433f60db732c1d468262f4df95841c8a79552037fd89c5261a6a3c0
Pages: « 1 ... 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 [99] 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!