Bitcoin Forum
May 04, 2024, 12:59:13 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Bloc #335519  (Read 629 times)
William Toll (OP)
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
December 23, 2014, 11:14:48 AM
 #1

Anyone can explain the content of Bloc #335519 ?

Looks like it generated 50 new BTC instead of 25 BTC.

https://blockchain.info/en/block-index/515877/00000000000000001461a7896f7bed46dba23c86f557f0535f8f989ffaba9408
The Bitcoin network protocol was designed to be extremely flexible. It can be used to create timed transactions, escrow transactions, multi-signature transactions, etc. The current features of the client only hint at what will be possible in the future.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714827553
Hero Member
*
Offline Offline

Posts: 1714827553

View Profile Personal Message (Offline)

Ignore
1714827553
Reply with quote  #2

1714827553
Report to moderator
1714827553
Hero Member
*
Offline Offline

Posts: 1714827553

View Profile Personal Message (Offline)

Ignore
1714827553
Reply with quote  #2

1714827553
Report to moderator
shorena
Copper Member
Legendary
*
Offline Offline

Activity: 1498
Merit: 1499


No I dont escrow anymore.


View Profile WWW
December 23, 2014, 11:17:16 AM
 #2

Anyone can explain the content of Bloc #335519 ?

Looks like it generated 50 new BTC instead of 25 BTC.

https://blockchain.info/en/block-index/515877/00000000000000001461a7896f7bed46dba23c86f557f0535f8f989ffaba9408

bc.i error...

the single tx is for 25 BTC [1] and others show the block [2] correct.


[1] https://www.blocktrail.com/BTC/tx/273f6b7c8bf1e80d470cb51d0d8d0ab065cc11d9fc84fd8813971d2344fd55ac
[2] https://www.blocktrail.com/BTC/block/00000000000000001461a7896f7bed46dba23c86f557f0535f8f989ffaba9408

Im not really here, its just your imagination.
dserrano5
Legendary
*
Offline Offline

Activity: 1974
Merit: 1029



View Profile
December 23, 2014, 11:26:22 AM
 #3

Looks normal to me:

Code:
$ bitcoin-cli getblock 00000000000000001461a7896f7bed46dba23c86f557f0535f8f989ffaba9408
[...]
    "tx" : [
        "273f6b7c8bf1e80d470cb51d0d8d0ab065cc11d9fc84fd8813971d2344fd55ac"
    ],
