Bitcoin Forum
April 23, 2024, 05:22:41 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 [42] 43 44 45 46 47 48 49 50 »
  Print  
Author Topic: FPGA development board "Icarus" - DisContinued/ important announcement  (Read 207221 times)
kano
Legendary
*
Offline Offline

Activity: 4466
Merit: 1798


Linux since 1997 RedHat 4


View Profile
March 26, 2012, 10:06:09 AM
 #821

So ... no Accepted or Rejected shares for 2 days?
(That code is used to generate the actual share displayed, the "00000000.xxxxxxxx.xxxxxxxx" bit that is also used to determine if you generated a block)

I'm not explaining myself too well. I disabled (i.e. commented out) the call to that function and everything works great. The block gerenation detection is only there for logging purposes and doesn't prevent normal functioning.
Yeah I know - I wrote and added it ...

OK you changed the code to not display that - well that's different Tongue

Either way, if there is a problem yes I do want to know, it's just that that function is called every time a share is generated (Accepted or Rejected) so I was wondering why it wasn't being called for 2 days Smiley
(as you have answered)

Pool: https://kano.is - low 0.5% fee PPLNS 3 Days - Most reliable Solo with ONLY 0.5% fee   Bitcointalk thread: Forum
Discord support invite at https://kano.is/ Majority developer of the ckpool code - k for kano
The ONLY active original developer of cgminer. Original master git: https://github.com/kanoi/cgminer
1713892961
Hero Member
*
Offline Offline

Posts: 1713892961

View Profile Personal Message (Offline)

Ignore
1713892961
Reply with quote  #2

1713892961
Report to moderator
1713892961
Hero Member
*
Offline Offline

Posts: 1713892961

View Profile Personal Message (Offline)

Ignore
1713892961
Reply with quote  #2

1713892961
Report to moderator
1713892961
Hero Member
*
Offline Offline

Posts: 1713892961

View Profile Personal Message (Offline)

Ignore
1713892961
Reply with quote  #2

1713892961
Report to moderator
Bitcoin addresses contain a checksum, so it is very unlikely that mistyping an address will cause you to lose money.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
makomk
Hero Member
*****
Offline Offline

Activity: 686
Merit: 564


View Profile
March 26, 2012, 01:41:14 PM
 #822

Because xiangfu tested and found no issues I'm pretty sure nothing's wrong with the code itself. It's probably my toolchain or something with the device, I just mentioned the code because without calling that function my openwrt cgminer has been running for 2 days now and as soon as it gets called, segfault.
I suspect from looking at the code that you might be running into an alignment issue. The code in regeneratehash assumes that it can take a pointer to an array of type "unsigned char", cast it to a pointer to uint32_t, and access the contents of the array as though it contained 32-bit integers. This works fine on normal x86 machines which have very lax alignment requirements, but ARM requires memory that's accessed in this way to be aligned on 4-byte boundaries in RAM and it probably won't be because the compiler wasn't told that the data needed to be accessed in this way. So cgminer is going to crash.

Quad XC6SLX150 Board: 860 MHash/s or so.
SIGS ABOUT BUTTERFLY LABS ARE PAID ADS
xiangfu
Full Member
***
Offline Offline

Activity: 120
Merit: 100


View Profile
March 27, 2012, 08:12:41 AM
 #823

make sense.

Because xiangfu tested and found no issues I'm pretty sure nothing's wrong with the code itself. It's probably my toolchain or something with the device, I just mentioned the code because without calling that function my openwrt cgminer has been running for 2 days now and as soon as it gets called, segfault.
I suspect from looking at the code that you might be running into an alignment issue. The code in regeneratehash assumes that it can take a pointer to an array of type "unsigned char", cast it to a pointer to uint32_t, and access the contents of the array as though it contained 32-bit integers. This works fine on normal x86 machines which have very lax alignment requirements, but ARM requires memory that's accessed in this way to be aligned on 4-byte boundaries in RAM and it probably won't be because the compiler wasn't told that the data needed to be accessed in this way. So cgminer is going to crash.
chungenhung
Legendary
*
Offline Offline

Activity: 1134
Merit: 1005


View Profile
March 28, 2012, 09:28:31 PM
 #824

does anyone sell power cords to connect from ATX power supply to Icarus?
Or if you want to make it and sell it. PM me.
twmz
Hero Member
*****
Offline Offline

Activity: 737
Merit: 500



View Profile
March 30, 2012, 12:52:42 PM
 #825

I'm getting some odd behavior from one of my icarus boards.  The symptom seems to be that every time it finds a share, the miner sees it as two shares that are the same.  Of course the second one gets rejected as a duplicate.  Here is example from MPBM:

Code:
2012-03-30 06:30:39.812854 [350]: Icarus 0 found share: BTCProxy:0000000163abd0bd61fa5d7d42cab7eb3be533512f782aa3f2608e3a0000087200000000f8e7cdd443fb0bc6d2d933fddd7dfd8f08e21a12ef6d45751ea616c54dd5327a4f7598b41a0a507e:96729b3a
2012-03-30 06:30:39.813580 [350]: Icarus 0 found share: BTCProxy:0000000163abd0bd61fa5d7d42cab7eb3be533512f782aa3f2608e3a0000087200000000f8e7cdd443fb0bc6d2d933fddd7dfd8f08e21a12ef6d45751ea616c54dd5327a4f7598b41a0a507e:96729b3a
2012-03-30 06:30:39.853994 [400]: Mining BTCProxy:0000000163abd0bd61fa5d7d42cab7eb3be533512f782aa3f2608e3a00000872000000007147b19ecba613c5b68fbddc0777343cfc65f3dae2a4f28fcd058d18fd0c06034f7598b91a0a507e on Icarus 0
2012-03-30 06:30:40.198653 [500]: BTCProxy: Got 1 jobs
2012-03-30 06:30:40.202807 [250]: BTCProxy accepted share 96729b3a (difficulty 1.34014)
2012-03-30 06:30:40.319497 [200]: BTCProxy rejected share 96729b3a (difficulty 1.34014): Unknown reason
2012-03-30 06:30:42.819884 [350]: Icarus 0 found share: BTCProxy:0000000163abd0bd61fa5d7d42cab7eb3be533512f782aa3f2608e3a00000872000000007147b19ecba613c5b68fbddc0777343cfc65f3dae2a4f28fcd058d18fd0c06034f7598b91a0a507e:c08f8021
2012-03-30 06:30:42.820828 [350]: Icarus 0 found share: BTCProxy:0000000163abd0bd61fa5d7d42cab7eb3be533512f782aa3f2608e3a00000872000000007147b19ecba613c5b68fbddc0777343cfc65f3dae2a4f28fcd058d18fd0c06034f7598b91a0a507e:c08f8021
2012-03-30 06:30:42.823446 [400]: Mining BTCProxy:0000000163abd0bd61fa5d7d42cab7eb3be533512f782aa3f2608e3a0000087200000000afe089209862ec0ac0038b7e62fda7528d9c7d44f9aeb8b50502539f06248ddc4f7598c01a0a507e on Icarus 0
2012-03-30 06:30:42.921271 [500]: BTCProxy: Got 1 jobs
2012-03-30 06:30:42.938696 [250]: BTCProxy accepted share c08f8021 (difficulty 1.18879)
2012-03-30 06:30:43.057058 [200]: BTCProxy rejected share c08f8021 (difficulty 1.18879): Unknown reason

I tried this with cgminer also and it doesn't list any errors about duplicates (perhaps because it is quietly detecting the duplicates and ignoring them?).  However, that board has a Utility stat of only 2.5 instead of being close to 5.2.  So perhaps it is still happening and the extra round trips are reducing the effective hashrate.

Note, this does not happen on my other icarus board.  The other one is working normally.  In fact the board that is currently acting up was working fine for a day or two before this started happening.

I thought it might be a heat problem, so I stopped it for an hour to let it cool completely down, but the problem persisted right away after rebooting my host computer and starting mining.

Anyone seen anything like this before?

Was I helpful?  1TwmzX1wBxNF2qtAJRhdKmi2WyLZ5VHRs
WoT, GPG

Bitrated user: ewal.
TheSeven
Hero Member
*****
Offline Offline

Activity: 504
Merit: 500


FPGA Mining LLC


View Profile WWW
March 30, 2012, 02:09:00 PM
 #826

I'm getting some odd behavior from one of my icarus boards.  The symptom seems to be that every time it finds a share, the miner sees it as two shares that are the same.  Of course the second one gets rejected as a duplicate.  Here is example from MPBM:

Code:
2012-03-30 06:30:39.812854 [350]: Icarus 0 found share: BTCProxy:0000000163abd0bd61fa5d7d42cab7eb3be533512f782aa3f2608e3a0000087200000000f8e7cdd443fb0bc6d2d933fddd7dfd8f08e21a12ef6d45751ea616c54dd5327a4f7598b41a0a507e:96729b3a
2012-03-30 06:30:39.813580 [350]: Icarus 0 found share: BTCProxy:0000000163abd0bd61fa5d7d42cab7eb3be533512f782aa3f2608e3a0000087200000000f8e7cdd443fb0bc6d2d933fddd7dfd8f08e21a12ef6d45751ea616c54dd5327a4f7598b41a0a507e:96729b3a
2012-03-30 06:30:39.853994 [400]: Mining BTCProxy:0000000163abd0bd61fa5d7d42cab7eb3be533512f782aa3f2608e3a00000872000000007147b19ecba613c5b68fbddc0777343cfc65f3dae2a4f28fcd058d18fd0c06034f7598b91a0a507e on Icarus 0
2012-03-30 06:30:40.198653 [500]: BTCProxy: Got 1 jobs
2012-03-30 06:30:40.202807 [250]: BTCProxy accepted share 96729b3a (difficulty 1.34014)
2012-03-30 06:30:40.319497 [200]: BTCProxy rejected share 96729b3a (difficulty 1.34014): Unknown reason
2012-03-30 06:30:42.819884 [350]: Icarus 0 found share: BTCProxy:0000000163abd0bd61fa5d7d42cab7eb3be533512f782aa3f2608e3a00000872000000007147b19ecba613c5b68fbddc0777343cfc65f3dae2a4f28fcd058d18fd0c06034f7598b91a0a507e:c08f8021
2012-03-30 06:30:42.820828 [350]: Icarus 0 found share: BTCProxy:0000000163abd0bd61fa5d7d42cab7eb3be533512f782aa3f2608e3a00000872000000007147b19ecba613c5b68fbddc0777343cfc65f3dae2a4f28fcd058d18fd0c06034f7598b91a0a507e:c08f8021
2012-03-30 06:30:42.823446 [400]: Mining BTCProxy:0000000163abd0bd61fa5d7d42cab7eb3be533512f782aa3f2608e3a0000087200000000afe089209862ec0ac0038b7e62fda7528d9c7d44f9aeb8b50502539f06248ddc4f7598c01a0a507e on Icarus 0
2012-03-30 06:30:42.921271 [500]: BTCProxy: Got 1 jobs
2012-03-30 06:30:42.938696 [250]: BTCProxy accepted share c08f8021 (difficulty 1.18879)
2012-03-30 06:30:43.057058 [200]: BTCProxy rejected share c08f8021 (difficulty 1.18879): Unknown reason

I tried this with cgminer also and it doesn't list any errors about duplicates (perhaps because it is quietly detecting the duplicates and ignoring them?).  However, that board has a Utility stat of only 2.5 instead of being close to 5.2.  So perhaps it is still happening and the extra round trips are reducing the effective hashrate.

Note, this does not happen on my other icarus board.  The other one is working normally.  In fact the board that is currently acting up was working fine for a day or two before this started happening.

I thought it might be a heat problem, so I stopped it for an hour to let it cool completely down, but the problem persisted right away after rebooting my host computer and starting mining.

Anyone seen anything like this before?

This looks like both FPGAs are probably processing the same nonces, instead of splitting the range properly, i.e. one of the FPGAs thinks it would actually be the other one.
I'm not sure how exactly an FPGA determines which one it is, but the presence of dip switches near each FPGA that are set to different values makes me suspect that these might be controlling it.

Can you compare the dip switch settings of a working board with the misbehaving one? If they are different between boards (especially if both FPGAs on the misbehaving board set to the same value) that could explain this issue.

My tip jar: 13kwqR7B4WcSAJCYJH1eXQcxG5vVUwKAqY
twmz
Hero Member
*****
Offline Offline

Activity: 737
Merit: 500



View Profile
March 30, 2012, 02:49:06 PM
 #827

I'm getting some odd behavior from one of my icarus boards.  The symptom seems to be that every time it finds a share, the miner sees it as two shares that are the same.  Of course the second one gets rejected as a duplicate.  Here is example from MPBM:

Can you compare the dip switch settings of a working board with the misbehaving one? If they are different between boards (especially if both FPGAs on the misbehaving board set to the same value) that could explain this issue.

Ah, good idea.  I'll check when I get home.  Note, this started happening at about the same time that I physically reorganized my rigs and moved these boards to a different location, so maybe I bumped something.

Was I helpful?  1TwmzX1wBxNF2qtAJRhdKmi2WyLZ5VHRs
WoT, GPG

Bitrated user: ewal.
allinvain
Legendary
*
Offline Offline

Activity: 3080
Merit: 1080



View Profile WWW
March 30, 2012, 04:12:57 PM
 #828

does anyone sell power cords to connect from ATX power supply to Icarus?
Or if you want to make it and sell it. PM me.

https://bitcointalk.org/index.php?topic=74397.0

ngzhang (OP)
Hero Member
*****
Offline Offline

Activity: 592
Merit: 501


We will stand and fight.


View Profile
March 30, 2012, 06:33:33 PM
 #829

I'm getting some odd behavior from one of my icarus boards.  The symptom seems to be that every time it finds a share, the miner sees it as two shares that are the same.  Of course the second one gets rejected as a duplicate.  Here is example from MPBM:

Code:
2012-03-30 06:30:39.812854 [350]: Icarus 0 found share: BTCProxy:0000000163abd0bd61fa5d7d42cab7eb3be533512f782aa3f2608e3a0000087200000000f8e7cdd443fb0bc6d2d933fddd7dfd8f08e21a12ef6d45751ea616c54dd5327a4f7598b41a0a507e:96729b3a
2012-03-30 06:30:39.813580 [350]: Icarus 0 found share: BTCProxy:0000000163abd0bd61fa5d7d42cab7eb3be533512f782aa3f2608e3a0000087200000000f8e7cdd443fb0bc6d2d933fddd7dfd8f08e21a12ef6d45751ea616c54dd5327a4f7598b41a0a507e:96729b3a
2012-03-30 06:30:39.853994 [400]: Mining BTCProxy:0000000163abd0bd61fa5d7d42cab7eb3be533512f782aa3f2608e3a00000872000000007147b19ecba613c5b68fbddc0777343cfc65f3dae2a4f28fcd058d18fd0c06034f7598b91a0a507e on Icarus 0
2012-03-30 06:30:40.198653 [500]: BTCProxy: Got 1 jobs
2012-03-30 06:30:40.202807 [250]: BTCProxy accepted share 96729b3a (difficulty 1.34014)
2012-03-30 06:30:40.319497 [200]: BTCProxy rejected share 96729b3a (difficulty 1.34014): Unknown reason
2012-03-30 06:30:42.819884 [350]: Icarus 0 found share: BTCProxy:0000000163abd0bd61fa5d7d42cab7eb3be533512f782aa3f2608e3a00000872000000007147b19ecba613c5b68fbddc0777343cfc65f3dae2a4f28fcd058d18fd0c06034f7598b91a0a507e:c08f8021
2012-03-30 06:30:42.820828 [350]: Icarus 0 found share: BTCProxy:0000000163abd0bd61fa5d7d42cab7eb3be533512f782aa3f2608e3a00000872000000007147b19ecba613c5b68fbddc0777343cfc65f3dae2a4f28fcd058d18fd0c06034f7598b91a0a507e:c08f8021
2012-03-30 06:30:42.823446 [400]: Mining BTCProxy:0000000163abd0bd61fa5d7d42cab7eb3be533512f782aa3f2608e3a0000087200000000afe089209862ec0ac0038b7e62fda7528d9c7d44f9aeb8b50502539f06248ddc4f7598c01a0a507e on Icarus 0
2012-03-30 06:30:42.921271 [500]: BTCProxy: Got 1 jobs
2012-03-30 06:30:42.938696 [250]: BTCProxy accepted share c08f8021 (difficulty 1.18879)
2012-03-30 06:30:43.057058 [200]: BTCProxy rejected share c08f8021 (difficulty 1.18879): Unknown reason

I tried this with cgminer also and it doesn't list any errors about duplicates (perhaps because it is quietly detecting the duplicates and ignoring them?).  However, that board has a Utility stat of only 2.5 instead of being close to 5.2.  So perhaps it is still happening and the extra round trips are reducing the effective hashrate.

Note, this does not happen on my other icarus board.  The other one is working normally.  In fact the board that is currently acting up was working fine for a day or two before this started happening.

I thought it might be a heat problem, so I stopped it for an hour to let it cool completely down, but the problem persisted right away after rebooting my host computer and starting mining.

Anyone seen anything like this before?

this behavior usually happen when set the FPGA ID to the same value. this  variable is set by S2-2 and S3-2 switches.
please  notice if they set to a same value, or cause by something like switch internal poorconnection.

a solution is change the S2-2 and S3-2 value to opposite.
twmz
Hero Member
*****
Offline Offline

Activity: 737
Merit: 500



View Profile
March 31, 2012, 12:33:04 AM
 #830

I'm getting some odd behavior from one of my icarus boards.  The symptom seems to be that every time it finds a share, the miner sees it as two shares that are the same.  Of course the second one gets rejected as a duplicate.  Here is example from MPBM:


this behavior usually happen when set the FPGA ID to the same value. this  variable is set by S2-2 and S3-2 switches.
please  notice if they set to a same value, or cause by something like switch internal poorconnection.

a solution is change the S2-2 and S3-2 value to opposite.

Well, I looked at the board and they looked correct.  However, just to be sure, I flipped both dip switches and then flipped them back.  Now it is working again.  So maybe it was just not entirely flipped.

Was I helpful?  1TwmzX1wBxNF2qtAJRhdKmi2WyLZ5VHRs
WoT, GPG

Bitrated user: ewal.
kano
Legendary
*
Offline Offline

Activity: 4466
Merit: 1798


Linux since 1997 RedHat 4


View Profile
March 31, 2012, 03:27:08 PM
 #831

I'm getting some odd behavior from one of my icarus boards.  The symptom seems to be that every time it finds a share, the miner sees it as two shares that are the same.  Of course the second one gets rejected as a duplicate.  Here is example from MPBM:


this behavior usually happen when set the FPGA ID to the same value. this  variable is set by S2-2 and S3-2 switches.
please  notice if they set to a same value, or cause by something like switch internal poorconnection.

a solution is change the S2-2 and S3-2 value to opposite.

Well, I looked at the board and they looked correct.  However, just to be sure, I flipped both dip switches and then flipped them back.  Now it is working again.  So maybe it was just not entirely flipped.
ngzhang's answer and you being able to fix it is really good to know!
(for possible future reference Smiley )

Pool: https://kano.is - low 0.5% fee PPLNS 3 Days - Most reliable Solo with ONLY 0.5% fee   Bitcointalk thread: Forum
Discord support invite at https://kano.is/ Majority developer of the ckpool code - k for kano
The ONLY active original developer of cgminer. Original master git: https://github.com/kanoi/cgminer
tgmarks
Donator
Hero Member
*
Offline Offline

Activity: 490
Merit: 500


View Profile
April 02, 2012, 08:56:07 PM
 #832

Just jumping in to hear about lancelot...

Turbor
Legendary
*
Offline Offline

Activity: 1022
Merit: 1000


BitMinter


View Profile WWW
April 03, 2012, 10:41:40 AM
Last edit: April 03, 2012, 10:52:11 AM by Turbor
 #833

I compiled Windows binaries from 2.3.2 sources, with --enable-icarus, I'm getting the following
error:

[2012-04-03 00:21:01] Started cgminer 2.3.2
[2012-04-03 00:21:09] Icarus Read: No data in 8 seconds
[2012-04-03 00:21:10] Icarus Detect: Test failed at com3: get 00000000, should: 063c5e0

I've tried all 5 cards, one at the time.  I get the above error for all 5 cards.

Has anyone got cgminer to work with icarus cards on Windows 7?

I'm using 1.5.2 prolific installer for the usb-com driver.
(Same result with 1.5.0 installer)

Tried different USB cables, no luck. Power supply provides 12.2V open.  

It looks like cgminer is not communicating with the card.  Same error as when the power is off.


I use my Icarus with "enable-icarus" : true, and "scan-serial" : "COMX", in the conf file. Works well. I had to pull the usb cable one time because cgminer and mpbm did not recognize the board. Restarting the board did not help. Perhaps you can try with scan serial option or get cons ready to use version.

Do you have all the other files from ngzhangs git ?

chungenhung
Legendary
*
Offline Offline

Activity: 1134
Merit: 1005


View Profile
April 05, 2012, 07:24:35 PM
 #834

I compiled Windows binaries from 2.3.2 sources, with --enable-icarus, I'm getting the following
error:

[2012-04-03 00:21:01] Started cgminer 2.3.2
[2012-04-03 00:21:09] Icarus Read: No data in 8 seconds
[2012-04-03 00:21:10] Icarus Detect: Test failed at com3: get 00000000, should: 063c5e0

I've tried all 5 cards, one at the time.  I get the above error for all 5 cards.

Has anyone got cgminer to work with icarus cards on Windows 7?

I'm using 1.5.2 prolific installer for the usb-com driver.
(Same result with 1.5.0 installer)

Tried different USB cables, no luck. Power supply provides 12.2V open.  

It looks like cgminer is not communicating with the card.  Same error as when the power is off.


I use my Icarus with "enable-icarus" : true, and "scan-serial" : "COMX", in the conf file. Works well. I had to pull the usb cable one time because cgminer and mpbm did not recognize the board. Restarting the board did not help. Perhaps you can try with scan serial option or get cons ready to use version.

Do you have all the other files from ngzhangs git ?
Tubor, can you post your cgminer config file? I am having trouble running cgminer 2.3.2 on Win7 as well.
When I start, it says "OpenCL.dll" is missing. This is a Icarus only machine. NO GPUS. Do I still need the OpenCL?
TheSeven
Hero Member
*****
Offline Offline

Activity: 504
Merit: 500


FPGA Mining LLC


View Profile WWW
April 05, 2012, 08:31:57 PM
 #835

Tubor, can you post your cgminer config file? I am having trouble running cgminer 2.3.2 on Win7 as well.
When I start, it says "OpenCL.dll" is missing. This is a Icarus only machine. NO GPUS. Do I still need the OpenCL?

At least for MPBM you don't.
No idea about cgminer however. Might be that you need a special GPU-less cgminer build.

My tip jar: 13kwqR7B4WcSAJCYJH1eXQcxG5vVUwKAqY
twmz
Hero Member
*****
Offline Offline

Activity: 737
Merit: 500



View Profile
April 05, 2012, 09:22:07 PM
 #836

