Bitcoin Forum
May 04, 2024, 09:47:43 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 [2] 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 »
21  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CROC] Official CrocodileCash Update Board [Strength in Basking] on: November 02, 2017, 02:07:35 PM
Yeah  Cool Cool Cool Cool  that is I call a success

After setting wallet.dat flushing interval 200 seconds  for CROC and Q2C  waiting I/O in average is only 5% now  (were 60%),   CROC wallet responds all commands immedeately

Nice!

My only question is, what does this imply? I think this will take more RAM.
22  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CROC] Official CrocodileCash Update Board [Strength in Basking] on: November 02, 2017, 04:44:14 AM
I see in log file such strings  all the time:

Quote
Flushing wallet.dat 9433ms
Flushing wallet.dat 13237ms

If I use "top" command I see

Quote
6.3 us,  2.4 sy,  6.0 ni, 23.7 id, 61.6 wa

61.6% waiting of I/O  it's a lot, so disk is really overloaded.  

This can be reason of slow work  and how to resolve the problem?  To have separate disk/server for every coin?  Cheesy Cheesy Cheesy


command "iotop"  that shows I/O waiting processes shows me that CrocodileCashD and QubitCoinD - 2 coins with 30 seconds block time (Croc even worse since it has PoS), so no idea what to do with that coins
For now I'm going to delist qubit coin


Searching in internet give me no solution.  Actually it is not a common thing when PoW, PoS and deposits (addresses generating) work on the same wallet

Yes, you need to give it its own disk then...Lots of random access all over the place when you are running many coins
23  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CROC] Official CrocodileCash Update Board [Strength in Basking] on: November 02, 2017, 12:54:55 AM
@heratys111 @currypto

CROC at cryptohub works again.   after sync from zero seems a little faster.   I will get wallet.dat from server and try at local machine so I will know if problem is large wallet.dat or  another thing

OK good to hear.

"little faster" - you said up to 90 seconds before. What does it seem to be now?
24  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CROC] Official CrocodileCash Update Board [Strength in Basking] on: October 31, 2017, 10:22:48 PM
So... Anyone is looking into RAM usage problem? crocodilecashd is the only daemon that eats shit ton on memory...
My server is at 90% already and starts to swap a little. It's SSD VDS, so it's not that slow.
Anyway, if daemon appetite keeps growing, I'll have to shut down the block explorer.

 

Yep, we are looking into it.

The "ultimate fix" is going to be rebasing off of the latest Peercoin code, and modify it so we can continue using our chain and same rules.
25  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CROC] Official CrocodileCash Update Board [Strength in Basking] on: October 30, 2017, 11:29:40 PM
5 rejected blocks at row.... Now seems wallet delays on net syncing...
So satoshi nakamoto was right when set to bitcoin block time 20 minutes.     with 30 seconds a coin can't be stable.    Actually Q2C coin (30 seconds block time too) was freezeing 1 time too, it exactly was a case when it was a lot of found blocks for an hour.
Such bad perfomance can be result of using leveldb? Why not mysql/postgres ?

What exactly causes the problem?

What do you mean "wallet weight"? This is very interesting to me.

Is leveldb not performant? I will have to check.

------

Edit: Leveldb performance: https://github.com/google/leveldb Scroll own a bit.

> CPU:        4 x Intel(R) Core(TM)2 Quad CPU    Q6600  @ 2.40GHz

We get about 260MB/s max.

It is interesting this conversation has come up before:

https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2013-September/003265.html
https://www.influxdata.com/blog/benchmarking-leveldb-vs-rocksdb-vs-hyperleveldb-vs-lmdb-performance-for-influxdb/

RocksDB has the fastest read time.

What is the size of the chain right now guys?

Maybe invest in a SSD startsts.
26  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CROC] Official CrocodileCash Update Board [Strength in Basking] on: October 30, 2017, 10:44:13 PM
1. The blockchain could be huge to traverse. getinfo could be traversing the whole blockchain.

just tell me how to clean

Quote
2. The server could be busy with other processes. Check the nice value on processes.

Tried to disable staking, no diference

Quote
3. Test the latency with other coins on your server.

In common wallets responds to "getinfo" in 2-5 seconds

No idea how to clean the chain...

