OSDN Git Service

Dev mining (#390)
authorChengcheng Zhang <zcc0721@foxmail.com>
Sat, 10 Mar 2018 01:49:10 +0000 (09:49 +0800)
committerPaladz <yzhu101@uottawa.ca>
Sat, 10 Mar 2018 01:49:10 +0000 (09:49 +0800)
commit58b598bf44233de038029e10795461bccc729aaa
treefac53b40b52080c83e06f8ea1075e582141954e7
parenta195c9f454be5be05c971e81a93f6e6f504daf47
Dev mining (#390)

* update

* update

* delete comment

* update tensority, same with c++

* add smix.go

* tensority is right

* add TestHash()

* add TestCalcSeedCache

* add TestCalcSeedCache

* Update scrypt.go

* mining/tensority: Time & space opt for dataIdentity[] init in mulMatrix()

* clean up code

* clean up codes

* remove hexutil files

* update tensority test
cmd/miner/miner [new file with mode: 0755]
crypto/scrypt/scrypt.go
crypto/scrypt/smix.go [new file with mode: 0644]
mining/tensority/matrix.go
mining/tensority/seed.go
mining/tensority/tensority.go
mining/tensority/tensority_test.go [new file with mode: 0644]