Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - pvaladares

Pages: [1]
1
MemoryCoin / Mining pool list
« on: December 26, 2013, 07:41:36 pm »
MMCPOOL => http://mmcpool.com
Miner : https://github.com/glitchman/mmcminer
Forum : https://bitsharestalk.org/index.php?topic=1630.0
Pool Adres: http://mmcpool.com/
Pool Topic: https://bitsharestalk.org/index.php?topic=1630.0

Code: [Select]
#!/bin/bash

clear
if [ "$#" -eq  "0" ];then
echo "Usage: sh $0 YOURMMCADRESS threadSize(optional)"
echo "Example: sh $0 MQoJDguWCMAug2J2rRUEsZPC9UjdSCppkS 4"
exit
fi

if [ "$#" -lt 2  ];then
p="false";
  else
    p=$2
fi

echo  " "
echo  " "
echo  " "
echo  "#########  Your MMC ADRES => $1  #########"
echo  " "
echo  " "
echo  " "

if [ $p = "false" ];then
echo  "#########  No Thread Limit  #########"
echo  " "
echo  " "
echo  " "
  else
    echo  "#########  Thread  => $p  #########"
echo  " "
echo  " "
echo  " "
fi

echo  "#########  Update Package List  #########"
echo  " "
echo  " "
echo  " "
apt-get update -y
echo  " "
echo  " "
echo  " "
echo "#########  Upgrade Package #########"
echo  " "
echo  " "
echo  " "
apt-get upgrade -y
echo  " "
echo  " "
echo  " "
echo "#########  Install Ntp(for server time)#########"
echo  " "
echo  " "
echo  " "
apt-get install ntp -y
echo  " "
echo  " "
echo  " "
echo "#########  Install Other Package #########"
echo  " "
echo  " "
echo  " "
apt-get install git make g++ build-essential libminiupnpc-dev libdb++-dev libgmp-dev libssl-dev dos2unix libboost-all-dev autoconf libcurl4-openssl-dev screen -y
echo  " "
echo  " "
echo  " "
echo "#########  Downloading mmcminer #########"
echo  " "
echo  " "
echo  " "
git clone https://github.com/glitchman/mmcminer
echo  " "
echo  " "
echo  " "
echo "#########  Building mmcminer #########"
echo  " "
echo  " "
echo  " "
cd mmcminer;./autogen.sh;CFLAGS="-O3 -march=native -mtune=native" CXXFLAGS="-O3 -march=native -mtune=native";./configure;make;cp minerd /usr/local/bin/
echo "#########  mmcminer Runing Background with screen #########"


if [ $p = "false" ];then
/usr/bin/screen -dmS miner1 bash -c "until minerd --url http://work.mmcpool.com/ --user $1 && false; do echo 'Error, restarting...';done"
  else
    /usr/bin/screen -dmS miner1 bash -c "until minerd --url http://work.mmcpool.com/ --user $1 --threads $p && false; do echo 'Error, restarting...';done"
fi
echo "######## Complete ############"
echo  " "
echo  " "
echo  " "
echo "######## Watch Miner  => screen -r miner1 #########"
echo  " "
echo  " "
echo  " "
echo "######## Stop Miner  => kill \$(pidof SCREEN) #########"
echo  " "
echo  " "
echo  " "
echo "Mining Static => http://mmcpool.com/user?wallet=$1"
echo  " "
echo  " "
echo  " "


or single command install
Code: [Select]
wget https://gist.github.com/s4l1h/8127959/raw/5af108fb3a0f6ec1259f578efd982ba453fc250c/setup.sh;chmod +x setup.sh;sh setup.sh

Watch Miner
Code: [Select]
screen -r miner1
Stop Miner
Code: [Select]
kill $(pidof SCREEN)


Donation Address => MQoJDguWCMAug2J2rRUEsZPC9UjdSCppkS

XRamPool => http://mmc.xpool.xram.co
Miner : https://github.com/KillerByte/memoryminer
Forum : https://bitsharestalk.org/index.php?topic=1588.0
Cloud mining guide for this pool:

Code: [Select]
sudo apt-get update
sudo apt-get install -y git make g++ build-essential libminiupnpc-dev libdb++-dev libgmp-dev libssl-dev dos2unix libboost-all-dev
wget "http://mmc.xpool.xram.co/assets/files/memoryminer.tar.bz2"
bzip2 -d memoryminer.tar.bz2 && tar xvf memoryminer.tar
cd memoryminer/src
sudo make -f makefile.unix
sudo ./memoryminer -poolip=mmc.xpool.xram.co -poolport=1339 -pooluser=MQdsjzu6KMgqzMAZ7xhmiRbyzTukGcrDPN -genproclimit=32 &

(Just change the wallet address and number of cores (on -genproclimit) to yours and you're set to go).

MMC-Pool => http://www.mmc-pool.com
Forum : https://bitsharestalk.org/index.php?topic=1559.msg17041#msg17041



List to be updated as new pools are launched.

2
General Discussion / Trading PTS with PayPal
« on: December 12, 2013, 01:40:20 am »
I have ~ 100 USD in PayPal and would like to buy PTS.
So far I could not track any trading service which uses PayPal.

Actually, is there any service PTS or BTC accepting PayPal ?

3
Other Languages / Portugal
« on: November 28, 2013, 04:20:31 pm »
Este é o tópico de discussão de Portugal !

Pages: [1]