Bitcoin Forum
May 14, 2024, 02:34:29 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 [57] 58 »
  Print  
Author Topic: |ANN| CrocodileCash | PoW/DPOS/PoS Hybrid | Snap Them Up Fast | Android Wallet |  (Read 61407 times)
POD5
Member
**
Offline Offline

Activity: 250
Merit: 10

Keep smiling if you're loosing!


View Profile
February 10, 2019, 09:16:40 AM
 #1121

They would do that with every coin, as soon as they have enough supply   Wink
"This isn't the kind of software where we can leave so many unresolved bugs that we need a tracker for them." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715654069
Hero Member
*
Offline Offline

Posts: 1715654069

View Profile Personal Message (Offline)

Ignore
1715654069
Reply with quote  #2

1715654069
Report to moderator
1715654069
Hero Member
*
Offline Offline

Posts: 1715654069

View Profile Personal Message (Offline)

Ignore
1715654069
Reply with quote  #2

1715654069
Report to moderator
freepool4all
Copper Member
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile WWW
February 10, 2019, 09:24:14 AM
 #1122

A lot in maintenance  Grin
MadMac
Full Member
***
Offline Offline

Activity: 756
Merit: 103



View Profile
February 16, 2019, 10:32:01 AM
 #1123

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!
POD5
Member
**
Offline Offline

Activity: 250
Merit: 10

Keep smiling if you're loosing!


View Profile
February 16, 2019, 10:41:42 AM
Last edit: February 16, 2019, 07:57:58 PM by POD5
 #1124

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.

heratys111
Member
**
Offline Offline

Activity: 164
Merit: 71


View Profile
February 23, 2019, 08:46:10 AM
 #1125

hi
make have error
Code:
obj/txdb-leveldb.o: In function `bool CTxDB::Write<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > 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

▐▐▐▐ CrocodileCash ▐▐▐▐
Fast and cheap ^_^ ▐  Aggressive, non-hyperinflationary 12% PoS ("Strength in Basking") ▐  4.4 million current supply ▐  SHA-256 PoW -- Making old ASICs great again
POD5
Member
**
Offline Offline

Activity: 250
Merit: 10

Keep smiling if you're loosing!


View Profile
March 02, 2019, 10:05:09 AM
 #1126

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?
RidgyDidge
Sr. Member
****
Offline Offline

Activity: 369
Merit: 250


View Profile
March 03, 2019, 11:38:32 AM
 #1127

hi
make have error
Code:
obj/txdb-leveldb.o: In function `bool CTxDB::Write<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > 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 ^^^

Nthused
Legendary
*
Offline Offline

Activity: 1554
Merit: 1001



View Profile
March 03, 2019, 11:54:54 AM
 #1128


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
catotune
Sr. Member
****
Offline Offline

Activity: 422
Merit: 250


Meow


View Profile WWW
April 16, 2019, 04:19:10 AM
 #1129

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.
heratys111
Member
**
Offline Offline

Activity: 164
Merit: 71


View Profile
May 16, 2019, 06:17:56 AM
 #1130

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://bitcointalk.org/index.php?topic=5090427.0 ?
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) <sigh>.
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.

▐▐▐▐ CrocodileCash ▐▐▐▐
Fast and cheap ^_^ ▐  Aggressive, non-hyperinflationary 12% PoS ("Strength in Basking") ▐  4.4 million current supply ▐  SHA-256 PoW -- Making old ASICs great again
startsts
Sr. Member
****
Offline Offline

Activity: 1092
Merit: 273



View Profile
May 17, 2019, 05:17:26 PM
 #1131

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.

POD5
Member
**
Offline Offline

Activity: 250
Merit: 10

Keep smiling if you're loosing!


View Profile
May 17, 2019, 05:27:03 PM
 #1132

Well, perhaps you are right, but there are no billions of CROC. Only a few millions!    Wink
pinoycash
Hero Member
*****
Offline Offline

Activity: 1316
Merit: 514



View Profile WWW
May 19, 2019, 12:17:00 PM
 #1133

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.


             ▄▆▆▄
           ▄████████▄
        ▄██████████████▄
     ▄███████      ███████▄
  ▄███████            ███████▄
███████                  ███████
█████▀                    ▀▀██▀
█████
█████                       ▄▆█
█████                   ▆██████
█████                   ████████
  ▀█                   █▀ ▐████
▄                          ▐████
██▆▄▄                    ▄█████
███████                  ███████
  ▀███████            ███████▀
     ▀███████      ███████▀
        ▀██████████████▀
           ▀████████▀

. Graphene Airdrop Coming Soon by Phore .
  █████████████████████████████
███████████████████████████████
████████████████████████████████
████████████████████████████████
████████████████████████████████
████████████████████████████████
█████████               ████████
█████████               ████████
█████████               ████████
█████████               ████████
█████████               ████████
█████████           ▅▆████████▌
█████████     ▅▅▆████████████▌
█████████▆█████████████████████
████████████████████████████████
██████████████████████████████▀
██████████████████████▀▀▀
████████████████▀▀▀
█████████▀▀
█████████
█████████
startsts
Sr. Member
****
Offline Offline

Activity: 1092
Merit: 273



View Profile
May 30, 2019, 02:56:40 AM
 #1134

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/

zouky12345
Newbie
*
Offline Offline

Activity: 18
Merit: 0


View Profile
June 23, 2019, 09:52:56 AM
 #1135

Server mining crocodilecash
stratum+tcp://serveurfouchy.hd.free.fr:<PORT> -u <WALLET_ADDRESS> [-p <OPTIONS>]
https://serveurfouchy.hd.free.fr
0.1 % fee !!
startsts
Sr. Member
****
Offline Offline

Activity: 1092
Merit: 273



View Profile
July 18, 2019, 07:36:34 PM
 #1136

I created a topic in Cuatrok Quorum asking to add CROC coin, please join and together possibly we can make admins to add there:
https://cuatrok.net/quorum_discussion/en/cuatrok_services_discussion/t_75_adding-croc-coin/

cherry laurel
Newbie
*
Offline Offline

Activity: 27
Merit: 0


View Profile
November 13, 2019, 05:38:15 PM
 #1137

Please, give the working nodes for the wallet.

there are two pools one in France and one in Germany but wallet syncing very slow.  look at poolexplorer
CryptoSaint777
Newbie
*
Offline Offline

Activity: 64
Merit: 0


View Profile WWW
January 27, 2020, 03:40:49 AM
 #1138

Hello, you may connect your CROC wallet to here:

Code:

addnode=coins.thecoin.pw

The Enthusiast
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
January 27, 2020, 07:34:09 AM
 #1139

Hello, you may connect your CROC wallet to here:

Code:

addnode=coins.thecoin.pw


Even if you got a connection or 2 the CROC Blockchain would be huge, maybe someone should upload a bootstrap if you want to keep this one basking... Roll Eyes
CryptoSaint777
Newbie
*
Offline Offline

Activity: 64
Merit: 0


View Profile WWW
January 27, 2020, 07:44:32 PM
 #1140

I have found that the speed at which a blockchain downloads varies greatly depending on which crypto you are syncing.

It appears I have 3 active connections, and it is downloading at a good rate.

 Grin

I can provide a snapshot once I am done syncing.
Pages: « 1 ... 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 [57] 58 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!