From 66b58fb5fee80e78f8e35dabb63782ca9ab77690 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Mon, 15 Feb 2016 18:41:54 +0100 Subject: [PATCH] add more quick start commands --- _src/index.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/_src/index.html b/_src/index.html index 6ec6fca..42e4391 100644 --- a/_src/index.html +++ b/_src/index.html @@ -78,7 +78,12 @@ js: page-front.min.js # install bigchaindb pip install bigchaindb
# start bigchaindb - bigchaindb start + bigchaindb start
+ # generate some test transactions + # add '-m' if you want to use all your cores + bigchaindb-benchmark load
+ # Learn more about the bigchain command + bigchaindb -h