Pages:
Author

Topic: [ANN] [RIL] Rilcoin POW/Scrypt. The safe, easy and simple currency (Read 5925 times)

member
Activity: 227
Merit: 26
“BitCloud [BTDX]”
Heyho  Wink

You want to run Rilcoin on a Raspberry Pi 2 or 3 ?

Here are the steps for compiling on a Raspbian Stretch Lite.

The whole thing with root right (or sudo)

Code:
#!/bin/bash
RILCOIN_ROOT="/root/rilcoin"
BDB_PREFIX="${RILCOIN_ROOT}/db4"

# Make a 2 GB swapfile
dd if=/dev/zero of=/mnt/mybtdxswap.swap bs=2M count=1000
mkswap /mnt/mybtdxswap.swap
swapon /mnt/mybtdxswap.swap

# Install Tools
apt install build-essential libtool autotools-dev autoconf pkg-config libssl-dev libboost-all-dev -y
apt install libssl1.0-dev -y
apt install git -y
apt install libzmq3-dev -y
cd /root

# Clone Files and Install
git clone https://github.com/rilcoin-project/rilcoin && mkdir -p $BDB_PREFIX
wget 'http://download.oracle.com/berkeley-db/db-4.8.30.NC.tar.gz'
tar -xzvf db-4.8.30.NC.tar.gz && rm db-4.8.30.NC.tar.gz
cd db-4.8.30.NC/build_unix/
../dist/configure --enable-cxx --disable-shared --with-pic --prefix=$BDB_PREFIX && make install

# Make Rilcoin
cd $RILCOIN_ROOT
./autogen.sh
# Config is without GUI / optimized for low RAM
./configure --without-gui LDFLAGS="-L${BDB_PREFIX}/lib/" CPPFLAGS="-I${BDB_PREFIX}/include/" CXXFLAGS="--param ggc-min-expand=1 --param ggc-min-heapsize=32768"
make
make install

#Set rilcoin.conf
mkdir -p ~/.rilcoin
rrpcuser="rilcoinpi$(shuf -i 100000000-199999999 -n 1)"
rrpcpassword="$(shuf -i 1000000000-3999999999 -n 1)$(shuf -i 1000000000-3999999999 -n 1)$(shuf -i 1000000000-3999999999 -n 1)"
echo -e "rpcuser=$rrpcuser \nrpcpassword=$rrpcpassword \nrpcallowip=127.0.0.1 \nserver=1 \nlisten=1 \ndaemon=1  \nlogtimestamps=1 \ntxindex=1 \n" > /root/.rilcoin/rilcoin.conf

#swap off/disable for safe your SD-Card
service dphys-swapfile stop
systemctl disable dphys-swapfile

#Start Rilcoin and synch
rilcoind

#Watch debug.log
sleep 5
tail -f /root/.rilcoin/debug.log


Have fun  Cool
newbie
Activity: 10
Merit: 0
newbie
Activity: 10
Merit: 0
WELCOME  RILCOIN MINING~!!!!
MarsPool.org
member
Activity: 139
Merit: 10
./rilcoin-cli getinfo
{
    "version" : 2000000,
    "protocolversion" : 70003,
    "walletversion" : 60000,



Newest SRC avail @Github
https://github.com/rilcoin-project/rilcoin



ril.gcpool.eu updated


jr. member
Activity: 168
Merit: 2
CoinToMine.Today

I have recently added Rilcoin (RIL) to provide soon Mining Calculation, Pools and Exchanges listing some others interesting statistics and Graph about this coin.

Rilcoin (RIL)

newbie
Activity: 8
Merit: 0
Rilcoin is the electronic money Venezuela focus on the tourist market. I hope you will too many markets and different industries. That help Rilcoin more widely known. You navigate to the many more branches. Good luck
member
Activity: 732
Merit: 18
New exchange generation
member
Activity: 732
Merit: 18
New exchange generation
jr. member
Activity: 70
Merit: 1
Now yes, exchange is coming.  Cool
jr. member
Activity: 70
Merit: 1
Hopefully this coin will be able to move forward with the new devs... seems to be a common thing with devs coming and going.


Hello, Olywen. We are the same devs, but not we are making marketing for English community.
You can see our social networks, we work everyday for spanish community.

@ril.coin on Instagram.
@ril_coin on Twitter.
jr. member
Activity: 221
Merit: 2
Hopefully this coin will be able to move forward with the new devs... seems to be a common thing with devs coming and going.
jr. member
Activity: 70
Merit: 1
Airdrop is coming... Grin
jr. member
Activity: 70
Merit: 1
jr. member
Activity: 70
Merit: 1
jr. member
Activity: 70
Merit: 1
Now we are waiting for Yobit listing, at the moment here on our Country we are making conferences that you can see on our accounts of Instagram. @ril.coin
We need to expand the eco blockchain
jr. member
Activity: 70
Merit: 1
I'm going to apologize to all our miners, for the lack of exchange we're going through. We are already looking for at least 3 exchanges to enter
I also recommend you see our networks:
Instagram: ril.coin
Twitter: ril_coin
Facebook: Rilcoin
jr. member
Activity: 70
Merit: 1
Any exchange now when ICQBase is dead?

We're trying to join on Yobit
member
Activity: 321
Merit: 11
Any exchange now when ICQBase is dead?
Pages:
Jump to: