Bitcoin Forum
May 14, 2024, 03:07:26 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: 1 2 3 [All]
  Print  
Author Topic: [ANN] SpaceBucks - Based on Blake, Merged Mining, coming to Atomic Trade  (Read 4326 times)
YogurtTheWise (OP)
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
June 12, 2014, 09:14:30 PM
Last edit: June 12, 2014, 09:31:42 PM by YogurtTheWise
 #1

We're not doing it for the money....

https://i.imgur.com/57SAe85.png

A long time ago in a galaxy far off in time and space, we bring you SpaceBucks the cryptocurrency!

Github: https://github.com/yogurtthewise/SpaceBucks
Windows Qt: https://github.com/yogurtthewise/SpaceBucks-Qt/archive/master.zip


Detailed Specs:

3 Minute Block Times
1 Coin Per Block
1,000,000 Coins Total
RPC Port: 6785
P2P Port: 6785
Public Address Key: S
%appdata%\spacebucks\spacebucks.conf

Details are few and far between at this point, we've been combing the desert but we ain't found shit. SpaceBucks are based on Blakecoin and will be merge-mined with the Blake based alts very soon. Yes, 2% premined, get over it! Going to have to have a few bits to pay Pizza The Hutt and a faucet eventually.

SpaceBucks will be trading on Atomic Trade in the very near future!
1715699246
Hero Member
*
Offline Offline

Posts: 1715699246

View Profile Personal Message (Offline)

Ignore
1715699246
Reply with quote  #2

1715699246
Report to moderator
1715699246
Hero Member
*
Offline Offline

Posts: 1715699246

View Profile Personal Message (Offline)

Ignore
1715699246
Reply with quote  #2

1715699246
Report to moderator
1715699246
Hero Member
*
Offline Offline

Posts: 1715699246

View Profile Personal Message (Offline)

Ignore
1715699246
Reply with quote  #2

1715699246
Report to moderator
BitcoinCleanup.com: Learn why Bitcoin isn't bad for the environment
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
Shadow_Runner
Hero Member
*****
Offline Offline

Activity: 574
Merit: 500



View Profile
June 12, 2014, 09:16:15 PM
 #2

{
"blocks" : 29,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"difficulty" : 0.00390625,
"errors" : "",
"generate" : false,
"genproclimit" : -1,
"hashespersec" : 0,
"networkhashps" : 1381,
"pooledtx" : 0,
"testnet" : false
}
ocminer
Legendary
*
Offline Offline

Activity: 2660
Merit: 1240



View Profile WWW
June 12, 2014, 09:19:08 PM
 #3

looks funny Smiley

suprnova pools - reliable mining pools - #suprnova on freenet
https://www.suprnova.cc - FOLLOW us @ Twitter ! twitter.com/SuprnovaPools
Brewins
Legendary
*
Offline Offline

Activity: 1120
Merit: 1000



View Profile
June 12, 2014, 09:23:26 PM
 #4

premine of 20k..

block rewards forever 1 SBX
https://github.com/yogurtthewise/SpaceBucks/blob/master/src/main.cpp#L1080
Code:
 
static const int64 nGenesisBlockRewardCoin = 20000 * COIN;
static const int64 nBlockRewardStartCoin = 1 * COIN;


int64 static GetBlockValue(int nHeight, int64 nFees, unsigned int nBits)
{

    if (nHeight == 1)
    {
        return nGenesisBlockRewardCoin;
    }
   
     int64 nSubsidy = nBlockRewardStartCoin;

ocminer
Legendary
*
Offline Offline

Activity: 2660
Merit: 1240



View Profile WWW
June 12, 2014, 09:24:40 PM
 #5

premine of 20k..

block rewards forever 1 SBX
https://github.com/yogurtthewise/SpaceBucks/blob/master/src/main.cpp#L1080
Code:
 
static const int64 nGenesisBlockRewardCoin = 20000 * COIN;
static const int64 nBlockRewardStartCoin = 1 * COIN;


int64 static GetBlockValue(int nHeight, int64 nFees, unsigned int nBits)
{

    if (nHeight == 1)
    {
        return nGenesisBlockRewardCoin;
    }
   
     int64 nSubsidy = nBlockRewardStartCoin;



Damn.. almost started a pool ..

suprnova pools - reliable mining pools - #suprnova on freenet
https://www.suprnova.cc - FOLLOW us @ Twitter ! twitter.com/SuprnovaPools
zsnorbi
Hero Member
*****
Offline Offline

Activity: 686
Merit: 500


View Profile
June 12, 2014, 09:26:04 PM
 #6

{
"blocks" : 29,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"difficulty" : 0.00390625,
"errors" : "",
"generate" : false,
"genproclimit" : -1,
"hashespersec" : 0,
"networkhashps" : 1381,
"pooledtx" : 0,
"testnet" : false
}


Damn you are fast:P However 2% premine is not very tempting
Shadow_Runner
Hero Member
*****
Offline Offline

Activity: 574
Merit: 500



View Profile
June 12, 2014, 09:26:25 PM
 #7

No way Sad
ajeef
Sr. Member
****
Offline Offline

Activity: 728
Merit: 251



View Profile
June 12, 2014, 09:28:20 PM
 #8

version" : 1,
"locktime" : 0,
"vin" : [
{
"coinbase" : "510101062f503253482f",
"sequence" : 4294967295
}
],
"vout" : [
{
"value" : 20000.00000000,
Shadow_Runner
Hero Member
*****
Offline Offline

Activity: 574
Merit: 500



View Profile
June 12, 2014, 09:28:20 PM
 #9

{
"blocks" : 29,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"difficulty" : 0.00390625,
"errors" : "",
"generate" : false,
"genproclimit" : -1,
"hashespersec" : 0,
"networkhashps" : 1381,
"pooledtx" : 0,
"testnet" : false
}


Damn you are fast:P However 2% premine is not very tempting

I have fiber-optic communication and I really FEEL when nodes are slow (hello to BlueChip).
Premine is not good. Sad
ocminer
Legendary
*
Offline Offline

Activity: 2660
Merit: 1240



View Profile WWW
June 12, 2014, 09:28:55 PM
 #10

wtf ?

{
    "version" : 1000000,
    "protocolversion" : 70001,
    "walletversion" : 60000,
    "balance" : 0.00000000,
    "blocks" : 393,
    "timeoffset" : 0,
    "connections" : 1,
    "proxy" : "",
    "difficulty" : 0.04846407,
    "testnet" : false,
    "keypoololdest" : 1402608350,
    "keypoolsize" : 101,
    "paytxfee" : 0.00000000,
    "errors" : ""
}

who is mining this so fast ?

suprnova pools - reliable mining pools - #suprnova on freenet
https://www.suprnova.cc - FOLLOW us @ Twitter ! twitter.com/SuprnovaPools
ajeef
Sr. Member
****
Offline Offline

Activity: 728
Merit: 251



View Profile
June 12, 2014, 09:29:32 PM
 #11

wtf ?

{
    "version" : 1000000,
    "protocolversion" : 70001,
    "walletversion" : 60000,
    "balance" : 0.00000000,
    "blocks" : 393,
    "timeoffset" : 0,
    "connections" : 1,
    "proxy" : "",
    "difficulty" : 0.04846407,
    "testnet" : false,
    "keypoololdest" : 1402608350,
    "keypoolsize" : 101,
    "paytxfee" : 0.00000000,
    "errors" : ""
}

who is mining this so fast ?

i have get 200 blocks...
Shadow_Runner
Hero Member
*****
Offline Offline

Activity: 574
Merit: 500



View Profile
June 12, 2014, 09:30:05 PM
 #12

wtf ?

{
    "version" : 1000000,
    "protocolversion" : 70001,
    "walletversion" : 60000,
    "balance" : 0.00000000,
    "blocks" : 393,
    "timeoffset" : 0,
    "connections" : 1,
    "proxy" : "",
    "difficulty" : 0.04846407,
    "testnet" : false,
    "keypoololdest" : 1402608350,
    "keypoolsize" : 101,
    "paytxfee" : 0.00000000,
    "errors" : ""
}

who is mining this so fast ?

I  got 96 blocks.  Roll Eyes
zsnorbi
Hero Member
*****
Offline Offline

Activity: 686
Merit: 500


View Profile
June 12, 2014, 09:31:11 PM
 #13

wtf ?

{
    "version" : 1000000,
    "protocolversion" : 70001,
    "walletversion" : 60000,
    "balance" : 0.00000000,
    "blocks" : 393,
    "timeoffset" : 0,
    "connections" : 1,
    "proxy" : "",
    "difficulty" : 0.04846407,
    "testnet" : false,
    "keypoololdest" : 1402608350,
    "keypoolsize" : 101,
    "paytxfee" : 0.00000000,
    "errors" : ""
}

who is mining this so fast ?

I got 75, it is blake algo with low diff not very hard to mine
Brewins
Legendary
*
Offline Offline

Activity: 1120
Merit: 1000



View Profile
June 12, 2014, 09:32:00 PM
 #14

wtf ?

{
    "version" : 1000000,
    "protocolversion" : 70001,
    "walletversion" : 60000,
    "balance" : 0.00000000,
    "blocks" : 393,
    "timeoffset" : 0,
    "connections" : 1,
    "proxy" : "",
    "difficulty" : 0.04846407,
    "testnet" : false,
    "keypoololdest" : 1402608350,
    "keypoolsize" : 101,
    "paytxfee" : 0.00000000,
    "errors" : ""
}

who is mining this so fast ?

Blake coins are basicly instamines
Shadow_Runner
Hero Member
*****
Offline Offline

Activity: 574
Merit: 500



View Profile
June 12, 2014, 09:32:11 PM
 #15

Oh shi. Info about premine at 1st post. Is there a bounty for whatever?
YogurtTheWise (OP)
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
June 12, 2014, 09:34:16 PM
 #16

Yes, we commit. We've already lined up exchange and services, be patient, we're 20 minutes in to launch.
andrealandia
Legendary
*
Offline Offline

Activity: 1470
Merit: 1000


View Profile
June 12, 2014, 09:34:21 PM
 #17

is Scrypt?
Shadow_Runner
Hero Member
*****
Offline Offline

Activity: 574
Merit: 500



View Profile
June 12, 2014, 09:34:53 PM
 #18

Yes, we commit. We've already lined up exchange and services, be patient, we're 20 minutes in to launch.

Okay. Let's see.
zsnorbi
Hero Member
*****
Offline Offline

Activity: 686
Merit: 500


View Profile
June 12, 2014, 09:35:04 PM
 #19

is Scrypt?

blake
Shadow_Runner
Hero Member
*****
Offline Offline

Activity: 574
Merit: 500



View Profile
June 12, 2014, 09:39:24 PM
 #20

There isn't much coins with blake algo.
X11-X13 are botnet friendly and are very "popular" now.
andrealandia
Legendary
*
Offline Offline

Activity: 1470
Merit: 1000


View Profile
June 12, 2014, 09:40:23 PM
 #21

cgminer --blake256 -o stratum+tcp://127.0.0.1:6785 -u user -p pass
this is code for solo mining?
Shadow_Runner
Hero Member
*****
Offline Offline

Activity: 574
Merit: 500



View Profile
June 12, 2014, 09:41:35 PM
 #22

cgminer --blake256 -o stratum+tcp://127.0.0.1:6785 -u user -p pass
this is code for solo mining?

NO. http://127.0.0.1:6785
Brewins
Legendary
*
Offline Offline

Activity: 1120
Merit: 1000



View Profile
June 12, 2014, 09:41:46 PM
 #23

cgminer --blake256 -o stratum+tcp://127.0.0.1:6785 -u user -p pass
this is code for solo mining?

remove the stratum+tcp:// and you need to set up a spacebucks.conf file defining the username and password
ocminer
Legendary
*
Offline Offline

Activity: 2660
Merit: 1240



View Profile WWW
June 12, 2014, 09:44:20 PM
 #24

Okay i've got a Pool up, just for the kicks:

https://space.suprnova.cc

It's free

Remember it is BLAKE algo !

suprnova pools - reliable mining pools - #suprnova on freenet
https://www.suprnova.cc - FOLLOW us @ Twitter ! twitter.com/SuprnovaPools
liuhou521
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
June 12, 2014, 09:45:30 PM
 #25

难道提升的真快 现在不管啥币 一堆人 赌 暴涨
Shadow_Runner
Hero Member
*****
Offline Offline

Activity: 574
Merit: 500



View Profile
June 12, 2014, 09:46:43 PM
 #26

难道提升的真快 现在不管啥币 一堆人 赌 暴涨

zsnorbi
Hero Member
*****
Offline Offline

Activity: 686
Merit: 500


View Profile
June 12, 2014, 09:47:21 PM
 #27

wtf ?

{
    "version" : 1000000,
    "protocolversion" : 70001,
    "walletversion" : 60000,
    "balance" : 0.00000000,
    "blocks" : 393,
    "timeoffset" : 0,
    "connections" : 1,
    "proxy" : "",
    "difficulty" : 0.04846407,
    "testnet" : false,
    "keypoololdest" : 1402608350,
    "keypoolsize" : 101,
    "paytxfee" : 0.00000000,
    "errors" : ""
}

who is mining this so fast ?

Blake coins are basicly instamines

You are right but compared to others it seems this one has a pretty fast diff retarget, i mined bitcoinblake that had first retarget at block ~3000:P
ocminer
Legendary
*
Offline Offline

Activity: 2660
Merit: 1240



View Profile WWW
June 12, 2014, 09:57:25 PM
 #28

cgminer --blake256 -o stratum+tcp://127.0.0.1:6785 -u user -p pass
this is code for solo mining?

./cgminer --blake256 -o stratum+tcp://space.suprnova.cc:3456 -u user -p pass

would be the correct string for pool mining...

https://bitcointalk.org/index.php?topic=306894.0 <- there are the miners

suprnova pools - reliable mining pools - #suprnova on freenet
https://www.suprnova.cc - FOLLOW us @ Twitter ! twitter.com/SuprnovaPools
Shadow_Runner
Hero Member
*****
Offline Offline

Activity: 574
Merit: 500



View Profile
June 12, 2014, 10:33:23 PM
 #29

That was fast.

{
"blocks" : 1694,
"currentblocksize" : 0,
"currentblocktx" : 0,
"difficulty" : 431.30649391,
"errors" : "",
"generate" : false,
"genproclimit" : -1,
"hashespersec" : 0,
"networkhashps" : 80627250012,
"pooledtx" : 0,
"testnet" : false
}
ByronP
Hero Member
*****
Offline Offline

Activity: 599
Merit: 510



View Profile WWW
June 12, 2014, 10:34:36 PM
 #30

Pre-packaged solo miner with instructions and conf file http://atds.blob.core.windows.net/temp/SpaceBucks_cgminer_solo.zip
badam
Hero Member
*****
Offline Offline

Activity: 770
Merit: 500


View Profile
June 12, 2014, 10:37:04 PM
 #31

It is going to be merge mined with blake coin and the others?
YogurtTheWise (OP)
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
June 12, 2014, 10:40:46 PM
 #32

It is going to be merge mined with blake coin and the others?

Yes.
BlueDragon747
Legendary
*
Offline Offline

Activity: 1509
Merit: 1030


Solutions Architect


View Profile WWW
June 12, 2014, 10:41:14 PM
Last edit: June 13, 2014, 02:00:25 AM by BlueDragon747
 #33

it is missing auxpow shame the devs did not contact me beforehand

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

Activity: 1509
Merit: 1030


Solutions Architect


View Profile WWW
June 12, 2014, 10:45:47 PM
Last edit: June 13, 2014, 12:40:38 AM by BlueDragon747
 #34

It is going to be merge mined with blake coin and the others?

Yes.

as you are not running the merged pools and did not contact me and did a premine would really like you to not say it will be added to the merge as that is my decision not yours!

no coins can be added atm anyway as the front end extension is not complete  Undecided

and as I said this is not merge mineable as it is missing auxpow and a chainid which I would have told you and given you one if you had just asked beforehand   Cry

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

Activity: 826
Merit: 263



View Profile
June 12, 2014, 10:47:19 PM
 #35

Off topic, but ocminer, your pool has these audible alerts that drive me crazy because I don't know what the hell they signify.  What are they for?
Brewins
Legendary
*
Offline Offline

Activity: 1120
Merit: 1000



View Profile
June 12, 2014, 11:00:16 PM
 #36

Off topic, but ocminer, your pool has these audible alerts that drive me crazy because I don't know what the hell they signify.  What are they for?

Its a block notification. When the pool finds  a block it makes a sound
YogurtTheWise (OP)
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
June 12, 2014, 11:11:55 PM
 #37

It is going to be merge mined with blake coin and the others?

Yes.

as you are not running the merged pools and did not contact me and did a premine would really like you to not say it will be added to the merge as that is my decision not yours!

no coins can be added atm anyway as the front end extension is not complete  Undecided

and as I said this is not merge mine yet as it is missing auxpow and a chainid which I would have told you and given you one if you had just asked beforehand   Cry

Interesting, other members of our team indicated they had spoken to you about it, I will PM you.
BlueDragon747
Legendary
*
Offline Offline

Activity: 1509
Merit: 1030


Solutions Architect


View Profile WWW
June 12, 2014, 11:12:36 PM
 #38

Also I notice you say based on blake but are missing the credit to Blakecoin in the source thats just great  Cry

No one has spoken with me about this at all I would have said about auxpow and given you a chainid

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

Activity: 1148
Merit: 1018


It's about time -- All merrit accepted !!!


View Profile WWW
June 12, 2014, 11:21:42 PM
 #39

these look familiar

https://github.com/yogurtthewise/SpaceBucks/blob/master/src/main.cpp#L2748

https://github.com/BlueDragon747/Blakecoin/blob/master/src/main.cpp#L2762

lol

Check out my coin Photon
Merge Mine 5 other Blake 256 coins - 6x your hash power  https://www.blakecoin.org/

The obvious choice is not always the best choice.

LOOK DEEPER - Look into the Blake 256 Family -- CC
BlueDragon747
Legendary
*
Offline Offline

Activity: 1509
Merit: 1030


Solutions Architect


View Profile WWW
June 12, 2014, 11:25:07 PM
Last edit: June 13, 2014, 02:02:20 AM by BlueDragon747
 #40


So Copy
          Much Same
                         No Credit
                                     Very Sad  Sad

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
Acidyo
Hero Member
*****
Offline Offline

Activity: 588
Merit: 500


Will Bitcoin Rise Again to $60,000?


View Profile
June 12, 2014, 11:25:55 PM
 #41

We're not doing it for the money....

premine of 20k..

block rewards forever 1 SBX
https://github.com/yogurtthewise/SpaceBucks/blob/master/src/main.cpp#L1080
Code:
 
static const int64 nGenesisBlockRewardCoin = 20000 * COIN;
static const int64 nBlockRewardStartCoin = 1 * COIN;


int64 static GetBlockValue(int nHeight, int64 nFees, unsigned int nBits)
{

    if (nHeight == 1)
    {
        return nGenesisBlockRewardCoin;
    }
   
     int64 nSubsidy = nBlockRewardStartCoin;



Damn.. almost started a pool ..

Too funny.
cinnamon_carter
Legendary
*
Offline Offline

Activity: 1148
Merit: 1018


It's about time -- All merrit accepted !!!


View Profile WWW
June 12, 2014, 11:30:35 PM
 #42

Gavin said...
 
https://bitcointalk.org/index.php?topic=189350.msg2037447#msg2037447


Check out my coin Photon
Merge Mine 5 other Blake 256 coins - 6x your hash power  https://www.blakecoin.org/

The obvious choice is not always the best choice.

LOOK DEEPER - Look into the Blake 256 Family -- CC
Acidyo
Hero Member
*****
Offline Offline

Activity: 588
Merit: 500


Will Bitcoin Rise Again to $60,000?


View Profile
June 12, 2014, 11:30:41 PM
 #43

There isn't much coins with blake algo.
X11-X13 are botnet friendly and are very "popular" now.

I remember the times when the first blake algo was announced, the coin got deserted really fast.
BlueDragon747
Legendary
*
Offline Offline

Activity: 1509
Merit: 1030


Solutions Architect


View Profile WWW
June 12, 2014, 11:39:52 PM
Last edit: June 13, 2014, 01:29:57 AM by BlueDragon747
 #44

There isn't much coins with blake algo.
X11-X13 are botnet friendly and are very "popular" now.

I remember the times when the first blake algo was announced, the coin got deserted really fast.

yet BLC is part of a merge now and is continuing to grow(currently 1.5TH/s network) because other devs work with me that makes us all stonger and the comunity that did stay with BLC are the best I could not ask for better people

"United we stand, divided we fall"

Guess SpaceBucks didnt get the memo, for sure they did not contact me or Byron before this launch

Best Quote that describes this launch "Dearly beloved, we are gathered here today to witness Princess Vespa, daughter of King Roland going right past the altar, heading down the ramp and out the door!"

We're not doing it for the money....

Lone Starr: Listen! We're not just doing this for money!
Barf: [Barf looks at him, raises his ears]
Lone Starr: We're doing it for a SHIT LOAD of money!


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

Activity: 2660
Merit: 1240



View Profile WWW
June 13, 2014, 06:21:50 AM
 #45

Off topic, but ocminer, your pool has these audible alerts that drive me crazy because I don't know what the hell they signify.  What are they for?

Its a block notification. When the pool finds  a block it makes a sound

You can turn them off by clicking on the speaker symbol on the dashboard in the right lower corner, click on it until its red

suprnova pools - reliable mining pools - #suprnova on freenet
https://www.suprnova.cc - FOLLOW us @ Twitter ! twitter.com/SuprnovaPools
Shadow_Runner
Hero Member
*****
Offline Offline

Activity: 574
Merit: 500



View Profile
June 13, 2014, 06:38:30 AM
 #46

Nice.

{
"blocks" : 2080,
"currentblocksize" : 0,
"currentblocktx" : 0,
"difficulty" : 3427.12876644,
"errors" : "",
"generate" : false,
"genproclimit" : -1,
"hashespersec" : 0,
"networkhashps" : 101869407159,
"pooledtx" : 0,
"testnet" : false
}
ByronP
Hero Member
*****
Offline Offline

Activity: 599
Merit: 510



View Profile WWW
June 13, 2014, 11:57:05 AM
 #47

Please fix your ANN post and title along with proper attribution to Blakecoin in the coin
Shadow_Runner
Hero Member
*****
Offline Offline

Activity: 574
Merit: 500



View Profile
June 13, 2014, 01:51:16 PM
 #48

Is it dead already?
Bfljosh
Hero Member
*****
Offline Offline

Activity: 714
Merit: 500


Skol!


View Profile
June 13, 2014, 01:57:37 PM
 #49

Is it dead already?

One of the worst [ann] ever.
Only 3 pages with comments. It was never alive.
Shadow_Runner
Hero Member
*****
Offline Offline

Activity: 574
Merit: 500



View Profile
June 13, 2014, 02:03:16 PM
 #50

Damn. I like blake and this is very upsets me.
Why so premine and what they are expecting with it? I don't know.
Blake8Rnd
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
June 13, 2014, 04:24:00 PM
Last edit: June 13, 2014, 04:52:14 PM by Blake8Rnd
 #51

Is it dead already?

yep dead within a day unless Bluedragon747 decides to revive it, this is what you get when you don't listen to ppl more knowledgeable about the Blake Ecosystem Wink SpaceBucks fate is in the hands of Blue now

Please fix your ANN post and title along with proper attribution to Blakecoin in the coin

lets hope Blue takes pity on YogurtTheFool  Roll Eyes

Damn. I like blake and this is very upsets me.
Why so premine and what they are expecting with it? I don't know.

P.S hope he loses the premine if he does, dev does not deserve it   Angry ... cant do anything with a dead coin premine so pointless
yunquanquano
Member
**
Offline Offline

Activity: 61
Merit: 10


View Profile
June 14, 2014, 07:10:07 AM
 #52

Wallet does not work
majeis
Sr. Member
****
Offline Offline

Activity: 448
Merit: 250


View Profile
June 14, 2014, 07:12:04 AM
 #53

HAHAHAHAHAHAHAHAHAHAHAHA


▄▄▄████████▄▄▄
▄██████████████████▄
▄██████████████████████▄
██████████████████████████
████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
████████████████████████████
██████████████████████████
▀██████████████████████▀
▀██████████████████▀
▀▀▀████████▀▀▀
   ███████
██████████
██████████
██████████
██████████
██████████
██████████
██████████
██████████
██████████
██████████
██████████
███████
BTC  ◉PLAY  ◉XMR  ◉DOGE  ◉STRAT  ◉ETH  ◉GRC  ◉LTC  ◉DASH  ◉PPC
     ▄▄██████████████▄▄
  ▄██████████████████████▄        █████
▄██████████████████████████▄      █████
████ ▄▄▄▄▄ ▄▄▄▄▄▄ ▄▄▄▄▄ ████     ▄██▀
████ █████ ██████ █████ ████    ▄██▀
████ █████ ██████ █████ ████    ██▀
████ █████ ██████ █████ ████    ██
████ ▀▀▀▀▀ ▀▀▀▀▀▀ ▀▀▀▀▀ ████ ▄██████▄
████████████████████████████ ████████
███████▀            ▀███████ ▀██████▀
█████▀                ▀█████
▀██████████████████████████▀
  ▀▀████████████████████▀▀ 
DICE           
BLACKJACK
PLINKO       
VIDEO POKER
ROULETTE     
LOTTO            
Blake8Rnd
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
June 14, 2014, 07:22:15 AM
 #54

Wallet does not work

SpaceBucks the cryptocurrency! is DEAD

get over it!
platorin
Sr. Member
****
Offline Offline

Activity: 392
Merit: 250


View Profile
June 16, 2014, 10:56:14 AM
 #55

It's hard to resist when you can premine as much as you want, isn't it?

SCAM ALERT!!!
Pages: 1 2 3 [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!