Installing ripple coin daemon and Ripple coin-QT in ubuntu gives error

-2

I install ripple coin from Github as I did for other coins. On cloning rippled rippled from Github, I can't find files under rippled as I found for other coins. I can not find much information regarding installing about ripplecoind.

~/rippled$ ls
bin  Builds  doc  LICENSE  package.json  README.md  SConstruct  site_scons  src  test

I followed the following steps:

$git clone https://github.com/ripple/rippled.git
$cd ripplecoind/src
$make -f makefile.unix
make: makefile.unix: No such file or directory
make: *** No rule to make target `makefile.unix'.  Stop.

Can anybody help me with installation steps?

Jsd

Posted 2014-03-27T06:33:07.380

Reputation: 338

Answers

1

You're confusing Ripplecoin, which appears to be a defunct altcoin, with the Ripple network, which is another beast entirely.

lid

Posted 2014-03-27T06:33:07.380

Reputation: 173