mirror of
				https://git.wownero.com/lza_menace/suchwow.git
				synced 2024-08-15 01:03:19 +00:00 
			
		
		
		
	adjust wallet setup script to use local dir
This commit is contained in:
		
							parent
							
								
									994271653c
								
							
						
					
					
						commit
						bc24c60ba4
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -4,10 +4,10 @@ set -e
 | 
				
			||||||
set +x
 | 
					set +x
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# these are only used for local development
 | 
					# these are only used for local development
 | 
				
			||||||
WALLET_PATH="$HOME/data/suchwow/wallet"
 | 
					WALLET_PATH="$(pwd)/data/suchwow-wallet"
 | 
				
			||||||
WALLET_PASS="sdfj209rFLJDF29ruafj2)__!a@"
 | 
					WALLET_PASS="sdfj209rFLJDF29ruafj2)__!a@"
 | 
				
			||||||
WALLET_RPC_USER="suchwow"
 | 
					WALLET_RPC_USER="suchwow"
 | 
				
			||||||
WALLET_RPC_PASS="o1ije8je9f8h2o3m12e"
 | 
					WALLET_RPC_PASS="y8YzL3cIW6Yeifa23s7Yng=="
 | 
				
			||||||
DAEMON_URI="http://node.suchwow.xyz:34568"
 | 
					DAEMON_URI="http://node.suchwow.xyz:34568"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
if [ ! -d "$WALLET_PATH" ]; then
 | 
					if [ ! -d "$WALLET_PATH" ]; then
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue