当前位置: 首页 > 软件库 > Web3 > 开源货币/比特币 >

crypto-fetcher

授权协议 GPL-3.0 License
开发语言 Python
所属分类 Web3、 开源货币/比特币
软件类型 开源软件
地区 不详
投 递 者 唐经国
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

crypto-fetcher

A simple tool designed to retrive prices and volumes of the most popular cryptocurrencies

Description

Thanks to CryptoCompare APIs this tool simply let's you download the latest prices of the most popular cryptocurrencies at different time intervals and (eventually) visualize them on a candelstick graph.Once that the program is started it will fetch the prices and the volumes of the currency you asked for, and put the data into a .json file

For a list of all the avaiable currencies, please check the coin list

Installation

A packed version of this program can be found in the release section, download the .tar.gz file and install it using pip

sudo python pip install crypto-fetcher-0.1.tar.gz

Otherwise you can just clone this repository with

git clone https://github.com/Bleznudd/crypto-fetcher.git

navigate through the folders and once you've found crypto-fetcher.py start it with

python ./crypto-fetcher.py -h

C++ version

An old and incomplete C++ version of this program can be found in the old directory

Manteinance

This is a program made for personal purposes only, so it will not be manteined if I'm not interested in it anymore.Don't expect update and/or bugfix.

 相关资料
  • Overview 因为Java的Crypto API始终有点难用,SpringSide在core module中的org.springside.modules.security.utils中提供了封装。 API的出入参数都是byte[]数组,需要配合Encodes来转换成Hex或Base64存储。 Digests消息摘要 去年一轮的密码被盗风波后,使用salt并迭代N次的sha-1式密码存储已经是

  • The crypto component hosts all the implementations of cryptographic primitives we use in Libra: hashing, signing, and key derivation/generation. The NextGen directory contains implementations of crypt

  • crypto 跟加密相关的一些功能,包括安全验证等。

  • crypto 包括 attr、ecdsa、utils 子包。 attr:chaincode 属性检查校验; ecdsa:ecdsa 加密算法接口,一些 hash 和签名校验方法。 utils:提供 aes、ecdsa、x509 等方法。

  • crypto模块的目的是为了提供通用的加密和哈希算法。用纯JavaScript代码实现这些功能不是不可能,但速度会非常慢。Nodejs用C/C++实现这些算法后,通过cypto这个模块暴露为JavaScript接口,这样用起来方便,运行速度也快。 MD5和SHA1 MD5是一种常用的哈希算法,用于给任意数据一个“签名”。这个签名通常用一个十六进制的字符串表示: const crypto = req

  • import "crypto" crypto包搜集了常用的密码(算法)常量。 type PublicKey type PublicKey interface{} 代表一个使用未指定算法的公钥。 type PrivateKey type PrivateKey interface{} 代表一个使用未指定算法的私钥。 type Hash type Hash uint Hash用来识别/标识另一个包里实现