Bitcoin Forum
April 19, 2024, 04:31:56 PM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 ... 2557 »
  Print  
Author Topic: NXT :: descendant of Bitcoin - Updated Information  (Read 2761525 times)
Anon136
Legendary
*
Offline Offline

Activity: 1722
Merit: 1217



View Profile
December 20, 2013, 08:03:53 AM
 #4221

oooh so the generationSignature is a digest of the previous generationSignature + the time-stamp of the previous block?

No. It's digest of prevGenSignature only.

How determined the generator (account) of the next block:

1. X = digest of prevGenSignature gives 256 bits
2. First 64 bits is a HIT
3. Target = BaseTarget (which is the same for all accounts) * Balance * Time_since_previous_block
4. If HIT < Target then next block can be generated

Edit: Target grows each second until it "crosses" HIT of one of the accounts

All you would have to do is brute force the creation of a key pair that digested the 1440th genSignature to a hit that was below everyone elses target. It would be totally doable.

This problem is super solvable though. BTNext should make the BaseTarget adjustable with an algo similar to bitcoins re-target algo. Then Increae the 1440 block (24 hours) restriction for effectiveBalance out to about 43200 (1 month) just to be extra super safe (its best to pick absurdly safe parameters when dealing with billions or possibly even trillions of dollars someday). Then finally make the nextGenSignature a digest of the prevGenSignature + the public key of the author of the last block. You couldnt game it with intentionally selected keys because you would have to pick the key 1 month ahead of time and there would be no way to predict who would author which blocks 1 month out since miners drop in and out of the network at random.

Rep Thread: https://bitcointalk.org/index.php?topic=381041
If one can not confer upon another a right which he does not himself first possess, by what means does the state derive the right to engage in behaviors from which the public is prohibited?
1713544316
Hero Member
*
Offline Offline

Posts: 1713544316

View Profile Personal Message (Offline)

Ignore
1713544316
Reply with quote  #2

1713544316
Report to moderator
1713544316
Hero Member
*
Offline Offline

Posts: 1713544316

View Profile Personal Message (Offline)

Ignore
1713544316
Reply with quote  #2

1713544316
Report to moderator
"Your bitcoin is secured in a way that is physically impossible for others to access, no matter for what reason, no matter how good the excuse, no matter a majority of miners, no matter what." -- Greg Maxwell
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
xibeijan
Legendary
*
Offline Offline

Activity: 1232
Merit: 1001


View Profile
December 20, 2013, 08:08:05 AM
 #4222

Why is coinmarketcap showing 999,997,987 NXT instead of 1B NXT?

Notable projects 2019: Semux, Dero, Wagerr, BEAM
2Kool4Skewl (OP)
Sr. Member
****
Offline Offline

Activity: 644
Merit: 250



View Profile WWW
December 20, 2013, 08:11:39 AM
 #4223

Why is coinmarketcap showing 999,997,987 NXT instead of 1B NXT?

Someone sent 2013 Nxt back to the genesis account, thus destroying them.


                      ▄████████▄
                  ▄████████████████▄
             ▄██████████████████████████▄
      ▄███████████████████████████████████████▄
 ███████████████████████████████████████████████████
█████████████████████████████████████████████████████
█████████████████████████████████████████████████████
█████████████████████████████████████████████████████
█████████████████████████████████████████████████████
█████████████████████████████████████████████████████
█████████████████████████████████████████████████████
█████████████████████████████████████████████████████
 ███████████████████████████████████████████████████
 ███████████████████████████████████████████████████
 ███████████████████████████████████████████████████
  █████████████████████████████████████████████████
   ███████████████████████████████████████████████
   ███████████████████████████████████████████████
    █████████████████████████████████████████████
     ███████████████████████████████████████████
      █████████████████████████████████████████
       ███████████████████████████████████████
        █████████████████████████████████████
         ███████████████████████████████████
          █████████████████████████████████
           ▀█████████████████████████████▀
             ▀█████████████████████████▀
               ▀█████████████████████▀
                 ▀█████████████████▀
                   ▀█████████████▀
                      ▀███████▀
TRUSTEE 
EmoneyRu
Hero Member
*****
Offline Offline

Activity: 600
Merit: 500

Nxt-kit developer


View Profile
December 20, 2013, 08:23:50 AM
 #4224

What would happen if I same run api query to register alias N-times from one account? I'll loose (N-1) coins?

Come-from-Beyond
Legendary
*
Offline Offline

Activity: 2142
Merit: 1009

Newbie


View Profile
December 20, 2013, 08:29:50 AM
 #4225

All you would have to do is brute force the creation of a key pair that digested the 1440th genSignature to a hit that was below everyone elses target. It would be totally doable.

This problem is super solvable though. BTNext should make the BaseTarget adjustable with an algo similar to bitcoins re-target algo. Then Increae the 1440 block (24 hours) restriction for effectiveBalance out to about 43200 (1 month) just to be extra super safe (its best to pick absurdly safe parameters when dealing with billions or possibly even trillions of dollars someday). Then finally make the nextGenSignature a digest of the prevGenSignature + the public key of the author of the last block. You couldnt game it with intentionally selected keys because you would have to pick the key 1 month ahead of time and there would be no way to predict who would author which blocks 1 month out since miners drop in and out of the network at random.

1440 blocks is safe number coz u have to know who will sign the 1439th block which depends on the signer of the 1438th block and so forth. To know future signers u must know future balances. Even if u know future balances u must know future topology of the network to predict which blocks will be orphaned.
Come-from-Beyond
Legendary
*
Offline Offline

Activity: 2142
Merit: 1009

Newbie


View Profile
December 20, 2013, 08:34:14 AM
 #4226

What would happen if I same run api query to register alias N-times from one account? I'll loose (N-1) coins?

Yes.
xibeijan
Legendary
*
Offline Offline

Activity: 1232
Merit: 1001


View Profile
December 20, 2013, 08:39:11 AM
 #4227

Why is coinmarketcap showing 999,997,987 NXT instead of 1B NXT?

Someone sent 2013 Nxt back to the genesis account, thus destroying them.

Cool idea, but doesn't anyone have the keys to the genesis account?  Or, does the software reject transactions coming from that account?

What about all the unclaimed NXT?  Is that being destroyed also?

Notable projects 2019: Semux, Dero, Wagerr, BEAM
superresistant
Legendary
*
Offline Offline

Activity: 2128
Merit: 1120



View Profile
December 20, 2013, 08:39:18 AM
 #4228

Guys, what is your orphan rate ?

I've got 8 orphans on 9 blocks. I've read before that an orphan block could be an empty solved block, am I right ?
NxtChoice
Full Member
***
Offline Offline

Activity: 238
Merit: 100


View Profile
December 20, 2013, 08:49:16 AM
 #4229

oooh so the generationSignature is a digest of the previous generationSignature + the time-stamp of the previous block?

No. It's digest of prevGenSignature only.

How determined the generator (account) of the next block:

1. X = digest of prevGenSignature gives 256 bits
2. First 64 bits of X is a HIT
3. Target = BaseTarget (which is the same for all accounts) * Balance * Time_since_previous_block
4. If HIT < Target then next block can be generated

Edit: Target grows each second until it "crosses" HIT of one of the accounts

How is the BaseTarget determined?
allwelder
Legendary
*
Offline Offline

Activity: 1512
Merit: 1004



View Profile
December 20, 2013, 08:51:07 AM
 #4230

