Any of you mining Pascal Lite? If so can you please share your PASL coin code part from oneBash (would prefer DUAL though), would like to create an account with PASL.
Tried with accounts.pascallite.com, but don't have any PASL on Cryptopia to buy (it just costs 0.05 PASL though), so want to try pasl.fairpool.xyz as they said they will give an account if I mine with my public wallet key for 12.25 PASL.
I've tried to edit and add on my oneBash, it does nothing but crashing/hanging my RIG.
Thanks in advance.
&&
Would also like to share my stable OC settings with ASUS DUAL 1060 6GB.
cc : -100; mc: 1100; pl : 90W
giving me 170MH for ETHASH and 200MH for LBC (dcri-40)
Hope it help some new users trying for stable OC, also happy to get some advice if I can increase the yield.
Thanks and good luck with our mining.
Hail fullZero for creating and expanding this OS with amazing support.
Long live CRYPTO & fullZero...
I have tried adding the following code to my one bash as per the instructions on replies, but still my rig is crashing when I tried to mine PASL. Though I want DUAL_ETC_PASL, I've tried just PASL using this code.
COIN="PASL"
PASL_WORKER="$IP_AS_WORKER"
PASL_ADDRESS="xxxxxxxxxxxxxx"
PASL_POOL="stratum+tcp://mine.pasl.fairpool.xyz:4009"
if [ $COIN == "PASL" ]
then
HCD='/home/m1/pasc/sgminer'
ADDR="$PASL_ADDRESS..$PASL_WORKER"
screen -dmS miner $HCD -k pascal -o $PASL_POOL -u $ADDR -p x -p x -I 21 -w 64 -g2
if [ $LOCALorREMOTE == "LOCAL" ]
then
screen -r miner
fi
BITCOIN="theGROUND"
while [ $BITCOIN == "theGROUND" ]
do
sleep 60
done
fi
SGMINER starts but RIG hangs, can some one please help me with this...