Pages:
Author

Topic: [ANN][CASH] Crypto CASH | Proof of Stake & COIN CONTROL | On Cryptsy | 0 PREMINE - page 17. (Read 248238 times)

full member
Activity: 141
Merit: 100
Is the block explorer down ?
http://107.189.32.1:2751/

Correct. I shut it down months ago when I moved hosting providers since there didn't seem to be any interest in this coin.


As a sort of confirmation towards the lack of interest it took this long for anyone to ask about its status.

I was using it regulary to check on the difficulty level! Cheesy

But right now it would be very useful to check what happened with the CASH that i've sent to my askcoin.net account.. Sad

I don't know if it's possible for you to bring it back online? or maybe send it to me and I would probably be able to host it somewhere! Cheesy

Thank you!
full member
Activity: 141
Merit: 100
I did a lot of voting to get CASH on to askcoin.net

But very few of you did any trading on the exchange , if would help if trading continued on a exchange till CASH makes o move .

I am happy to put some CASH on askcoin if any one would like to join me

I did a lot of voting too, and I'm willing to trade there.... BUT  like I said on the previous page, I've sent CASH to askcoin.net and it never hit my account Sad    No answer from support.....    You maybe should wait a little before sending more CASH there...  i'll report as soon as my deposit get in my account or if I finally get answered by the support there..

In mean time we should try to fix this coin to meet new exchange requirements...
full member
Activity: 137
Merit: 100
I did a lot of voting to get CASH on to askcoin.net

But very few of you did any trading on the exchange , if would help if trading continued on a exchange till CASH makes o move .

I am happy to put some CASH on askcoin if any one would like to join me
full member
Activity: 141
Merit: 100
With cyrptsy having gone down , any one have any plans to try and get CASH onto another exchange??

+1.....Looks like cryptsy is done, is it going to take this coin down with it?

Look at https://askcoin.net/trading/CASH/BTC

Be carefull, I've send some Cash there 2 days ago and nothing show up in my balance there... Sad

No answer from support either...

We should probably try to find another more reliable exchange...
legendary
Activity: 1019
Merit: 1001
Spectreproject Community Manager
sr. member
Activity: 288
Merit: 253
With cyrptsy having gone down , any one have any plans to try and get CASH onto another exchange??

+1.....Looks like cryptsy is done, is it going to take this coin down with it?

Look at https://askcoin.net/trading/CASH/BTC
full member
Activity: 180
Merit: 102
Cryptopia might add Cash if we meet requirements, i dont think any bigger exchange would .
newbie
Activity: 34
Merit: 0
OK, thanks for the update. Well, if by any chance there an easy way to make it live again, it would be very helpful in the process of looking for a new exchange for CASH...
Let us know.
Thanks

 
Is the block explorer down ?
http://107.189.32.1:2751/

Correct. I shut it down months ago when I moved hosting providers since there didn't seem to be any interest in this coin.


As a sort of confirmation towards the lack of interest it took this long for anyone to ask about its status.

legendary
Activity: 2086
Merit: 1015
Is the block explorer down ?
http://107.189.32.1:2751/

Correct. I shut it down months ago when I moved hosting providers since there didn't seem to be any interest in this coin.


As a sort of confirmation towards the lack of interest it took this long for anyone to ask about its status.
newbie
Activity: 34
Merit: 0
hero member
Activity: 588
Merit: 503
Just fired up a miner on the pool,  Looks ok and finding blocks.

Code:
Cashd getinfo
{
    "version" : "v1.1.0.3-g32a928e-CASH",
    "protocolversion" : 70001,
    "walletversion" : 60000,
    "balance" : 92.92049800,
    "newmint" : 308.74000000,
    "stake" : 0.00000000,
    "blocks" : 1038504,
    "moneysupply" : 18499446.02478500,
    "connections" : 11,
    "proxy" : "",
    "difficulty" : 0.01350630,
    "testnet" : false,
    "keypoololdest" : 1446414167,
    "keypoolsize" : 102,
    "paytxfee" : 0.00100000,

Code:
Cashd getpeerinfo | grep addr
        "addr" : "192.95.29.214:55528",
        "addr" : "217.65.8.75:36765",
        "addr" : "184.163.31.61:57011",
        "addr" : "91.222.246.145:62712",
        "addr" : "101.165.17.118:55310",
        "addr" : "98.115.147.74:3352",
        "addr" : "204.11.237.233:52924",
        "addr" : "178.49.192.195:3352",
        "addr" : "82.138.34.183:63204",
        "addr" : "96.235.180.4:46151",
        "addr" : "104.172.24.79:59885",
full member
Activity: 182
Merit: 100
I am a Supporter of . . . . TZM & TVP
Anyone having problems with minting CASH!!


Was 'pretty much' fine until around 11:30am on the morning of 23-01-2016 GMT, since that time only around 5-10% have confirmed (with all those I've glanced at having 0 confirmations).

Is a node down and there aren't sufficient number operating? I'm not sure on the mechanics at that level.
full member
Activity: 137
Merit: 100
Anyone having problems with minting CASH!!
sr. member
Activity: 296
Merit: 250
is there any working source?

i building with qt 5.2.1 and first error a repaired with QT += widgets
but i get 15 new errors :
Quote
In file included from ../cash-master/src/bignum.h:12:0,
                 from ../cash-master/src/main.h:8,
                 from ../cash-master/src/wallet.h:13,
                 from ../cash-master/src/init.h:8,
                 from ../cash-master/src/qt/bitcoin.cpp:11:
../cash-master/src/util.h:38:29: error: expected ',' or '...' before 'for'
 #define loop                for (;; )
                             ^
/usr/include/qt5/QtCore/qeventloop.h:96:43: note: in expansion of macro 'loop'
     explicit QEventLoopLocker(QEventLoop *loop);
                                           ^
../cash-master/src/util.h:38:34: error: expected ')' before ';' token
 #define loop                for (;; )
                                  ^
/usr/include/qt5/QtCore/qeventloop.h:96:43: note: in expansion of macro 'loop'
     explicit QEventLoopLocker(QEventLoop *loop);
                                           ^
../cash-master/src/util.h:38:36: error: expected unqualified-id before ')' token
 #define loop                for (;; )
                                    ^
/usr/include/qt5/QtCore/qeventloop.h:96:43: note: in expansion of macro 'loop'
     explicit QEventLoopLocker(QEventLoop *loop);
                                           ^
../cash-master/src/qt/bitcoin.cpp: In function 'int main(int, char**)':
../cash-master/src/qt/bitcoin.cpp:120:5: error: 'setCodecForTr' is not a member of 'QTextCodec'
     QTextCodec::setCodecForTr(QTextCodec::codecForName("UTF-8"));
     ^
../cash-master/src/qt/bitcoin.cpp:121:5: error: 'setCodecForCStrings' is not a member of 'QTextCodec'
     QTextCodec::setCodecForCStrings(QTextCodec::codecForTr());
     ^
../cash-master/src/qt/bitcoin.cpp:121:37: error: 'codecForTr' is not a member of 'QTextCodec'
     QTextCodec::setCodecForCStrings(QTextCodec::codecForTr());
make: *** [build/bitcoin.o] Error 1
12:25:09: The process "/usr/bin/make" exited with code 2.
Error while building/deploying project CASH-qt (kit: Desktop)
When executing step 'Make'
12:25:12: Elapsed time: 00:22.
                                    ^
legendary
Activity: 1019
Merit: 1001
Spectreproject Community Manager
With cyrptsy having gone down , any one have any plans to try and get CASH onto another exchange??

+1.....Looks like cryptsy is done, is it going to take this coin down with it?
full member
Activity: 137
Merit: 100
With cyrptsy having gone down , any one have any plans to try and get CASH onto another exchange??
full member
Activity: 180
Merit: 102
I`m worried of all the Cash sitting on cryptsy. I am sure they are on the verge of closing the exchange in couple of months.
hero member
Activity: 770
Merit: 501
try to add in conf file these nodes:
addnode=98.115.147.74
addnode=204.11.237.233
addnode=82.138.34.183
addnode=31.15.220.230
addnode=192.95.29.214
addnode=195.178.92.11
addnode=91.222.246.145
addnode=96.235.180.4
addnode=217.65.8.75
addnode=101.165.17.118
addnode=212.116.78.90
addnode=193.227.134.111
addnode=104.172.24.79
addnode=64.121.127.191
addnode=76.95.178.229
addnode=78.194.179.100
addnode=178.49.192.195
newbie
Activity: 5
Merit: 0
haha, such a dump! Never expected such a great name will get dumped this bad.


I've watched this coin for 18 months and even when it dipped to an all-time low of 50 sat I never saw such massive blocks being dumped at 200 sats.  Why would anyone unload 400,000 CASH block at such a low price?

Maybe the pump and dump scheme is over and it's time to move on to a new coin.  This was a good one if you were in on the original pump.

I still say kill the inflation already - cut the max cap supply to 21 million and leverage the namebrand to build something.

I would like to support this coin.
Everyone needs to stop panicking about the exchange values, you should only be concerned about exchange values if you are looking to trade and make profit.
Long-term, an equivalent exchange to FTSE or NASDAQ will require dozens of coins - our issue/concern should be establishing a team that is capable of looking after coins when the devs disappear.
I would like to start this off.

The great thing about altcoins right now is that coins have been mined, dumped and exchanged for BTC, however the potential growth in profit from each altcoin stands at over 10,000% (the Bitcoin price increased by that in the first 5 years) so you shouldnt worry. Our only concern right now is ensuring these continue;

-- it does not matter whether coins are on cryptsy or another exchange, what matters is there are communities and a fallback team to ensure these are always continued and developed --

Like Vlad says, we should establish a "team/foundation" with a professional forward roadmap to;

-- either leave the POS as is and go with an inflationary currency (would be fine) as many more CASH would be required for public adoption
-- look to enable minimum POS for security and block movement and reduce inflation
-- reduce the coincount to 21 million in line with Bitcoin, IXcoin as this may be a deciding factor in featuring on a future NASDAQ type regulated exchange (max coins 21 million?)

Our aim with CASH would need to be encouraging the public to use (become very high street / user friendly) and be professional enough so that FinTECH and financial organisations will invest and use.

I am happy to "lead a foundation" and create a website etc for Crypto CASH, it also needs rebranded fully. We have to cross the divide between crypto community and public-friendly / public-ready.

With many "developers" and "scam artists" now gone, we are left with around 200 coins which if we collectively develop and strategise we can really make great leaps forward.
 
full member
Activity: 217
Merit: 102
cryptsy is collapsing, it's time to move to some other exchange
Pages:
Jump to: