The core protocol of WoopChain
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Minh Doan 31472956d5 add verification/selection a set of valid transactions 7 years ago
aws-code temp fix for enabling travis 7 years ago
aws-scripts smaller number of ips 7 years ago
blockchain add verification/selection a set of valid transactions 7 years ago
consensus add more generic utxo 7 years ago
message merging conflicts 7 years ago
node some typos added changes to deploy linux 7 years ago
p2p Add transaction generater program which sends transactions to leaders periodically 7 years ago
utils bundle block blockchain transaction into blockchain packagge. add tests for utils 7 years ago
.gitignore Scaled consensus to 100 nodes。 7 years ago
.travis.yml add slack notification 7 years ago
README.md fix readme 7 years ago
appspec.yml relative paths are getting messed up so situation script within scripts folder 7 years ago
benchmark_main.go create channel to send new block to consensus and consensus to signal readiness 7 years ago
deploy.sh merged conflict 7 years ago
deploy_linux.sh some typos added changes to deploy linux 7 years ago
kill_node.sh Add transaction generater program which sends transactions to leaders periodically 7 years ago
local_iplist.txt last line without '\n' won't be ignored 7 years ago
local_iplist2.txt recover local_iplist2.txt 7 years ago
send_txn.sh add message dir; add msgCategory, msgType in messaging protocol; add node struct as the entry point for messages 7 years ago
sysctl.sh Fill in consensus message structure and send realistic consensus message instead of dummy string 7 years ago

README.md

Harmony Benchmark

Build Status

Dev Environment Setup

export GOPATH=$HOME/<path_of_your_choice>

mkdir -p $HOME/<path_of_your_choice>/src

cd $HOME/<path_of_your_choice>/src

git clone git@github.com:simple-rules/harmony-benchmark.git

Usage


./deploy.sh local_iplist.txt

./send_txn.sh