Post
Topic
Board Announcements (Altcoins)
Re: 🚀 📈 [ANN] BitTokens - BXT -No Premine/ No ICO - Fair launch - PoW SHA256D 💸💸
by
Cryptco
on 04/12/2016, 19:24:14 UTC
When compiling from source on Ubuntu 64bit using:

Code:
make -f makefile.unix

I get the error:

Code:
Building LevelDB ...
make[1]: Entering directory `/BitToken/src/leveldb'
make[1]: *** No rule to make target `libleveldb.a'. Stop.
make[1]: Leaving directory `/BitToken/src/leveldb'
make: *** [leveldb/libleveldb.a] Error 2

I have all the needed dependances & have compiled many wallets on this unit before - any ideas?

We added missing makefile /leveldb directory to BitTokens Github Source:
https://github.com/BitTokens/BitToken/commit/838fd3a29cc13e1b49eb3af49a6e9e9c02a6ef3f

And we are working on a new BitToken's Win Wallet build to clear most of these false positives.  


We added missing makefile /leveldb directory to BitToken's Github Source
https://github.com/BitTokens/BitToken/commit/838fd3a29cc13e1b49eb3af49a6e9e9c02a6ef3f

and updated the Source with the new BitToken's Logo
https://github.com/BitTokens/BitToken/commit/dadd05689f91a35a6a87260230f1c29bebfd3b9e



New BitToken's Win Wallet build (Version v2.0.1.2) released with latest BitToken's Logo and to clear most of these false positives.
https://mega.nz/#!ogUnFDyK!PJX1YiJ8YW0EVDK7RzfbY54rMNyr-36seMp6BHUD834

Code:
getinfo
{
"version" : 2000102,
"protocolversion" : 70201,
"walletversion" : 60000,
"balance" : 0.00090000,
"blocks" : 27861,
"timeoffset" : 1,
"connections" : 4,
"proxy" : "",
"difficulty" : 8278705.29749266,
"testnet" : false,
"keypoololdest" : 1475254888,
"keypoolsize" : 105,
"paytxfee" : 0.00000000,
"errors" : ""
}

OP has been updated.

~CryptCo