Skip to content

Commit

Permalink
client .bat file uses parity.exe to rteo.exe
Browse files Browse the repository at this point in the history
  • Loading branch information
trustfarm-dev committed Jun 29, 2018
1 parent e3405ae commit 2c675eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
5 changes: 1 addition & 4 deletions rteo.bat
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
@rem d:\works\parity-dev\parity-tf1\target\release\parity -d d:\works\teotestmain --chain=teotest --public-node --mode=active --pruning=archive --fat-db=on --tracing=on --author=0x8df9f63bddd6918590fd283969cf9f3bd14b1793 --force-sealing=true -lstat,ethash,local_store,spec=trace --log-file teo.par.main.log --bootnodes="enode://8ca7036ffc17e956578524241db97caf0d582f5709e820f98c7706e14b7439de28d00776c8ae3d583127d1c900c2f72dde35db6e95f94b1548976ad58f1a7ca8@127.0.0.1:30303"


@rem d:\works\parity-dev\parity-tf1\target\release\parity -d d:\works\teotestmain --chain=teotest --jsonrpc-port=8546 --ws-port=8547 --stratum --stratum-port=8888 --mode=active --pruning=archive --fat-db=on --tracing=on --author=0x8df9f63bddd6918590fd283969cf9f3bd14b1793 -lstat,ethash,local_store,spec=trace --log-file teo.par.main.log --bootnodes="enode://8ca7036ffc17e956578524241db97caf0d582f5709e820f98c7706e14b7439de28d00776c8ae3d583127d1c900c2f72dde35db6e95f94b1548976ad58f1a7ca8@127.0.0.1:30303"

@rem d:\works\parity-dev\parity-tf1\target\release\parity -d d:\works\teotestmain --chain=teotest --jsonrpc-port=8546 --ws-port=8547 --stratum --stratum-port=8888 --mode=active --pruning=archive --fat-db=on --tracing=on --author=0x8df9f63bddd6918590fd283969cf9f3bd14b1793 -lstat,ethash,local_store,spec=trace --log-file teo.par.main.log

parity --chain=teotest --author=0x8df9f63bddd6+++solominingwalletaddress++++ --jsonrpc-port=8546 --ws-port=8547
rteo --chain=teotest --author=0x8df9f63bddd6+++solominingwalletaddress++++ --jsonrpc-port=8546 --ws-port=8547

4 changes: 1 addition & 3 deletions teotest.bat
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
@rem d:\works\parity-dev\parity-tf1\target\release\parity -d d:\works\teotestmain --chain=teotest --public-node --mode=active --pruning=archive --fat-db=on --tracing=on --author=0x8df9f63bddd6918590fd283969cf9f3bd14b1793 --force-sealing=true -lstat,ethash,local_store,spec=trace --log-file teo.par.main.log --bootnodes="enode://8ca7036ffc17e956578524241db97caf0d582f5709e820f98c7706e14b7439de28d00776c8ae3d583127d1c900c2f72dde35db6e95f94b1548976ad58f1a7ca8@127.0.0.1:30303"


@rem d:\works\parity-dev\parity-tf1\target\release\parity -d d:\works\teotestmain --chain=teotest --jsonrpc-port=8546 --ws-port=8547 --stratum --stratum-port=8888 --mode=active --pruning=archive --fat-db=on --tracing=on --author=0x8df9f63bddd6918590fd283969cf9f3bd14b1793 -lstat,ethash,local_store,spec=trace --log-file teo.par.main.log --bootnodes="enode://8ca7036ffc17e956578524241db97caf0d582f5709e820f98c7706e14b7439de28d00776c8ae3d583127d1c900c2f72dde35db6e95f94b1548976ad58f1a7ca8@127.0.0.1:30303"

d:\works\parity-dev\parity-tf1\target\release\parity -d d:\works\teotestmain --chain=teotest --jsonrpc-port=8546 --ws-port=8547 --stratum --stratum-port=8888 --mode=active --pruning=archive --fat-db=on --tracing=on --author=0x8df9f63bddd6918590fd283969cf9f3bd14b1793 -lstat,ethash,local_store,spec=trace --log-file teo.par.main.log
rteo -d d:\works\teotestmain --chain=teotest --jsonrpc-port=8546 --ws-port=8547 --stratum --stratum-port=8888 --mode=active --pruning=archive --fat-db=on --tracing=on --author=0x8df9f63bddd6918590fd283969cf9f3bd14b1793 -lstat,ethash,local_store,spec=trace --log-file teo.par.main.log


0 comments on commit 2c675eb

Please sign in to comment.