Bitcoin Forum
July 04, 2024, 07:15:41 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 ... 204 »
  Print  
Author Topic: [ANN][BLC] Blakecoin Blake-256 for GPU/FPGA With Merged Mined Pools Stable Net  (Read 409453 times)
kramble
Sr. Member
****
Offline Offline

Activity: 384
Merit: 250



View Profile WWW
July 22, 2014, 03:53:36 PM
 #2481

edit:
Kramble, i think you have done an awesome job, everywhere i went to try and figure this out, your name came up :-p, could you by any chance point me in a direction of learning about programming fpgas? books or websites?

Aww, shucks Embarrassed I'm just an amateur, I learned on Bitcoin https://bitcointalk.org/index.php?topic=9047.0

That said, from my bookmarks

http://www.fpga4fun.com/
http://svenand.blogdrive.com/
http://www.asic-world.com/verilog/veritut.html
http://excamera.com/sphinx/fpga-vhdl-verilog.html#main
http://www.joelw.id.au/FPGA/CheapFPGADevelopmentBoards
http://opencores.org/or1k/Main_Page
http://www.rcis.aist.go.jp/special/SASEBO/SHA3-en.html (the inspiration for the blakecoin miner)
http://cryptography.gmu.edu/athena/index.php?id=source_codes (other crypto algos)

and I'll add some more once I've gone through them properly (apologies Blue if this is off topic).

Github https://github.com/kramble BLC BkRaMaRkw3NeyzsZ2zUgXsNLogVVkQ1iPV
CHAOSiTEC
Legendary
*
Offline Offline

Activity: 1358
Merit: 1002


View Profile
July 22, 2014, 04:09:48 PM
 #2482

yeah got all that and patched up cgminer, i think its running now though with the following command line (im running linux) :-) yuhu got 3 shares, over the last 6 minutes :-p

sudo ./cgminer --icarus-timing long -S /dev/ttyUSB0 -S /dev/ttyUSB1 -S /dev/ttyUSB2 -S /dev/ttyUSB3 --url stratum+tcp://eu3.blakecoin.com:3334 --userpass FireWalkerX.1:x --cainsmore-clock 200,200,190,180

Yep, that looks good. As long as all four devices are giving accepted hashes at the right sort of rate (WU around 13 I think off the top of my head, I run my lancelot in background I don't see the interactive display, I'll need to check back through the thread to see what others are getting with the CM1). If you run it with the --verbose switch you'll see the difficulty=1 shares being reported in the log (the pool accepts at diff=32 so most of them will be above-targets, but it will show that it's working).

Use "--icarus-timing 1.0=20" instead of long as this gives better control of the work (20 is one work refresh every 2 seconds). You don't want the nonce wrapping and the devices going idle (yellow led).

ive changed the timing, but since blue is setting up umo on the pool, its a bit hard to test, im just letting it run, at some point it will connect again :-p

edit:
Kramble, i think you have done an awesome job, everywhere i went to try and figure this out, your name came up :-p, could you by any chance point me in a direction of learning about programming fpgas? books or websites?

Aww, shucks Embarrassed I'm just an amateur, I learned on Bitcoin https://bitcointalk.org/index.php?topic=9047.0

That said, from my bookmarks

http://www.fpga4fun.com/
http://svenand.blogdrive.com/
http://www.asic-world.com/verilog/veritut.html
http://excamera.com/sphinx/fpga-vhdl-verilog.html#main
http://www.joelw.id.au/FPGA/CheapFPGADevelopmentBoards
http://opencores.org/or1k/Main_Page
http://www.rcis.aist.go.jp/special/SASEBO/SHA3-en.html (the inspiration for the blakecoin miner)
http://cryptography.gmu.edu/athena/index.php?id=source_codes (other crypto algos)

and I'll add some more once I've gone through them properly (apologies Blue if this is off topic).

awesome, ill safe this page so i can see if you update it with more good stuff :-)

node-vps.com - Tron / Masternode hosting services
kramble
Sr. Member
****
Offline Offline

Activity: 384
Merit: 250



View Profile WWW
July 22, 2014, 04:26:36 PM
 #2483

ive changed the timing, but since blue is setting up umo on the pool, its a bit hard to test, im just letting it run, at some point it will connect again :-p

It's useful to set up a failover pool (just add --failover-only and the second pool login credentials). I actually failover to solo mining so that I pick up the occasional pristine block.

Quote
awesome, ill safe this page so i can see if you update it with more good stuff :-)

Umm, I think that was just about it. I'm not actually doing very much with FPGA at the moment (especially the LX150 which is a right PITA to work with). Just waiting to come up with some cool idea to get stuck into (crypto-mining is pretty much dead on FPGA now, blake is just about the only algo that's worth mining with).

I updated the WU in my previous post to 5.6 per device (60 * 2 * clock * 1000000) / 2^32 ) so you should be seeing around 20 or so for the CM1 board. The pool will tell you the actual rate (should be around 1600MHash/s at 200MHz).

Github https://github.com/kramble BLC BkRaMaRkw3NeyzsZ2zUgXsNLogVVkQ1iPV
CHAOSiTEC
Legendary
*
Offline Offline

Activity: 1358
Merit: 1002


View Profile
July 22, 2014, 07:01:57 PM
 #2484

I updated the WU in my previous post to 5.6 per device (60 * 2 * clock * 1000000) / 2^32 ) so you should be seeing around 20 or so for the CM1 board. The pool will tell you the actual rate (should be around 1600MHash/s at 200MHz).

well board had more HW than accepted, so now im running at 175 MHz and no more HW and more shares being submitted, still have a wu of aprox 20 :-p

node-vps.com - Tron / Masternode hosting services
kramble
Sr. Member
****
Offline Offline

Activity: 384
Merit: 250



View Profile WWW
July 22, 2014, 09:01:59 PM
 #2485

well board had more HW than accepted, so now im running at 175 MHz and no more HW and more shares being submitted, still have a wu of aprox 20 :-p

The HW errors are reported on the raw diff=1 shares, but since the pool (currently) accepts at diff=32, it's not quite as bad as it looks. You should be aiming for a HW error rate of a few percent of the diff=1 share rate, so anything less than the accept rate at diff=32 is probably OK (as usual, it's the hash rate reported by the pool that really matters). So you may be able to bump up the clock a little from 175MHz. I was easily achieving 200MHz, though since you've got an early board, it may perform a little worse than the later ones. Good luck Smiley

Github https://github.com/kramble BLC BkRaMaRkw3NeyzsZ2zUgXsNLogVVkQ1iPV
CHAOSiTEC
Legendary
*
Offline Offline

Activity: 1358
Merit: 1002


View Profile
July 22, 2014, 10:13:30 PM
 #2486

well board had more HW than accepted, so now im running at 175 MHz and no more HW and more shares being submitted, still have a wu of aprox 20 :-p

The HW errors are reported on the raw diff=1 shares, but since the pool (currently) accepts at diff=32, it's not quite as bad as it looks. You should be aiming for a HW error rate of a few percent of the diff=1 share rate, so anything less than the accept rate at diff=32 is probably OK (as usual, it's the hash rate reported by the pool that really matters). So you may be able to bump up the clock a little from 175MHz. I was easily achieving 200MHz, though since you've got an early board, it may perform a little worse than the later ones. Good luck Smiley

ok, im running the board now with 190,190,180,175 im just going to test and see where i get the best results, since its also incredible hot here right now, i dont want to push it further :-)

Thanks for all the help :-)

node-vps.com - Tron / Masternode hosting services
BlueDragon747 (OP)
Legendary
*
Offline Offline

Activity: 1509
Merit: 1030


Solutions Architect


View Profile WWW
July 24, 2014, 04:54:26 AM
 #2487

UMO now added to all merge mine pools  Grin

Info: GithubBlakecoin.org - BCT Blakecoin thread - Twitter - BCS - BlakeZone  Trade Blakecoin: Xeggex.com Merged Mining Pools: EU3 - NY2/AT1 - LA1
Donation Addresses: BLC: Bd3jJftFbwxWSKNSNz35vkDd57kG6jHAjt PHO: BZXPMc8eF9YZcJStskkP2bVia38fv9VmuT BBTC: 2h8c4NbzXJXk6QQ89r7YYMGhe13gQUC2ajD ELT: e7cm6cAgpfhvk3Myh2Jkmi1nqaHtDHnxXb 
UMO: uQH9H17t7kz3eVQ3vKDzMsWCK4hn5nh2gC LIT: 8p8Z4h5fkZ8SCoyEtihKcjzZLA7gFjTdmL BTC: 1Q6kgcNqhKh8u67m6Gj73T2LMgGseETwR6
nicred
Newbie
*
Offline Offline

Activity: 24
Merit: 0


View Profile
July 24, 2014, 06:56:01 AM
 #2488



Awesome news Blue! Welcome to the party UMO!
MinermanNC
Legendary
*
Offline Offline

Activity: 2198
Merit: 1000



View Profile
July 24, 2014, 09:18:38 PM
 #2489

Anyone else not getting a payout ,,, from Electron or Photon? rounds end but nothing happens no coin is moved into the unconfirmed column.... both coins no payout since 6:38 pm last night??? eastern time.... and they appear to be hashing with estimates and new block will start and it as if the last block never happened. on ny2 pool

*BTC: 1DiR25SPo84sThzTATr27EZEQZLt6hv6tG
BlueDragon747 (OP)
Legendary
*
Offline Offline

Activity: 1509
Merit: 1030


Solutions Architect


View Profile WWW
July 24, 2014, 09:40:45 PM
 #2490

ELT network has issues and is being looked into by dev and myself

PHO on NY2 is due to a stuck cron forcing it now should be back to normal soon

Info: GithubBlakecoin.org - BCT Blakecoin thread - Twitter - BCS - BlakeZone  Trade Blakecoin: Xeggex.com Merged Mining Pools: EU3 - NY2/AT1 - LA1
Donation Addresses: BLC: Bd3jJftFbwxWSKNSNz35vkDd57kG6jHAjt PHO: BZXPMc8eF9YZcJStskkP2bVia38fv9VmuT BBTC: 2h8c4NbzXJXk6QQ89r7YYMGhe13gQUC2ajD ELT: e7cm6cAgpfhvk3Myh2Jkmi1nqaHtDHnxXb 
UMO: uQH9H17t7kz3eVQ3vKDzMsWCK4hn5nh2gC LIT: 8p8Z4h5fkZ8SCoyEtihKcjzZLA7gFjTdmL BTC: 1Q6kgcNqhKh8u67m6Gj73T2LMgGseETwR6
MinermanNC
Legendary
*
Offline Offline

Activity: 2198
Merit: 1000



View Profile
July 24, 2014, 10:20:05 PM
 #2491

ELT network has issues and is being looked into by dev and myself

PHO on NY2 is due to a stuck cron forcing it now should be back to normal soon
Fixed  Wink
Ty

*BTC: 1DiR25SPo84sThzTATr27EZEQZLt6hv6tG
SquidsIn
Full Member
***
Offline Offline

Activity: 236
Merit: 100


View Profile
July 24, 2014, 11:17:01 PM
 #2492

since im quite new to fpga's can someone point me in the right direction on a step by step of what i need to do to set my cairnsmore 1 up for blakecoin mining?

There is not much I can add to what has been said by BlueDragon and sidgrip. Just be sure to load the hashvoodo firmware via spiprog (or impact) before flashing the blake bitstream. I'll add those notes to the CM1 github README as it's a bit terse at the moment. EDIT: OK, that's done. Let me know if I can improve it or if there are any errors.

I didn't find the CM1 to be very reliable (at least the one I was testing on, borrowed from BlueDragon) as it kept dropping off the USB every few hours, needing a complete power cycle (including disconnecting and reconnecting the USB cable) to reset it. While the CM1 appears to be of really good build quality, there were some design issues with the USB, the clock distribution and the broken serial chaining of the FPGA devices. Later devices were apparently slightly better (serial number 0051 onwards, see here), but I don't know if Enterpoint ever got it properly up to production quality (and I'm not reading all the way through that thread to find out). There is also some useful background information on the Hashvoodo thread.

I  have an old (actual age unkown) CM1 acquired from ebay a few weeks ago and I had that same reliability issue mentioned (USB dropping off requiring disconnect, power cycle etc etc).  I was running the CM1 and a ZTEZ 1.15y in the same instance of cgminer and the CM1 would fail every few hours for no apparent reason.

One of two things seemed to fix it and its now been running rock a solid 1.5Gh for a couple of weeks.  Firstly I compiled and now run separate instances of cgminer 3.1.1 for the CM1 and the 1.15y with only Icarus and ZTEX enabled respectively.  Secondly, I moved the CM1 onto a USB3.0 port on the back of the rig instead of the USB2.0 port it was using. I think it was the USB3,0 port that fixed it but I'm loathe to upset the apple cart by trying to prove/disprove that.

Since getting into Cryptocurrency I've had many bags, all but two have varied over time.  Those are the two I see in the mirror where my eyes once shone.
BlueDragon747 (OP)
Legendary
*
Offline Offline

Activity: 1509
Merit: 1030


Solutions Architect


View Profile WWW
July 24, 2014, 11:39:03 PM
 #2493

since im quite new to fpga's can someone point me in the right direction on a step by step of what i need to do to set my cairnsmore 1 up for blakecoin mining?

There is not much I can add to what has been said by BlueDragon and sidgrip. Just be sure to load the hashvoodo firmware via spiprog (or impact) before flashing the blake bitstream. I'll add those notes to the CM1 github README as it's a bit terse at the moment. EDIT: OK, that's done. Let me know if I can improve it or if there are any errors.

I didn't find the CM1 to be very reliable (at least the one I was testing on, borrowed from BlueDragon) as it kept dropping off the USB every few hours, needing a complete power cycle (including disconnecting and reconnecting the USB cable) to reset it. While the CM1 appears to be of really good build quality, there were some design issues with the USB, the clock distribution and the broken serial chaining of the FPGA devices. Later devices were apparently slightly better (serial number 0051 onwards, see here), but I don't know if Enterpoint ever got it properly up to production quality (and I'm not reading all the way through that thread to find out). There is also some useful background information on the Hashvoodo thread.

I  have an old (actual age unkown) CM1 acquired from ebay a few weeks ago and I had that same reliability issue mentioned (USB dropping off requiring disconnect, power cycle etc etc).  I was running the CM1 and a ZTEZ 1.15y in the same instance of cgminer and the CM1 would fail every few hours for no apparent reason.

One of two things seemed to fix it and its now been running rock a solid 1.5Gh for a couple of weeks.  Firstly I compiled and now run separate instances of cgminer 3.1.1 for the CM1 and the 1.15y with only Icarus and ZTEX enabled respectively.  Secondly, I moved the CM1 onto a USB3.0 port on the back of the rig instead of the USB2.0 port it was using. I think it was the USB3,0 port that fixed it but I'm loathe to upset the apple cart by trying to prove/disprove that.

yeah I also found a short USB lead was good and not all cables created stability some made it more unstable  Undecided

not tried USB 3.0 port but have some will give it a go  Cool

Info: GithubBlakecoin.org - BCT Blakecoin thread - Twitter - BCS - BlakeZone  Trade Blakecoin: Xeggex.com Merged Mining Pools: EU3 - NY2/AT1 - LA1
Donation Addresses: BLC: Bd3jJftFbwxWSKNSNz35vkDd57kG6jHAjt PHO: BZXPMc8eF9YZcJStskkP2bVia38fv9VmuT BBTC: 2h8c4NbzXJXk6QQ89r7YYMGhe13gQUC2ajD ELT: e7cm6cAgpfhvk3Myh2Jkmi1nqaHtDHnxXb 
UMO: uQH9H17t7kz3eVQ3vKDzMsWCK4hn5nh2gC LIT: 8p8Z4h5fkZ8SCoyEtihKcjzZLA7gFjTdmL BTC: 1Q6kgcNqhKh8u67m6Gj73T2LMgGseETwR6
kingscrown
Hero Member
*****
Offline Offline

Activity: 672
Merit: 500


http://fuk.io - check it out!


View Profile WWW
July 25, 2014, 03:58:10 AM
 #2494

BLC has really good dev it will get right price in future. Good investment for now!

BlueDragon747 (OP)
Legendary
*
Offline Offline

Activity: 1509
Merit: 1030


Solutions Architect


View Profile WWW
July 25, 2014, 03:22:01 PM
 #2495

Issue on EU3 with MMP I am fixing it now

Info: GithubBlakecoin.org - BCT Blakecoin thread - Twitter - BCS - BlakeZone  Trade Blakecoin: Xeggex.com Merged Mining Pools: EU3 - NY2/AT1 - LA1
Donation Addresses: BLC: Bd3jJftFbwxWSKNSNz35vkDd57kG6jHAjt PHO: BZXPMc8eF9YZcJStskkP2bVia38fv9VmuT BBTC: 2h8c4NbzXJXk6QQ89r7YYMGhe13gQUC2ajD ELT: e7cm6cAgpfhvk3Myh2Jkmi1nqaHtDHnxXb 
UMO: uQH9H17t7kz3eVQ3vKDzMsWCK4hn5nh2gC LIT: 8p8Z4h5fkZ8SCoyEtihKcjzZLA7gFjTdmL BTC: 1Q6kgcNqhKh8u67m6Gj73T2LMgGseETwR6
griffitsj
Full Member
***
Offline Offline

Activity: 215
Merit: 100


View Profile
July 26, 2014, 07:51:29 PM
 #2496

I don't know if this has been covered before but I have found that for Tahiti based cards (280x 7850) the worksize should be set to 64 for best performance.   This gave me a nice 10% performance increase as previously I had been using 128 without realizing.  Older cards should probably leave it at the default 128.

Anyone have any other experiences to share?
BlueDragon747 (OP)
Legendary
*
Offline Offline

Activity: 1509
Merit: 1030


Solutions Architect


View Profile WWW
July 26, 2014, 08:00:08 PM
 #2497

I don't know if this has been covered before but I have found that for Tahiti based cards (280x 7850) the worksize should be set to 64 for best performance.   This gave me a nice 10% performance increase as previously I had been using 128 without realizing.  Older cards should probably leave it at the default 128.

Anyone have any other experiences to share?

some people also report that odd worksize with newer drivers works quite well e.g 255

thanks for sharing your results

Info: GithubBlakecoin.org - BCT Blakecoin thread - Twitter - BCS - BlakeZone  Trade Blakecoin: Xeggex.com Merged Mining Pools: EU3 - NY2/AT1 - LA1
Donation Addresses: BLC: Bd3jJftFbwxWSKNSNz35vkDd57kG6jHAjt PHO: BZXPMc8eF9YZcJStskkP2bVia38fv9VmuT BBTC: 2h8c4NbzXJXk6QQ89r7YYMGhe13gQUC2ajD ELT: e7cm6cAgpfhvk3Myh2Jkmi1nqaHtDHnxXb 
UMO: uQH9H17t7kz3eVQ3vKDzMsWCK4hn5nh2gC LIT: 8p8Z4h5fkZ8SCoyEtihKcjzZLA7gFjTdmL BTC: 1Q6kgcNqhKh8u67m6Gj73T2LMgGseETwR6
xen0s
Member
**
Offline Offline

Activity: 93
Merit: 10


View Profile
July 27, 2014, 11:14:42 AM
 #2498

anyone use geforce with blake256?

im interested in hashrates, so comments will be very appreciated
BlueDragon747 (OP)
Legendary
*
Offline Offline

Activity: 1509
Merit: 1030


Solutions Architect


View Profile WWW
July 27, 2014, 03:10:36 PM
 #2499

anyone use geforce with blake256?

im interested in hashrates, so comments will be very appreciated

Nvidia performance is not great cudaminer is not well tweaked for Blake-256 and OpenCL is not as fast on Nvidia card

That said it does run with the cgminer and there are miners using Nvidia cards to mine with best thing is to just give it a try

Info: GithubBlakecoin.org - BCT Blakecoin thread - Twitter - BCS - BlakeZone  Trade Blakecoin: Xeggex.com Merged Mining Pools: EU3 - NY2/AT1 - LA1
Donation Addresses: BLC: Bd3jJftFbwxWSKNSNz35vkDd57kG6jHAjt PHO: BZXPMc8eF9YZcJStskkP2bVia38fv9VmuT BBTC: 2h8c4NbzXJXk6QQ89r7YYMGhe13gQUC2ajD ELT: e7cm6cAgpfhvk3Myh2Jkmi1nqaHtDHnxXb 
UMO: uQH9H17t7kz3eVQ3vKDzMsWCK4hn5nh2gC LIT: 8p8Z4h5fkZ8SCoyEtihKcjzZLA7gFjTdmL BTC: 1Q6kgcNqhKh8u67m6Gj73T2LMgGseETwR6
xen0s
Member
**
Offline Offline

Activity: 93
Merit: 10


View Profile
July 27, 2014, 06:54:08 PM
 #2500

anyone use geforce with blake256?

im interested in hashrates, so comments will be very appreciated

Nvidia performance is not great cudaminer is not well tweaked for Blake-256 and OpenCL is not as fast on Nvidia card

That said it does run with the cgminer and there are miners using Nvidia cards to mine with best thing is to just give it a try
optimisation is the key
look how was x11 optimised on amd
so...maybe someone will take close look at cudaminer too..
Pages: « 1 ... 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 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 ... 204 »
  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!