github.com/waltonchain/waltonchain_gwtc_src@v1.1.4-0.20201225072101-8a298c95a819/gwtc_bin/readme (about)

     1  The gwtc_v1.0.0stable is run on ubuntu 16.04.
     2  Switch to the dirctory of the files root, use below methods to run gwtc_v1.0.0stable:
     3  
     4  Method 1:
     5  	Run wtc node only need below command, it will run in a console, use command "exit" to exit:
     6  		./wtcrun.sh
     7  
     8  Method 2:
     9  	Run wtc node with mine, use command(the second params is the mine reward address)to run,and use command "exit" to exit in console:
    10  		./wtcrun.sh --mine 0x9471b2a3951c0a60ba441836737946573adbc7dd
    11  
    12  Method 3:
    13  	If you want to run in backend,use command:
    14  		./backend.sh
    15  	To stop it,use command:
    16  		./stop.sh 
    17  
    18  Method 4:
    19  	If you want to run in backend with mine, use command(the second params is the mine reward address):
    20  		./backend.sh --mine 0x9471b2a3951c0a60ba441836737946573adbc7dd
    21  	To stop it,use command:
    22          	./stop.sh