性零糖 首页  立即注册  登录
性零糖 - http://sex.linglingtang.com
性零糖
现在注册
已注册用户请  登录
性零糖  ›  后端

51行代码实现简单的PHP区块链

  陈永鹏 · 2018-11-3 01:26:45 · 3689 次点击 ·阅读模式     
今年区块链特别火,我也很火啊。我火什么呢。前几年,公众平台出现,还得花时间去学去看,后来小程序出现,又得花时间精力去学去看。现在比特币、以太坊等去中心化货币带起了区块链的发展。还得学。

没办法,技术改变师姐。不,是改变世界。



前些天看到python写的50行代码实现的简单区块链。今天让我们PHP也实现一下区块链的简单流程。

phper或其他人如有需要可加PHP区块链交流群(370648191/201923866)。

只有一个类、4个方法。可直接运行。
  1. <?php
  2. /**
  3. * 简单的PHP区块链
  4. * @author Yoper
  5. * @PHP技术交流QQ群 370648191
  6. * @Email chen.yong.peng@foxmail.com
  7. * @wechat YoperMan
  8. */
  9. namespace common\library\block;
  10. /**
  11. * 区块结构
  12. */
  13. class block{
  14.     private $index;
  15.     private $timestamp;
  16.     private $data;
  17.     private $previous_hash;
  18.     private $random_str;
  19.     private $hash;
  20.     public function __construct($index,$timestamp,$data,$random_str,$previous_hash)
  21.     {
  22.         $this->index=$index;
  23.         $this->timestamp=$timestamp;
  24.         $this->data=$data;
  25.         $this->previous_hash=$previous_hash;
  26.         $this->random_str=$random_str;
  27.         $this->hash=$this->hash_block();
  28.     }
  29.     public function __get($name){
  30.         return $this->$name;
  31.     }
  32.     private function hash_block(){
  33.         $str=$this->index.$this->timestamp.$this->data.$this->random_str.$this->previous_hash;
  34.         return hash("sha256",$str);
  35.     }
  36. }
  37. /**
  38. * 创世区块
  39. * @return \common\library\block\block
  40. */
  41. function create_genesis_block(){
  42.     return new \common\library\block\block(0, time(),"第一个区块",0,0);
  43. }
  44. /**
  45. * 挖矿,生成下一个区块
  46. * 这应该是一个复杂的算法,但为了简单,我们这里挖到前1位是数字就挖矿成功。
  47. * @param \common\library\block\block $last_block_obj
  48. */
  49. function dig(\common\library\block\block $last_block_obj){
  50.     $random_str = $last_block_obj->hash.get_random();
  51.     $index=$last_block_obj->index+1;
  52.     $timestamp=time();
  53.     $data='I am block '.$index;
  54.     $block_obj = new \common\library\block\block($index,$timestamp,$data,$random_str,$last_block_obj->hash);
  55.    
  56.     //前一位不是数字
  57.     if(!is_numeric($block_obj->hash{0})){
  58.         return false;
  59.     }
  60.     //数数字,返回块
  61.     return $block_obj;
  62. }
  63. /**
  64. * 验证区块
  65. * 这也是一个复杂的过程,为了简单,我们这里直接返回正确
  66. * @param array $data
  67. */
  68. function verify(\common\library\block\block $last_block_obj){
  69.     return true;
  70. }
  71. /**
  72. * 生成随机字符串
  73. * @param int $len
  74. * @return string
  75. */
  76. function get_random($len=32){
  77.     $str="0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ";
  78.     $key = "";
  79.     for($i=0;$i<$len;$i++)
  80.     {
  81.         $key.= $str{mt_rand(0,32)};//随机数
  82.     }
  83.     return $key;
  84. }


  85. header("Content-type:text/html;charset=utf-8");
  86. //生成第一个区块
  87. $blockchain=[\common\library\block\create_genesis_block()];
  88. //模拟生成其他区块,我们直接循环生成。实际中,还需要跟踪互联网上多台机器上链的变化,像比特币会有工作量证明等算法,达到条件了才生成区块等
  89. //我们的链是一个数组,实际生产中应该保存下来
  90. $previous_block = $blockchain[0];
  91. for($i=0;$i<=10;$i++){
  92.     if(!($new_block=dig($previous_block))){
  93.         continue;
  94.     }
  95.     $blockchain[]=$new_block;
  96.     $previous_block=$new_block;
  97.    
  98.     //告诉大家新增了一个区块
  99.     echo "区块已加入链中.新区块是 : {$new_block->index}<br/>";
  100.     echo "新区块哈希值是 : {$new_block->hash}<br/>";
  101.     print_r($new_block);
  102.     echo "<br/><br/>";
  103. }
复制代码

以上文件可以直接运行。运行结果如下:



完。

可加以下微信,拉你进微信区块链行业交流群,请发送验证信息"区块链"。


本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?立即注册

x
3689 次点击  
收藏
  Reply  
ukuzetuetoy  2024-6-20 01:22:00 

A habitual flap, fistulae proofing, book neurophysiology.

To monophonic generic nizagara walmart apo furosemida price apo-furosemida pas cher nizagara without prescription overnight anartrit without an rx buy amolex over counter england hydroxychloroquine prices australia cost of propecia tablets antalisin slip-inn netherlands anolexinon purchase asthalin hfa inhaler online alercet without a doctor acasmul 180mg generic propranolol lowest price acudor generic online india arheuma prednisone kamagra com on line ambulase non prescription arnela cheap anerobia order aremis careprost eye drops allerdryl lowest price generic prednisone buy tadapox w not prescription npxl online usa npxl marketing buying antifungol usa nizagara.com cost of vidalista tablets appreciated appetite <a href="https://sadlerland.com/product/nizagara/">nizagara</a> <a href="https://newyorksecuritylicense.com/apo-furosemida/">apo furosemida</a> <a href="https://tei2020.com/nizagara/">nizagara capsules for sale</a> <a href="https://breathejphotography.com/item/anartrit/">cheap anartrit sale online no prescription</a> <a href="https://breathejphotography.com/item/amolex/">safest online for generic amolex</a> <a href="https://outdoorview.org/product/hydroxychloroquine/">hydroxychloroquine canada</a> <a href="https://pureelegance-decor.com/propecia/">propecia online no script</a> cost of propecia tablets <a href="https://texasrehabcenter.org/antalisin/">generic antalisin</a> <a href="https://plansavetravel.com/item/slip-inn/">low price slip inn</a> <a href="https://texasrehabcenter.org/anolexinon/">metoclopramide</a> <a href="https://ucnewark.com/product/asthalin-hfa-inhaler/">asthalin hfa inhaler online canada</a> <a href="https://momsanddadsguide.com/pill/alercet/">alercet 5mg</a> <a href="https://classybodyart.com/item/acasmul/">acasmul</a> <a href="https://bayridersgroup.com/propranolol/">propranolol</a> <a href="https://ofearthandbeauty.com/product/acudor/">acudor</a> <a href="https://racelineonline.com/pill/arheuma/">arheuma buy in canada</a> <a href="https://oliveogrill.com/prednisone-20-mg/">prednisone prescription</a> <a href="https://center4family.com/kamagra/">www.kamagra.com</a> <a href="https://carnegiemarketing.com/ambulase/">on line ambulase</a> <a href="https://sjsbrookfield.org/product/arnela/">cod arnela</a> <a href="https://ipalc.org/product/anerobia/">anerobia</a> <a href="https://sjsbrookfield.org/product/aremis/">aremis 100mg</a> aremis <a href="https://cafeorestaurant.com/item/careprost-eye-drops/">careprost eye drops.com</a> careprost eye drops.com <a href="https://momsanddadsguide.com/item/allerdryl/">allerdryl</a> <a href="https://altavillaspa.com/product/non-prescription-prednisone/">prednisone</a> <a href="https://glenwoodwine.com/tadapox/">www.tadapox.com</a> <a href="https://driverstestingmi.com/npxl/">buying npxl in china</a> npxl online canada <a href="https://fairbusinessgoodwillappraisal.com/item/antifungol/">buy antifungol in south africa online</a> <a href="https://damcf.org/buy-generic-nizagara/">buy generic nizagara</a> <a href="https://yourdirectpt.com/vidalista-price-at-walmart/">vidalista</a> flexion, explore crackling https://sadlerland.com/product/nizagara/ https://newyorksecuritylicense.com/apo-furosemida/ apo-furosemida cost australia https://tei2020.com/nizagara/ https://breathejphotography.com/item/anartrit/ https://breathejphotography.com/item/amolex/ https://outdoorview.org/product/hydroxychloroquine/ https://pureelegance-decor.com/propecia/ https://texasrehabcenter.org/antalisin/ https://plansavetravel.com/item/slip-inn/ https://texasrehabcenter.org/anolexinon/ https://ucnewark.com/product/asthalin-hfa-inhaler/ https://momsanddadsguide.com/pill/alercet/ https://classybodyart.com/item/acasmul/ https://bayridersgroup.com/propranolol/ https://ofearthandbeauty.com/product/acudor/ https://racelineonline.com/pill/arheuma/ https://oliveogrill.com/prednisone-20-mg/ https://center4family.com/kamagra/ https://carnegiemarketing.com/ambulase/ https://sjsbrookfield.org/product/arnela/ https://ipalc.org/product/anerobia/ https://sjsbrookfield.org/product/aremis/ https://cafeorestaurant.com/item/careprost-eye-drops/ https://momsanddadsguide.com/item/allerdryl/ https://altavillaspa.com/product/non-prescription-prednisone/ https://glenwoodwine.com/tadapox/ https://driverstestingmi.com/npxl/ https://fairbusinessgoodwillappraisal.com/item/antifungol/ https://damcf.org/buy-generic-nizagara/ https://yourdirectpt.com/vidalista-price-at-walmart/ scan, 6.
  Reply  
Albertedist  2024-6-20 06:30:16 

Men Dating Men: Celebrating Harmony and Joint

ukuzetuetoy ??? 2024-6-20 01:22
To monophonic generic nizagara walmart apo furosemida price apo-furosemida pas cher nizagara without ...

Men dating men experience get a bang, connection, and the stunner of relationships in their own unexcelled way.
https://ca3h.com
In a everyone that embraces diverseness and inclusivity, same-sex relationships from ground their place. Men who ancient men direct the joys and challenges of erection expressive connections based on authenticity and mutual understanding. They hallow enjoyment from while overcoming societal expectations, stereotypes, and discrimination.
https://asianxxx.one
Communication and fervent intimacy disport oneself a pivotal task in their relationships, fostering trust and deepening their bond. As system progresses toward equality, it is important to recognize and particular the care shared between men dating men, embracing their unique experiences and contributions to the tapestry of human connections.
  Reply  
DeborahMoume  2024-6-21 01:45:41 

mega at

ukuzetuetoy ??? 2024-6-20 01:22
To monophonic generic nizagara walmart apo furosemida price apo-furosemida pas cher nizagara without ...

Admin – “:

Готовы открыть для себя новые горизонты в мире товаров? Мега - это ваш путь к открытиям! Благодаря разнообразию категорий и редким находкам <a href=https://xn--mg-sb-6za9404c.com>http mega sb</a> гарантирует, что вы найдете то, что нужно. Наслаждайтесь простой регистрацией и безопасными платежами через Bitcoin. Присоединяйтесь к <a href=https://xn--mg-sb-6za9404c.com>площадка мега ссылка</a> сегодня и обнаружите бесконечные возможности.

мега даркнет маркет ссылка на сайт:https://mega-active-links.com
mega at:https://xn--mg-sb-6za9404c.com
添加一条新回复
您需要登录后才可以回帖 登录 | 立即注册

本节点积分规则
DigitalOcean
Archiver   ·   手机版   ·   黑名单   ·     ·   TOP
♥ Inspire by v2ex ; Powered by Discuz!
GMT+8, 2024-7-27 12:04, Processed in 0.048698 second(s), 19 queries .
快速回复 返回顶部 返回列表