Pages:
Author

Topic: |ANN| CrocodileCash | PoW/DPOS/PoS Hybrid | Snap Them Up Fast | Android Wallet | - page 52. (Read 61450 times)

legendary
Activity: 1568
Merit: 1041
1GhxHtabWhEpdb7e7oEJ2vd542n33BwTHR
Does anyone have the unix files? Compile it myself, didn't work...

https://github.com/RangaBoom/CrocodileCash

There's a link to the Source code.. What issues did you run into while trying to compile it? I'm pretty sure someone here would be able to help you compile it. I don't think I had any issues trying to compile it, but I could be wrong.

I don't really know where the issue begins, but here are some rows:

Quote
/home/cmento/CrocodileCash/src/txdb-leveldb.h:84: undefined reference to `leveldb::Status::ToString[abi:cxx11]() const'
obj/txdb-leveldb.o: In function `bool CTxDB::Write, std::allocator >, std::__cxx11::basic_string, std::allocator > >(std::__cxx11::basic_string, std::allocator > const&, std::__cxx11::basic_string, std::allocator > const&)':
/home/cmento/CrocodileCash/src/txdb-leveldb.h:119: undefined reference to `leveldb::Status::ToString[abi:cxx11]() const'
obj/txdb-leveldb.o:/home/cmento/CrocodileCash/src/txdb-leveldb.h:84: more undefined references to `leveldb::Status::ToString[abi:cxx11]() const' follow
collect2: error: ld returned 1 exit status
makefile.unix:189: recipe for target 'CrocodileCashd' failed



make: *** [CrocodileCashd] Error 1




Try to Make clean in leveldb.  Then sudo make libleveldb.a libmemenv.a
recompile and let us know

I received my twitter airdrop Thanks so much

I am looking to buy a couple hundred more if anyone wants to sell please PM me.

Awesome, that worked out. You can PM me your Croc Address, I will send you some.


I tried to compile it on my RPi with the following:

cd /home/pi
git clone https://github.com/RangaBoom/CrocodileCash
cd CrocodileCash
qmake
Quote
Project MESSAGE: Building with UPNP support
Project MESSAGE: Building with DBUS (Freedesktop notifications) support
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
make
Quote
cd /home/pi/CrocodileCash/src/leveldb && CC=gcc CXX=g++ make OPT="-fpermissive -fstack-protector-all --param ssp-buffer-size=1 -O2" libleveldb.a libmemenv.a
make[1]: Entering directory '/home/pi/CrocodileCash/src/leveldb'
/bin/sh: 1: ./build_detect_platform: Permission denied
Makefile:18: build_config.mk: Datei oder Verzeichnis nicht gefunden
make[1]: *** No rule to make target 'build_config.mk'.  Schluss.
make[1]: Leaving directory '/home/pi/CrocodileCash/src/leveldb'
Makefile:593: recipe for target '/home/pi/CrocodileCash/src/leveldb/libleveldb.a' failed
make: *** [/home/pi/CrocodileCash/src/leveldb/libleveldb.a] Error 2


What's wrong?

It's saying that permission is denied for build_detect_platform. Try chmod 755 src/leveldb/build_detect_platform or if that doesn't work, do like I mentioned a few posts back and grab the level db files from another coin you have managed to compile successfully
sr. member
Activity: 826
Merit: 250
Maybe you should partner up with snapup! You got the more aggressively looking crocodile though, could be interesting! Wink
sr. member
Activity: 429
Merit: 282
Does anyone have the unix files? Compile it myself, didn't work...

https://github.com/RangaBoom/CrocodileCash

There's a link to the Source code.. What issues did you run into while trying to compile it? I'm pretty sure someone here would be able to help you compile it. I don't think I had any issues trying to compile it, but I could be wrong.

I don't really know where the issue begins, but here are some rows:

Quote
/home/cmento/CrocodileCash/src/txdb-leveldb.h:84: undefined reference to `leveldb::Status::ToString[abi:cxx11]() const'
obj/txdb-leveldb.o: In function `bool CTxDB::Write, std::allocator >, std::__cxx11::basic_string, std::allocator > >(std::__cxx11::basic_string, std::allocator > const&, std::__cxx11::basic_string, std::allocator > const&)':
/home/cmento/CrocodileCash/src/txdb-leveldb.h:119: undefined reference to `leveldb::Status::ToString[abi:cxx11]() const'
obj/txdb-leveldb.o:/home/cmento/CrocodileCash/src/txdb-leveldb.h:84: more undefined references to `leveldb::Status::ToString[abi:cxx11]() const' follow
collect2: error: ld returned 1 exit status
makefile.unix:189: recipe for target 'CrocodileCashd' failed



make: *** [CrocodileCashd] Error 1




Try to Make clean in leveldb.  Then sudo make libleveldb.a libmemenv.a
recompile and let us know

I received my twitter airdrop Thanks so much

I am looking to buy a couple hundred more if anyone wants to sell please PM me.

Awesome, that worked out. You can PM me your Croc Address, I will send you some.


I tried to compile it on my RPi with the following:

cd /home/pi
git clone https://github.com/RangaBoom/CrocodileCash
cd CrocodileCash
qmake
Quote
Project MESSAGE: Building with UPNP support
Project MESSAGE: Building with DBUS (Freedesktop notifications) support
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
make
Quote
cd /home/pi/CrocodileCash/src/leveldb && CC=gcc CXX=g++ make OPT="-fpermissive -fstack-protector-all --param ssp-buffer-size=1 -O2" libleveldb.a libmemenv.a
make[1]: Entering directory '/home/pi/CrocodileCash/src/leveldb'
/bin/sh: 1: ./build_detect_platform: Permission denied
Makefile:18: build_config.mk: Datei oder Verzeichnis nicht gefunden
make[1]: *** No rule to make target 'build_config.mk'.  Schluss.
make[1]: Leaving directory '/home/pi/CrocodileCash/src/leveldb'
Makefile:593: recipe for target '/home/pi/CrocodileCash/src/leveldb/libleveldb.a' failed
make: *** [/home/pi/CrocodileCash/src/leveldb/libleveldb.a] Error 2


What's wrong?

Coin/src     ->  sudo chmod +x leveldb/build_detect_platform                                   
src/leveldb -> sudo  make libleveldb.a libmemenv.a
src              -> sudo make -f makefile.unix USE_UPNP=- 
qmake
make
 Wink


sr. member
Activity: 720
Merit: 271
Does anyone have the unix files? Compile it myself, didn't work...

https://github.com/RangaBoom/CrocodileCash

There's a link to the Source code.. What issues did you run into while trying to compile it? I'm pretty sure someone here would be able to help you compile it. I don't think I had any issues trying to compile it, but I could be wrong.

I don't really know where the issue begins, but here are some rows:

Quote
/home/cmento/CrocodileCash/src/txdb-leveldb.h:84: undefined reference to `leveldb::Status::ToString[abi:cxx11]() const'
obj/txdb-leveldb.o: In function `bool CTxDB::Write, std::allocator >, std::__cxx11::basic_string, std::allocator > >(std::__cxx11::basic_string, std::allocator > const&, std::__cxx11::basic_string, std::allocator > const&)':
/home/cmento/CrocodileCash/src/txdb-leveldb.h:119: undefined reference to `leveldb::Status::ToString[abi:cxx11]() const'
obj/txdb-leveldb.o:/home/cmento/CrocodileCash/src/txdb-leveldb.h:84: more undefined references to `leveldb::Status::ToString[abi:cxx11]() const' follow
collect2: error: ld returned 1 exit status
makefile.unix:189: recipe for target 'CrocodileCashd' failed



make: *** [CrocodileCashd] Error 1




Try to Make clean in leveldb.  Then sudo make libleveldb.a libmemenv.a
recompile and let us know

I received my twitter airdrop Thanks so much

I am looking to buy a couple hundred more if anyone wants to sell please PM me.

Awesome, that worked out. You can PM me your Croc Address, I will send you some.


I tried to compile it on my RPi with the following:

cd /home/pi
git clone https://github.com/RangaBoom/CrocodileCash
cd CrocodileCash
qmake
Quote
Project MESSAGE: Building with UPNP support
Project MESSAGE: Building with DBUS (Freedesktop notifications) support
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
make
Quote
cd /home/pi/CrocodileCash/src/leveldb && CC=gcc CXX=g++ make OPT="-fpermissive -fstack-protector-all --param ssp-buffer-size=1 -O2" libleveldb.a libmemenv.a
make[1]: Entering directory '/home/pi/CrocodileCash/src/leveldb'
/bin/sh: 1: ./build_detect_platform: Permission denied
Makefile:18: build_config.mk: Datei oder Verzeichnis nicht gefunden
make[1]: *** No rule to make target 'build_config.mk'.  Schluss.
make[1]: Leaving directory '/home/pi/CrocodileCash/src/leveldb'
Makefile:593: recipe for target '/home/pi/CrocodileCash/src/leveldb/libleveldb.a' failed
make: *** [/home/pi/CrocodileCash/src/leveldb/libleveldb.a] Error 2


What's wrong?
member
Activity: 98
Merit: 10
I didn't pay those Block Explorers for the above reason you mentioned.
I thought you did, it will stay then.

Bounty Sent

Thanks for the help mate Smiley
sr. member
Activity: 798
Merit: 252
Insane In The Blockchain ⚠
I didn't pay those Block Explorers for the above reason you mentioned.
I thought you did, it will stay then.
member
Activity: 98
Merit: 10
My block explorer will became private in 24 hours, with blackjack and hookers))
I don't need an additional load on my server for free. And you can continue using lame limited built-in ones.
Quote
Block Explorers - 17640 CROC (2 Block Explorers @ 8820 CROC each BE)

So you don't want half of the bounty that is on offer in CROC Huh

I didn't pay those Block Explorers for the above reason you mentioned.
sr. member
Activity: 798
Merit: 252
Insane In The Blockchain ⚠
My block explorer will became private in 24 hours, with blackjack and hookers))
I don't need an additional load on my server for free. And you can continue using lame limited built-in ones.
member
Activity: 98
Merit: 10
So far 81 users have sent PM's on here (Bitcointalk) in the correct format after following Twitter, those users have had their reward sent Smiley

Check your PM outbox history and see if you sent your Twitter + CROC address, if you did then you are sweet and no need to send again Smiley

19 spots left

Payments were made in this block: http://mineme.xyz/explorer/CROC?height=12783
member
Activity: 98
Merit: 10
on which exchanges involves the exchange of . and when .

When it gets listed it gets listed.... don't ask me for a time frame please Smiley
sr. member
Activity: 613
Merit: 250
on which exchanges involves the exchange of . and when .
member
Activity: 84
Merit: 10
sopool.us - One of the fastest pools!
Mining pool for Croc SteamOctanePool.com - High performance scalable cloud based pool based on the Yiimp platform.

ONLY 2% FEE!  

Use the following for mining.  Remember to put your address in your username.  

-a sha256 -o stratum+tcp://steamoctanepool.com:3333 -u [Your Address Here] -p c=Croc

BOUNTY/DONATION Address

CRne7BGqT1Rv32ZsZxyEq9iagp1zHyndBd
legendary
Activity: 1568
Merit: 1041
1GhxHtabWhEpdb7e7oEJ2vd542n33BwTHR
Does anyone have the unix files? Compile it myself, didn't work...

https://github.com/RangaBoom/CrocodileCash

There's a link to the Source code.. What issues did you run into while trying to compile it? I'm pretty sure someone here would be able to help you compile it. I don't think I had any issues trying to compile it, but I could be wrong.

I don't really know where the issue begins, but here are some rows:

Quote
/home/cmento/CrocodileCash/src/txdb-leveldb.h:84: undefined reference to `leveldb::Status::ToString[abi:cxx11]() const'
obj/txdb-leveldb.o: In function `bool CTxDB::Write, std::allocator >, std::__cxx11::basic_string, std::allocator > >(std::__cxx11::basic_string, std::allocator > const&, std::__cxx11::basic_string, std::allocator > const&)':
/home/cmento/CrocodileCash/src/txdb-leveldb.h:119: undefined reference to `leveldb::Status::ToString[abi:cxx11]() const'
obj/txdb-leveldb.o:/home/cmento/CrocodileCash/src/txdb-leveldb.h:84: more undefined references to `leveldb::Status::ToString[abi:cxx11]() const' follow
collect2: error: ld returned 1 exit status
makefile.unix:189: recipe for target 'CrocodileCashd' failed



make: *** [CrocodileCashd] Error 1




Try to Make clean in leveldb.  Then sudo make libleveldb.a libmemenv.a
recompile and let us know

I received my twitter airdrop Thanks so much

I am looking to buy a couple hundred more if anyone wants to sell please PM me.

Another thing you can do if you have this error is to copy the libleveldb.a  libmemenv.a files from another coins leveldb folder and paste them into the one that's not working and then rerun your make command. This will pick it up right where it left off during the compile and work.
newbie
Activity: 36
Merit: 0
Does anyone have the unix files? Compile it myself, didn't work...

https://github.com/RangaBoom/CrocodileCash

There's a link to the Source code.. What issues did you run into while trying to compile it? I'm pretty sure someone here would be able to help you compile it. I don't think I had any issues trying to compile it, but I could be wrong.

I don't really know where the issue begins, but here are some rows:

Quote
/home/cmento/CrocodileCash/src/txdb-leveldb.h:84: undefined reference to `leveldb::Status::ToString[abi:cxx11]() const'
obj/txdb-leveldb.o: In function `bool CTxDB::Write, std::allocator >, std::__cxx11::basic_string, std::allocator > >(std::__cxx11::basic_string, std::allocator > const&, std::__cxx11::basic_string, std::allocator > const&)':
/home/cmento/CrocodileCash/src/txdb-leveldb.h:119: undefined reference to `leveldb::Status::ToString[abi:cxx11]() const'
obj/txdb-leveldb.o:/home/cmento/CrocodileCash/src/txdb-leveldb.h:84: more undefined references to `leveldb::Status::ToString[abi:cxx11]() const' follow
collect2: error: ld returned 1 exit status
makefile.unix:189: recipe for target 'CrocodileCashd' failed



make: *** [CrocodileCashd] Error 1




Try to Make clean in leveldb.  Then sudo make libleveldb.a libmemenv.a
recompile and let us know

I received my twitter airdrop Thanks so much

I am looking to buy a couple hundred more if anyone wants to sell please PM me.

Awesome, that worked out. You can PM me your Croc Address, I will send you some.
sr. member
Activity: 358
Merit: 250
Does anyone have the unix files? Compile it myself, didn't work...

https://github.com/RangaBoom/CrocodileCash

There's a link to the Source code.. What issues did you run into while trying to compile it? I'm pretty sure someone here would be able to help you compile it. I don't think I had any issues trying to compile it, but I could be wrong.

I don't really know where the issue begins, but here are some rows:

Quote
/home/cmento/CrocodileCash/src/txdb-leveldb.h:84: undefined reference to `leveldb::Status::ToString[abi:cxx11]() const'
obj/txdb-leveldb.o: In function `bool CTxDB::Write, std::allocator >, std::__cxx11::basic_string, std::allocator > >(std::__cxx11::basic_string, std::allocator > const&, std::__cxx11::basic_string, std::allocator > const&)':
/home/cmento/CrocodileCash/src/txdb-leveldb.h:119: undefined reference to `leveldb::Status::ToString[abi:cxx11]() const'
obj/txdb-leveldb.o:/home/cmento/CrocodileCash/src/txdb-leveldb.h:84: more undefined references to `leveldb::Status::ToString[abi:cxx11]() const' follow
collect2: error: ld returned 1 exit status
makefile.unix:189: recipe for target 'CrocodileCashd' failed



make: *** [CrocodileCashd] Error 1




Try to Make clean in leveldb.  Then sudo make libleveldb.a libmemenv.a
recompile and let us know

I received my twitter airdrop Thanks so much

I am looking to buy a couple hundred more if anyone wants to sell please PM me.
sr. member
Activity: 720
Merit: 271
Hope I'm not too late for joining.
PM'd you.
full member
Activity: 210
Merit: 100
A very interesting project, this proyrk also has a considerable amount of supply, is there airdrop? I'm interested to join, but, I do not see the team from this project, where is the team? This project will be more convincing if there is a team profile here
full member
Activity: 952
Merit: 137
btw. what to do if the windows wallet is not syncing Oo?

Some users are having trouble connecting, so here is a guide I chopped up.

To sync make a CrocodileCash.conf (text file) with the following

rpcuser=USERNAME
rpcpassword=x
rpcallowip=127.0.0.1
rpcport=39438
daemon=1
server=1
listen=1
addnode=101.165.225.41
addnode=174.92.179.126
addnode=139.59.228.94
addnode=75.130.162.248
addnode=177.33.1.40
addnode=192.169.6.218
addnode=68.105.33.92

Then save it (as all Files) into C:\Users\%USERNAME%\AppData\Roaming\CrocodileCash & Restart your wallet

Thanks dev. That is what i need. It works! My wallet is now sycing.  Smiley


Well: thank you very much. I need this


This was posted by the dev in the earlier pages.

thank you very much. this worked for me ^^ but still no coins T_T"
newbie
Activity: 36
Merit: 0
Does anyone have the unix files? Compile it myself, didn't work...

https://github.com/RangaBoom/CrocodileCash

There's a link to the Source code.. What issues did you run into while trying to compile it? I'm pretty sure someone here would be able to help you compile it. I don't think I had any issues trying to compile it, but I could be wrong.

I don't really know where the issue begins, but here are some rows:

Quote
/home/cmento/CrocodileCash/src/txdb-leveldb.h:84: undefined reference to `leveldb::Status::ToString[abi:cxx11]() const'
obj/txdb-leveldb.o: In function `bool CTxDB::Write, std::allocator >, std::__cxx11::basic_string, std::allocator > >(std::__cxx11::basic_string, std::allocator > const&, std::__cxx11::basic_string, std::allocator > const&)':
/home/cmento/CrocodileCash/src/txdb-leveldb.h:119: undefined reference to `leveldb::Status::ToString[abi:cxx11]() const'
obj/txdb-leveldb.o:/home/cmento/CrocodileCash/src/txdb-leveldb.h:84: more undefined references to `leveldb::Status::ToString[abi:cxx11]() const' follow
collect2: error: ld returned 1 exit status
makefile.unix:189: recipe for target 'CrocodileCashd' failed
make: *** [CrocodileCashd] Error 1
Pages:
Jump to: