blob: 29d1fb3a4f90db23ca43d55a91731f4cb90f4612 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#!/bin/bash
$GOPATH/bin/trillian_log_signer \
--logtostderr \
--force_master \
--rpc_endpoint=localhost:6961 \
--http_endpoint=localhost:6964 \
--num_sequencers 1 \
--sequencer_interval 100ms \
--batch_size 100
|