BlogHide Resteemswanghuangang (25)in python3 • 7 years agoslove sendRawTransaction(**)'s same nonce problemuse python3,web3.py follow code: for k,v in self.web3.txpool.inspect.pending.items(): if str(k).lower() == fromwho.lower(): noncenum = len(v) break tx =…wanghuangang (25)in python3 • 7 years agoDecode ethereum's account keystore file by PythonStep 1: pip install web3 //my web3 version is 3.16.5 pip install ethereum Step 2: import ethereum.tools.keys as keys with open(keystorepath) as file_object:wanghuangang (25)in eos • 7 years agoAnalysis EOS fc::raw::pack codeExample wallet_api_plugin code ,there is a struct struct plain_keys { fc::sha512 checksum; map keys; }; In wallet_api_impl class there is a funtion void encrypt_keys() {…wanghuangang (25)in product • 7 years ago乐淘直播第一版本首先团队经过了2个月的奋斗,乐淘直播终于上线了,前期安卓客户端土豆同学承受着佷大的压力,一个人默默的改造客户端源码,后期加入了小明同学分担了一些重要工作,团队中的信封同学也从PHP渐渐转向DB工作,登子还是那个登子,主攻PhP,牛顿做房间服务比较快,麦斯前端工作量较少些,产品山楂负责了全面构思,大长腿惊蛰MM扛起了UI设计。原悟空与橙子陪着大家加班,每个人都为这款APP付出了努力。…