@GCInc
Why I can not withdraw from the dgex for the reason of pending orders.
The pending orders is about deposited many days(8days) ago.Why it is still remain pending.
Please please please give some explanation.
 

 
                                . ██████████.
                              .████████████████.
                           .██████████████████████.
                        -█████████████████████████████
                     .██████████████████████████████████.
                  -█████████████████████████████████████████
               -███████████████████████████████████████████████
           .-█████████████████████████████████████████████████████.
        .████████████████████████████████████████████████████████████
       .██████████████████████████████████████████████████████████████.
       .██████████████████████████████████████████████████████████████.
       ..████████████████████████████████████████████████████████████..
       .   .██████████████████████████████████████████████████████.
       .      .████████████████████████████████████████████████.

       .       .██████████████████████████████████████████████
       .    ██████████████████████████████████████████████████████
       .█████████████████████████████████████████████████████████████.
        .███████████████████████████████████████████████████████████
           .█████████████████████████████████████████████████████
              .████████████████████████████████████████████████
                   ████████████████████████████████████████
                      ██████████████████████████████████
                          ██████████████████████████
                             ████████████████████
                               ████████████████
                                   █████████
.CryptoTalk.org.|.MAKE POSTS AND EARN BTC!.🏆
2Kool4Skewl (OP)
Sr. Member
****
Offline Offline

Activity: 644
Merit: 250



View Profile WWW
December 20, 2013, 08:51:47 AM
 #4231

Why is coinmarketcap showing 999,997,987 NXT instead of 1B NXT?

Someone sent 2013 Nxt back to the genesis account, thus destroying them.

Cool idea, but doesn't anyone have the keys to the genesis account?  Or, does the software reject transactions coming from that account?

What about all the unclaimed NXT?  Is that being destroyed also?

BCNext has the passphrase to the genesis account.  No, the unclaimed Nxt isn't being destroyed.


                      ▄████████▄
                  ▄████████████████▄
             ▄██████████████████████████▄
      ▄███████████████████████████████████████▄
 ███████████████████████████████████████████████████
█████████████████████████████████████████████████████
█████████████████████████████████████████████████████
█████████████████████████████████████████████████████
█████████████████████████████████████████████████████
█████████████████████████████████████████████████████
█████████████████████████████████████████████████████
█████████████████████████████████████████████████████
 ███████████████████████████████████████████████████
 ███████████████████████████████████████████████████
 ███████████████████████████████████████████████████
  █████████████████████████████████████████████████
   ███████████████████████████████████████████████
   ███████████████████████████████████████████████
    █████████████████████████████████████████████
     ███████████████████████████████████████████
      █████████████████████████████████████████
       ███████████████████████████████████████
        █████████████████████████████████████
         ███████████████████████████████████
          █████████████████████████████████
           ▀█████████████████████████████▀
             ▀█████████████████████████▀
               ▀█████████████████████▀
                 ▀█████████████████▀
                   ▀█████████████▀
                      ▀███████▀
TRUSTEE 
Come-from-Beyond
Legendary
*
Offline Offline

Activity: 2142
Merit: 1009

Newbie


View Profile
December 20, 2013, 08:53:53 AM
 #4232

Cool idea, but doesn't anyone have the keys to the genesis account?  Or, does the software reject transactions coming from that account?

What about all the unclaimed NXT?  Is that being destroyed also?

BCNext has the keys but he can't send coins coz his balance is almost minus one billion. Soft rejects transactions that lead to negative balance.

Unclaimed coins r waiting for their legit owners.
superresistant
Legendary
*
Offline Offline

Activity: 2128
Merit: 1120



View Profile
December 20, 2013, 08:55:58 AM
 #4233

@GCInc
Why I can not withdraw from the dgex for the reason of pending orders.
The pending orders is about deposited many days(8days) ago.Why it is still remain pending.
Please please please give some explanation.

Check if you confused deposit and withdrawal. If you did, send an email to the admin so he can cancel the pending deposit.
Come-from-Beyond
Legendary
*
Offline Offline

Activity: 2142
Merit: 1009

Newbie


View Profile
December 20, 2013, 08:58:01 AM
Last edit: December 20, 2013, 09:16:07 AM by Come-from-Beyond
 #4234

How is the BaseTarget determined?

BaseTargetn = BaseTargetn-1 * (BlockTimestampn - BlockTimestampn-1) / 60

BaseTargetn limited to [BaseTargetn-1 / 2;  BaseTargetn-1 * 2] interval though
wesleyh
Sr. Member
****
Offline Offline

