Bitcoin Forum

Alternate cryptocurrencies => Altcoin Discussion => Topic started by: Hawk72 on April 07, 2013, 06:51:58 PM



Title: Wallets for more exotic Cryptos
Post by: Hawk72 on April 07, 2013, 06:51:58 PM
Hi,
I've ended up accumulating various cryptos (DVC, IXC, LTC, NMC, NVC, PPC, SC, TRC).  

I'm running QT wallets on virtual ubuntu machines for BTC, LTC, and PPC (my largest holdings).  For security / paranoia purposes, I have one virtual machine per currency.  Very simple to scale virtual machines, I like it this way.

Everything else, I've got held on exchanges.  I'd like to secure these others (DVC, IXC, NMC, NVC, SC, TRC) onto wallets.  I began downloading clients for these, but generally speaking each of these is causing me grief.  I'm not terribly technical, I can navigate unix from an admin perspective, but lack ability to compile stuff unless explicit directions are involved.

Can anyone give guidance on what the best way to store these are?  If there are cold storage options for these, I'd be open to that, however I'd like the ability to transfer in/out of these from time to time, I am certainly not wedded to maintaining positions in all of these.

In particular, with Vircurex stopping support for IXC and SC, I need to get these transferred somewhere.

To give some color on my issues to date with attempting wallet installs:
1) DVC - requires compiling, and when I run the make command, I get an error "make: g++: Command not found"
2) IXC - downloaded the linux tar.gz file, but trying to execute ixcoin gives me an error about libjpeg.so.62
3) NMC - the download only had the namecoind, no GUI / QT
4) NVC - cant find a client anywhere
5) SC - The download link on the solidcoin.info website fails
6) TRC - only supported on Windows???

ps, I am running ubuntu 12.04.

What are others doing?


Title: Re: Wallets for more exotic Cryptos
Post by: Hawk72 on April 08, 2013, 12:24:58 AM
Bumping this to see people's opinions on other Crypto wallets.


Title: Re: Wallets for more exotic Cryptos
Post by: Hawk72 on April 08, 2013, 04:50:18 PM
Anyone able to help here?

What ubuntu wallets are people using for DVC, IXC, NMC, NVC, SC, TRC?


Title: Re: Wallets for more exotic Cryptos
Post by: FinShaggy on April 27, 2013, 01:32:15 AM
I've been looking for multiple online and offline DVC wallets, does anyone know of any?


Title: Re: Wallets for more exotic Cryptos
Post by: Walter Rothbard on April 27, 2013, 03:27:15 AM
1) DVC - requires compiling, and when I run the make command, I get an error "make: g++: Command not found"

This problem is likely resolved by installing the appropriate gcc/g++ package(s) for your Linux platform.

Quote
6) TRC - only supported on Windows???

Several people have compiled for Linux; you might try the terracointalk.org forum; I think some people have posted their experiences there.


Title: Re: Wallets for more exotic Cryptos
Post by: markm on April 27, 2013, 06:41:30 AM
I had no trouble compiling Terracoin on Fedora 17.

I only had to make the same usual changes from makefile.unix to create a makefile.fedora17, those changes being to put in -I and -L pointing to my dependencies directory where I keep my "openssl with elliptic curves included" (because Fedora does not include elliptic curve stuff in its system-wide openssl) and to define the boost libraries suffix of -mt

Only Fedora, as far as I know, needs the fixes for including elliptic curves, most distros do have elliptic curves in their system-wide openssl.

So really only the -mt suffix for boost on some systems seems likely as something some other distros might need to do.

(Assuming you have the dependencies such as the right BDB libs, that is. The old version four BDB maybe isn't intuitively named in the packages system so has sometimes taken a bit of "yum search" to figure out which BDB package a particular coin needs that I don't have on some particular machine.)

-MarkM-


Title: Re: Wallets for more exotic Cryptos
Post by: ewibit on August 12, 2013, 06:04:32 PM
is there somewhere a GUI for  IXC?
(ixcoin-Qt)
TIA


Title: Re: Wallets for more exotic Cryptos
Post by: gigawatt on August 12, 2013, 06:12:47 PM
Anyone able to help here?

What ubuntu wallets are people using for DVC, IXC, NMC, NVC, SC, TRC?

If they have a git account, it should be pretty easy.  Almost all of the *coins come with a makefile.unix.  It's just about having the right dependencies installed.
Take a look at the Primecoin guide in my signature.  It has most of the common requirements in the apt-get install line.

For installing from git, you'd use something like:

Code:
git clone http://url_to_github/user/project.git
cd ~/project/src
make -f makefile.unix USE_UPNP=-