Code:
$ bitcoin-cli getrawtransaction 273f6b7c8bf1e80d470cb51d0d8d0ab065cc11d9fc84fd8813971d2344fd55ac
01000000010000000000000000000000000000000000000000000000000000000000000000ffffffff28039f1e051b4d696e656420627920416e74506f6f6c20746c004810d2549949aaa1150000b0000000ffffffff0100f90295000000001976a91494730452598bcfec37e626da2abd2492ab8234f088ac00000000
Code:
$ bitcoin-cli decoderawtransaction 01000000010000000000000000000000000000000000000000000000000000000000000000ffffffff28039f1e051b4d696e656420627920416e74506f6f6c20746c004810d2549949aaa1150000b0000000ffffffff0100f90295000000001976a91494730452598bcfec37e626da2abd2492ab8234f088ac00000000
[...]
    "vout" : [
        {
            "value" : 25.00000000,
gogxmagog
Legendary
*
Offline Offline

Activity: 1456
Merit: 1009

Ad maiora!


View Profile
December 23, 2014, 11:28:44 AM
 #4

Them dubz doe
(Sorry couldn't resist)
Melty Melty
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
December 23, 2014, 12:43:20 PM
 #5

Code:
{
"hash":"00000000000000001461a7896f7bed46dba23c86f557f0535f8f989ffaba9408",
"ver":2,
"prev_block":"0000000000000000191b407d1d9850700cbff5ba7be2dd8f19a6e0ef599efdec",
"mrkl_root":"273f6b7c8bf1e80d470cb51d0d8d0ab065cc11d9fc84fd8813971d2344fd55ac",
"time":1419332010,
"bits":404479356,
    "fee":-2500000000,
    "nonce":388761917,
"n_tx":1,
"size":206,
"block_index":515877,
"main_chain":true,
"height":335519,
"received_time":1419332010,
"relayed_by":"104.236.44.210",

"tx":[{
   "lock_time":0,
   "ver":1,
   "size":125,
   "inputs":[
      {
         "sequence":4294967295,
         "script":"039f1e051b4d696e656420627920416e74506f6f6c20746c004810d2549949aaa1150000b0000000"
      },
      {
         "sequence":4294967295,
         "script":"039f1e051b4d696e656420627920416e74506f6f6c20746c004810d2549949aaa1150000b0000000"
      }
   ],
   "time":1419332010,
   "tx_index":72702525,
   "vin_sz":2,
   "hash":"273f6b7c8bf1e80d470cb51d0d8d0ab065cc11d9fc84fd8813971d2344fd55ac",
   "vout_sz":2,
   "relayed_by":"104.236.44.210",
   "out":[
      {
         "spent":false,
         "tx_index":72702525,
         "type":0,
         "addr":"1EXvnuRqFeoWhT91KbB92JrkVN8HzwdbMj",
         "value":2500000000,
         "n":0,
         "script":"76a91494730452598bcfec37e626da2abd2492ab8234f088ac"
      },
      {
         "spent":false,
         "tx_index":72702525,
         "type":0,
         "addr":"1EXvnuRqFeoWhT91KbB92JrkVN8HzwdbMj",
         "value":2500000000,
         "n":0,
         "script":"76a91494730452598bcfec37e626da2abd2492ab8234f088ac"
      }
   ]
}]
 }

Ah yes, blockchain.info, kings of race conditions and functional integrity checking.

If this happened with a transaction you could steal from anybody trusting blockchain.info's information.

Is that some manually constructed JSON I'm seeing?
Stedsm
Legendary
*
Offline Offline

Activity: 3052
Merit: 1273



View Profile
December 23, 2014, 12:50:18 PM
 #6

It's a blockchain.info error.

██████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
██████████████████████
.SHUFFLE.COM..███████████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
█████████████████████
████████████████████
██████████████████████
████████████████████
██████████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
██████████████████████
██████████████████████
██████████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
.
...Next Generation Crypto Casino...
calci
Full Member
***
Offline Offline

Activity: 168
Merit: 100

www.secondstrade.com - 190% return Binary option


View Profile
December 23, 2014, 01:07:17 PM
 #7

Anyone can explain the content of Bloc #335519 ?

Looks like it generated 50 new BTC instead of 25 BTC.

https://blockchain.info/en/block-index/515877/00000000000000001461a7896f7bed46dba23c86f557f0535f8f989ffaba9408
It shows the Transaction fees as -25.
THat is really weird. Probably just a blockchain issue
howzar
Hero Member
*****
Offline Offline

Activity: 574
Merit: 500


View Profile
December 23, 2014, 01:10:43 PM
 #8

Anyone can explain the content of Bloc #335519 ?

Looks like it generated 50 new BTC instead of 25 BTC.

https://blockchain.info/en/block-index/515877/00000000000000001461a7896f7bed46dba23c86f557f0535f8f989ffaba9408
It shows the Transaction fees as -25.
THat is really weird. Probably just a blockchain issue

It's always a blockchain issue Sad

Edit - blockchain.info issue*
redsn0w
Legendary
*
Offline Offline

Activity: 1778
Merit: 1042


#Free market


View Profile
December 23, 2014, 01:58:19 PM
 #9

Yes it is only a blockchain.info bug , here is the  transaction id :

https://blockchain.info/it/tx/273f6b7c8bf1e80d470cb51d0d8d0ab065cc11d9fc84fd8813971d2344fd55ac


 If you see every new block "extracted"  will  appear 50 bitcoin and after a few second  will change to 25 bitcoin. I think the blockchain.info dev team should fix this "little" bug .
Yuki1988
Hero Member
*****
Offline Offline

Activity: 614
Merit: 500



View Profile
December 24, 2014, 04:12:01 AM
 #10

The blockchain.info bug has been fixed now it seems.
Whenever you see something odd on one block explorer, it is always a good idea to check another one to cross-check. Smiley

Pages: [1]
  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!