Jump to content

Ripple desktop wallet


xrpchatrocks

Recommended Posts

For anyone else looking to get this working on Linux, I installed nodejs and then did this:

git clone https://github.com/ripple/ripple-client-desktop

$ cd ripple-client-desktop

$ npm install

$ cp config_example.js config.js

$ gulp packages

$ cd packages/RippleAdminConsole-1.3.2/linux64

$ ./RippleAdminConsole-1.3.2

Link to comment
Share on other sites

Took some hazzle with the correct nodejs version (after many trials I installed and used nvm to get v0.12, which did the trick) and also had to do "npm install --unsafe perm", but finally it worked.

 

So it appears federation protocol is no longer supported in this client version, you can no longer send to a bitcoin adress using <BTC address>@btc2ripple.com 

I hope it will stay supported in the online RT.

Link to comment
Share on other sites

13 minutes ago, xrpchatrocks said:

It's a GUI and it seems pretty straightforward.  What are you looking to do?

Nothing myself, I was thinking for new users to read up. I know its not really aimed at beginners, but if someone's confused it would be good to be able to point them to a reference doc

Edited by karlos
typo
Link to comment
Share on other sites

  • 1 year later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...