Bitcoin Forum
May 06, 2024, 12:40:45 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 [5]  All
  Print  
Author Topic: [ANN] [RIL] Rilcoin POW/Scrypt. The safe, easy and simple currency  (Read 5876 times)
RilcoinCrypto (OP)
Jr. Member
*
Offline Offline

Activity: 70
Merit: 1


View Profile WWW
August 27, 2018, 11:46:39 AM
 #81

https://crex24.com/exchange/RIL-BTC
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714956045
Hero Member
*
Offline Offline

Posts: 1714956045

View Profile Personal Message (Offline)

Ignore
1714956045
Reply with quote  #2

1714956045
Report to moderator
SamaelDNM
Member
**
Offline Offline

Activity: 732
Merit: 18

New exchange generation


View Profile WWW
August 27, 2018, 05:12:51 PM
 #82

excellent news, I had seen a couple of days ago the wallet works.

packdietaryyg
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
September 05, 2018, 03:44:22 AM
 #83

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
karl_kauffmann
Jr. Member
*
Offline Offline

Activity: 168
Merit: 2

CoinToMine.Today


View Profile WWW
September 26, 2018, 01:05:22 PM
Last edit: November 10, 2018, 12:55:13 AM by karl_kauffmann
 #84


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)


CointToMine.Today The Swiss Army Knife For Miner... Mining Calculator, Mining Stats & Graph
Glen123NEW
Member
**
Offline Offline

Activity: 139
Merit: 10


View Profile
October 03, 2018, 07:52:58 AM
 #85

./rilcoin-cli getinfo
{
    "version" : 2000000,
    "protocolversion" : 70003,
    "walletversion" : 60000,



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



ril.gcpool.eu updated


MarsPoolMining
Newbie
*
Offline Offline

Activity: 10
Merit: 0


View Profile
October 15, 2018, 10:41:42 AM
 #86

WELCOME  RILCOIN MINING~!!!!
MarsPool.org
Happy7277
Newbie
*
Offline Offline

Activity: 10
Merit: 0


View Profile
November 06, 2018, 02:21:45 PM
 #87

When CMC ??
Turrican
Member
**
Offline Offline

Activity: 227
Merit: 26

“BitCloud [BTDX]”


View Profile
November 09, 2018, 08:54:52 PM
 #88

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

•••     BitCloud  BTDX    |    A new type of decentralized currency     •••
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬     Masternode Coin     ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
• Wallet  • ANN  • Blockexplorer  • Github
Pages: « 1 2 3 4 [5]  All
  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!