Bitcoin Forum
May 04, 2024, 11:18:55 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][VRC] | VeriCoin | 14 day PoW | PoS - Dynamic Interest | No Premine on: May 11, 2014, 05:47:43 PM
Quote
A fatal error occurred.VeriCoin can no longer continue safely and will quit
EXCEPTION:St13runtime_error
CDB():can`t open datebase file wallet.dat,error-30974
D:\Program Files\vericoin-qt\vericoin-qt.exe in ProcessMessages()

There is no solution

seems that could be a permissions problem, have you tried to run the wallet as admin?
2  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][VRC] | VeriCoin | 14 day PoW | PoS - Dynamic Interest | No Premine on: May 10, 2014, 08:07:30 AM
Hi,

for linux wallet (Ubuntu) i was useing that command:
Quote
make -f makefile.unix USE_UPNP=-

Have you compiled some other wallets yet on linux? For me it looks like u might be missing some lboost dependencies.
Yeah i did compile some other wallets and i have all boost dependencies.
Its just that the vericoin-qt.pro can be used by qmake to generate Makefile which is first route that came to my mind. And vericoin-qt.pro is in this case coded to compile on windows. I think all mingw dependencies are all windows related and that lines forces looking for them on linux.
I guess you can always compile it way you wrote it to not have these issues.
3  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][VRC] | VeriCoin | 14 day PoW | PoS - Dynamic Interest | No Premine on: May 10, 2014, 07:55:41 AM
anyone having trouble compiling wallet on linux from source
using commands
Code:
qmake
make
ending with errors
Code:
/usr/bin/ld: cannot find -lboost_system-mgw48-mt-s-1_55
/usr/bin/ld: cannot find -lboost_filesystem-mgw48-mt-s-1_55
/usr/bin/ld: cannot find -lboost_program_options-mgw48-mt-s-1_55
/usr/bin/ld: cannot find -lboost_thread-mgw48-mt-s-1_55
delete (or comment out) line 27
Code:
BOOST_LIB_SUFFIX=-mgw48-mt-s-1_55
in file vericoin-qt.pro

since there is not link in 1st post the source code for wallet is here
Code:
https://github.com/vericoin/master
4  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][LIBERTYCOIN][XLB] X11 | POS/POW | 5 Days of Mining | Zerocoin on: May 10, 2014, 01:06:20 AM
If anyone is having trouble compiling wallet on linux with errors like these:
Code:
RCC: Error in 'src/qt/bitcoin.qrc': Cannot find file 'res/icons/Libertycoin.png'
RCC: Error in 'src/qt/bitcoin.qrc': Cannot find file 'res/icons/Libertycoin-16.png'
just
Code:
cd src/qt/res/icons
cp libertycoin.png Libertycoin.png
cp libertycoin-16.png Libertycoin-16.png
i guess thats getting addressed with the update...
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!