文件名称:Blake256r8_Python_Module:用于 Blakecoin 的 Python 8 Round Blake-256 模块
文件大小:26KB
文件格式:ZIP
更新时间:2024-06-22 02:19:18
C
布莱克币注意事项: 目前是实验性的! ========================== 要求: 为了使用 Blakecoin 网络运行 P2Pool 和其他基于 Python 的池,您需要为 Python 构建和安装 blake_hash 模块,其中包括 Blakecoin 用于哈希的 blake-256 工作证明代码。 Linux: sudo python setup.py install 窗户(mingw): 安装 MinGW: : 安装 Python 2.7: : 在 bash 中输入: C:\Python27\python.exe setup.py build --compile=mingw32 install Windows(微软视觉 C++) 打开 Visual Studio 控制台 在 bash 中输入: SET VS90COMNTOOLS=
【文件预览】:
Blake256r8_Python_Module-master
----.gitignore(3KB)
----blake.h(160B)
----test.py(346B)
----.gitattributes(483B)
----Readme.md(1KB)
----sphlib()
--------sph_blake.h(4KB)
--------sph_types.h(65KB)
--------blake.c(15KB)
----blake.c(2KB)
----blakemodule.c(1KB)
----setup.py(460B)