Tubor, can you post your cgminer config file? I am having trouble running cgminer 2.3.2 on Win7 as well.
When I start, it says "OpenCL.dll" is missing. This is a Icarus only machine. NO GPUS. Do I still need the OpenCL?

At least for MPBM you don't.
No idea about cgminer however. Might be that you need a special GPU-less cgminer build.

You don't need it to actually mine, but if you are using a pre-built binary that includes OpenCL support you might need to have it on the machine (although it won't actually get used).  If you don't want to install OpenCL, then you'll need to recompile cgminer with the --disable-opencl flag.

Was I helpful?  1TwmzX1wBxNF2qtAJRhdKmi2WyLZ5VHRs
WoT, GPG

Bitrated user: ewal.
chungenhung
Legendary
*
Offline Offline

Activity: 1134
Merit: 1005


View Profile
April 05, 2012, 10:02:40 PM
 #837

Tubor, can you post your cgminer config file? I am having trouble running cgminer 2.3.2 on Win7 as well.
When I start, it says "OpenCL.dll" is missing. This is a Icarus only machine. NO GPUS. Do I still need the OpenCL?

At least for MPBM you don't.
No idea about cgminer however. Might be that you need a special GPU-less cgminer build.

You don't need it to actually mine, but if you are using a pre-built binary that includes OpenCL support you might need to have it on the machine (although it won't actually get used).  If you don't want to install OpenCL, then you'll need to recompile cgminer with the --disable-opencl flag.
Not sure how to compile it manually....
I guess it would be easier for me to install OpenCL. Where would I download just the OpenCL? I know it is included in the AMD stream SDK or the AMD driver package.
twmz
Hero Member
*****
Offline Offline

Activity: 737
Merit: 500



View Profile
April 05, 2012, 11:18:08 PM
 #838

Not sure how to compile it manually....
I guess it would be easier for me to install OpenCL. Where would I download just the OpenCL? I know it is included in the AMD stream SDK or the AMD driver package.

If you have an AMD/ATI graphics card, just install the latest driver.  If you don't, then you'll have to research how to get an OpenCL driver for whatever you do have.

Was I helpful?  1TwmzX1wBxNF2qtAJRhdKmi2WyLZ5VHRs
WoT, GPG

Bitrated user: ewal.
chungenhung
Legendary
*
Offline Offline

Activity: 1134
Merit: 1005


View Profile
April 05, 2012, 11:29:15 PM
 #839

Not sure how to compile it manually....
I guess it would be easier for me to install OpenCL. Where would I download just the OpenCL? I know it is included in the AMD stream SDK or the AMD driver package.

If you have an AMD/ATI graphics card, just install the latest driver.  If you don't, then you'll have to research how to get an OpenCL driver for whatever you do have.
It is a laptop. It has an old Intel integrated graphics. Not sure if there is support for it.
kano
Legendary
*
Offline Offline

Activity: 4466
Merit: 1798


Linux since 1997 RedHat 4


View Profile
April 05, 2012, 11:41:55 PM
 #840

Not sure how to compile it manually....
I guess it would be easier for me to install OpenCL. Where would I download just the OpenCL? I know it is included in the AMD stream SDK or the AMD driver package.

If you have an AMD/ATI graphics card, just install the latest driver.  If you don't, then you'll have to research how to get an OpenCL driver for whatever you do have.
It is a laptop. It has an old Intel integrated graphics. Not sure if there is support for it.
I've got both (GPU and Icarus) and also use Linux (not windows) so I'm not sure, but ...

If it isn't a runtime/windows error starting cgminer maybe "-G" will stop the error?

Pool: https://kano.is - low 0.5% fee PPLNS 3 Days - Most reliable Solo with ONLY 0.5% fee   Bitcointalk thread: Forum
Discord support invite at https://kano.is/ Majority developer of the ckpool code - k for kano
The ONLY active original developer of cgminer. Original master git: https://github.com/kanoi/cgminer
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 [42] 43 44 45 46 47 48 49 50 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!