Bitcoin Forum
June 01, 2024, 10:54:40 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 [170] 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 ... 750 »
3381  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BXBC] BoxbaseCoin SHA256 - POW/POS - Boxbase Launch on: April 04, 2016, 11:18:39 PM
Relaunch with fixed code, if someone comes in a few months and sees the flaw in the source it will be a misery

Either change

if(pindexBest->nHeight <= 1)

to

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

or

if(pindexBest->nHeight < 1)


Generate a new genesis block and relaunch - and you're all good
3382  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BXBC] BoxbaseCoin SHA256 - POW/POS - Boxbase Launch on: April 04, 2016, 11:14:05 PM
Pool is shut, please give a new date or ETA for relaunch. i'd recommend within the next 12h
3383  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BXBC] BoxbaseCoin SHA256 - POW/POS - Boxbase Launch on: April 04, 2016, 11:12:26 PM
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
3384  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BXBC] BoxbaseCoin SHA256 - POW/POS - Boxbase Launch on: April 04, 2016, 11:10:22 PM
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
3385  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BXBC] BoxbaseCoin SHA256 - POW/POS - Boxbase Launch on: April 04, 2016, 11:05:30 PM
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"
    ]
}
3386  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BXBC] BoxbaseCoin SHA256 - POW/POS - Boxbase Launch on: April 04, 2016, 10:56:14 PM
Smooth launch, Suprnova is up and hashing
3387  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BXBC] BoxbaseCoin SHA256 - POW/POS - Boxbase Launch on: April 04, 2016, 10:41:37 PM
https://www.youtube.com/watch?v=HuABhumm6fY
3388  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BXBC] BoxbaseCoin SHA256 - POW/POS - Boxbase Launch on: April 04, 2016, 10:37:54 PM
Pool will be ready here:

http://bxbc.suprnova.cc
3389  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BXBC] BoxbaseCoin SHA256 - POW/POS - Boxbase Launch on: April 04, 2016, 10:26:43 PM
github ? source ?
3390  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ***NuclearCoin*** NUC *** SHA256d - POW/POS - Nuclear Launch Detected on: April 04, 2016, 09:43:40 PM
I'm wondering who's hiding behind the newbie Acc as the code looks pretty good at first sight:


Premine/Reward is as announced, there is even a anti-instamine included:

https://github.com/nuclearcoins/nuc/blob/master/src/main.cpp#L984-L999


Genesis-Block is a news event and has a recent timestamp:

https://github.com/nuclearcoins/nuc/blob/master/src/main.cpp#L2543

https://github.com/nuclearcoins/nuc/blob/master/src/main.cpp#L2555  


We have two seeds in the coin source which are "clean" according to Google:

https://github.com/nuclearcoins/nuc/blob/master/src/net.cpp#L1239-L1240


Checkpoint is ok:

https://github.com/nuclearcoins/nuc/blob/master/src/checkpoints.cpp#L30


As so is the Stake Default Checkpoint:

https://github.com/nuclearcoins/nuc/blob/master/src/kernel.cpp#L17


POW will end at 10200:
https://github.com/nuclearcoins/nuc/blob/master/src/main.h#L33


POS starts at 1001:
https://github.com/nuclearcoins/nuc/blob/master/src/main.h#L33


This thread is NOT self-moderated...


Looks interesting.. Let's see what happens here Smiley
3391  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ***NuclearCoin*** NUC *** SHA256d - POW/POS - Nuclear Launch Detected on: April 04, 2016, 09:21:30 PM
Looks good, here's a Pool from me too:

https://nuc.suprnova.cc
3392  Other / Archival / Re: . on: April 04, 2016, 05:54:28 PM
Suprnova has much more than 51% Hash rate. That's not good. Miners solo.

I only find it less concerning since it's not an exchange than say if it was Cryptopia.co.nz or CEX.io.  Suprnova.cc has less of a reason to pull off this attack plus stake coins you also need a large portion of the total coin supply to pull off a 51% attack to my  understanding.
     No, 51% attack has nothing with the amount of coins and with exchange. 51% Attack, Majority Hash Rate Attack: "The ability of someone controlling a majority of network hash rate to revise transaction history and prevent new transactions from confirming" : https://bitcoin.org/en/glossary/51-percent-attack .

I can't see my advantage why I should even try a 51% attack...
3393  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Ħ [HODL] Imagine If Your "Swiss" Bitcoin Account Had Compounding Interest. on: April 04, 2016, 03:47:00 PM
hello Hodlers Smiley

I try to mine via Hodlminer in supernova but my miner stop mining without message , just the last :
Quote
-04-04 16:52:53] accepted: 48/48 (100.00%), 76.47 hash/s (yay!!!)

Any idea ?

Sorry for my bad enlish

It stops completely ? Maybe you just have to wait until a new Yay!! comes ?
3394  Alternate cryptocurrencies / Pools (Altcoins) / Re: Coinmine.pl - ETH Pool - stratum support on: April 04, 2016, 06:43:53 AM
feeleep, is there a way you guys can shoot out some android app where we can monitor our rigs/workers?

that would be nice..


PoolWatch works with all mpos pools
3395  Alternate cryptocurrencies / Pools (Altcoins) / Re: [ETHEREUM] [POOL] https://ETH.suprnova.cc 0% fee, 20 % BONUS per Block ! // on: April 04, 2016, 06:42:39 AM
I had that too once with a rig, I don't know what exactly caused it, after a reinstall with new drivers it finally worked. Of course 0 h/s is a bit low Smiley
3396  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Ħ [HODL] Imagine If Your "Swiss" Bitcoin Account Had Compounding Interest. on: April 04, 2016, 06:03:25 AM
So how much will one earn with 260h/s per day while pool mining ?

I see the estimates are way off...

Should be fixed on Suprnova now

Thanks for the fix on the estimated earnings. Still reporting inflated pool/net hash, but not difficult to adjust that in my head and i'm sure it'll get corrected in due time Smiley

Ah lol, of course you're right, I missed a / 1000 there - I'll do that today when I got a minute
3397  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Ħ [HODL] Imagine If Your "Swiss" Bitcoin Account Had Compounding Interest. on: April 04, 2016, 05:21:57 AM
So how much will one earn with 260h/s per day while pool mining ?

I see the estimates are way off...

Should be fixed on Suprnova now
3398  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DCR] Decred - Hybrid PoW/PoS | btcsuite Devs | Tons of New Features | Go on: April 03, 2016, 08:28:11 PM
stratum no longer working on suprnova Sad

Yes.. I have changed all my miner on getwork http now .. :-( but ocminer resolve this problem soon he is The best Smiley

Thanks mate Smiley

Stratum is back up
3399  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DCR] Decred - Hybrid PoW/PoS | btcsuite Devs | Tons of New Features | Go on: April 03, 2016, 08:10:31 PM
stratum no longer working on suprnova Sad

i'm working on it - should be back soon
3400  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] DARKNET [DNET] QRK ALGO - PoW/PoS on: April 03, 2016, 05:33:25 PM
It would have been nice to get an actual notification that an update was necessary.  We didn't receive notice until 8pm PST last night;  a few hours is hardly enough time for a hardfork like that..  Can the dev team please contact us ASAP?  There are obviously a lot of missing funds that need to be sorted out.

thanks
richie@bittrex

So Bittrex is not in correct fork?  Shocked

Not if the block explorers are correct.

Check your last block with this:

https://dnet.suprnova.cc/index.php?page=statistics&action=pool
Pages: « 1 ... 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 [170] 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 ... 750 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!