Skip to content

Commit

Permalink
Updated CLM contract address
Browse files Browse the repository at this point in the history
  • Loading branch information
lwYeo committed Nov 2, 2018
1 parent 3825147 commit 1c2874f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion SoliditySHA3Miner/GuideForPoolMining.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* Replace the value with the following address if you are mining a different token (case-sensitive):

0xBTC 0xB6eD7644C69416d67B522e20bC294A9a9B405B31
CLM 0xc2981fc938A0e9D8de03e6f48740562B9e429D65
CLM 0xA38FcEdd23dE2191Dc27f9a0240ac170BE0A14fE
PEPE 0xBC2AFc039d2BFa67d582aC181daB5BE17EC91f82
0xBCH 0xe5b9746dfCC2eF1054D47A451A77bb5f390c468d
0xCATE 0x8F7DbF90E71285552a687097220E1035C2e87639
Expand Down
2 changes: 1 addition & 1 deletion SoliditySHA3Miner/GuideForSoloMining.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* Replace the value with the following address if you are mining a different token (case-sensitive):

0xBTC 0xB6eD7644C69416d67B522e20bC294A9a9B405B31
CLM 0xc2981fc938A0e9D8de03e6f48740562B9e429D65
CLM 0xA38FcEdd23dE2191Dc27f9a0240ac170BE0A14fE
PEPE 0xBC2AFc039d2BFa67d582aC181daB5BE17EC91f82
0xBCH 0xe5b9746dfCC2eF1054D47A451A77bb5f390c468d
0xCATE 0x8F7DbF90E71285552a687097220E1035C2e87639
Expand Down
2 changes: 1 addition & 1 deletion SoliditySHA3Miner/clmSolo.bat
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ goto end

:dotNetFound
DEL /F /Q SoliditySHA3Miner.conf
dotnet SoliditySHA3Miner.dll web3api=https://mainnet.infura.io/ANueYSYQTstCr2mFJjPE abiFile=CLM.abi contract=0xc2981fc938A0e9D8de03e6f48740562B9e429D65 gasToMine=5 gasLimit=1704624 gasApiURL=https://ethgasstation.info/json/ethgasAPI.json gasApiPath=$.safeLow gasApiMultiplier=0.1 gasApiOffset=0.5 privateKey=YOUR_ETH_PRIVATE_KEY
dotnet SoliditySHA3Miner.dll web3api=https://mainnet.infura.io/ANueYSYQTstCr2mFJjPE abiFile=CLM.abi contract=0xA38FcEdd23dE2191Dc27f9a0240ac170BE0A14fE gasToMine=5 gasLimit=1704624 gasApiURL=https://ethgasstation.info/json/ethgasAPI.json gasApiPath=$.safeLow gasApiMultiplier=0.1 gasApiOffset=0.5 privateKey=YOUR_ETH_PRIVATE_KEY
pause
2 changes: 1 addition & 1 deletion SoliditySHA3Miner/clmSolo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ command -v dotnet >/dev/null 2>&1 ||
if [ -f SoliditySHA3Miner.conf ] ; then
rm -f SoliditySHA3Miner.conf
fi
dotnet SoliditySHA3Miner.dll web3api=https://mainnet.infura.io/ANueYSYQTstCr2mFJjPE abiFile=CLM.abi contract=0xc2981fc938A0e9D8de03e6f48740562B9e429D65 gasToMine=5 gasLimit=1704624 gasApiURL=https://ethgasstation.info/json/ethgasAPI.json gasApiPath=$.safeLow gasApiMultiplier=0.1 gasApiOffset=0.5 privateKey=YOUR_ETH_PRIVATE_KEY
dotnet SoliditySHA3Miner.dll web3api=https://mainnet.infura.io/ANueYSYQTstCr2mFJjPE abiFile=CLM.abi contract=0xA38FcEdd23dE2191Dc27f9a0240ac170BE0A14fE gasToMine=5 gasLimit=1704624 gasApiURL=https://ethgasstation.info/json/ethgasAPI.json gasApiPath=$.safeLow gasApiMultiplier=0.1 gasApiOffset=0.5 privateKey=YOUR_ETH_PRIVATE_KEY

0 comments on commit 1c2874f

Please sign in to comment.