Bitcoin Forum
May 06, 2024, 09:55:51 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 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 »
1221  Bitcoin / Hardware / Re: [ANN] Technobit HEX8A1 - 6/8 chip Coincraft A1 board on: January 12, 2014, 01:56:22 AM
Let the tests begin



Nice  Grin
1222  Bitcoin / Hardware / Re: [ANN] Technobit 40 GH/s HEX16B(Bitfury ) now shipping on: January 11, 2014, 11:45:12 AM
Hi,

where do I find the cgminer status on the TL-MR3020 router with version 0.1.3?? There is a screenshot in the technobit shop under accessories showing the status http://technobit.eu/index.php?id_product=37&controller=product&id_lang=1.

regards.
This has been removed in latest builds. However all you need can be found under cgminer-api-log via web interface
Best

Actually the cgminer status had been hidden since the first time marto publish the image(since 0.0.2)  Cheesy

I had been playing with cgminerstatus.lua all day but no luck to get any reading  Grin



Also had additional info on cgminer api log now "Summary"  Grin



1223  Bitcoin / Mining software (miners) / Re: CGMINER ASIC FPGA miner monitoring RPC linux/win/osx/mips/arm/r-pi 3.10.0 on: January 11, 2014, 03:23:44 AM
Thanks for that.

This actually looks like a bug with the stratum reconnect code in cgminer since it's happening shortly after btcguild is issuing a reconnect (i.e. change address request), and is coincidental that it's happening for you with the nanofury. Unfortunately I don't have the time to debug and fix this at the moment so a workaround would be to use the redirection address you see in your logs directly instead of the standard btcguild pool address (or a different pool). I've just pushed some generic changes to git which might help this but I don't imagine it will be enough.

No problem  Grin

And yes, changing to the redirect address work, less error now. Thanks ck & happy holiday  Grin
1224  Bitcoin / Mining software (miners) / Re: CGMINER ASIC FPGA miner monitoring RPC linux/win/osx/mips/arm/r-pi 3.10.0 on: January 10, 2014, 11:57:56 AM
I just test cgminer3.10.0 on raspi under wheezy without setting to USB 1(delete dwc_otg.speed=1)

Work fine except for the error when start cgminer. After several times restart,  cgminer run fine with nanofury
But after some minute one of nanofury off
Code:
[2014-01-10 19:01:50] NF1 1: Error -7 receiving MCPSPITransfer received 0 of 64
[2014-01-10 19:01:50] NF1 1 failure, disabling!
1225  Bitcoin / Mining software (miners) / Re: CGMINER ASIC FPGA miner monitoring RPC linux/win/osx/mips/arm/r-pi 3.10.0 on: January 10, 2014, 09:32:37 AM
Don't forget I always create drivers for cgminer that report hashrate based on real shares generated, not some arbitrary amount of hashes done (that doesn't translate into meaningful hashrate). I can happily make you a build that shows you making 2.5TH if you like. Make sure you check your pool to see how many effective shares you're submitting with your other drivers... People don't like the truth.

I want to test again for more long interval but keep getting this error



Looks like a real bug. Can you try a debug build following the directions here please:
http://ck.kolivas.org/apps/cgminer/debug/README-debug

Ok, i will try  Smiley

Update:
From bt full command
Code:

#0  0x00016504 in hash_pop () at cgminer.c:5736
        work = 0x0
        tmp = <optimized out>
        hc = <optimized out>
#1  get_work (thr=0x75838, thr_id=91372) at cgminer.c:5929
        work = 0x0
#2  0x0004154c in nf1_scan (info=0x93918, bitfury=0x75580, thr=0x75838)
    at driver-bitfury.c:910
        ret = 0
#3  bitfury_scanwork (thr=0x75838) at driver-bitfury.c:949
        bitfury = 0x75580
        info = 0x93918
#4  0x0001e4fc in hash_driver_work (mythr=0x75838) at cgminer.c:6551
        diff = {tv_sec = 0, tv_usec = 242146}
        hashes = <optimized out>
        tv_start = {tv_sec = 1389374622, tv_usec = 778640}
        tv_end = {tv_sec = 1389374622, tv_usec = 778640}
        cgpu = 0x75580
        drv = 0x75940
        thr_id = 1
        hashes_done = 0
#5  0x0001090c in miner_thread (userdata=0x75838) at cgminer.c:6605
        mythr = 0x75838
        thr_id = <optimized out>
        cgpu = <optimized out>
        drv = 0x75940
        threadname = "miner/1", '\000' <repeats 16 times>
        __func__ = "miner_thread"
#6  0x40267b04 in start_thread () from /lib/arm-linux-gnueabi/libpthread.so.0
No symbol table info available.
#7  0x4037965c in ?? () from /lib/arm-linux-gnueabi/libc.so.6
No symbol table info available.
#8  0x4037965c in ?? () from /lib/arm-linux-gnueabi/libc.so.6
No symbol table info available.
Backtrace stopped: previous frame identical to this frame (corrupt stack?)
1226  Bitcoin / Mining software (miners) / Re: CGMINER ASIC FPGA miner monitoring RPC linux/win/osx/mips/arm/r-pi 3.10.0 on: January 10, 2014, 08:02:38 AM
Don't forget I always create drivers for cgminer that report hashrate based on real shares generated, not some arbitrary amount of hashes done (that doesn't translate into meaningful hashrate). I can happily make you a build that shows you making 2.5TH if you like. Make sure you check your pool to see how many effective shares you're submitting with your other drivers... People don't like the truth.

I want to test again for more long interval but keep getting this error






1227  Bitcoin / Hardware / Re: NanoFury Project - Open Source Design on: January 10, 2014, 07:26:39 AM
Don't forget I always create drivers for cgminer that report hashrate based on real shares generated, not some arbitrary amount of hashes done (that doesn't translate into meaningful hashrate). I can happily make you a build that shows you making 2.5TH if you like. Make sure you check your pool to see how many effective shares you're submitting with your other drivers... People don't like the truth.

Forgive me CK, doesn't mean to offend you.

But i got 2 different error message.



1228  Bitcoin / Hardware / Re: NanoFury Project - Open Source Design on: January 10, 2014, 07:06:42 AM

Yeah it seems not good but testing time is to low. It should run at least an hour or so. 5 mins are just not enough to avoid variance Wink

LOL, it,s getting worse so i switch back to 3.8.5   Cheesy
1229  Bitcoin / Hardware / Re: NanoFury Project - Open Source Design on: January 10, 2014, 06:39:07 AM
It looks like official Nanofury support has been added to CGminer 3.10.0

-T
Can someone share the hash rate output from 3.10?
Thanks

Not good


1230  Bitcoin / Hardware / Re: [ANN] Technobit HEX16A2 - 16 chip Avalon Gen2 board on: January 10, 2014, 03:34:20 AM
From my 4 units i have 2 units not working, they are not even detected via computer neither tp-link router, anyone can help me here ?? Is there something i can do to fix in order not to send them back for swap or technobit to fix ? It will take ages



If that 2 unit not detected if connect directly to PC or router then you got faulty unit.
You need to ask marto for assistant then  Sad
1231  Bitcoin / Hardware / Re: [ANN] Technobit HEX16A2 - 16 chip Avalon Gen2 board on: January 10, 2014, 03:30:55 AM
I have received package with my order. Thanks. Waiting for the Coincraft hex board to order again.

Gratz  Grin

So which courier speedy used?
1232  Bitcoin / Hardware / Re: [ANN] Technobit HEX16A2 - 16 chip Avalon Gen2 board on: January 09, 2014, 12:15:57 AM
Hey there everyone!
I am so close but there is still something going wrong.

........................................
Anyone know why this happens?

Are you sure that your PSU is supplying power to HEX16C? Did the fan spin? Did red LED lit or blinking?
It's would be helpful if you can give us SS of cgminer configuration page.
1233  Bitcoin / Hardware / Re: [ANN] Technobit HEX16A2 - 16 chip Avalon Gen2 board on: January 09, 2014, 12:14:02 AM
can I set up a cron that every xxx minutes cgminer to restart?
because mining speed is always less


I use 0 8 * * * * reboot    to reboot the router every day at 8 am when using 0.0.5 image(cgminer3.6.4).
But since 0.0.6(cgminer3.8.1) it's not require anymore.
1234  Bitcoin / Hardware / Re: [ANN] Technobit HEX16A2 - 16 chip Avalon Gen2 board on: January 08, 2014, 10:28:12 AM

I tried:

Hello,
 
When the parcel reaches the final destination we will be able to give you the reference number and the name of the local agent.
It is still too early for this kind of information to be provided.
I am very sorry if any inconvenience caused.
 
