This commit is contained in:
1
mining-script/bat/run-bench.bat
Normal file
1
mining-script/bat/run-bench.bat
Normal file
@@ -0,0 +1 @@
|
||||
sugarmaker.exe -a YespowerSugar --benchmark -t1 -q
|
||||
1
mining-script/bat/run-mainnet-pool.bat
Normal file
1
mining-script/bat/run-mainnet-pool.bat
Normal file
@@ -0,0 +1 @@
|
||||
sugarmaker.exe -a YespowerSugar -o stratum+tcp://1pool.sugarchain.org:3333 -u sugar1q49dwwrwxle07wzvs84qe77m6wwfmtkn07ycmcm -t1
|
||||
1
mining-script/bat/run-mainnet-solo.bat
Normal file
1
mining-script/bat/run-mainnet-solo.bat
Normal file
@@ -0,0 +1 @@
|
||||
sugarmaker.exe -a YespowerSugar -o http://127.0.0.1:34229 -u RPCUSER -p RPCPASSWORD --coinbase-addr=sugar1q49dwwrwxle07wzvs84qe77m6wwfmtkn07ycmcm -t1
|
||||
1
mining-script/bat/run-testnet-pool.bat
Normal file
1
mining-script/bat/run-testnet-pool.bat
Normal file
@@ -0,0 +1 @@
|
||||
sugarmaker.exe -a YespowerSugar -o stratum+tcp://1pool-testnet.cryptozeny.com:3333 -u tugar1qkvl32hmzvgtwpu7v70k5u0kcv9s4uqy4twjge8 -t1
|
||||
1
mining-script/bat/run-testnet-solo.bat
Normal file
1
mining-script/bat/run-testnet-solo.bat
Normal file
@@ -0,0 +1 @@
|
||||
sugarmaker.exe -a YespowerSugar -o http://127.0.0.1:44229 -u RPCUSER -p RPCPASSWORD --coinbase-addr=tugar1qkvl32hmzvgtwpu7v70k5u0kcv9s4uqy4twjge8 -t1
|
||||
1
mining-script/sh/run-bench.sh
Normal file
1
mining-script/sh/run-bench.sh
Normal file
@@ -0,0 +1 @@
|
||||
./sugarmaker -a YespowerSugar --benchmark -t1 -q
|
||||
1
mining-script/sh/run-mainnet-pool.sh
Normal file
1
mining-script/sh/run-mainnet-pool.sh
Normal file
@@ -0,0 +1 @@
|
||||
./sugarmaker -a YespowerSugar -o stratum+tcp://1pool.sugarchain.org:3333 -u sugar1q49dwwrwxle07wzvs84qe77m6wwfmtkn07ycmcm -t1
|
||||
1
mining-script/sh/run-mainnet-solo.sh
Normal file
1
mining-script/sh/run-mainnet-solo.sh
Normal file
@@ -0,0 +1 @@
|
||||
./sugarmaker -a YespowerSugar -o http://127.0.0.1:34229 -u RPCUSER -p RPCPASSWORD --coinbase-addr=sugar1q49dwwrwxle07wzvs84qe77m6wwfmtkn07ycmcm -t1
|
||||
1
mining-script/sh/run-testnet-pool.sh
Normal file
1
mining-script/sh/run-testnet-pool.sh
Normal file
@@ -0,0 +1 @@
|
||||
./sugarmaker -a YespowerSugar -o stratum+tcp://1pool-testnet.cryptozeny.com:3333 -u tugar1qkvl32hmzvgtwpu7v70k5u0kcv9s4uqy4twjge8 -t1
|
||||
1
mining-script/sh/run-testnet-solo.sh
Normal file
1
mining-script/sh/run-testnet-solo.sh
Normal file
@@ -0,0 +1 @@
|
||||
./sugarmaker -a YespowerSugar -o http://127.0.0.1:44229 -u RPCUSER -p RPCPASSWORD --coinbase-addr=tugar1qkvl32hmzvgtwpu7v70k5u0kcv9s4uqy4twjge8 -t1
|
||||
Reference in New Issue
Block a user