Author

Topic: [ANN][BLC] Blakecoin Blake-256 for GPU/FPGA With Merged Mined Pools Stable Net - page 138. (Read 409571 times)

newbie
Activity: 34
Merit: 0
Would it be possible to have the servers setup so you need to sign up on one. and your id and workers be valid on all?

on future releases I will copy the accounts and workers over from eu1  Cool

That will be nice.

Also pointed my miners to the NY1 pool.
legendary
Activity: 1509
Merit: 1030
Solutions Architect
Would it be possible to have the servers setup so you need to sign up on one. and your id and workers be valid on all?

on future releases I will copy the accounts and workers over from eu1  Cool
newbie
Activity: 34
Merit: 0
Would it be possible to have the servers setup so you need to sign up on one. and your id and workers be valid on all?
legendary
Activity: 1509
Merit: 1030
Solutions Architect
Now I have eu1, ny1, and solo in that order.

Can't believe I only mined one block in 24 hours with 1.6GH! Sad
Did you get any orphaned blocks? When I was solo mining and running blakecoind on my adsl connection I got a lot of orphaned blocks (around 20%!). Once I moved the daemon to digital oceans vps I only got 1 orphan (out of ~300blocks).
Seems like your connection matters a lot when it comes to data propagation.

I am on fiber so very low latency and it does help having a few wallets running Wink

Edit:
Just got my first payout from ny1 since I wiped it so all should be working  Cool
full member
Activity: 182
Merit: 100
Now I have eu1, ny1, and solo in that order.

Can't believe I only mined one block in 24 hours with 1.6GH! Sad
Did you get any orphaned blocks? When I was solo mining and running blakecoind on my adsl connection I got a lot of orphaned blocks (around 20%!). Once I moved the daemon to digital oceans vps I only got 1 orphan (out of ~300blocks).
Seems like your connection matters a lot when it comes to data propagation.
legendary
Activity: 1509
Merit: 1030
Solutions Architect
once the code is a bit more stable I will get a couple more servers up
hero member
Activity: 725
Merit: 503
Now I have eu1, ny1, and solo in that order.

Can't believe I only mined one block in 24 hours with 1.6GH! Sad
legendary
Activity: 1509
Merit: 1030
Solutions Architect
legendary
Activity: 1509
Merit: 1030
Solutions Architect
Released a new public pool in New York  Grin
https://bitcointalksearch.org/topic/annblc-blakecoin-merged-mined-pools-6-coins15-fee-network250ghs-408794

I was using this as a test server but have cleaned the db and fixed the front end, it is using the same code base as EU server so might still be unstable until I have rewritten a few functions in the share submission Embarrassed

payout was working but not tested since wipe

I am now working on a third server that I am doing all my tests on Cool

this should help solve the single public pool issue until I can get the code base stable  Wink

this should work for a pool only failover cgminer.conf:

Code:
{
"pools" : [
{
       "url" : "stratum+tcp://eu1.blakecoin.com:3334",
"user" : "UserName.Worker",
"pass" : "WorkerPass"
        },
        {
       "url" : "stratum+tcp://ny1.blakecoin.com:3334",
"user" : "UserName.Worker",
"pass" : "WorkerPass"
}
],

"intensity" : "10",
"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",
"failover-only" : true,
"no-submit-stale" : true,
"kernel-path" : "/"
}

Edit:
I also removed the fees on the pools enjoy Grin
legendary
Activity: 1509
Merit: 1030
Solutions Architect
Found my first solo mining crypto currency block ever at 5:13 this morning! I like it!

Does anyone know how much bandwidth the wallet consumes?

Will "no-submit-stale" remove all the "Share below target" in the log?

Generally is there another "better" way to solo mine than JSON RPC over HTTP with the blakecoin-qt?

wallet bandwidth is low but needs good latency, getwork uses about 4x more than stratum but I can easily mine 2-3 rigs to one wallet on a lan network

if solo "no-submit-stale" will not submit all shares which could miss a block so I always leave it out for solo but on pool it works well

pool uses JSON RPC and blakecoind most of the python miners I have tried have not stressed the wallet compared to cgminer
hero member
Activity: 725
Merit: 503
Found my first solo mining crypto currency block ever at 5:13 this morning! I like it!

Does anyone know how much bandwidth the wallet consumes?

Will "no-submit-stale" remove all the "Share below target" in the log?

Generally is there another "better" way to solo mine than JSON RPC over HTTP with the blakecoin-qt?
newbie
Activity: 34
Merit: 0
we need more trading volume on AT
legendary
Activity: 1509
Merit: 1030
Solutions Architect
Pool eu1.blakecoin.com is down!

Do we have any other working pools?

You can try to solo mine it.

You can configure cgminer to failover to solo mining ...

./cgminer -T --cainsmore-clock 195 --icarus-timing 1.0=20 -S /dev/ttyUSB0 --verbose --url stratum+tcp://eu1.blakecoin.com:3334 --userpass username.worker:password --failover-only --url localhost:8772 --userpass username:password 2>log.txt


cool that is useful thanks kramble Grin

my cgminer.conf now looks like this:
Code:
{
"pools" : [
{
       "url" : "stratum+tcp://eu1.blakecoin.com:3334",
"user" : "UserName.Worker",
"pass" : "WorkerPass"
        },
        {
"url" : "127.0.0.1:8772",
"user" : Walletuser",
"pass" : "Walletuserpass"
}
],

"intensity" : "10",
"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",
"failover-only" : true,
"kernel-path" : "/"
}

if it was pool 1 and pool 2 you can also add:
Code:
"no-submit-stale" : true,

but not recommended for solo or mix pool/solo

still can't get hold of kr105 I assume he is working away from home atm, I will release another server for next weekend

Edit:
updated the EU pool code to match latest I am testing on the New York server
sr. member
Activity: 384
Merit: 250
Pool eu1.blakecoin.com is down!

Do we have any other working pools?

You can try to solo mine it.

You can configure cgminer to failover to solo mining ...

./cgminer -T --cainsmore-clock 195 --icarus-timing 1.0=20 -S /dev/ttyUSB0 --verbose --url stratum+tcp://eu1.blakecoin.com:3334 --userpass username.worker:password --failover-only --url localhost:8772 --userpass username:password 2>log.txt
legendary
Activity: 1509
Merit: 1030
Solutions Architect
I am working on fixing this share bug issue on the pool and have another in New York but I am testing new code on that and is not suitable to have people mining while I am working on it, kr105 is still away so the eu pool is only public pool atm
hero member
Activity: 725
Merit: 503
Pool eu1.blakecoin.com is down!

Do we have any other working pools?

You can try to solo mine it.

Now I am, good thing I don't have to wait two years to see if it works like BTC, should have a block soon with 1.6GH...
newbie
Activity: 34
Merit: 0
Pool eu1.blakecoin.com is down!

Do we have any other working pools?

You can try to solo mine it.
sr. member
Activity: 274
Merit: 254
I took a few minutes to make these images for people to use for anything Blakecoin related.





hero member
Activity: 725
Merit: 503
Pool eu1.blakecoin.com is down!

Do we have any other working pools?
sr. member
Activity: 274
Merit: 254
BLC Blakecoin now active

Awesome, it's great to see Blakecoin on another exchange, even if it is another new one. It looks a lot more professional than the other one, hopefully it is more secure too (although to their credit, openex seems to have made some improvements). I'm real interested in seeing how you roll out USD support, since it would be the first (to my knowledge) to support depositing/withdrawing USD to buy/sell LTC and other alts in the USA.
Jump to: