Pages:
Author

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

newbie
Activity: 18
Merit: 0
Server mining crocodilecash
stratum+tcp://serveurfouchy.hd.free.fr: -u [-p ]
https://serveurfouchy.hd.free.fr
0.1 % fee !!
sr. member
Activity: 1092
Merit: 273
Scandal !!!  Admin of closed CryptoHub opens new project.  Angry Angry Angry
You shoulda talk to him maybe he will continue accepting CROC since it should be having billions of it.


What is the new project of the admin of CryptoHub? Is it another exchange?

CryptoHub  was a good exchange until they got hack, But i got refunded % of my available balance on my account in a few days after they closed down.

It's much worser than another exchange. Seems like a global platform with casino on blockchain, goods selling and much more.... Look it https://cuatrok.net/
hero member
Activity: 1316
Merit: 514
Scandal !!!  Admin of closed CryptoHub opens new project.  Angry Angry Angry
You shoulda talk to him maybe he will continue accepting CROC since it should be having billions of it.


What is the new project of the admin of CryptoHub? Is it another exchange?

CryptoHub  was a good exchange until they got hack, But i got refunded % of my available balance on my account in a few days after they closed down.
member
Activity: 250
Merit: 10
Keep smiling if you're loosing!
Well, perhaps you are right, but there are no billions of CROC. Only a few millions!    Wink
sr. member
Activity: 1092
Merit: 273
Scandal !!!  Admin of closed CryptoHub opens new project.  Angry Angry Angry
You shoulda talk to him maybe he will continue accepting CROC since it should be having billions of it.
member
Activity: 164
Merit: 71
Is there no working exchange for CROC?

Yobit's wallet is (of course) in maintenance, CryptoHub was hacked, and the bitzure.com link is dead.

Hmm... I haven't logged into Yoshit for a couple months.  Is the CROC wallet there still in maintenance?

As mentioned in response to a private-message here (stemming from this thread), a couple months back
I realized to my enormous chagrin that I've locked myself out of my former phone (a Samsung S7 with
a gibberish/secure password that I never suspected I'd forget and thus never wrote down anywhere). *

To deal with that situation, I found this set of sites:
https://givemeanthony.wordpress.com/2015/01/21/android-key-crack/
https://www.pentestpartners.com/security-blog/cracking-android-passwords-a-how-to/
https://samsclass.info/128/128_S15.shtml

... and was working on relearning Java (more than the basic/limited exposure I had to it in university... after C++ and assembly
) -- to that end.   The first link there -- in particular -- had a couple topics regarding signatures, Android's adb framework, and SQLlite.

As a side-benefit to that, increasing proficiency in Java and working through some of the Packt Github stuff will/should facilitate
a decentralized exchange listing:
https://docs.bisq.network/exchange/howto/list-asset.html .

In the more immediate term I've been working on some of the Linux/BSD shell scripting stuff (including awk, sed, and ed
[ https://www.amazon.com/Ed-Mastery-Standard-Unix-Editor/dp/1642350036/ ] for getting my crap together on related stuff.

A lot of those tools were forerunners for scripting languages like Perl and Python (as opposed to system languages like C, Java, Go, or Rust),
but this is sort of where I'm at (because it's what I should be focusing on at the moment).  One of the scripts I'm trying to work on
in my free time is a sort-of rudimentary block explorer that's interacting with the command-line interface of the BTC-derived coins and invoking
the dead-simple awk utility.

BTW has anyone had a look at the information or whitepapers related to Grin/Mimblewimble https://bitcointalksearch.org/topic/ann-grin-pow-mining-electronic-transactions-for-all-community-driven-5090427 ?
It's a pretty interesting method of not having an enormous blockchain... and one of the few such as byteball that is doing something novel or insightful
enough that it should have its place with core texts such as those listed at https://nakamotoinstitute.org/literature/ .  I'm sort of throwing the idea out
there as there *should* be some sort of way to incorporate something along
that line into a Proof-of-Stake. ... it's something to work and give some thought toward anyhow.

* I tried tens-if-not-hundreds of variations that were all probably pretty close but unsuccessful.
and thus have been locked out of numerous exchanges and Discord -- Yobit among them) .
I've already dialogued with some site support to reset my 2-factor authentication on one exchange but am more interested
 in seeing if I can bypass my password instead of trying to brute-force as the phone is only letting me attempt it once an hour.
sr. member
Activity: 422
Merit: 250
Meow
Is there no working exchange for CROC?

Yobit's wallet is (of course) in maintenance, CryptoHub was hacked, and the bitzure.com link is dead.
legendary
Activity: 1554
Merit: 1001

