hcashd icon indicating copy to clipboard operation
hcashd copied to clipboard

Results 22 hcashd issues
Sort by recently updated
recently updated
newest added

All coins were generated in blocks 1-50, check: http://explorer.h.cash/block/1 http://explorer.h.cash/block/2 and so on...

This is a bad bet, the development progress is like a snail

Hello, I have recently come across hcash and am looking to explore it more, but was trying to determine if it is a PoW, or PoS, setup as it seems...

can any one point to the files implemented the zero knowledge proof? If can explain how it is used? it will be great! thanks.

**database/ffldb/blockio.go** ``` func (s *blockStore) openWriteFile(fileNum uint32) (filer, error) { // The current block file needs to be read-write so it is possible to // append to it. Also, it...

**cmd/hcashctl/httpclient.go** ``` // Configure TLS if needed. [.............] pool := x509.NewCertPool() if ok := pool.AppendCertsFromPEM(pem); !ok { return nil, fmt.Errorf("invalid certificate file: %v", cfg.RPCCert) } tlsConfig = &tls.Config{ RootCAs: pool,...

以下是打出来的日志信息,一个下午了。 Failed to process block 0000000a9ac8cd8e54289ab5ebbec0355f3cad3152a155a2fa517a67516f838d: no block at height 15071 exists

我需要验证签名功能