Activity: 308
Merit: 250


View Profile
December 20, 2013, 09:07:08 AM
 #4235

How many blocks are usually generated in a day? (i.e. what is the approximate time of when we will be able to buy aliases?)
Come-from-Beyond
Legendary
*
Offline Offline

Activity: 2142
Merit: 1009

Newbie


View Profile
December 20, 2013, 09:08:16 AM
 #4236

How many blocks are usually generated in a day? (i.e. what is the approximate time of when we will be able to buy aliases?)

http://87.230.14.1/nxt/nxt.cgi?action=40&sub=7
allwelder
Legendary
*
Offline Offline

Activity: 1512
Merit: 1004



View Profile
December 20, 2013, 09:13:37 AM
 #4237

@GCInc
Why I can not withdraw from the dgex for the reason of pending orders.
The pending orders is about deposited many days(8days) ago.Why it is still remain pending.
Please please please give some explanation.

Check if you confused deposit and withdrawal. If you did, send an email to the admin so he can cancel the pending deposit.
Thank you,superresistant
Now it is Ok. I have contact them before,they have dealed it now.

 
                                . ██████████.
                              .████████████████.
                           .██████████████████████.
                        -█████████████████████████████
                     .██████████████████████████████████.
                  -█████████████████████████████████████████
               -███████████████████████████████████████████████
           .-█████████████████████████████████████████████████████.
        .████████████████████████████████████████████████████████████
       .██████████████████████████████████████████████████████████████.
       .██████████████████████████████████████████████████████████████.
       ..████████████████████████████████████████████████████████████..
       .   .██████████████████████████████████████████████████████.
       .      .████████████████████████████████████████████████.

       .       .██████████████████████████████████████████████
       .    ██████████████████████████████████████████████████████
       .█████████████████████████████████████████████████████████████.
        .███████████████████████████████████████████████████████████
           .█████████████████████████████████████████████████████
              .████████████████████████████████████████████████
                   ████████████████████████████████████████
                      ██████████████████████████████████
                          ██████████████████████████
                             ████████████████████
                               ████████████████
                                   █████████
.CryptoTalk.org.|.MAKE POSTS AND EARN BTC!.🏆
Come-from-Beyond
Legendary
*
Offline Offline

Activity: 2142
Merit: 1009

Newbie


View Profile
December 20, 2013, 09:46:26 AM
 #4238

Here is an interesting branch:

laowai80
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
December 20, 2013, 09:53:45 AM
 #4239

Here is an interesting branch:


Should we be worried? What is the 'normal' or desirable range of the base target value?
allwelder
Legendary
*
Offline Offline

Activity: 1512
Merit: 1004



View Profile
December 20, 2013, 09:55:05 AM
 #4240

How many blocks are usually generated in a day? (i.e. what is the approximate time of when we will be able to buy aliases?)
1440 a day,1 block per minute

 
                                . ██████████.
                              .████████████████.
                           .██████████████████████.
                        -█████████████████████████████
                     .██████████████████████████████████.
                  -█████████████████████████████████████████
               -███████████████████████████████████████████████
           .-█████████████████████████████████████████████████████.
        .████████████████████████████████████████████████████████████
       .██████████████████████████████████████████████████████████████.
       .██████████████████████████████████████████████████████████████.
       ..████████████████████████████████████████████████████████████..
       .   .██████████████████████████████████████████████████████.
       .      .████████████████████████████████████████████████.

       .       .██████████████████████████████████████████████
       .    ██████████████████████████████████████████████████████
       .█████████████████████████████████████████████████████████████.
        .███████████████████████████████████████████████████████████
           .█████████████████████████████████████████████████████
              .████████████████████████████████████████████████
                   ████████████████████████████████████████
                      ██████████████████████████████████
                          ██████████████████████████
                             ████████████████████
                               ████████████████
                                   █████████
.CryptoTalk.org.|.MAKE POSTS AND EARN BTC!.🏆
Pages: « 1 ... 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 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 ... 2557 »
  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!