From 5a4a0c55161c41e3b99ea5b4da6320028160e1d9 Mon Sep 17 00:00:00 2001 From: Navia Bheeman Date: Mon, 21 Mar 2022 00:55:16 +0530 Subject: [PATCH] formatting in readme --- test/functional/txgenerator/README.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/test/functional/txgenerator/README.md b/test/functional/txgenerator/README.md index a94e31ff33..a0e0349d9b 100644 --- a/test/functional/txgenerator/README.md +++ b/test/functional/txgenerator/README.md @@ -6,11 +6,11 @@ Tx Generator is python process based on functional test framework that can be us Options -------- -*--maxBlockCount* : stop the block and generation when the number of blocks reaches this count. -*--maxUtxoCount* : stop the transaction generation when the number of utxos in the wallet reaches this count -*--daemon* : option to set the daemon mode i.e. to start a node in any network and populate its blocks with transactions. the node's wallet spends all its utxos -*--daemon_datadir* : data directory for daemon mode. default is -"~/.tapyrus/tapyrus-testnet"- -*--daemon_genesis* : genesis block hex for daemon mode. default is the testnet genesis block + --maxBlockCount : stop the block and generation when the number of blocks reaches this count. + --maxUtxoCount : stop the transaction generation when the number of utxos in the wallet reaches this count + --daemon : option to set the daemon mode i.e. to start a node in any network and populate its blocks with transactions. the node's wallet spends all its utxos + --daemon_datadir : data directory for daemon mode. default is "~/.tapyrus/tapyrus-testnet" + --daemon_genesis : genesis block hex for daemon mode. default is the testnet genesis block To run ------- @@ -29,7 +29,7 @@ To run --maxBlockCount --maxUtxoCount - _output:_ rpc_trace.log, node0.zip, wallet_ + _output:_ rpc_trace.log, node0.zip, wallet_<> 3. Populate a node    $ python /test/functional/txgenerator/txgenerator.py @@ -44,16 +44,16 @@ RPC Trace RPC trace is generated in the tmpdir after from the test framework log. It contains the RPC call id, rpc name and elapsed time as follows: -|64| createrawtransaction |0.001198| -|65| signrawtransactionwithwallet |0.001889| -|66| sendrawtransaction |0.001697| -|67| listunspent |1.712024| -|68| getnewaddress |0.261340| -|69| createrawtransaction |0.001576| + |64| createrawtransaction |0.001198| + |65| signrawtransactionwithwallet |0.001889| + |66| sendrawtransaction |0.001697| + |67| listunspent |1.712024| + |68| getnewaddress |0.261340| + |69| createrawtransaction |0.001576| TODO ---- 1. Expand transaction template - add colored coins, signature type, invalid tx -2. Test with testnet node \ No newline at end of file +2. Test with a real testnet node