Best regards,
 
Magdalena Shishkova
International clients specialist
Speedy JSC
0 7001 8001

Your parcel should be arrived on friday if it really already leave sofia. Let's see in two more days.
1235  Bitcoin / Hardware / Re: [ANN] Technobit HEX16A2 - 16 chip Avalon Gen2 board on: January 08, 2014, 09:48:05 AM

Ya she would not give me the final destination company or tracking.  

Some people reporting that they received second tracking number from speedy. You can try to ask her  Grin
1236  Bitcoin / Hardware / Re: [ANN] Technobit HEX16A2 - 16 chip Avalon Gen2 board on: January 08, 2014, 09:41:20 AM
.......

Well, I tried both PCIe Ports and also CPU 4 Pin, but one board is still running at ~15GH.
In order to be sure, I tried the board alone, same situation as with all 3 boards.

I will try to get my hands on a second PSU, maybe it will help.
Thanks anyway Smiley

Marto, any clue?

Edit: I tried with an extra PSU (16A) just for this one board, same result

Sound like faulty 4 chips but not so sure. If only your TL-MR3020 not bricked, you can check each chip status in cgminer api log.

I should get a new one this week.
If I am not able to find it, I will get back to you if its okay  Grin!
Thx! Smiley

Sure, no problem  Grin
1237  Bitcoin / Hardware / Re: [ANN] Technobit HEX16A2 - 16 chip Avalon Gen2 board on: January 08, 2014, 09:14:09 AM
Hi,

are people really getting miners? I ordered 3 with 3 colleagues from the december batch and still no sign of shipment. I don't want to know how long my second order with own chips will take, i think with all this delay the money was wasted. :-/

Bye
Michael

Yes, my second order with marto  Grin

UPS tracking number H8552206103
1238  Bitcoin / Hardware / Re: [ANN] Technobit HEX16A2 - 16 chip Avalon Gen2 board on: January 08, 2014, 08:11:01 AM

So Far So good.  

Hello,
 
This parcel left Bulgaria last night.
It was given to us on 06.01. and all the international parcels leave Bulgaria on the next working day.
The parcel is traveling on its way to the final destination.
You can check again its status by writing us again on an email international@speedy.bg and we will provide you the actual status.
If there is anything else that we can do to help you, please let us know.
Have a nice day!
 
Best regards,
 
Magdalena Shishkova
International clients specialist
Speedy JSC
0 7001 8001
www.speedy.bg



Man, i miss magdalena. I mail her everyday when my package stuck for 3 week in sofia  Grin
Speedy tracking number 60046781287  <=== Can't call this as tracking  Angry Angry Angry

If only speedy give me the DHL tracking number at that time, then i won't need to mail them everyday at the fourth week. But speedy so stubborn.
DHL tracking number 5359977873  <=== Real tracking  Grin
1239  Bitcoin / Hardware / Re: [ANN] Technobit HEX16A2 - 16 chip Avalon Gen2 board on: January 08, 2014, 02:20:08 AM

well i made it now with the older version of cgminer. Its just that the boards gets recognized but only for couple of minutes.
works fine now for me..

anyway thank you

The latest patch that available in technobit website afe7710858e4ce28bb60f6ae6e167a18d687634f.patch is for cgminer3.8.5.
It's will not work on other cgminer version.
You can frequently check technobit website for new patch.

Other old patch:
7ddb94d6964f2451d2e76f70b069dfdf2b3d4d6f.patch is for cgminer3.8.3
2e9afa38e39678a5dc5bf8be6d20baf1849b548c.patch is for cgminer3.8.1
cgminer_3_6_4_rev_273b04be62a69b2fcfa95790b99822a0bcfd8e75.patch is for cgminer3.6.4(sorry, the link no longer available on technobit website)
1240  Bitcoin / Hardware / Re: [ANN] Technobit HEX16A2 - 16 chip Avalon Gen2 board on: January 08, 2014, 01:05:46 AM
My package has not left Sofia for a couple days.  Is this normal?

Definitely not normal. speedy?

speedy had no status update on tracking page.
But you can ask them for the real status. http://www.speedy.bg/begin.php?page=spd_Opinions&lang=en


Yes Speedy. Thanks for the link.

No problem  Grin

If your shipping address outside EU, ask them for their partner tracking number. Speedy use DHL while shipping my package to Indonesia.
Pages: « 1 ... 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 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 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!