The old wallet works fine. But 2.1.0.0 ?
I can't compile it from this source, too many warnings, issues etc.
Yes, the old wallet works well.
I'm not sure, but I think it is the Leveldb problem...
To build the new wallet do the following:
Download the zip file and unpack or clone ( yourUsername@host:~$ git clone https://bitbucket.org/ocupy/ocupy-public.git )
Terminal:
yourUsername@host:~/ocupy-public/src$ chmod +x ./leveldb/build_detect_platform
yourUsername@host:~/ocupy-public/src/leveldb$ make libleveldb.a libmemenv.a
yourUsername@host:~/ocupy-public$ qmake
yourUsername@host:~/ocupy-public$ make
This should work. Please give me a feedback...
Our source code has been extensively tested and compiles without error if you have the correct dependency's and complete the pre compile tasks.
Not for me. And I have installed all the dependencies.
If you don't do that:
yourUsername@host:~/ocupy-public/src$ chmod +x ./leveldb/build_detect_platform
yourUsername@host:~/ocupy-public/src/leveldb$ make libleveldb.a libmemenv.a
before qmake and make, the compilation terminates.
But now is okay, it works. Thanks@Poly#Crypto
Those are the pre compile tasks