Post
Topic
Board Announcements (Altcoins)
Re: BipCoin, CryptoNote with Fast, Solid Transactions + profitable to mine
by
kaposhi
on 29/05/2017, 21:47:05 UTC
Hello

Can someone help me please?

I'm having trouble installing the Bipcoin wallet on a VPS....

Ubuntu Server 14.04 LTS 64bit

The NodeServer (./bipcoind) is running OK and synced, but when I try to generate a new wallet I have this error:

2017-May-29 19:52:03.634122 ERROR   Error: failed to save new wallet: locale::facet::_S_create_c_locale name not valid
2017-May-29 19:52:03.634309 ERROR   Error: failed to generate new wallet: locale::facet::_S_create_c_locale name not valid
2017-May-29 19:52:03.634360 ERROR   account creation failed
2017-May-29 19:52:03.634399 ERROR   Failed to initialize wallet
2017-May-29 19:52:08.790872 ERROR   Error: wallet failed to connect to daemon (http://localhost:18871).

What I'm doing wrong?  Huh


Probably you use none-ascii characters for wallet name

No, I'm not...
in fact I have no trouble creating other coin wallets, this happens only with Bipcoin.
Just retried and same problem as follows:

2017-May-29 20:37:18.482748 INFO    bipcoin wallet v2.0.1.1221 ()
Nor 'generate-new-wallet' neither 'wallet-file' argument was specified.
What do you want to do?
  • pen existing wallet, [G]enerate new wallet file, mport wallet or [E]xit.
g
Specify wallet file name (e.g., wallet.bin).
Wallet file name: kaposhi
password: ********************
2017-May-29 20:37:42.798667 ERROR   Error: failed to save new wallet: locale::facet::_S_create_c_locale name not valid
2017-May-29 20:37:42.798765 ERROR   Error: failed to generate new wallet: locale::facet::_S_create_c_locale name not valid
2017-May-29 20:37:42.798810 ERROR   account creation failed
2017-May-29 20:37:42.798847 ERROR   Failed to initialize wallet


I hope this will help:
https://stackoverflow.com/questions/19100708/mongodb-mongorestore-failure-localefacet-s-create-c-locale-name-not-valid

Thank you!

That solved my problem Smiley

The following command fixed it:

export LC_ALL="en_US.UTF-8"