But by the sounds of it, it's the chain lol.
27  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CROC] Official CrocodileCash Update Board [Strength in Basking] on: October 30, 2017, 10:29:54 PM
Update: Coin update proposal
28  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CROC] Official CrocodileCash Update Board [Strength in Basking] on: October 30, 2017, 10:14:06 PM
Wallet on CryptoHub Server  delays on respond on any rpc command a lot.   CryptoHub will disable the coin setting "maintenance" status to protect the system  if it delays more than 90 seconds.
wallet.dat is 90 mb since there a lot of deposits and payment processor for croc-lo, can it be the reason of the problem?

Maybe I need to banish some miners to decreases found blocks rate.  For last 24h CryptoHub has found ~90% of all PoW blocks

Lets walk through what could be happening...

1. Invoke CrocodileCashd client to send a command (getinfo) to the server
2. The server receives the message to process
3. The client waits for a response. You are saying it takes up to 90 seconds.
4. So this means the server is busy doing something...What could it possibly be busy doing?

A few possibilities:

1. The blockchain could be huge to traverse. getinfo could be traversing the whole blockchain.
2. The server could be busy with other processes. Check the nice value on processes.
3. Test the latency with other coins on your server.

Lets start with this.
29  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CROC] Official CrocodileCash Update Board [Strength in Basking] on: October 30, 2017, 09:27:15 PM
Hi guys,

nice old thread & great proj

discovered by chance & jumped here ..
Status coin pls & I wish eventually invest myself

Sorry, status coin? The status of the coin? Errr, alive? haha.

yep

restart .. redesign .. team .. dev progress ..
you want great website, marketing, other... no prob

What you see in the first post is what we are exactly working on. There should be no confusion.

We are looking for a good marketing designer. That is, a graphic designer who specializes in marketing material.
30  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CROC] Official CrocodileCash Update Board [Strength in Basking] on: October 30, 2017, 08:54:09 PM
Hi guys,

nice old thread & great proj

discovered by chance & jumped here ..
Status coin pls & I wish eventually invest myself

Sorry, status coin? The status of the coin? Errr, alive? haha.
31  Alternate cryptocurrencies / Speculation (Altcoins) / Re: Small projects that have room for potential realistic 10x-50x growth on: October 30, 2017, 07:30:35 PM
You guys are going to wish you had heard about CrocodileCash in about 6-8 months from now: https://bitcointalk.org/index.php?topic=2326144.msg23645056

Invest in hardwork, not bullshit.
32  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CROC] Official CrocodileCash Update Board [Strength in Basking] on: October 30, 2017, 07:07:59 PM
I like the coin and find your motivation to make more out of it, very cool.
I'm looking forward to new content as investor and miner!

What do you think about a masternode integration?

I want to donate 500 Croc's

you have a donation address?

I'm currently gathering the team's public keys to create a multisig address so you can donate. I'll post an update when it's possible to. You will see the multisig address hash when it's ready to go. Thank you for being generous!

I haven't looked into what a masternode is, but I have heard both good, and bad about them.

As for your issue:

Hello

I want to run all my POS wallets and nodes over a Raspberry Pi, but I do not have much experience with linux yet

I have already invested a lot of time to find the problem but I can not find the solution with google

when installing CrocodileCash-qt.pro via qmake / make I only get error messages. Yes I have all packages installed.
Then I tried it over the QT Creator, in the options set the compiler "GCC" "/usr/bin/c++" more I did not change.
When I start building I get an error again

Code:
cd /root/CrocodileCash-master/src/leveldb && CC=gcc CXX=g++ /usr/bin/make OPT="-fpermissive -fstack-protector-all --param ssp-buffer-size=1 -O2" libleveldb.a libmemenv.a
make[1]: Entering directory '/root/CrocodileCash-master/src/leveldb'
/bin/sh: 1: ./build_detect_platform: Permission denied
Makefile:18: build_config.mk: No such file or directory
make[1]: Leaving directory '/root/CrocodileCash-master/src/leveldb'
Makefile:694: recipe for target '/root/CrocodileCash-master/src/leveldb/libleveldb.a' failed
make[1]: *** No rule to make target 'build_config.mk'.  Stop.
make: *** [/root/CrocodileCash-master/src/leveldb/libleveldb.a] Error 2
16:05:04: The process "/usr/bin/make" exited with code 2.
Error while building/deploying project CrocodileCash-qt (kit: Qt 5.7.1 in PATH (qt5))
The kit Qt 5.7.1 in PATH (qt5) has configuration issues which might be the root cause for this problem.
When executing step "Make"


You will not be able to build CrocodileCash for the Raspberry Pi for a few reasons:

1. I'm fairly sure we have no support for targetting ARM at all.
2. libleveldb and libmemenv are precompiled (although you can compile them yourself) for x86/AMD64 architecture.
3. Looks like you're lacking the proper user permissions for building.

My suggestion:

Do not build CrocodileCashd for Raspberry Pi at this time. Only the utmost experienced developers will be able to do this.

If you are very interested on running CrocodileCashd on a low power device, consider something like the Intel Compute Stick, which can run Linux on an x86-based system.

We have no core wallet developer because we believe the wallet doesn't need much work, or "just working" is good enough for 95% of our users. This is why we have a development fund - bounties for wallet contributions will reward developers who have some spare time and want to earn something.
33  Alternate cryptocurrencies / Announcements (Altcoins) / Re: |ANN| CrocodileCash | PoW/DPOS/PoS Hybrid | Snap Them Up Fast | Android Wallet | on: October 30, 2017, 07:03:19 PM
Lets move this discussion to the new thread. I'm going to post my reply there.
34  Alternate cryptocurrencies / Announcements (Altcoins) / Re: |ANN| CrocodileCash | PoW/DPOS/PoS Hybrid | Snap Them Up Fast | Android Wallet | on: October 30, 2017, 03:35:00 PM
Please use the new thread (board) for future discussion so we can deprecate this one.


https://bitcointalk.org/index.php?topic=2326144.new
35  Alternate cryptocurrencies / Announcements (Altcoins) / [ANN][CROC] Official CrocodileCash Update Board [Strength in Basking] on: October 27, 2017, 10:25:40 PM
Hey CrocodileCash enthusiast!

Today (Oct. 27th, 2017) we are introducing a new board that will allow you to easily follow what is going on in the CrocodileCash community.
It is called a "board" because this exact post is where all updates will happen. When a noteable update occurs it will appear here.

 If you reply to this thread, you will be notified via the Show new replies to your posts link at the top of the bitcointalk.org site.



Current top priority: scope the Internet for a marketing designer.
Reward: 1000 CROC (lower bound)


Below are the current tasks the team is handling:

MemberTask
curryptoApplication server development: doing Croc-lo improvements at the moment.
startstsMarket, faucet, and mining software development
HyperjackedNew Twitter account management: the old one was deleted.
heratys111Community discussion driver

Software that will terraform our ecosystem:

1. Market, faucet, wallet (online staking!) and mining, all-in-one.
2. Croc-lo, a prototype implementation for the upcoming CrocodileCash application server. (Currently down)

Note that the above software products have been completed, and are constantly being updated. Croc-lo has been pulled because there are critical issues that can bankrupt the host quickly if users know what they're doing. It will be back when these critical updates are complete.

Our ultimate goal is to create a strong ecosystem surrounding CrocodileCash, giving it true value. This means non-critical wallet updates are not a priority. "Don't fix it if it isn't broken".

If you wish to make a monetary contribution, we encourage 5% of your CrocodileCash holdings. This is based on Hyperjacked's holdings and contribution of 10k CROC.

Multisignature address: [ To be created ]

The 3-of-4 signatures required to send funds are: currypto, Hyperjacked, startsts, heratys111.

I highly encourage you to visit the old thread, to learn about CrocodileCash history and download the current wallet.

Thanks for being part of our community!

Coin update proposal

Because CrocodileCash is based off of some weird fork of Peercoin, and is not easy to update, we need a solution to this. I propose we fork directly from the latest Peercoin code, adjust the parameters to be exactly as our own, and continue to move forward. This way we can take advantage of ALL future Peercoin updates -  this means segwit, pruning and lightning network updates, with ZERO effort.

All your CrocodileCash should not be affected in any way. It should be a seamless upgrade.


Timeline

10/27/2017This post was created and the new CrocodileCash team formalized.
10/30/2017Proposing a fork of Peercoin to gain support updates effortlessly.
36  Alternate cryptocurrencies / Announcements (Altcoins) / Re: |ANN| CrocodileCash | PoW/DPOS/PoS Hybrid | Snap Them Up Fast | Android Wallet | on: October 27, 2017, 02:03:16 AM
Honestly the wallet only needs one type of upgrade: bitcoin core changes need to be merged wih ours.

This makes the wallet secure and benefits from Bitcoin development.

I think Peercoin is actually CrocodileCash's parent coin. So the changes need to come from there.

I thought Gizzard said he'd forked from Antibitcoin (ANTI) ... from page 9 of the forum:



1. What Bitcoin commit/release is this based off of ?

The CrocodileCash codebase was forked from AntiBitcoin [ANTI] (The most stable I've read about for SHA-256)

(I don't know if ANTI and Peercoin are directly related -- if that's relevant -- though.)

Oh it's good you confirmed that. Yes, they are (from the AntiBitcoin GitHub README):

Quote
AntiBitcoin is built on the foundation of Bitcoin, PPCoin, AntiBitcoin, and BitcoinDark, with a modified POS system.

If someone has the time, please upstream CrocodileCash with PeerCoin. I will review the changes to make sure nothing malicious makes it through.

Otherwise, it is not a big concern at the moment to upgrade CrocodileCash.
37  Alternate cryptocurrencies / Announcements (Altcoins) / Re: |ANN| CrocodileCash | PoW/DPOS/PoS Hybrid | Snap Them Up Fast | Android Wallet | on: October 26, 2017, 02:42:19 PM
wow this coin still active,, what happen here. tell me guys.  Wink

I would add new features to the wallet but I should work on cryptohub improvment

Honestly the wallet only needs one type of upgrade: bitcoin core changes need to be merged with ours.

This makes the wallet secure and benefits from Bitcoin development.

I think Peercoin is actually CrocodileCash's parent coin. So the changes need to come from there.

38  Alternate cryptocurrencies / Announcements (Altcoins) / Re: |ANN| CrocodileCash | PoW/DPOS/PoS Hybrid | Snap Them Up Fast | Android Wallet | on: October 25, 2017, 04:02:31 PM
Congratulations whoever bought those 21000 CROC on Yobit for "Cheap-Charlie" prices a few minutes ago... if I was in a position to mobilize those BTC quickly enough I would have been all over that.  Grin  That wasn't exactly an effective buy-wall... perhaps that person should sell a larger block at such low prices (surely there'll be no bidders LOL ).

That was me... And I put another buy for 25k at 100 sats Grin

I'm super busy with work and life lately so I don't check in that often but I want to start talking about a website ... I think someone mentioned crocodile.cash was available for 60$ ! I would be willing do donate some funds for that. Also we should set up a developer fund multi sig wallet at some point and I'll donate some croc.

Let's open this up for discussion...

Good times ahead  Cool


Hey, if you want to buy and control it, by all means...

I'm working on a site design. I'll post when it's done. I'm busy with work and life too. I see many of us are in the same situation. CrocodileCash is a side project that we all work on or check-in time to time.
39  Alternate cryptocurrencies / Announcements (Altcoins) / Re: |ANN| CrocodileCash | PoW/DPOS/PoS Hybrid | Snap Them Up Fast | Android Wallet | on: October 23, 2017, 09:59:55 PM
@telematico2   seems good page for me. but should obtain its own domain,  site on wixsite never will be considered trustworthy  Cheesy

Yeah that's one reason why I thought it was a scam. Also the placement of horrible quality pictures of extremely expensive equipment.

Good job on the chat startsts Smiley
40  Alternate cryptocurrencies / Announcements (Altcoins) / Re: |ANN| CrocodileCash | PoW/DPOS/PoS Hybrid | Snap Them Up Fast | Android Wallet | on: October 22, 2017, 09:31:07 PM
Great News กกกกกกกก



Workshop Workshop service Manual repairs of tractors, heavy machinery, etc.
ACCEPT CROCO to pay!


http://asistencia90.wixsite.com/manuales-taller Grin

Lol is this some scam site? haha

Also nice to see I'm the 19th richest CROC holder, lol (honestly I could care less, the goal is to create a success crypto project).

"News but no product"

I guess you didn't see the original Croc-lo.

Whoever has +200,000 CROC is going to be one happy camper in the next year. I promise you.
Pages: « 1 [2] 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!