Bitcoin Forum
May 09, 2024, 09:13:54 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 ... 1743 »
  Print  
Author Topic: [ANN] Blacknet BLN | Staking | Future of zApp & ZeFi  (Read 2509631 times)
Vann
Hero Member
*****
Offline Offline

Activity: 1036
Merit: 606



View Profile
March 01, 2014, 05:40:30 PM
 #3821

We're not even close to block 9000 in PoW. 9800 is a combination of PoW and PoS blocks. Don't be fooled.

Yes, PoS staking also show up in the blockchain as 'blocks'.

So when will mining be over for PoW? What block? Any one know?
This line from the source code should make it self-explanatory:

Code:
static const int LAST_POW_BLOCK = 10000;

if (IsProofOfWork() && nHeight > LAST_POW_BLOCK)
return DoS(100, error("AcceptBlock() : reject proof-of-work at height %d", nHeight))
1715246034
Hero Member
*
Offline Offline

Posts: 1715246034

View Profile Personal Message (Offline)

Ignore
1715246034
Reply with quote  #2

1715246034
Report to moderator
1715246034
Hero Member
*
Offline Offline

Posts: 1715246034

View Profile Personal Message (Offline)

Ignore
1715246034
Reply with quote  #2

1715246034
Report to moderator
1715246034
Hero Member
*
Offline Offline

Posts: 1715246034

View Profile Personal Message (Offline)

Ignore
1715246034
Reply with quote  #2

1715246034
Report to moderator
"The nature of Bitcoin is such that once version 0.1 was released, the core design was set in stone for the rest of its lifetime." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715246034
Hero Member
*
Offline Offline

Posts: 1715246034

View Profile Personal Message (Offline)

Ignore
1715246034
Reply with quote  #2

1715246034
Report to moderator
1715246034
Hero Member
*
Offline Offline

Posts: 1715246034

View Profile Personal Message (Offline)

Ignore
1715246034
Reply with quote  #2

1715246034
Report to moderator
1715246034
Hero Member
*
Offline Offline

Posts: 1715246034

View Profile Personal Message (Offline)

Ignore
1715246034
Reply with quote  #2

1715246034
Report to moderator
artiface
Full Member
***
Offline Offline

Activity: 238
Merit: 100


View Profile
March 01, 2014, 05:42:24 PM
 #3822

We're not even close to block 9000 in PoW. 9800 is a combination of PoW and PoS blocks. Don't be fooled.

Yes, PoS staking also show up in the blockchain as 'blocks'.

So when will mining be over for PoW? What block? Any one know?


POW mining ends at block height 10000.

Yes block height includes both POW and POS.   We will end up with about 75 million total coins before POW has ended.


Only about 1 hour left.
y3804
Sr. Member
****
Offline Offline

Activity: 406
Merit: 250


View Profile
March 01, 2014, 05:43:01 PM
 #3823

We're not even close to block 9000 in PoW. 9800 is a combination of PoW and PoS blocks. Don't be fooled.

Yes, PoS staking also show up in the blockchain as 'blocks'.

So when will mining be over for PoW? What block? Any one know?
This line from the source code should make it self-explanatory:

Code:
static const int LAST_POW_BLOCK = 10000;

if (IsProofOfWork() && nHeight > LAST_POW_BLOCK)
return DoS(100, error("AcceptBlock() : reject proof-of-work at height %d", nHeight))

Right so it really ends in 100 blocks...
blade87
Hero Member
*****
Offline Offline

Activity: 644
Merit: 500


View Profile
March 01, 2014, 05:43:13 PM
 #3824

Current block is 9890 and outstanding coins are 73,921,076. We are going have ~25% less coins than expected when PoW ends?
Miner232432
Full Member
***
Offline Offline

Activity: 210
Merit: 100


View Profile
March 01, 2014, 05:44:21 PM
 #3825

We're not even close to block 9000 in PoW. 9800 is a combination of PoW and PoS blocks. Don't be fooled.

Yes, PoS staking also show up in the blockchain as 'blocks'.

So when will mining be over for PoW? What block? Any one know?

10,000

I am blunt, don't like it ? Too bad
artiface
Full Member
***
Offline Offline

Activity: 238
Merit: 100


View Profile
March 01, 2014, 05:46:26 PM
 #3826

Current block is 9890 and outstanding coins are 73,921,076. We are going have ~25% less coins than expected when PoW ends?

This is actually a good thing.  There will be a total supply less than the max Litecoin supply.   That gives a good indication of the possible value for this coin, if it gets a good adoption.
y3804
Sr. Member
****
Offline Offline

Activity: 406
Merit: 250


View Profile
March 01, 2014, 05:46:59 PM
 #3827

Current block is 9890 and outstanding coins are 73,921,076. We are going have ~25% less coins than expected when PoW ends?

Yup. Source code confirms that. If nHeight of block (PoS or PoW) is higher than 10000 and block is PoW, then it's not valid
JustBlaze
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
March 01, 2014, 05:47:24 PM
 #3828

We're not even close to block 9000 in PoW. 9800 is a combination of PoW and PoS blocks. Don't be fooled.

Yes, PoS staking also show up in the blockchain as 'blocks'.

So when will mining be over for PoW? What block? Any one know?
This line from the source code should make it self-explanatory:

Code:
static const int LAST_POW_BLOCK = 10000;

if (IsProofOfWork() && nHeight > LAST_POW_BLOCK)
return DoS(100, error("AcceptBlock() : reject proof-of-work at height %d", nHeight))

Right so it really ends in 100 blocks...


Cool Smiley Hopefully MoooooooN
rsx19
Full Member
***
Offline Offline

Activity: 182
Merit: 100


View Profile
March 01, 2014, 05:47:40 PM
 #3829

got my first stake worth .09 lol

donations anyone :[

BRXq4KNJqLr1Pff1boWShEhpQ1yccFuNdi
Because this is daily steak bro if u mine block you will get 7-50 BC note that more BC you have more chance that you will get your block.
Rat updated wallen and there u see your chance to get reward Smiley.
This is simulation more or less bitcoin minig in 20years remember that BC is long run investment than quick buck.
If you want higher income rate try GBN,Cash,Mint. BC is more difficult to obtain.
Now you need invest in mining gear Wink i mean more BC for 1BTC you can get to top 100 so you allways have chance.

i only have 3500 coins zzz i was here at launch too

BlackCoin For poor Shibe - BMobXjx9TN96a1qmZA9pSSzJur6UH9PWgU
y3804
Sr. Member
****
Offline Offline

Activity: 406
Merit: 250


View Profile
March 01, 2014, 05:49:34 PM
 #3830

We're not even close to block 9000 in PoW. 9800 is a combination of PoW and PoS blocks. Don't be fooled.

Yes, PoS staking also show up in the blockchain as 'blocks'.

So when will mining be over for PoW? What block? Any one know?
This line from the source code should make it self-explanatory:

Code:
static const int LAST_POW_BLOCK = 10000;

if (IsProofOfWork() && nHeight > LAST_POW_BLOCK)
return DoS(100, error("AcceptBlock() : reject proof-of-work at height %d", nHeight))

Right so it really ends in 100 blocks...


Cool Smiley Hopefully MoooooooN

I invested 0.3BTC at 1100. Usually I wouldn't even attempt stuff like this, but hey, this is a one time experiment... Who knows what happens?

Sellers will basically control the entire market..
NutMasterTardd
Legendary
*
Offline Offline

Activity: 1512
Merit: 1015


View Profile
March 01, 2014, 05:51:47 PM
 #3831

We're not even close to block 9000 in PoW. 9800 is a combination of PoW and PoS blocks. Don't be fooled.

Yes, PoS staking also show up in the blockchain as 'blocks'.

So when will mining be over for PoW? What block? Any one know?
This line from the source code should make it self-explanatory:

Code:
static const int LAST_POW_BLOCK = 10000;

if (IsProofOfWork() && nHeight > LAST_POW_BLOCK)
return DoS(100, error("AcceptBlock() : reject proof-of-work at height %d", nHeight))

Right so it really ends in 100 blocks...


Cool Smiley Hopefully MoooooooN

I invested 0.3BTC at 1100. Usually I wouldn't even attempt stuff like this, but hey, this is a one time experiment... Who knows what happens?

Sellers will basically control the entire market..

Likely the price will be forced up and come down just as fast

GEO, RLC & QRL.
JustBlaze
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
March 01, 2014, 05:53:51 PM
 #3832

We're not even close to block 9000 in PoW. 9800 is a combination of PoW and PoS blocks. Don't be fooled.

Yes, PoS staking also show up in the blockchain as 'blocks'.

So when will mining be over for PoW? What block? Any one know?
This line from the source code should make it self-explanatory:

Code:
static const int LAST_POW_BLOCK = 10000;

if (IsProofOfWork() && nHeight > LAST_POW_BLOCK)
return DoS(100, error("AcceptBlock() : reject proof-of-work at height %d", nHeight))

Right so it really ends in 100 blocks...


Cool Smiley Hopefully MoooooooN

I invested 0.3BTC at 1100. Usually I wouldn't even attempt stuff like this, but hey, this is a one time experiment... Who knows what happens?

Sellers will basically control the entire market..

The whales will always make waves! I've been mining it and got some at around 1000 last night. Hopefully make a little extra profit on top of the mining that way.
blade87
Hero Member
*****
Offline Offline

Activity: 644
Merit: 500


View Profile
March 01, 2014, 05:56:37 PM
 #3833

With a $500,000 market cap at max coin supply, with very little new coins entering the market, it can't go down much further than it already has. This coin has a 50% downside (let's say it goes to complete and utter shitcoin status - $250,000 market cap and 500 satoshi per coin), versus a 1000% upside if this coin can gain some traction and gain a few million in market cap value (let's say $5 million cap).

The advantage of this coin is the same that QRK had - no maintenance for whales to pump due to mine and dump. And QRK saw one of the greatest pumps in crypto history. Though it took many months of accumulation to do it so don't expect something like that any time soon.  Tongue

I expect another shake out still right after PoW ends.
Stanr010
Member
**
Offline Offline

Activity: 70
Merit: 10


View Profile
March 01, 2014, 06:03:55 PM
 #3834

With a $500,000 market cap at max coin supply, with very little new coins entering the market, it can't go down much further than it already has. This coin has a 50% downside (let's say it goes to complete and utter shitcoin status - $250,000 market cap and 500 satoshi per coin), versus a 1000% upside if this coin can gain some traction and gain a few million in market cap value (let's say $5 million cap).

The advantage of this coin is the same that QRK had - no maintenance for whales to pump due to mine and dump. And QRK saw one of the greatest pumps in crypto history. Though it took many months of accumulation to do it so don't expect something like that any time soon.  Tongue

I expect another shake out still right after PoW ends.

While that viewpoint disregards that the top 100 people control 74% of the entire market and all it takes is just one of those people to decide that they want out to destroy the entire market, I'll play along. I bought 1 BTC last night in anticipation of shooting the moon.
DarthScabrous
Jr. Member
*
Offline Offline

Activity: 36
Merit: 20


View Profile
March 01, 2014, 06:04:06 PM
 #3835

almost at the end
Stonerboy
Sr. Member
****
Offline Offline

Activity: 344
Merit: 250

ALL IN!


View Profile
March 01, 2014, 06:06:23 PM
 #3836

Man... sad that this mining party is over...
Is there another good coin to mine from now on?   Smiley
Jabulon
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250


View Profile WWW
March 01, 2014, 06:07:38 PM
 #3837

Did the Blackcoin launch occur at 24 Feb 2014 06:00 UTC. Trying to do a calculation, but need to confirm precise time of launch. Thanks.

Visit NightBark Music, home of the BlackCoin Music Video! https://www.youtube.com/user/nightbarkmusic
zonkul
Member
**
Offline Offline

Activity: 72
Merit: 10


View Profile
March 01, 2014, 06:07:59 PM
 #3838

Man... sad that this mining party is over...
Is there another good coin to mine from now on?   Smiley

There is ZEIT
Vann
Hero Member
*****
Offline Offline

Activity: 1036
Merit: 606



View Profile
March 01, 2014, 06:08:50 PM
 #3839

Man... sad that this mining party is over...
Is there another good coin to mine from now on?   Smiley
Once you go black, you never go back... So I would say Darkcoin.
avanda1121
Full Member
***
Offline Offline

Activity: 124
Merit: 100


View Profile
March 01, 2014, 06:11:30 PM
 #3840

The end Roll Eyes
Pages: « 1 ... 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 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 ... 1743 »
  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!