Bitcoin Forum
April 26, 2024, 11:51:57 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 [16] 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 ... 204 »
  Print  
Author Topic: [ANN][BLC] Blakecoin Blake-256 for GPU/FPGA With Merged Mined Pools Stable Net  (Read 409417 times)
kramble
Sr. Member
****
Offline Offline

Activity: 384
Merit: 250



View Profile WWW
October 16, 2013, 12:39:45 PM
 #301

I had a network fork yesterday, block generation rate and difficulty dropped significantly (to around 122) and I mined two blocks, which then became orphans when I finally got a connection to the main block chain.

Due to a reboot, I've currently only got 7 connections (usually I see 10, which is still quite low)

One block is awaiting confirmation, hope its not going to be orphaned too  Sad

Code:
pi@raspberrypi ~/.blakecoin $ ./blakecoind getinfo
{
    "version" : 80600,
    "protocolversion" : 70001,
    "walletversion" : 60000,
    "balance" : X,
    "blocks" : 5836,
    "timeoffset" : 0,
    "connections" : 7,
    "proxy" : "",
    "difficulty" : 652.91740049,
    "testnet" : false,
    "keypoololdest" : 1381670725,
    "keypoolsize" : 101,
    "paytxfee" : 0.00000000,
    "errors" : ""
}

pi@raspberrypi ~/.blakecoin $ ./blakecoind gettransaction 4929d1d7ea370a2c835042bacb6b76f06d0f1c32fb843668b5ac5b677770b314
{
    "amount" : 0.00000000,
    "confirmations" : 7,
    "generated" : true,
    "blockhash" : "000000000054b564a647c506ad35403f939ed0eb7e24219c13cd46543c7415b2",
    "blockindex" : 0,
    "blocktime" : 1381924907,
    "txid" : "4929d1d7ea370a2c835042bacb6b76f06d0f1c32fb843668b5ac5b677770b314",
    "time" : 1381924907,
    "timereceived" : 1381924927,
    "details" : [
        {
            "account" : "",
            "address" : "BrkbGT4QSCTre6DtkQHbFhJQPGbRpkAXUG",
            "category" : "immature",
            "amount" : 25.00031216
        }
    ]
}

This is my config

pi@raspberrypi ~/.blakecoin $ cat blakecoin.conf
listen=1
gen=0
rpcallowip=127.0.0.1
rpcallowip=192.168.1.*
rpcuser=x
rpcpassword=x
rpcport=8772
server=1
daemon=1
addnode=162.243.133.80
addnode=162.243.14.130
addnode=146.185.135.24

Github https://github.com/kramble BLC BkRaMaRkw3NeyzsZ2zUgXsNLogVVkQ1iPV
1714132317
Hero Member
*
Offline Offline

Posts: 1714132317

View Profile Personal Message (Offline)

Ignore
1714132317
Reply with quote  #2

1714132317
Report to moderator
1714132317
Hero Member
*
Offline Offline

Posts: 1714132317

View Profile Personal Message (Offline)

Ignore
1714132317
Reply with quote  #2

1714132317
Report to moderator
1714132317
Hero Member
*
Offline Offline

Posts: 1714132317

View Profile Personal Message (Offline)

Ignore
1714132317
Reply with quote  #2

1714132317
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714132317
Hero Member
*
Offline Offline

Posts: 1714132317

View Profile Personal Message (Offline)

Ignore
1714132317
Reply with quote  #2

1714132317
Report to moderator
110110101
Legendary
*
Offline Offline

Activity: 1382
Merit: 1002



View Profile
October 16, 2013, 12:45:48 PM
 #302

When using the 0.8.5 wallet I had several issues with disconnections to the network. What has helped me to keep the wallet 'online' has been to reduce the amount of hashing, and keep 1-2 cores from mining and use them solely for other purposes.

so for a 8 core cpu, I have run the miner with t -6

The reasoning was that it is better keep the wallet online rather than hashing away only to find 10 orphaned blocks.

I have chosen to use the same approach with 0.8.6, but now the difficulty is so high so I have only got one orphaned block in the past 3-4 days.
BlueDragon747 (OP)
Legendary
*
Offline Offline

Activity: 1509
Merit: 1030


Solutions Architect


View Profile WWW
October 16, 2013, 01:14:43 PM
 #303

Good advice I use -t 7 for my i7 2600k

I will re look at the current budget I have set for Blakecoin and think about adding more server nodes over the next few weeks unless someone wants to volunteer any fixed IP nodes for the network?

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

Activity: 1713
Merit: 1029



View Profile WWW
October 16, 2013, 09:30:35 PM
 #304

Good advice I use -t 7 for my i7 2600k

I will re look at the current budget I have set for Blakecoin and think about adding more server nodes over the next few weeks unless someone wants to volunteer any fixed IP nodes for the network?

184.171.247.23 <--Shared GBit

VeriBlock: Securing The World's Blockchains Using Bitcoin
https://veriblock.org
BlueDragon747 (OP)
Legendary
*
Offline Offline

Activity: 1509
Merit: 1030


Solutions Architect


View Profile WWW
October 17, 2013, 07:47:54 AM
 #305

Good advice I use -t 7 for my i7 2600k

I will re look at the current budget I have set for Blakecoin and think about adding more server nodes over the next few weeks unless someone wants to volunteer any fixed IP nodes for the network?

184.171.247.23 <--Shared GBit


Thank You  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
SpeedDemon13
Hero Member
*****
Offline Offline

Activity: 518
Merit: 500



View Profile WWW
October 17, 2013, 08:01:48 AM
 #306

Any news of a possible mining pool?

CRYPTSY exchange: https://www.cryptsy.com/users/register?refid=9017 BURST= BURST-TE3W-CFGH-7343-6VM6R BTC=1CNsqGUR9YJNrhydQZnUPbaDv6h4uaYCHv ETH=0x144bc9fe471d3c71d8e09d58060d78661b1d4f32 SHF=0x13a0a2cb0d55eca975cf2d97015f7d580ce52d85 EXP=0xd71921dca837e415a58ca0d6dd2223cc84e0ea2f SC=6bdf9d12a983fed6723abad91a39be4f95d227f9bdb0490de3b8e5d45357f63d564638b1bd71 CLAMS=xGVTdM9EJpNBCYAjHFVxuZGcqvoL22nP6f SOIL=0x8b5c989bc931c0769a50ecaf9ffe490c67cb5911
feeleep
Legendary
*
Offline Offline

Activity: 1197
Merit: 1000


View Profile WWW
October 17, 2013, 08:10:27 AM
 #307

Any news of a possible mining pool?

I am working on setting up the pool but I need to wait for p2pool code because I cannot properly port blake hash function...

Vorksholk
Legendary
*
Offline Offline

Activity: 1713
Merit: 1029



View Profile WWW
October 18, 2013, 02:25:54 AM
 #308

Seems network is now syncing correctly, haven't had a fork in a while 8-)

VeriBlock: Securing The World's Blockchains Using Bitcoin
https://veriblock.org
SpeedDemon13
Hero Member
*****
Offline Offline

Activity: 518
Merit: 500



View Profile WWW
October 18, 2013, 02:27:51 AM
 #309

Any news of a possible mining pool?

I am working on setting up the pool but I need to wait for p2pool code because I cannot properly port blake hash function...

Cool. Thanks for putting effort into it. It's just to hard to solo mine at the moment.

CRYPTSY exchange: https://www.cryptsy.com/users/register?refid=9017 BURST= BURST-TE3W-CFGH-7343-6VM6R BTC=1CNsqGUR9YJNrhydQZnUPbaDv6h4uaYCHv ETH=0x144bc9fe471d3c71d8e09d58060d78661b1d4f32 SHF=0x13a0a2cb0d55eca975cf2d97015f7d580ce52d85 EXP=0xd71921dca837e415a58ca0d6dd2223cc84e0ea2f SC=6bdf9d12a983fed6723abad91a39be4f95d227f9bdb0490de3b8e5d45357f63d564638b1bd71 CLAMS=xGVTdM9EJpNBCYAjHFVxuZGcqvoL22nP6f SOIL=0x8b5c989bc931c0769a50ecaf9ffe490c67cb5911
Aggrophobia
Legendary
*
Offline Offline

Activity: 1064
Merit: 1000



View Profile
October 18, 2013, 05:06:25 PM
 #310

selling some ks pm me with an offer
Vorksholk
Legendary
*
Offline Offline

Activity: 1713
Merit: 1029



View Profile WWW
October 19, 2013, 01:04:43 AM
 #311

Gonna try to release an OpenCL miner in the next 24-48 hours, keep your eyes peeled Smiley

VeriBlock: Securing The World's Blockchains Using Bitcoin
https://veriblock.org
SpeedDemon13
Hero Member
*****
Offline Offline

Activity: 518
Merit: 500



View Profile WWW
October 19, 2013, 09:59:29 AM
 #312

Gonna try to release an OpenCL miner in the next 24-48 hours, keep your eyes peeled Smiley

awesome  Grin

Right on. Now just need a mining pool.

CRYPTSY exchange: https://www.cryptsy.com/users/register?refid=9017 BURST= BURST-TE3W-CFGH-7343-6VM6R BTC=1CNsqGUR9YJNrhydQZnUPbaDv6h4uaYCHv ETH=0x144bc9fe471d3c71d8e09d58060d78661b1d4f32 SHF=0x13a0a2cb0d55eca975cf2d97015f7d580ce52d85 EXP=0xd71921dca837e415a58ca0d6dd2223cc84e0ea2f SC=6bdf9d12a983fed6723abad91a39be4f95d227f9bdb0490de3b8e5d45357f63d564638b1bd71 CLAMS=xGVTdM9EJpNBCYAjHFVxuZGcqvoL22nP6f SOIL=0x8b5c989bc931c0769a50ecaf9ffe490c67cb5911
atavacron
Full Member
***
Offline Offline

Activity: 224
Merit: 100


The definition of insanity is doing the same thing


View Profile
October 19, 2013, 04:32:40 PM
 #313

Sweeeet!

I compiled and ran the clblake ( https://github.com/wfr/clblake ) experiment code and tested it on an HIS 7950 with the following result:

Code:
$ ./blaketree -v -t
DEBUG: Blake-256 CPU implementation: SSSE3
CPU hash test...
CPU hash is valid
GPU hash test...
DEBUG: Using platform: AMD Accelerated Parallel Processing
DEBUG: Using OpenCL source: blake256.cl
DEBUG: 797.0 MiB/s

I'm not sure how MiB/s equate to hashes per second but I would guess it would be rather good.

BlueDragon747 (OP)
Legendary
*
Offline Offline

Activity: 1509
Merit: 1030


Solutions Architect


View Profile WWW
October 19, 2013, 05:08:17 PM
 #314

Sweeeet!

I compiled and ran the clblake ( https://github.com/wfr/clblake ) experiment code and tested it on an HIS 7950 with the following result:

Code:
$ ./blaketree -v -t
DEBUG: Blake-256 CPU implementation: SSSE3
CPU hash test...
CPU hash is valid
GPU hash test...
DEBUG: Using platform: AMD Accelerated Parallel Processing
DEBUG: Using OpenCL source: blake256.cl
DEBUG: 797.0 MiB/s

I'm not sure how MiB/s equate to hashes per second but I would guess it would be rather good.



that's not the reduced round version!

blake256.cl from my fork is and should be faster Cheesy
https://github.com/BlueDragon747/clblake

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
atavacron
Full Member
***
Offline Offline

Activity: 224
Merit: 100


The definition of insanity is doing the same thing


View Profile
October 19, 2013, 07:04:54 PM
 #315

Sweeeet!

I compiled and ran the clblake ( https://github.com/wfr/clblake ) experiment code and tested it on an HIS 7950 with the following result:

Code:
$ ./blaketree -v -t
DEBUG: Blake-256 CPU implementation: SSSE3
CPU hash test...
CPU hash is valid
GPU hash test...
DEBUG: Using platform: AMD Accelerated Parallel Processing
DEBUG: Using OpenCL source: blake256.cl
DEBUG: 797.0 MiB/s

I'm not sure how MiB/s equate to hashes per second but I would guess it would be rather good.



that's not the reduced round version!

blake256.cl from my fork is and should be faster Cheesy
https://github.com/BlueDragon747/clblake

Even better!!!

I'm hopeful that BLC will hit an exchange in the near future.  Who knows, maybe it will turn up on "Cryptsy 2.0" later today.  However, the timing might not be the greatest against a soring BTC.
Vorksholk
Legendary
*
Offline Offline

Activity: 1713
Merit: 1029



View Profile WWW
October 19, 2013, 09:41:50 PM
 #316

From my observations, it seems that an average high-end processor (i7-3770k, AMD FX-8320, AMD FX-8350) gets around 10MH to 12MH.

To make the math easy, at 10MH, the CPU will get (from test results) somewhere around 0.06 difficulty-one shares per minute, or around one difficulty-one share every 24.6666667 minutes. At a difficulty of 900, you need 900 difficulty-one shares. Therefore, it would take nearly 16 days to get a block at current difficulty with one of those CPUs.


The OpenCL miner is coming soon, I want the launch to go real smooth, so if someone with one or more of the following cards can PM me so we can get performance statistics together and figure out optimal settings, that would be great:
-7990
-78xx
-7770
-6990
-6970
-6950
-68xx
-5970
-5850

Also, I'm gonna try to time the GPU miner release with some pool software from BlueDragon(747), but that is a huge job, so we'll see how timetables work out...

VeriBlock: Securing The World's Blockchains Using Bitcoin
https://veriblock.org
3dcgminer
Full Member
***
Offline Offline

Activity: 138
Merit: 100


View Profile
October 20, 2013, 10:23:04 AM
 #317

Are NVIDIA cards completely unsupported with no chance of even working?
BlueDragon747 (OP)
Legendary
*
Offline Offline

Activity: 1509
Merit: 1030


Solutions Architect


View Profile WWW
October 20, 2013, 11:12:37 AM
 #318

Are NVIDIA cards completely unsupported with no chance of even working?

OpenCL works on all platforms  Cool

its just that ATI cards are faster at mining and most use them  Shocked

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
Aalesund
Full Member
***
Offline Offline

Activity: 143
Merit: 100



View Profile
October 20, 2013, 11:25:44 AM
 #319

From my observations, it seems that an average high-end processor (i7-3770k, AMD FX-8320, AMD FX-8350) gets around 10MH to 12MH.

To make the math easy, at 10MH, the CPU will get (from test results) somewhere around 0.06 difficulty-one shares per minute, or around one difficulty-one share every 24.6666667 minutes. At a difficulty of 900, you need 900 difficulty-one shares. Therefore, it would take nearly 16 days to get a block at current difficulty with one of those CPUs.


The OpenCL miner is coming soon, I want the launch to go real smooth, so if someone with one or more of the following cards can PM me so we can get performance statistics together and figure out optimal settings, that would be great:
-7990
-78xx
-7770
-6990
-6970
-6950
-68xx
-5970
-5850

Also, I'm gonna try to time the GPU miner release with some pool software from BlueDragon(747), but that is a huge job, so we'll see how timetables work out...

R9 280X it will be compatible?
R9 280X has the same statis as 7970.

Let's color the MOON: YN4VBGgcmm7nAGqhc2zeUN7eJXCxfWyWGa
kramble
Sr. Member
****
Offline Offline

Activity: 384
Merit: 250



View Profile WWW
October 20, 2013, 11:26:26 AM
 #320

To make the math easy, at 10MH, the CPU will get (from test results) somewhere around 0.06 difficulty-one shares per minute, or around one difficulty-one share every 24.6666667 minutes. At a difficulty of 900, you need 900 difficulty-one shares. Therefore, it would take nearly 16 days to get a block at current difficulty with one of those CPUs.

At 10Mh/s it takes (2^32)/10000000 = 429 seconds (7.15 minutes) to scan the nonce range for a difficulty one share. Now my statistics knowledge is a bit rusty, but I reckon this should be the same as the long term average to find a share. So that gives 900 * 429 seconds = approx 4.5 days rather than 16 days, which chimes in rather better with my current experience of a roughly 2-4 blocks per day on around 89MHash/s.

Diff is now at 1168 (first time above 1000?), are the GPU's coming online already?

Github https://github.com/kramble BLC BkRaMaRkw3NeyzsZ2zUgXsNLogVVkQ1iPV
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 [16] 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 ... 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!