I haven't posted in awhile; I still want to make CROC (or a derivative) a lighter [but probably more built-from-the-ground-up] chain (but am working on precursors and other stuff [shell, networking, assembly, stuff like awk and sed, more prosaic stuff] right now).  I'm definitely very interested in seeing how stuff is done in some other C++ codebases too.   Also picked up a couple of the Packt books on Git which will - in due course - prove useful too Tongue .

https://www.youtube.com/watch?v=0qtWlvu1YoA&t=3s


Is there someone wanting to buy around 104,000 CROCS or someone wise enough to keep me away of wanting to sell them?  Grin
I also can sell you 1,000,000,000 XGAME coins for 2 BTC   Cool
Or 70,000,000,000,000 EGAME for 1 BTC?  Tongue
Or 200,000 FUGUE?

HODL it, could be a swap/fork sometime like mentioned above ^^^

It's about Forkin' time this was talked about Roll Eyes
sr. member
Activity: 369
Merit: 250
hi
make have error
Code:
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/****/compil/CrocodileCash/src/txdb-leveldb.h:119: undefined reference to `leveldb::Status::ToString[abi:cxx11]() const'
obj/txdb-leveldb.o:/home/****/compil/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

how fix it ?
sudo git clone https://github.com/RangaBoom/CrocodileCash.git
cd CrocodileCash
sudo chmod 755 share/genbuild.sh
cd src/leveldb
sudo chmod 755 build_detect_platform
sudo make libleveldb.a libmemenv.a
cd ..
cd obj
sudo chmod 755 build.h
cd ..
sudo make -f makefile.unix
cd CrocodileCash/src
sudo ./CrocodileCashd
sudo ./CrocodileCashd stop  


thanks man

Apologies for the nested quotes... For security reasons it's probably better to leave the sudo's out of these steps for Linux or Unix-based stuff.   If you unnecessarily escalate to root/admin privilege instead of your regular user account you're hard-wiring the privileges in that directory to admin when only your user-domain should have read/write/execute privileges for the application.  A deeper dive into this it can probably be found here: https://www.tiltedwindmillpress.com/product/sudo-mastery-user-access-control-for-everyone/ .  (This guy writes some pretty interesting and funny tech stuff... somewhat like this link where he makes a pretty good case for OpenBSD: https://www.youtube.com/watch?v=BXPV3vJF99k ).

I haven't posted in awhile; I still want to make CROC (or a derivative) a lighter [but probably more built-from-the-ground-up] chain (but am working on precursors and other stuff [shell, networking, assembly, stuff like awk and sed, more prosaic stuff] right now).  I'm definitely very interested in seeing how stuff is done in some other C++ codebases too.   Also picked up a couple of the Packt books on Git which will - in due course - prove useful too Tongue .

https://www.youtube.com/watch?v=0qtWlvu1YoA&t=3s


Is there someone wanting to buy around 104,000 CROCS or someone wise enough to keep me away of wanting to sell them?  Grin
I also can sell you 1,000,000,000 XGAME coins for 2 BTC   Cool
Or 70,000,000,000,000 EGAME for 1 BTC?  Tongue
Or 200,000 FUGUE?

HODL it, could be a swap/fork sometime like mentioned above ^^^
member
Activity: 250
Merit: 10
Keep smiling if you're loosing!
Is there someone wanting to buy around 104,000 CROCS or someone wise enough to keep me away of wanting to sell them?  Grin
I also can sell you 1,000,000,000 XGAME coins for 2 BTC   Cool
Or 70,000,000,000,000 EGAME for 1 BTC?  Tongue
Or 200,000 FUGUE?
member
Activity: 164
Merit: 71
hi
make have error
Code:
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/****/compil/CrocodileCash/src/txdb-leveldb.h:119: undefined reference to `leveldb::Status::ToString[abi:cxx11]() const'
obj/txdb-leveldb.o:/home/****/compil/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

how fix it ?
sudo git clone https://github.com/RangaBoom/CrocodileCash.git
cd CrocodileCash
sudo chmod 755 share/genbuild.sh
cd src/leveldb
sudo chmod 755 build_detect_platform
sudo make libleveldb.a libmemenv.a
cd ..
cd obj
sudo chmod 755 build.h
cd ..
sudo make -f makefile.unix
cd CrocodileCash/src
sudo ./CrocodileCashd
sudo ./CrocodileCashd stop  


thanks man

