Pages:
Author

Topic: [ANN] [BBL] BitBlock-World's first X15 coin|Bittrex|Poloniex|Mandatory Update - page 21. (Read 82727 times)

sr. member
Activity: 336
Merit: 250
SellALL, BuyBTC
member
Activity: 70
Merit: 10
BBL so heading north on the exchanges !! woot woot Grin
member
Activity: 70
Merit: 10
sr. member
Activity: 336
Merit: 250
SellALL, BuyBTC
sr. member
Activity: 547
Merit: 250
I'm pretty confused about the difficulty re-targeting.

I found the last 2 blocks on difficulty 5, then it re-targeted to 9.  I woke up a few hours later it was at 35, now it's been at 143 for a long time...

Just wondering if anybody knew anything about it.
legendary
Activity: 1246
Merit: 1000
103 days, 21 hours and 10 minutes.
What are the future plans of this coin?  I have to admit the name "bitblock" is super catchy and the emission curve is pretty fucking steep as we'll.

sr. member
Activity: 406
Merit: 250
sr. member
Activity: 364
Merit: 250
Super Smash Bros. Ultimate Available Now!
ok, I have released the source of the x15 ccminer.

It can be found here: https://github.com/djm34/ccminer
compilation on windows takes forever (sorry for that)
It should compile on linux (I fixed the Makefile.am), if anything is missing let me know... (I can't test it)

To run x15 "ccminer -a x15"
as previously said, it is far from perfect (gpu usage rather low around 80%, so there are room for optimisation... and exceptionally the 780ti runs at 74°C).
I get at the moment (started on the previous compilation):

1467MHash/s for the 750ti (gpu usage around 99% strangely)
2900MHash/s for the 780ti (on supernova...)

wow thanks ill test this with my 600 series cards.
sr. member
Activity: 532
Merit: 250
And it seems there is no answer about the Darkcoin logo into the BBL wallet tray icon ? Smiley

Read between the lines, this is DRK 2.0! just w8!  Wink

Exactly, it's DRK 2.0 in at least 1 aspect:

With an even faster instamine 1.8m in 18 hours.
The next 1,8m coins at current block reward (25) will take 125 days.

Interpretation of these facts is up to every individual of course : )


That's not true. It took less than 8 hours for over 1.6M coins to be mined with Darkcoin, which uses the same block reward structure and started at 500 coins per block as well. All without even a Windows wallet available for days.

http://www.devtome.com/doku.php?id=a_massive_investigation_of_instamines_and_fastmines_for_the_top_alt_coins#darkcoin


In comparison the BBL was MUCH more fair an evenly distributed. The wallets, miners, pools and block explorer were all available at launch.

1,6m in 8 hours or 1,8m in 18 hours... meh
But it's true that DRK had only linux wallets available at first, those devs are loaded big time with only a small influx of DRK the inflation is minimal.
I hope that the BBL devs are extra motivated to make this coin awesome, who knows. I do think that devs should be rewarded if thay deliver, so who knows...
legendary
Activity: 2688
Merit: 1240
WTF,when I got up this morning,bbl.suprnova.cc down again Cry Cry Cry

Hmm it is hashing fine and without a hiccup since about 10 h now
member
Activity: 70
Merit: 10
wokeup and bbl is @ .00012   Wink
Yes set sell orders for half my holdings and made nice profit still have 50% left to play with AWESOME to wake up to great profits!! Grin
legendary
Activity: 1246
Merit: 1000
103 days, 21 hours and 10 minutes.
280x I get 2800-2900.  Is that good?

Tweaking things around trying to break 3000.  I've got into the high 2900's
sr. member
Activity: 364
Merit: 250
Super Smash Bros. Ultimate Available Now!
wokeup and bbl is @ .00012   Wink
legendary
Activity: 1400
Merit: 1050
ok, I have released the source of the x15 ccminer.

It can be found here: https://github.com/djm34/ccminer
compilation on windows takes forever (sorry for that)
It should compile on linux (I fixed the Makefile.am), if anything is missing let me know... (I can't test it)

To run x15 "ccminer -a x15"
as previously said, it is far from perfect (gpu usage rather low around 80%, so there are room for optimisation... and exceptionally the 780ti runs at 74°C).
I get at the moment (started on the previous compilation):

1467MHash/s for the 750ti (gpu usage around 99% strangely)
2900MHash/s for the 780ti (on supernova...)
newbie
Activity: 12
Merit: 0
GPU miner works well on P2Pool if you use the no-extranonce setting...

Code:
"pools" : [
{
    "name" : "rig-01",
"url" : "stratum+tcp://:",
"user" : "",
"pass" : "",
"pool-priority" : "0",
"no-extranonce" : true
}
],
...
hero member
Activity: 1036
Merit: 606
Can you use the gpu miner on suprnova pool?

yes

Thanks Smiley. Can you please post your .bat command line I can't get it working.

Sorry just worked it out Smiley

I use this bat and config file in the same directory as the GPU miner. Get ~1.2 MH/s with a HD7850 and v14.4 AMD drivers.

Miner bat:

Code:
@ECHO off
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
CLS
COLOR 20
DEL *.bin
sgminer.exe --config ./bitblock_pool.conf
pause

bitblock_pool.conf config file:

Code:
{
"pools" : [
   {
                    "name" : "pool-1",
   "url" : "stratum+tcp://pool1:3333",
   "user" : "username.worker",
   "pass" : "password"
   },
   {
                    "name" : "failover-pool",
   "url" : "stratum+tcp://pool2:3333",
   "user" : "username.worker",
   "pass" : "password"
   }
],

"intensity" : "17",
"algorithm" : "bitblock",
"vectors" : "1",
"worksize" : "256",
"lookup-gap" : "2",
"thread-concurrency" : "8196",
"shaders" : "0",
"gpu-threads" : "2",
"gpu-engine" : "1200",
"gpu-memclock" : "1500",
"gpu-memdiff" : "0",
"gpu-powertune" : "0",
"gpu-vddc" : "0.000",
"gpu-fan" : "100",
"auto-fan" : true,
"temp-cutoff" : "88",
"temp-overheat" : "85",
"temp-target" : "75",
"temp-hysteresis" : "3",
"api-allow" : "W:127.0.0.1,W:192.168.0.1/14",
"api-listen" : true,
"api-mcast-port" : "4028",
"api-port" : "4028",
"tcp-keepalive" : "30",
"gpu-dyninterval": "7",
"gpu-platform" : "0",
"hotplug" : "0",
"log" : "5",
"failover-only" : true,
"failover-switch-delay" : "1",
"no-pool-disable" : true,
"no-submit-stale" : true,
"queue" : "0",
"expiry" : "1",
"scan-time" : "1",
"shares" : "0",
"kernel-path" : "/usr/local/bin"
}
sr. member
Activity: 826
Merit: 263
and.. block explorer is down
not that it ever worked correctly... addresses display was wrong
Perfect opportunity for you to create a working one!
legendary
Activity: 1414
Merit: 1077
Can you use the gpu miner on suprnova pool?

yes

Thanks Smiley. Can you please post your .bat command line I can't get it working.

Sorry just worked it out Smiley
newbie
Activity: 56
Merit: 0
Pages:
Jump to: