Bitcoin Forum
April 27, 2024, 12:14:10 AM *
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 »  All
  Print  
Author Topic: [ANN][Ƀ][BBTC] BlakeBitcoin | Blake-256 | GPU| Merged Mined | 21Mil | No Premine  (Read 31586 times)
BlakeBitcoin (OP)
Newbie
*
Offline Offline

Activity: 23
Merit: 3


View Profile
May 15, 2014, 09:15:44 AM
 #121

Is a potential coin with application of the currency, the more people know is very good!

Still easy to mine difficulty catching up everyday  Cool
"Governments are good at cutting off the heads of a centrally controlled networks like Napster, but pure P2P networks like Gnutella and Tor seem to be holding their own." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
rossr1
Sr. Member
****
Offline Offline

Activity: 363
Merit: 250



View Profile
May 15, 2014, 10:11:01 AM
 #122

Blake 256 cannot be mined with asic's that are for sha 256d

you can use a cpu

https://github.com/BlueDragon747/cpuminer    http://blakecoin.org/Blakecoin_Minerd.7z (not recommended) settings for ny merge pool example

minerd --url stratum+tcp://ny2.blakecoin.com:3334  --userpass username:password -t 4 -a blake -s 1

would run 4 cores.......

use a gpu https://github.com/kR105/cgminer-alt

http://www.blakecoin.org/cgminer-alt-pool-photon1.7z

sample conf file.....

{
"pools" : [
   {
      "url" : "stratum+tcp://ny2.blakecoin.com:3334",
      "user" : "your user name in the pooll",
      "pass" : "pool password"
   }
],

"intensity" : "11",
"auto-gpu" : true,
"expiry" : "120",
"failover-only" : true,
"gpu-threads" : "1",
"log" : "5",
"no-restart" : true,
"queue" : "3",
"scan-time" : "30",
"worksize" : "256",
"temp-hysteresis" : "4",
"blake256" : true,
"vectors" : "1",
"hotplug" : "0"
"no-submit-stale": true,
"kernel-path" : "/"
"rpcport" : "8984"
}


for best performance on gpu i recommend low memory and high engine clock speed, (use bitcoin similar settings for your card not litecoin settings)

if you have fpga boards see this brilliant work here

https://github.com/kramble/FPGA-Blakecoin-Miner  and check the Blake Coin thread for how to reprogram/configure.....

No asic's exist to mine blake 256 ......yet..... they would be possible to construct ......


I am mining in the new york merged pool , Blake Coin , Photon and BlakeBitcoin all at the same time ...... other coins are in development that will be merge mined also...... in the near future.....

http://ny2.blakecoin.com/index.php

I apologize for the extremely noob question but I'm very new to mining.
I have a 5200 kh/s gridseed blade asic miner, can I mine this coin? if so which pool would you recommend, if not could someone please help guide me to some info on what I need to start mining this.
thank you very much in advance.

thanks for your quick and thorough response. As I do not yet have the supplies necessary to mine this coin I can't mine it at the moment. I would like to set myself up to mine this as soon as possible and would like to get the best equipment (best value for performance) available.
what equipment do you recommend that I get to set myself up to mine this?
could you list everything I'd need including cables and power supplies.
I will happily tip you for your help.
thank you in advance.


As has been said, you can currently mine with CPU, GPU or FGPA.  The difficulty is now such that it probably rules out CPU now or in the very near future.  I know little of FGPA's other than that they are more power efficient than GPU's, I suspect they probably need a lot more time/knowledge to set up too?

If you want to build a GPU rig, there is an excellent guide here; http://www.cryptobadger.com/build-your-own-litecoin-mining-rig/.  I built a GPU rig following this guide with 2xRadeon R9 290's and 1xRadeon R9 270X.  Currently mining B+ solo, the 290's are doing 3.2GH/s each and the 270X half that.


i have a rig of 3 x R9-280x  so far only mined using pools, how do you set it up to solo mine please?
BlueDragon747
Legendary
*
Offline Offline

Activity: 1509
Merit: 1030


Solutions Architect


View Profile WWW
May 15, 2014, 10:47:53 AM
Last edit: May 15, 2014, 04:04:06 PM by BlueDragon747
 #123

i have a rig of 3 x R9-280x  so far only mined using pools, how do you set it up to solo mine please?

If your blakebitcoin.conf is like the reference in OP

Code:
listen=1
maxconnections=180
rpctimeout=30
rpcallowip=127.0.0.1
rpcport=243
rpcuser=youruser
rpcpassword=yourpass
addnode=146.185.135.24
addnode=162.243.14.130
addnode=188.226.213.85
addnode=107.170.140.27

Then for solo your cgminer.conf will look like this

Code:
{
"pools" : [
{
"url" : "127.0.0.1:243",
"user" : "youruser",
"pass" : "yourpass"
}
],

"intensity" : "9",
"auto-gpu" : true,
"expiry" : "120",
"failover-only" : true,
"gpu-threads" : "2",
"log" : "5",
"no-restart" : true,
"queue" : "3",
"scan-time" : "30",
"worksize" : "128",
"temp-hysteresis" : "4",
"blake256" : true,
"vectors" : "1",
"no-submit-stale": false,
"kernel-path" : "/"
}

Hope that helps  Cool


Edit:
you can tweak the expiry and scan-time lower for solo as you will have less latency between the miner and your wallet compared with a pool, just remember to set them back before going back to pool mining as you will get more issues  

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
D05GTO
Sr. Member
****
Offline Offline

Activity: 406
Merit: 250


View Profile
May 15, 2014, 01:46:29 PM
 #124

Wow, the diff is up there.  Must be some serious mining going on.   Any news on when it'll be added to an exchange?



 
 
           ▄████▄
         ▄████████▄
       ▄████████████▄
     ▄████████████████▄
    ████████████████████      ▄█▄                 ▄███▄                 ▄███▄                 ▄████████████████▀   ▄██████████

  ▄▄▄▀█████▀▄▄▄▄▀█████▀▄▄▄     ▀██▄             ▄██▀ ▀██▄             ▄██▀ ▀██▄             ▄██▀                   ██
▄█████▄▀▀▀▄██████▄▀▀▀▄█████▄     ▀██▄         ▄██▀     ▀██▄         ▄██▀     ▀██▄         ▄██▀        ▄█▄          ▀██████████████▄
████████████████████████████       ▀██▄     ▄██▀         ▀██▄     ▄██▀         ▀██▄     ▄██▀          ▀█▀                        ██
 ▀████████████████████████▀          ▀██▄ ▄██▀             ▀██▄ ▄██▀     ▄█▄     ▀██▄ ▄██▀                                       ██
   ▀████████████████████▀              ▀███▀                 ▀███▀       ▀█▀       ▀███▀      ▄███████████████████████████████████▀
     ▀████████████████▀
       ▀████████████▀
         ▀████████▀
           ▀████▀
║║


║║
.
.

║║
██
║║
.
.

║║
██
║║
.
║║


║║
mikk2k2
Full Member
***
Offline Offline

Activity: 126
Merit: 100


View Profile
May 15, 2014, 03:38:43 PM
 #125

Watching these with interest! What does the Dev have in store? Any aims/plans?

Rent My Rig: Lexie       Trust Thread: Here       Cloud Mining: Trade Ghs/BTC Here    LeaseRigs: Here
BlakeBitcoin (OP)
Newbie
*
Offline Offline

Activity: 23
Merit: 3


View Profile
May 15, 2014, 03:57:09 PM
 #126

Watching these with interest! What does the Dev have in store? Any aims/plans?

Working on website and block explorer, waiting to hear from Byron at Atomic-Trade when B+ will be added to the exchange
mogrith
Legendary
*
Offline Offline

Activity: 1470
Merit: 1001


Use Coinbase Account almosanywhere with Shift card


View Profile WWW
May 15, 2014, 04:56:51 PM
 #127


Merge mine BLC+PHO+ELT+XDQ+BBTC+UMO+LIT pool is open http://la1.blakecoin.com tips: 1MogRiTHpQZ7bkpq49cSVWADrTt7Jrghp
mikk2k2
Full Member
***
Offline Offline

Activity: 126
Merit: 100


View Profile
May 15, 2014, 05:24:07 PM
 #128

Watching these with interest! What does the Dev have in store? Any aims/plans?

Working on website and block explorer, waiting to hear from Byron at Atomic-Trade when B+ will be added to the exchange

Nothing better than a decent dev with some decent aims!

Rent My Rig: Lexie       Trust Thread: Here       Cloud Mining: Trade Ghs/BTC Here    LeaseRigs: Here
blah01
Sr. Member
****
Offline Offline

Activity: 291
Merit: 250


View Profile
May 15, 2014, 10:00:39 PM
 #129

Watching these with interest! What does the Dev have in store? Any aims/plans?

Working on website and block explorer, waiting to hear from Byron at Atomic-Trade when B+ will be added to the exchange

Nothing better than a decent dev with some decent aims!

dev. is great
algo is awesome! (best out in my opinion)
merge mining is great

whats not to like?
BlueDragon747
Legendary
*
Offline Offline

Activity: 1509
Merit: 1030


Solutions Architect


View Profile WWW
May 15, 2014, 11:00:05 PM
 #130

Watching these with interest! What does the Dev have in store? Any aims/plans?

Working on website and block explorer, waiting to hear from Byron at Atomic-Trade when B+ will be added to the exchange

Nothing better than a decent dev with some decent aims!

dev. is great
algo is awesome! (best out in my opinion)
merge mining is great

whats not to like?

More coins to come most of the devs are helping each other out this is only the start of the fun  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
blah01
Sr. Member
****
Offline Offline

Activity: 291
Merit: 250


View Profile
May 16, 2014, 04:30:02 AM
 #131

can we make our own dirac wallet from the source before actual launch?
BlueDragon747
Legendary
*
Offline Offline

Activity: 1509
Merit: 1030


Solutions Architect


View Profile WWW
May 16, 2014, 10:58:18 AM
 #132

can we make our own dirac wallet from the source before actual launch?

I dont think that would be possible as soon as the wallet code is released you can start mining so would end in a premine if you released code before the launch, Dirac uses kgw so it will not have same issue as B+

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
BitcoinForumator
Legendary
*
Offline Offline

Activity: 1120
Merit: 1000


View Profile
May 16, 2014, 06:25:02 PM
 #133

When Dirac launches is it going to be added automatically to the merged pool? No need to re-start the miner and it's going to be mined from the get-go?

(merge mining FTW)
BlueDragon747
Legendary
*
Offline Offline

Activity: 1509
Merit: 1030


Solutions Architect


View Profile WWW
May 16, 2014, 06:37:54 PM
 #134

When Dirac launches is it going to be added automatically to the merged pool? No need to re-start the miner and it's going to be mined from the get-go?

(merge mining FTW)

yeah will be added as soon as Bryce sends me code/wallet there will be a small ~30 mins or less interruption while I enable it but thats it no change to the miner apart from more coins

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
blah01
Sr. Member
****
Offline Offline

Activity: 291
Merit: 250


View Profile
May 16, 2014, 07:10:11 PM
 #135

can we make our own dirac wallet from the source before actual launch?

I dont think that would be possible as soon as the wallet code is released you can start mining so would end in a premine if you released code before the launch, Dirac uses kgw so it will not have same issue as B+


thanks.  I didn't have any issues with B+

do we happen to know when dirac will release this weekend? I want to get right on it but im going to be afk for half the weekend. sorry to sort of skew the subject slightly. i promise no more dirac questions in this thread lol
BlueDragon747
Legendary
*
Offline Offline

Activity: 1509
Merit: 1030


Solutions Architect


View Profile WWW
May 16, 2014, 07:19:05 PM
 #136

no news from Bryce about release yet, and if you are not about you will still get a share of what the pool finds

Dirac dev on twitter: https://twitter.com/BryceWeiner

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
blah01
Sr. Member
****
Offline Offline

Activity: 291
Merit: 250


View Profile
May 16, 2014, 07:29:40 PM
 #137

on the merge pool im trying to do a manual payment to B+ and it shows i have a payment address inputed, it shows my address under the payout but when i try to submit it says "you have no payout address set."  Not sure if this is a bug or if you have manual payments disabled or something but you asked for bug reports.
BlueDragon747
Legendary
*
Offline Offline

Activity: 1509
Merit: 1030


Solutions Architect


View Profile WWW
May 16, 2014, 07:40:13 PM
 #138

on the merge pool im trying to do a manual payment to B+ and it shows i have a payment address inputed, it shows my address under the payout but when i try to submit it says "you have no payout address set."  Not sure if this is a bug or if you have manual payments disabled or something but you asked for bug reports.

using chrome here and it is working might be a bug will look into it, manual payouts are risky for me to allow I have changed the code to avoid a double payout on old pool code where a bad user could fool the system into doing a AP+MP payout while DDoSing but I think it should be patched for that now although any issue will disable manual payouts again to avoid having to fund the pool with my personal coins, if you could tell me which browser you using and double check after refreshing page that would be great, sometimes there is a small bug with tokens just refresh and try again

Thanks for reporting  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
blah01
Sr. Member
****
Offline Offline

Activity: 291
Merit: 250


View Profile
May 16, 2014, 07:48:06 PM
 #139

on the merge pool im trying to do a manual payment to B+ and it shows i have a payment address inputed, it shows my address under the payout but when i try to submit it says "you have no payout address set."  Not sure if this is a bug or if you have manual payments disabled or something but you asked for bug reports.

using chrome here and it is working might be a bug will look into it, manual payouts are risky for me to allow I have changed the code to avoid a double payout on old pool code where a bad user could fool the system into doing a AP+MP payout while DDoSing but I think it should be patched for that now although any issue will disable manual payouts again to avoid having to fund the pool with my personal coins, if you could tell me which browser you using and double check after refreshing page that would be great, sometimes there is a small bug with tokens just refresh and try again

Thanks for reporting  Cool


okay, ill just enable auto payouts then. It doesn't matter to me I just hadn't set them yet.  I'm also using chrome (Version 34.0.1847.137 m) and have refreshed several times.
Robert Lewandowski
Sr. Member
****
Offline Offline

Activity: 420
Merit: 250

Bayern


View Profile
May 16, 2014, 07:54:09 PM
 #140

How can i mine this with rented rigs?
Pages: « 1 2 3 4 5 6 [7] 8 9 10 11 12 13 14 15 »  All
  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!