Bitcoin Forum
June 15, 2024, 07:18:45 AM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 [2] 3 »
21  Bitcoin / Mining software (miners) / Re: CGMINER GPU FPGA overc monit fanspd RPC stratum linux/windows/osx/mip/r-pi 2.8.3 on: October 12, 2012, 11:44:34 PM
I played a little around an found out, that the nonce does'nt have to change the endian on arm.

Is it normal that a Generated target looks like this:

Generated target 0000000000000000000000000000000000000000000000ffff00020d7800780d

on a working stratum machine, it look like this:

[2012-10-13 00:01:34] Generated target 0000000000000000000000000000000000000000000000000000ffff00000000

No it is not normal. The last 8 hex characters should always be zero. The working stratum example is what a normal diff 1 target should look like.

after the call  swab256(target, rtarget); the last bytes of target are destroyed.

But rtarget looks good.  Huh
Very weird. swab256 is a pretty simple function swapping the 8x4byte array members (which means 8 hex values) of rtarget to target and then byteswapping the values of each 4 byte value. It looks like something is stomping on the last few bytes on your arm build though. The endian issue could be coincidence and not the real problem.
I changed the default size of target and rtarget like this:
Code:
static void set_work_target(struct work *work, int diff)
{
        unsigned char rtarget[36], target[36];
Now i got targets like expected..
[2012-10-13 01:39:50] Generated target 0000000000000000000000000000000000000000000000000000ffff00000000

But still the same problem that i get rejected on stratum

 [2012-10-13 01:40:01] RECVD: {"error": [-2, "lowdifficulty", null], "id": 68, "result": false}
 [2012-10-13 01:40:01] PROOF OF WORK RESULT: false (booooo)
 [2012-10-13 01:40:01] Rejected 4e8ec61a Diff 3/1 MM 6 pool 0 (lowdifficulty)
22  Bitcoin / Mining software (miners) / Re: CGMINER GPU FPGA overc monit fanspd RPC stratum linux/windows/osx/mip/r-pi 2.8.3 on: October 12, 2012, 11:09:01 PM
I played a little around an found out, that the nonce does'nt have to change the endian on arm.

Is it normal that a Generated target looks like this:

Generated target 0000000000000000000000000000000000000000000000ffff00020d7800780d

on a working stratum machine, it look like this:

[2012-10-13 00:01:34] Generated target 0000000000000000000000000000000000000000000000000000ffff00000000

No it is not normal. The last 8 hex characters should always be zero. The working stratum example is what a normal diff 1 target should look like.

after the call  swab256(target, rtarget); the last bytes of target are destroyed.

But rtarget looks good.  Huh
23  Bitcoin / Mining software (miners) / Re: CGMINER GPU FPGA overc monit fanspd RPC stratum linux/windows/osx/mip/r-pi 2.8.3 on: October 12, 2012, 10:35:42 PM
I played a little around an found out, that the nonce does'nt have to change the endian on arm.

Is it normal that a Generated target looks like this:

Generated target 0000000000000000000000000000000000000000000000ffff00020d7800780d

on a working stratum machine, it look like this:

[2012-10-13 00:01:34] Generated target 0000000000000000000000000000000000000000000000000000ffff00000000
24  Bitcoin / Mining software (miners) / Re: CGMINER GPU FPGA overc monit fanspd RPC stratum linux/windows/osx/mip/r-pi 2.8.3 on: October 12, 2012, 11:14:37 AM
I still have problems with 2.8.3.
Now i made a logfile : blogya.de/downloadsonlyforyou/logfile.txt
I crosscompile it for ARM7 maybe that is the problem.

is it normal, that in stratum protocol the nonce is different endian, than the nonce that is submitted by the worker ?

 [2012-10-12 12:49:27] Pushing submit work to work thread
 [2012-10-12 12:49:27] (3:5) submitted de65d291
 [2012-10-12 12:49:27] (3): entering poll loop
 [2012-10-12 12:49:27] (10): entering poll loop
 [2012-10-12 12:49:27] Popping work to work thread
 [2012-10-12 12:49:27] Creating extra submit work thread
 [2012-10-12 12:49:27] Submitting share 241c7c3e to pool 0
 [2012-10-12 12:49:27] SEND: {"params": ["MyUsername", "43402", "00000000", "5077f59c", "91d265de"], "id": 5, "method": "mining.submit"}

Later in the log you can see, that my driver is working together with 50BTC.com

Any Ideas ?
25  Bitcoin / Mining software (miners) / Re: CGMINER GPU FPGA overc monit fanspd RPC stratum linux/windows/osx/mip/r-pi 2.8.2 on: October 12, 2012, 07:49:08 AM
--Fix-protocol brings 2.8.2 with my own driver to run. Now it works with external Proxy like expecteded. It works with Diff 16.
When i try with the internal stratum protocol, it only shows diff 1 and never goes up.

Has anybody tested the stratum implementation on an ARM7 ?
26  Bitcoin / Mining software (miners) / Re: CGMINER GPU FPGA overc monit fanspd RPC stratum linux/windows/osx/mip/r-pi 2.8.1 on: October 10, 2012, 12:57:53 PM
Code:
[2012-10-09 15:10:46] Rejected ed5dd272 Diff 1 MM 4 pool 0 (lowdifficulty)
 [2012-10-09 15:10:46] Rejected 1c494208 Diff 1 MM 2 pool 0 (lowdifficulty)
 [2012-10-09 15:10:48] Rejected c1b3226d Diff 1 MM 3 pool 0 (lowdifficulty)
 [2012-10-09 15:10:48] Rejected 25398ba3 Diff 1 MM 8 pool 0 (lowdifficulty)
 [2012-10-09 15:10:48] Rejected 1507a8f3 Diff 1 MM 3 pool 0 (lowdifficulty)
 [2012-10-09 15:10:48] Pool 0 rejected 11 sequential shares, disabling!
 [2012-10-09 15:10:48] Switching to stratum+tcp://50.31.149.59:10332
 [2012-10-09 15:10:48] Rejected 65f05b02 Diff 1 MM 2 pool 0 (lowdifficulty)
 [2012-10-09 15:10:48] Rejected 454e85fe Diff 1 MM 10 pool 0 (lowdifficulty)
 [2012-10-09 15:10:49] Rejected e3379b73 Diff 1 MM 6 pool 0 (lowdifficulty)
 [2012-10-09 15:10:49] Rejected 5ea8c46e Diff 1 MM 0 pool 0 (lowdifficulty)
 [2012-10-09 15:10:50] Rejected 8bc9d1a6 Diff 1 MM 7 pool 0 (lowdifficulty)
 [2012-10-09 15:10:50] Rejected a6f05450 Diff 1 MM 1 pool 0 (lowdifficulty)
 [2012-10-09 15:10:50] Rejected e447138f Diff 1 MM 10 pool 0 (lowdifficulty)
 [2012-10-09 15:10:52] Rejected df3e89a8 Diff 1 MM 10 pool 0 (lowdifficulty)
 [2012-10-09 15:10:52] Rejected 0c93beef Diff 1 MM 1 pool 1 (lowdifficulty)
 [2012-10-09 15:10:52] Stratum from pool 1 requested work restart
 [2012-10-09 15:10:53] Rejected 0ba592a1 Diff 1 MM 0 pool 1 (lowdifficulty)
 [2012-10-09 15:10:53] Rejected 5cedef55 Diff 1 MM 11 pool 1 (lowdifficulty)
 [2012-10-09 15:10:54] Rejected 29fdaac6 Diff 1 MM 2 pool 1 (lowdifficulty)
 [2012-10-09 15:10:54] Rejected b41da195 Diff 1 MM 0 pool 1 (lowdifficulty)
 [2012-10-09 15:10:54] Rejected 2d612681 Diff 1 MM 2 pool 1 (lowdifficulty)
 [2012-10-09 15:10:55] Rejected 10b690af Diff 1 MM 1 pool 1 (lowdifficulty)
 [2012-10-09 15:10:56] Rejected ca76b883 Diff 1 MM 11 pool 1 (lowdifficulty)
 [2012-10-09 15:10:56] Rejected 7d0f83d0 Diff 1 MM 5 pool 1 (lowdifficulty)
 [2012-10-09 15:10:57] Rejected ff00f1aa Diff 1 MM 8 pool 1 (lowdifficulty)
 [2012-10-09 15:10:57] Rejected 79b66986 Diff 1 MM 6 pool 1 (lowdifficulty)
 [2012-10-09 15:10:57] Pool 1 rejected 11 sequential shares, disabling!
 [2012-10-09 15:10:57] Switching to http://pool.50btc.com:8332
 [2012-10-09 15:10:57] Long-polling activated for http://pool2.50btc.com:8331/LP
I am using 2.8.1 with an own Driver for my own Mining Hardware. With Stratum i am not able to connect to BTCGuild. My Hardware generates 12GH/sec. Also switching to an other Username on the pool doesn't help. Seems that my Diff is not increasing.
Any Ideas. Going now back to 2.7.5.

That's interesting... Think about it.

Must there a change in the driver for the stratum mining ?
with 2.7.5 i am using exactly the same driver with an external stratum pool and this combination works.

With 2.8.1 mining on a none stratum pool works.
27  Bitcoin / Mining software (miners) / Re: CGMINER GPU FPGA overc monit fanspd RPC stratum linux/windows/osx/mip/r-pi 2.8.1 on: October 09, 2012, 01:13:55 PM
Code:
[2012-10-09 15:10:46] Rejected ed5dd272 Diff 1 MM 4 pool 0 (lowdifficulty)
 [2012-10-09 15:10:46] Rejected 1c494208 Diff 1 MM 2 pool 0 (lowdifficulty)
 [2012-10-09 15:10:48] Rejected c1b3226d Diff 1 MM 3 pool 0 (lowdifficulty)
 [2012-10-09 15:10:48] Rejected 25398ba3 Diff 1 MM 8 pool 0 (lowdifficulty)
 [2012-10-09 15:10:48] Rejected 1507a8f3 Diff 1 MM 3 pool 0 (lowdifficulty)
 [2012-10-09 15:10:48] Pool 0 rejected 11 sequential shares, disabling!
 [2012-10-09 15:10:48] Switching to stratum+tcp://50.31.149.59:10332
 [2012-10-09 15:10:48] Rejected 65f05b02 Diff 1 MM 2 pool 0 (lowdifficulty)
 [2012-10-09 15:10:48] Rejected 454e85fe Diff 1 MM 10 pool 0 (lowdifficulty)
 [2012-10-09 15:10:49] Rejected e3379b73 Diff 1 MM 6 pool 0 (lowdifficulty)
 [2012-10-09 15:10:49] Rejected 5ea8c46e Diff 1 MM 0 pool 0 (lowdifficulty)
 [2012-10-09 15:10:50] Rejected 8bc9d1a6 Diff 1 MM 7 pool 0 (lowdifficulty)
 [2012-10-09 15:10:50] Rejected a6f05450 Diff 1 MM 1 pool 0 (lowdifficulty)
 [2012-10-09 15:10:50] Rejected e447138f Diff 1 MM 10 pool 0 (lowdifficulty)
 [2012-10-09 15:10:52] Rejected df3e89a8 Diff 1 MM 10 pool 0 (lowdifficulty)
 [2012-10-09 15:10:52] Rejected 0c93beef Diff 1 MM 1 pool 1 (lowdifficulty)
 [2012-10-09 15:10:52] Stratum from pool 1 requested work restart
 [2012-10-09 15:10:53] Rejected 0ba592a1 Diff 1 MM 0 pool 1 (lowdifficulty)
 [2012-10-09 15:10:53] Rejected 5cedef55 Diff 1 MM 11 pool 1 (lowdifficulty)
 [2012-10-09 15:10:54] Rejected 29fdaac6 Diff 1 MM 2 pool 1 (lowdifficulty)
 [2012-10-09 15:10:54] Rejected b41da195 Diff 1 MM 0 pool 1 (lowdifficulty)
 [2012-10-09 15:10:54] Rejected 2d612681 Diff 1 MM 2 pool 1 (lowdifficulty)
 [2012-10-09 15:10:55] Rejected 10b690af Diff 1 MM 1 pool 1 (lowdifficulty)
 [2012-10-09 15:10:56] Rejected ca76b883 Diff 1 MM 11 pool 1 (lowdifficulty)
 [2012-10-09 15:10:56] Rejected 7d0f83d0 Diff 1 MM 5 pool 1 (lowdifficulty)
 [2012-10-09 15:10:57] Rejected ff00f1aa Diff 1 MM 8 pool 1 (lowdifficulty)
 [2012-10-09 15:10:57] Rejected 79b66986 Diff 1 MM 6 pool 1 (lowdifficulty)
 [2012-10-09 15:10:57] Pool 1 rejected 11 sequential shares, disabling!
 [2012-10-09 15:10:57] Switching to http://pool.50btc.com:8332
 [2012-10-09 15:10:57] Long-polling activated for http://pool2.50btc.com:8331/LP
I am using 2.8.1 with an own Driver for my own Mining Hardware. With Stratum i am not able to connect to BTCGuild. My Hardware generates 12GH/sec. Also switching to an other Username on the pool doesn't help. Seems that my Diff is not increasing.
Any Ideas. Going now back to 2.7.5.
28  Bitcoin / Hardware / Re: Algorithmically placed FPGA miner: 255MH/s/chip, supports all known boards on: September 23, 2012, 09:26:19 PM
Today i have time to test again.

You have to change the Device Identifier Code.
Cause My Spartan 6 have: Device IDCODE= 0x4401d093. That is the latest Revision that Xilinx delivers.

http://www.xilinx.com/support/documentation/user_guides/ug380.pdf page 80, the First 4 Bits Are Revision Codes.

My complete Commandline is:
java -Dbitstream=leibniz -Dclock_pin=csg484.W11 -Dclock_pin_freq=6.666 -jar tml.jar urjtag:flyswatter http://HelloWorld:-1@my.pool.bitcoin:8332

And this is the complete output:

_________________________________________________________________________
Tricone Mining Logic, host software v1.11

   IF YOU EXPERIENCE HIGH ERROR RATES: try running just one ring at a
   time (e.g. use 'ztex:0:0.0' on command line instead of 'ztex:0'). 
   If each ring works error free on its own, but you get errors when 
   running all three, it means your power supply is sagging.         

             adding work source gigaforge.com
             starting long poll thread
[flyswatter     ] found new board urjtag:flyswatter
[urjtag:flyswatter:0] found new chip
[urjtag:flyswatter:0] programming FPGA with bitstream leibniz
             USERCODE before bitstream upload: 0xcafebabe
             USERCODE after bitstream upload: 0xcafebabe
[urjtag:flyswatter:0]   done programming FPGA
[urjtag:flyswatter:0] magic number check ok 
[urjtag:flyswatter:0] chip is running bitstream version 0x50547e78, built 8d8h54m32s ago
[urjtag:flyswatter:0] chip has 3 rings       
[urjtag:flyswatter:0] assuming input clock frequency of 6 Mhz
[urjtag:flyswatter:0] asserting global reset
[urjtag:flyswatter:0.0] disabling DCM bypass mux
[urjtag:flyswatter:0.0] opening signcryption channel
[urjtag:flyswatter:0.0] setting clock to 149 Mhz, mult=45 div=2
H:0 X:0 E:0 T:10s   |  H:0 E:0 A:0 R:0 T:10s java.io.IOException: DCM did not report ready for programming
   at com.triconemining.miner.DCM.setClockFrequency(DCM.java:151)
   at com.triconemining.miner.DCM.setClockFrequency(DCM.java:62)
   at com.triconemining.miner.RingWrapper.setClockFrequency(RingWrapper.java:393)
   at com.triconemining.miner.ChipWrapper.enableRing(ChipWrapper.java:268)
   at com.triconemining.miner.ChipWrapper.enableRing(ChipWrapper.java:184)
   at com.triconemining.miner.BoardWrapper.run_(BoardWrapper.java:101)
   at com.triconemining.miner.BoardWrapper.run(BoardWrapper.java:73)
   at java.lang.Thread.run(Thread.java:722)


My Clock is generated from a Frequency Generator. I also tried with 5, 10 and 20 Mhz. always the same result.
29  Bitcoin / Hardware / Re: High Efficiency FPGA & ASIC Bitcoin Mining Devices https://BTCFPGA.com on: September 21, 2012, 09:13:05 PM
-
30  Bitcoin / Hardware / Re: Algorithmically placed FPGA miner: 255MH/s/chip, supports all known boards on: September 20, 2012, 07:18:17 AM
After reinstalling everything new, on a brand new Ubuntu 12.10 i386.
FPGA Loading other Bitstreams works.

Loading in the Device works, but now i got this error:

"DCM did not report ready for programming"

That happens in ...miner.DCM.setClockFrequency(DCM.java:151)

31  Bitcoin / Hardware / Re: Algorithmically placed FPGA miner: 255MH/s/chip, supports all known boards on: September 18, 2012, 06:28:39 PM
    -Dbitstream=leibniz -Dclock_pin=csg484.W11 -Dclock_pin_freq=6.666

Doesn't work.
My Cable is detected, but loading the Bitstream Fails.

the 'tml-leibniz.bit' bit stream file, has the 10x size of a standard bitstream file and it is an 'Ascii' file and not binary like a standard bit file.
It seems that 'tml-leibniz.bit' is an ngc, ncd file or something like this.
32  Bitcoin / Mining software (miners) / Re: Port ZTEX Core for Virtex-5 Device [40 BTC as reward] on: July 06, 2012, 01:37:07 PM
Problem is solved.  Grin

Here is the Solution:
http://forums.xilinx.com/t5/Synthesis/How-to-enable-the-new-parser-for-XST-in-ISE-12-1/m-p/133272
33  Bitcoin / Mining software (miners) / Port ZTEX Core for Virtex-5 Device [40 BTC as reward] on: July 06, 2012, 12:09:47 PM
can someone port the ZTEX Core that is running on a Virtex-5-155T ?
I am spending 40 BTX Reward for that Job.
34  Other / Off-topic / Re: OK, i confirmed the model of FPGA they are using in BFL single. on: July 03, 2012, 05:10:03 PM
Spartan 6-150 in CSG 484-2I i buy for 74 € + tax(19%) at my Supplier. It is a price for 84 peaces.
I think in the moment it is the cheapest 150, that you can get.



35  Bitcoin / Mining software (miners) / ZTex Core and ISE 13.3 on: June 30, 2012, 01:36:27 PM
I am wanna use the ztex core in a custom SPartan6-LX150 -2I board.
But the Mapping Fails with the Error Place 543: The Design doesn't fit....
I Only use 87% of the Luts.

Is there some special settings that i have to use ?

Thanks

36  Bitcoin / Mining software (miners) / Re: CGMINER GPU FPGA overclock monitor fanspeed GCN RPC linux/windows/osx 2.4.3 on: June 19, 2012, 01:16:44 PM
The trick is to use this:
Code:
CFLAGS += -g -Wall -D _XOPEN_SOURCE=600

37  Bitcoin / Mining software (miners) / Re: CGMINER GPU FPGA overclock monitor fanspeed GCN RPC linux/windows/osx 2.4.3 on: June 19, 2012, 10:37:12 AM
This is the Output from configure
Code:
checking for alloca... yes
checking for pthread_create in -lpthread... yes
checking for json_loads in -ljansson... no

So, it seems so, that the platform has.
38  Bitcoin / Mining software (miners) / Re: CGMINER GPU FPGA overclock monitor fanspeed GCN RPC linux/windows/osx 2.4.3 on: June 19, 2012, 10:22:29 AM
I am trying do build the CGMiner 2.4.3 for an AT91SAM9G45 (it's an Arm) Hardware. but it fails.

configure works fine. i doing it this way.
 CC=arm-linux-gcc AR=arm-linux-ar RANLIB=arm-linux-ranlib ./configure --build=arm-linux --target=arm-linux --prefix=/usr --host=arm
but when i 'make', i get this error:

Code:
make[2]: Betrete Verzeichnis '/usr/local/src/cgminer-2.4.3'
  CC       cgminer-logging.o
In file included from logging.c:13:
miner.h:471: error: expected ')' before '*' token
miner.h:477: error: expected ')' before '*' token
miner.h:483: error: expected ')' before '*' token
miner.h:489: error: expected ')' before '*' token
miner.h:494: error: expected ')' before '*' token
miner.h:505: error: expected ')' before '*' token
miner.h:529: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'netacc_lock'
make[2]: *** [cgminer-logging.o] Fehler 1
make[2]: Verlasse Verzeichnis '/usr/local/src/cgminer-2.4.3'
make[1]: *** [all-recursive] Fehler 1
make[1]: Verlasse Verzeichnis '/usr/local/src/cgminer-2.4.3'
make: *** [all] Fehler 2

the miner.h looks good for me.
39  Other / Beginners & Help / Re: Introduce yourself :) on: June 19, 2012, 10:15:03 AM
In BTC Business since one Year now. and i need to post in the CGMiner Thread.
40  Other / Beginners & Help / Re: Butterfly labs mining rig on: June 19, 2012, 10:14:20 AM
Butterfly labs annoncements are alwas nice to read. And it seems that they will bring a lot of power.
But if the bitcoin story is over, no one interessts in the BFC Hardware anymore, With FPGA Hardware you may have the Luck to sell it on the Bay, where somebody can use it for Hobbiest Projects.
Pages: « 1 [2] 3 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!