The following warnings occurred:
Warning [2] Undefined array key "style" - Line: 874 - File: global.php PHP 8.0.30 (Linux)
File Line Function
/global.php 874 errorHandler->error
/showthread.php 24 require_once
Warning [2] Undefined property: MyLanguage::$lang_select_default - Line: 5014 - File: inc/functions.php PHP 8.0.30 (Linux)
File Line Function
/inc/functions.php 5014 errorHandler->error
/global.php 874 build_theme_select
/showthread.php 24 require_once
Warning [2] Undefined array key "additionalgroups" - Line: 6953 - File: inc/functions.php PHP 8.0.30 (Linux)
File Line Function
/inc/functions.php 6953 errorHandler->error
/inc/functions.php 5041 is_member
/global.php 874 build_theme_select
/showthread.php 24 require_once
Warning [2] Undefined array key "additionalgroups" - Line: 6953 - File: inc/functions.php PHP 8.0.30 (Linux)
File Line Function
/inc/functions.php 6953 errorHandler->error
/inc/functions.php 5041 is_member
/global.php 874 build_theme_select
/showthread.php 24 require_once
Warning [2] Undefined property: MyLanguage::$bottomlinks_returncontent - Line: 6 - File: global.php(901) : eval()'d code PHP 8.0.30 (Linux)
File Line Function
/global.php(901) : eval()'d code 6 errorHandler->error
/global.php 901 eval
/showthread.php 24 require_once
Warning [2] Undefined array key 1 - Line: 1399 - File: inc/functions.php PHP 8.0.30 (Linux)
File Line Function
/inc/functions.php 1399 errorHandler->error
/inc/functions.php 1364 fetch_forum_permissions
/inc/functions.php 2876 forum_permissions
/showthread.php 618 build_forum_jump
Warning [2] Undefined array key 1 - Line: 1399 - File: inc/functions.php PHP 8.0.30 (Linux)
File Line Function
/inc/functions.php 1399 errorHandler->error
/inc/functions.php 1364 fetch_forum_permissions
/inc/functions.php 2876 forum_permissions
/showthread.php 618 build_forum_jump
Warning [2] Undefined property: MyLanguage::$ratings_update_error - Line: 5 - File: showthread.php(729) : eval()'d code PHP 8.0.30 (Linux)
File Line Function
/showthread.php(729) : eval()'d code 5 errorHandler->error
/showthread.php 729 eval
Warning [2] Undefined array key "additionalgroups" - Line: 6953 - File: inc/functions.php PHP 8.0.30 (Linux)
File Line Function
/inc/functions.php 6953 errorHandler->error
/inc/functions_user.php 733 is_member
/inc/functions_post.php 399 purgespammer_show
/showthread.php 1063 build_postbit
Warning [2] Undefined array key "showimages" - Line: 700 - File: inc/functions_post.php PHP 8.0.30 (Linux)
File Line Function
/inc/functions_post.php 700 errorHandler->error
/showthread.php 1063 build_postbit
Warning [2] Undefined array key "showvideos" - Line: 705 - File: inc/functions_post.php PHP 8.0.30 (Linux)
File Line Function
/inc/functions_post.php 705 errorHandler->error
/showthread.php 1063 build_postbit
Warning [2] Undefined array key "posttime" - Line: 16 - File: inc/functions_post.php(803) : eval()'d code PHP 8.0.30 (Linux)
File Line Function
/inc/functions_post.php(803) : eval()'d code 16 errorHandler->error
/inc/functions_post.php 803 eval
/showthread.php 1063 build_postbit
Warning [2] Undefined array key "invisible" - Line: 1497 - File: showthread.php PHP 8.0.30 (Linux)
File Line Function
/showthread.php 1497 errorHandler->error





Colored Coins tutorial
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ben
Moderator
*****

Posts: 41
Joined: Oct 2015
Reputation: 2
#1
11-27-2015, 06:47 PM

coloredcoins - the way to understand and use them...

bitcoin consists of transactions as a serious of opcodes
sometime in ~2013  OP_RETURN was introduced, to allow tagging.. actually already some of the first blocks in January 2009 contained meta-data, but this was never explicitly supported
first block of the bitcoin blockchain is the genesis block which contained the phrase "The Times 03/Jan/2009 Chancellor on brink of second bailout for banks". it showed that the block could only have been created after 3/1/2009, see https://en.bitcoin.it/wiki/Genesis_block

OpenAssets describes a way to use these 80 bytes to encode transactions. the ruleset how it operates is independent of Bitcoin

I've created a brainwallet with the phrase lykke. The address is this: 16WTB9d9S17cohtcqKqU2R22F4a3PXao6H
https://blockchain.info/address/16WTB9d9...F4a3PXao6H

The code in the repository shows how to do this in python.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)