Apologies for the nested quotes... For security reasons it's probably better to leave the sudo's out of these steps for Linux or Unix-based stuff.   If you unnecessarily escalate to root/admin privilege instead of your regular user account you're hard-wiring the privileges in that directory to admin when only your user-domain should have read/write/execute privileges for the application.  A deeper dive into this it can probably be found here: https://www.tiltedwindmillpress.com/product/sudo-mastery-user-access-control-for-everyone/ .  (This guy writes some pretty interesting and funny tech stuff... somewhat like this link where he makes a pretty good case for OpenBSD: https://www.youtube.com/watch?v=BXPV3vJF99k ).

I haven't posted in awhile; I still want to make CROC (or a derivative) a lighter [but probably more built-from-the-ground-up] chain (but am working on precursors and other stuff [shell, networking, assembly, stuff like awk and sed, more prosaic stuff] right now).  I'm definitely very interested in seeing how stuff is done in some other C++ codebases too.   Also picked up a couple of the Packt books on Git which will - in due course - prove useful too Tongue .

https://www.youtube.com/watch?v=0qtWlvu1YoA&t=3s
member
Activity: 250
Merit: 10
Keep smiling if you're loosing!
Well CROCO is not a bad coin and it has a really low supply. Around 5 Million coins?
However, it seems like CROCO good old days are gone, since Crypto Hub was "hacked".
I still have a small amount of CROCO and was dreaming of the times when it was sold at 500 Satoshi, but well, you can't always get want you want.

Regarding Yobit. Yes, they know and do what they want. CROCO, Egame, LISA etc., etc.

BTW, I noticed that some new coins are being traded, but they don't give you the chance to deposit or whitdraw them.
This is the case of Platincoin. I tried to know if it is possible to withdraw PLC coins after buying them, but no way.
At the moment PLC has a mark of around 20 USD per coin which is actually good. But if you register at the respective exchanges, including YoBit,
you'll discover that there is no way to deposit or withdraw PLC.

I guess this is a kind of artificial price incumbation. If coin owners have the possibility to sell their coins, they would probably dump the price.
And by now the PLC Team seems to be quite busy with the marketing and package selling, also the reason why this would be dangerous for
them. However, for those who already bought some of their mint packages, I wish them good luck.

full member
Activity: 756
Merit: 103
Yobit hijacks most PoS coins. Happened to BITB, IFLT, PIVX, others. They wont let you withdraw and pocket the staking rewards. No news here. Avoid these scammers if possible!
copper member
Activity: 28
Merit: 0
member
Activity: 250
Merit: 10
Keep smiling if you're loosing!
They would do that with every coin, as soon as they have enough supply   Wink
copper member
Activity: 28
Merit: 0
yobit.net Wallet status: Maintenance
copper member
Activity: 28
Merit: 0
hi
make have error
Code:
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/****/compil/CrocodileCash/src/txdb-leveldb.h:119: undefined reference to `leveldb::Status::ToString[abi:cxx11]() const'
obj/txdb-leveldb.o:/home/****/compil/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

how fix it ?
sudo git clone https://github.com/RangaBoom/CrocodileCash.git
cd CrocodileCash
sudo chmod 755 share/genbuild.sh
cd src/leveldb
sudo chmod 755 build_detect_platform
sudo make libleveldb.a libmemenv.a
cd ..
cd obj
sudo chmod 755 build.h
cd ..
sudo make -f makefile.unix
cd CrocodileCash/src
sudo ./CrocodileCashd
sudo ./CrocodileCashd stop 
newbie
Activity: 12
Merit: 0
hi
make have error
Code:
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/****/compil/CrocodileCash/src/txdb-leveldb.h:119: undefined reference to `leveldb::Status::ToString[abi:cxx11]() const'
obj/txdb-leveldb.o:/home/****/compil/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

how fix it ?
copper member
Activity: 28
Merit: 0
addnode=109.194.51.160:39437
addnode=136.243.104.167:39437
addnode=149.56.183.177:39437
addnode=172.245.181.164:39437
addnode=174.114.235.37:39437
addnode=5.166.246.71:39437
addnode=73.107.19.39:39437
addnode=92.85.145.47:39437
copper member
Activity: 28
Merit: 0
                                                                                           New update & Runing CrocodileCash on POOL                     
                                               
                                                                                                Freepool4all http://www.freepool4all.com

                                                     This mining pool has only 0% commission in all algorithms.

                                No registration is required, we do payouts in the currency you mine. Use your wallet address as the username.
 
                               Payouts are made automatically every 2 hours for all balances above 0.1, or 0.01 on Sunday
                                                             
                                                                                                       Pool CrocodileCash

                                                                                                     http://www.freepool4all.com

                                                          -o stratum+tcp://freepool4all.com:3333 -u -p c=CROC
                                                         
                                                          -o stratum+tcp://freepool4all.com:3333 -u -p c=BTC
Pages:
Jump to: