Pages:
Author

Topic: [ANN][BXBC] BoxbaseCoin SHA256 - POW/POS - Boxbase Launch - page 6. (Read 6092 times)

sr. member
Activity: 314
Merit: 250
full member
Activity: 206
Merit: 100
This is my life. This is my path.
I am not giving it back. Come and take it.

If you do not give it back now we relaunch and everybody loose!!!

http://192.81.214.105:3001/address/B5tVTdU3NrNdhkVmaU4DhGFzwxKseVc2Co this is not our address.
legendary
Activity: 2716
Merit: 1240
We do not want to relaunch this coin and think it went smooth, there was an huge error and someone mined the second block of 4.5 million coins, can you please respond to us now so we can burn those coins.

If not we will need to relaunch!

ah shit you did not mine it ?

Wow ok forget it.. I'll shutdown the pool - you'll need to relaunch
full member
Activity: 228
Merit: 100
I am not giving it back. Come and take it.
legendary
Activity: 1518
Merit: 1042
@notsofast
We do not want to relaunch this coin and think it went smooth, there was an huge error and someone mined the second block of 4.5 million coins, can you please respond to us now so we can burn those coins.

If not we will need to relaunch!

Who mined the duplicate premine block in block 2, then? If they don't come forward, how soon until relaunch?
full member
Activity: 206
Merit: 100
This is my life. This is my path.
We will burn it but need that miner to come forward and message us now!!!
legendary
Activity: 2716
Merit: 1240
Check block #2

Ah I just started with the checks, the premine is obviously wrong:

    "version" : "v1.0.0.0-g32a928e",
    "protocolversion" : 60015,
    "walletversion" : 60000,
    "stake" : 0.00000000,
    "blocks" : 51,
    "timeoffset" : 0,
   "moneysupply" : 9004825.00000000,

9 Mills because of:

https://github.com/BoxBaseCoin/BoxbaseCoin/blob/master/src/main.cpp#L988

That should read

if(pindexBest->nHeight+1 <= 1)

if you only want ONE block with that value. pindesBest refers to the LAST block, not the current

The 4.5 million extra is not part of the premine it is an error.


Then just burn that 4.5 Million to a provable burn address like:

BTngbpkVTh3nGGdFdufHcG5TN7hXYuX31z
or
Bs8Haw3nAsWf5hmLfKzc6PMEzcxUGSYjxf

Check here for burn address:
http://earlz.net/view/2014/10/22/0340/provably-spendable-altcoin-burn-addresses
full member
Activity: 206
Merit: 100
This is my life. This is my path.
We do not want to relaunch this coin and think it went smooth, there was an huge error and someone mined the second block of 4.5 million coins, can you please respond to us now so we can burn those coins.

If not we will need to relaunch!
legendary
Activity: 999
Merit: 1000
Check block #2

Ah I just started with the checks, the premine is obviously wrong:

    "version" : "v1.0.0.0-g32a928e",
    "protocolversion" : 60015,
    "walletversion" : 60000,
    "stake" : 0.00000000,
    "blocks" : 51,
    "timeoffset" : 0,
   "moneysupply" : 9004825.00000000,

9 Mills because of:

https://github.com/BoxBaseCoin/BoxbaseCoin/blob/master/src/main.cpp#L988

That should read

if(pindexBest->nHeight+1 <= 1)

if you only want ONE block with that value. pindesBest refers to the LAST block, not the current

The 4.5 million extra is not part of the premine it is an error.

What is it part of then?
sr. member
Activity: 314
Merit: 250
Our Pool is up too
full member
Activity: 228
Merit: 100
Shiet, at least we had the awesome billboard.
full member
Activity: 206
Merit: 100
This is my life. This is my path.
Check block #2

Ah I just started with the checks, the premine is obviously wrong:

    "version" : "v1.0.0.0-g32a928e",
    "protocolversion" : 60015,
    "walletversion" : 60000,
    "stake" : 0.00000000,
    "blocks" : 51,
    "timeoffset" : 0,
   "moneysupply" : 9004825.00000000,

9 Mills because of:

https://github.com/BoxBaseCoin/BoxbaseCoin/blob/master/src/main.cpp#L988

That should read

if(pindexBest->nHeight+1 <= 1)

if you only want ONE block with that value. pindesBest refers to the LAST block, not the current

The 4.5 million extra is not part of the premine it is an error.
legendary
Activity: 1518
Merit: 1042
@notsofast
Check block #2

Ah I just started with the checks, the premine is obviously wrong:

    "version" : "v1.0.0.0-g32a928e",
    "protocolversion" : 60015,
    "walletversion" : 60000,
    "stake" : 0.00000000,
    "blocks" : 51,
    "timeoffset" : 0,
   "moneysupply" : 9004825.00000000,

9 Mills because of:

https://github.com/BoxBaseCoin/BoxbaseCoin/blob/master/src/main.cpp#L988

That should read

if(pindexBest->nHeight+1 <= 1)

if you only want ONE block with that value. pindesBest refers to the LAST block, not the current

They can just provable burn half of that, I would think
legendary
Activity: 2716
Merit: 1240
Check block #2

Ah I just started with the checks, the premine is obviously wrong:

    "version" : "v1.0.0.0-g32a928e",
    "protocolversion" : 60015,
    "walletversion" : 60000,
    "stake" : 0.00000000,
    "blocks" : 51,
    "timeoffset" : 0,
   "moneysupply" : 9004825.00000000,

9 Mills because of:

https://github.com/BoxBaseCoin/BoxbaseCoin/blob/master/src/main.cpp#L988

That should read

if(pindexBest->nHeight+1 <= 1)

if you only want ONE block with that value. pindesBest refers to the LAST block, not the current

Verify:
Code:
./BoxbaseCoind getblockhash 2
00000000d7350d92fa079b398c90744a9ea16d57284adeb6661e74d9025ece55
./BoxbaseCoind getblock 00000000d7350d92fa079b398c90744a9ea16d57284adeb6661e74d9025ece55
{
    "hash" : "00000000d7350d92fa079b398c90744a9ea16d57284adeb6661e74d9025ece55",
    "confirmations" : 51,
    "size" : 174,
    "height" : 2,
    "version" : 1,
    "merkleroot" : "b022f71a95bb268339c7be1c42442b2eb1f23bb10eefa28586e352f8cf05fe4c",
[b]    "mint" : 4500000.00000000,[/b]
    "time" : 1459810119,
    "nonce" : 424395538,
    "bits" : "1e00ffff",
    "difficulty" : 0.00390625,
    "blocktrust" : "1000100",
    "chaintrust" : "3000300",
    "previousblockhash" : "000000782a95310607e8374337f807b5531c4010160924568f37f7a02e49f260",
    "nextblockhash" : "0000000e695bae8f50c188070a4bd37de86f6f8dc563d9a5d16bfb2240b8e6b2",
    "flags" : "proof-of-work stake-modifier",
    "proofhash" : "00000000d7350d92fa079b398c90744a9ea16d57284adeb6661e74d9025ece55",
    "entropybit" : 1,
    "modifier" : "0000000000000000",
    "modifierchecksum" : "38d937d2",
    "tx" : [
        "b022f71a95bb268339c7be1c42442b2eb1f23bb10eefa28586e352f8cf05fe4c"
    ]
}
./BoxbaseCoind getblockhash 1
000000782a95310607e8374337f807b5531c4010160924568f37f7a02e49f260
 ./BoxbaseCoind getblock 000000782a95310607e8374337f807b5531c4010160924568f37f7a02e49f260
{
    "hash" : "000000782a95310607e8374337f807b5531c4010160924568f37f7a02e49f260",
    "confirmations" : 52,
    "size" : 174,
    "height" : 1,
    "version" : 1,
    "merkleroot" : "be1394721dc579d38df42927530cf6ffb605aab4275d4bb21b0bdb922f26a3f9",
   [b] "mint" : 4500000.00000000,[/b]
    "time" : 1459676119,
    "nonce" : 792659456,
    "bits" : "1e00ffff",
    "difficulty" : 0.00390625,
    "blocktrust" : "1000100",
    "chaintrust" : "2000200",
    "previousblockhash" : "000000d047023945779c5f3ec861bd7ef4ecda1715eaf417a4e82592ce0f7ac7",
    "nextblockhash" : "00000000d7350d92fa079b398c90744a9ea16d57284adeb6661e74d9025ece55",
    "flags" : "proof-of-work",
    "proofhash" : "000000782a95310607e8374337f807b5531c4010160924568f37f7a02e49f260",
    "entropybit" : 0,
    "modifier" : "0000000000000000",
    "modifierchecksum" : "5189c78a",
    "tx" : [
        "be1394721dc579d38df42927530cf6ffb605aab4275d4bb21b0bdb922f26a3f9"
    ]
}
member
Activity: 102
Merit: 10
love life...
meaty pre pre   
legendary
Activity: 999
Merit: 1000
Check block #2
full member
Activity: 206
Merit: 100
This is my life. This is my path.
You wrong it is 4.5 million
legendary
Activity: 999
Merit: 1000
Only a 9 million premine
legendary
Activity: 1518
Merit: 1042
@notsofast
Smooth launch, Suprnova is up and hashing

Suprnova got block 24, I'd call that very fair for a launch

Edit: stuck at block 50/51?
legendary
Activity: 2716
Merit: 1240
Smooth launch, Suprnova is up and hashing
Pages:
Jump to: