* New! Latest stable version of OK wallet v7-SpaceMonkey *

Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - rek769

#2
I recently had to re-burn the ROKOS image to a different microsd card.  The freshly installed OS is up and functional and I have a wallet backup file.  However, I'm unsure how to recover my wallet with that backup while using the freshly installed OS.  Can anyone offer any advice on how to proceed?

Any help much appreciated...thanks
#3
OK Tutorials / Re: How to compile OKCashd on Raspberry Pi
February 15, 2018, 06:55:07 AM
STEP 5 Compile!


$ make -f makefile.unix -j2 BDB_INCLUDE_PATH=/usr/local/BerkeleyDB4.8/include/


If this fails, remove -j2. If it still fails, ask me. This will take a while (~1h) so take a break.
-------------------------------------------------------------------------------------

I get a system hang with inclusion of -j2
MAKE fails without -j2...error message follows:

In file included from db.cpp:6:0:
db.h:14:20: fatal error: db_cxx.h: No such file or directory
compilation terminated.
makefile.unix:193: recipe for target 'obj/db.o' failed
make: *** [obj/db.o] Error 1


RPi 3 with Ubuntu Mate OS
Thoughts and suggestions much appreciated!