This repository contains the experiments conducted for the publication of IEEE DAPPCON'19.
ssh -v -i /path/to/CPE.pem ubuntu@54.211.179.4
git clone https://github.com/yhuag/risk-redistribution-payment.git
cd risk-redistribution-payment
npm install
nohup npm test &
disown <PID>
jobs (see if disowned successfully)
tail -f nohup.out (see console logs)
exit
- Merchant: 10, 20, 30, ... , 100
- Customer: 1
- Trials: 10
- Merchant: 1
- Customer: 10, 20, 30, ... , 100
- Trials: 10
- Merchant: 2, 4, 6, ... , 20
- Customer: 1
- Trials: 10
- Merchant: 1
- Customer: 2, 4, 6, ... , 20
- Trials: 10