使用 web3j + okhttp 实现了 Android 以太币钱包.项目已经上架 Google Play, 并获得了一些好评, 代码结构比较整洁, 值得拿来借鉴分析. 下面基于这个项目分析 etherscan.io 里 API 的使用.
2022-01-04 14:46:05 548KB 钱包 以太坊 比特币 区块链
1
I-120E 广东移动固件-3FE55923ADBA01 通过192.168.1.1网页上传固件光猫。
2022-01-03 13:41:45 17.98MB 吉比特I-120E光猫广东移动
1
比特精灵端口映射工具UPnP 用于局域网的端口映射 很好用的呢
2022-01-01 23:15:45 344KB 比特精灵 端口映射 UPnP
1
2018年秋季学期全国率先开课:《区块链应用技术》,目前已完成第一学期的课程,课程分为12章。
2021-12-29 21:34:55 4.91MB 区块链 比特币 区块链课程
1
结合几何成形与概率成形的思想,提出了一种适用于比特交织编码调制系统的星座成形映射方法。该方法基于实用信号星座,通过不使用部分能量较大的信号点并利用多对一的映射关系,使发送信号逼近最佳输入概率分布。利用解调器和译码器之间的迭代译码,该方法可方便地获得成形增益。基于容量和外信息转移图分析,给出了信号星座和信号到符号映射的优化方法。理论分析和仿真结果表明,在高斯白噪声信道和独立Rayleigh衰落信道下,该映射方法利用大信号星座在采用迭代译码的比特交织编码调制系统中均能取得优于传统 Gray 映射的误码性能,且随着调制阶数的增大可进一步提高成形增益。
1
Abstract. A purely peer-to-peer version of electronic cash would allow online payments to be sent directly from one party to another without going through a financial institution. Digital signatures provide part of the solution, but the main benefits are lost if a trusted third party is still required to prevent double-spending. We propose a solution to the double-spending problem using a peer-to-peer network. The network timestamps transactions by hashing them into an ongoing chain of hash-based proof-of-work, forming a record that cannot be changed without redoing the proof-of-work. The longest chain not only serves as proof of the sequence of events witnessed, but proof that it came from the largest pool of CPU power. As long as a majority of CPU power is controlled by nodes that are not cooperating to attack the network, they'll generate the longest chain and outpace attackers. The network itself requires minimal structure. Messages are broadcast on a best effort basis, and nodes can leave and rejoin the network at will, accepting the longest proof-of-work chain as proof of what happened while they were gone.
2021-12-27 10:29:05 174KB 中本聪 比特币 区块链 去中心
1
比特币白皮书(中本聪)一种点对点的电子现金系统,同时包含自己的阅读笔记word
2021-12-25 16:18:29 2.75MB 区块链
1
比特币核心 BitcoinCore 是一个支持比特币协议的例程库。 它处理椭圆曲线签名操作和协议消息编码/解码。 建造 我使用 Netbeans IDE,但任何带有 Maven 和可用 Java 编译器的构建环境都应该可以工作。 该文档是使用 javadoc 从源代码生成的。 以下是手动构建的步骤。 如果您还没有 Maven 3 和 Java SE Development Kit 8,则需要安装它们。 创建可执行文件: mvn clean install [可选] 创建文档:mvn javadoc:javadoc [可选] 将 target/BitcoinCore-vrjar 和 target/bcprov-jdk15on-vrjar 复制到您想要存储用于比特币应用程序的库的任何位置。 使用说明 在调用任何其他 BitcoinCore 例程之前,您必须调用 NetParams.co
2021-12-21 16:15:13 143KB Java
1
输入是比特串0的个数和1的个数,输出的该比特串的熵和比特串的信息量。 用于快速算熵的场合。
2021-12-20 09:26:20 32KB 熵,信息量
1
在一个 分布式系统中,为了使得整正常工作 久远而又核心的问题就是如何保证系统中所有节点的数据完全相同并且能够对发起的提案达成一致。 • 共识算法就是用来解决上述问题,分布式系统一致性的算法就是用来解决上述问题,从而保证分布式系统一致性的方法。 • 共识定义 : -- 终止 性(Termination ):所有 :所有 正常运作的进程(节点)最终会在有限步数中结束并做 出决定 , 算法不会无尽执行下去 -- 一致性 : 所有进程必须做出相同的决定 (意见一致 意见一致 Agreement ); 如果所有进程都提议 ;相同的初始决定值 ,那么所有正确进程都应选择该(行为统一 行为统一 IntegrityIntegrity) -- 有效性 (Validity) : 最终达成一 致的决定必须是其他进程提交值中某个
2021-12-19 09:31:25 1.53MB 比特币 共识机制 FBFT共识
1