Search content
Sort by

Showing 6 of 6 results by jacko27
Post
Topic
Board Trading Discussion
Trading Signals
by
jacko27
on 15/01/2018, 09:02:56 UTC
Do trading signals work? If so, which is the best?
Post
Topic
Board Bitcoin Discussion
1BitcoinEaterAddressDontSendf59kuE
by
jacko27
on 05/12/2017, 09:43:02 UTC
With an address like 1BitcoinEaterAddressDontSendf59kuE with no know keys, why has their been so much activity?
Post
Topic
Board Bitcoin Technical Support
Decode transaction
by
jacko27
on 04/12/2017, 07:50:55 UTC
When I decide a transaction here https://blockchain.info/decode-tx

For example,

https://blockchain.info/tx/9021b49d445c719106c95d561b9c3fac7bcb3650db67684a9226cd7fa1e1c1a0?format=hex

0100000002d8c8df6a6fdd2addaf589a83d860f18b44872d13ee6ec3526b2b470d42a96d4d00000 0008b483045022100b31557e47191936cb14e013fb421b1860b5e4fd5d2bc5ec1938f4ffb1651dc 8902202661c2920771fd29dd91cd4100cefb971269836da4914d970d333861819265ba014104c54 f8ea9507f31a05ae325616e3024bd9878cb0a5dff780444002d731577be4e2e69c663ff2da92290 2a4454841aa1754c1b6292ad7d317150308d8cce0ad7abffffffff2ab3fa4f68a512266134085d3 260b94d3b6cfd351450cff021c045a69ba120b2000000008b4830450220230110bc99ef311f1f8b da9d0d968bfe5dfa4af171adbef9ef71678d658823bf022100f956d4fcfa0995a578d84e7e913f9 bb1cf5b5be1440bcede07bce9cd5b38115d014104c6ec27cffce0823c3fecb162dbd576c88dd7cd a0b7b32b0961188a392b488c94ca174d833ee6a9b71c0996620ae71e799fc7c77901db147fa7d97 732e49c8226ffffffff02c0175302000000001976a914a3d89c53bb956f08917b44d113c6b2bcbe 0c29b788acc01c3d09000000001976a91408338e1d5e26db3fce21b011795b1c3c8a5a5d0788ac0 0000000

But when I try any hex decoder online, I get gibberish.

Isn’t the raw hex transaction in hexadecimal? If so, how do you encode / decode other than the blockchain decoder?
Post
Topic
Board Development & Technical Discussion
Re: New Bitcoin Block Format
by
jacko27
on 03/12/2017, 16:43:51 UTC
What’s the best resource to see the actual bitcoin block in it’s raw readable format?

For example, if I want to see the actual bitcoin block data?

As long as you're not doing anything that requires trust (in which case, you should use Core), you can just go to:

Code:
https://blockexplorer.com/api/rawblock/

Now when I do this

https://blockexplorer.com/api/rawblock/000000000000000000a7b4999c723ed9f308425708577c76827ade51062e135a

I get this

{"rawblock":"00000020a15e218f5f158a31053ea101b917a6113c807f6bcdc85a000000000000000000cc7cf9e ab23c2eae050377375666cd7862c1dfeb81abd3198c3a3f8e045d91484a39225af6d00018659e5e 8a0101000000010000000000000000000000000000000000000000000000000000000000000000f fffffff64030096072cfabe6d6d08d1c2f6d904f4e1cd10c6558f8e5aed5d6a89c43bb22862464e bb819dd8813404000000f09f909f104d696e6564206279206a6f73656d737200000000000000000 0000000000000000000000000000000000000000000000000007f06000001807c814a0000000019 76a914c825a1ecf2a6830c4401620c3a16f1995057c2ab88acefebcf38"}

But trying to decode that yields gibberish.

Suggestions?

Post
Topic
Board Development & Technical Discussion
New Bitcoin Block Format
by
jacko27
on 02/12/2017, 10:33:12 UTC
What’s the best resource to see the actual bitcoin block in it’s raw readable format?

For example, if I want to see the actual bitcoin block data?
Post
Topic
Board Mining support
Broadcast
by
jacko27
on 02/12/2017, 10:13:11 UTC
Working on a new type of mining script.

Now comes the interesting part.

How do I broadcast the new block to the network?

I assume it’s no different than a transaction broadcast to the Nodes on port 8333 but wanted to be sure.

Let’s assume have a new block basically, how to broadcast it.

Any info on new blocks would help. Just running into some issues to making sure the new block format is correct.

Thank you.