Bitcoin Forum
May 29, 2024, 09:08:47 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Digital Ocean Solo Mining Guide For Riecoin!Mining starts in about 1 hour! CPU  (Read 3669 times)
GreekBitcoin (OP)
Legendary
*
Offline Offline

Activity: 1428
Merit: 1001


getmonero.org


View Profile WWW
February 11, 2014, 10:57:39 PM
Last edit: February 11, 2014, 11:08:26 PM by GreekBitcoin
 #1

This coin came out 2 hours ago but first blocks dont have reward for fare start! There is yet no windows wallet.  This is not premined and is so new that if goes well you must mine right now! It is also have a new type of algo!

Now its on block 452. On 576 i think, blocks with rewards are starting. Still noone has a single coin!

Donations accepted if you dont use my referral:
Riecoin: RTMGD75YKF95ykANVCTLy3tZk6BZ9soJvC
Datacoin: D9myVoDFPhjWLMrKx7Ag6gH7Y3A6V441cT

Difficulty will goes up fast!
 
1) Please use my referral https://www.digitalocean.com/?refcode=9d68ca19e204 or use this guys referral that was first to create a guide https://bitcointalk.org/index.php?topic=446703.msg5081227#msg5081227 and create a droplet 2CPU 2GB Ram Ubuntu 13.10 64x .It must be 1GB or more. You can create 5 total droplets.
2) Connect with putty using using ip and password or just write those in the console. You can always download putty from here. One putty for every droplet. http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html  Putty is better cause you can copy paste:


----------------------------------------------------------------------------------------------------------------------------
 
sudo apt-get update
 
sudo apt-get install yasm -y git make g++ build-essential libminiupnpc-dev
 
sudo apt-get install -y libboost-all-dev libdb++-dev libgmp-dev libssl-dev dos2unix

sudo apt-get install build-essential libcurl4-openssl-dev automake
 
git clone https://github.com/riecoin/riecoin.git
 
cd riecoin/src
 
make -f makefile.unix

chmod +x riecoind
 
sudo cp -f riecoind /usr/local/bin/  
 
cd
mkdir -p .riecoin
echo 'server=1
rpcallowip=127.0.0.1
addnode=67.225.172.77
rpcuser=username
rpcpassword=PASSWORD' > .riecoin/riecoin.conf
 
all above from cd to conf in one copy paste and press enter

riecoind --daemon

cd

git clone https://github.com/gatra/cpuminer-rminerd.git

cd cpuminer-rminerd

./autogen.sh

./configure CFLAGS="-O3"

make

screen -S 1 ./rminerd -o localhost:28332 -u username -p PASSWORD

Press Ctrl+A and then D in order to get out of screen. Miner will work and you can close putty when you finish without stopping it.

watch 'riecoind listaccounts & riecoind getmininginfo'
 
----------------------------------------------------------------------------------------------------------------------------
 
Now you have started mining and you should see after minutes your balance getting bigger. Be fast difficulty will rise!
 
If a pool comes out i will also make a guide.
GreekBitcoin (OP)
Legendary
*
Offline Offline

Activity: 1428
Merit: 1001


getmonero.org


View Profile WWW
February 11, 2014, 11:20:54 PM
 #2

Use

riecoind getaccountaddress ""

to get your account address and

riecoind sendtoaddress ( wallet adrress) (number of coins)        without the ()

to send to other addresses
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!