Author

Topic: [ANN][MEOW] Kittehcoin launched ! Come get some MEOW now. U haz it! DOGE sad. - page 143. (Read 246075 times)

member
Activity: 95
Merit: 10
lonestar108, add the Cryptsy request link to the original post!
member
Activity: 95
Merit: 10
Let's help get Kittehcoin on Cryptsy someone already has made a Request Let's help spread the word and show our support towards it! Smiley

https://cryptsy.freshdesk.com/support/discussions/topics/46461

Merry Christmas and a Happy New Year Mates! Cheers! Smiley

Done!  Let's hope this gets on Cryptsy.
full member
Activity: 162
Merit: 100
I don't believe the osx app is working. At least not on OSX 10.8.
sr. member
Activity: 308
Merit: 250
Windows binary ready. However, no nodes available, so I can't use it yet.
https://mega.co.nz/#!7ZhWTAAa!R0BFFWkk-YQdJTLDgO8pemp55KcygsvFVPnjAOlRDrU
https://www.virustotal.com/file/e2ac93ff52ba56e79e4952723d0a4e061ecef950ae400e23d7b8541052f82fcb/analysis/1387892293/
Please, remember to run untrusted binaries (i.e. ALL binaries at bitcointalk) in virtual machine or in sandbox.

Windows Wallet. Please share with others who are looking for it.
newbie
Activity: 39
Merit: 0
Hi,

Would be really nice if you could add link to a zipfile with all the wallet files etc in the op. People are lazy in general.

Solid work! lets win this Cat war.
legendary
Activity: 1302
Merit: 1001
Founder - NavCoin Ⓝ
Let's help get Kittehcoin on Cryptsy someone already has made a Request Let's help spread the word and show our support towards it! Smiley

https://cryptsy.freshdesk.com/support/discussions/topics/46461

Merry Christmas and a Happy New Year Mates! Cheers! Smiley
member
Activity: 84
Merit: 10
https://dgb.luckyminers.com
I'm trying to compile this coindaemon on ubuntu but i get this error. Other coins compile fine. I used the git version "latest commit bc7bb8c7aa
 sschepis" (checked 26-12-2013 02:54 GMT+1)

Does anyone know what i'm missing?


/kittehcoin/src# make -f makefile.unix USE_UPNP=-
/bin/sh ../share/genbuild.sh obj/build.h
g++ -c -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DUSE_IPV6 -DBOOST_SPIRIT_THREADSAFE -I/root/kittehcoin/src -I/root/kittehcoin/src/obj -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/main.d -o obj/main.o main.cpp
main.cpp: In function ‘bool ProcessMessages(CNode*)’:
main.cpp:3115:79: error: no matching function for call to ‘CDataStream::insert(CDataStream::iterator, std::vector::iterator, std::vector::iterator)’
main.cpp:3115:79: note: candidates are:
serialize.h:808:14: note: CDataStream::iterator CDataStream::insert(CDataStream::iterator, const char&)
serialize.h:808:14: note:   candidate expects 2 arguments, 3 provided
serialize.h:809:10: note: void CDataStream::insert(CDataStream::iterator, CDataStream::size_type, const char&)
serialize.h:809:10: note:   no known conversion for argument 2 from ‘std::vector::iterator {aka __gnu_cxx::__normal_iterator >}’ to ‘CDataStream::size_type {aka long unsigned int}’
serialize.h:811:10: note: void CDataStream::insert(CDataStream::iterator, CDataStream::const_iterator, CDataStream::const_iterator)
serialize.h:811:10: note:   no known conversion for argument 2 from ‘std::vector::iterator {aka __gnu_cxx::__normal_iterator >}’ to ‘CDataStream::const_iterator {aka __gnu_cxx::__normal_iterator > >}’
serialize.h:842:10: note: void CDataStream::insert(CDataStream::iterator, const char*, const char*)
serialize.h:842:10: note:   no known conversion for argument 2 from ‘std::vector::iterator {aka __gnu_cxx::__normal_iterator >}’ to ‘const char*’
main.cpp: At global scope:
main.cpp:3398:21: warning: ‘unsigned int ScanHash_CryptoPP(char*, char*, char*, char*, unsigned int&)’ defined but not used [-Wunused-function]
make: *** [obj/main.o] Error 1


Same problem...

Really want to launch this! But can't untill this issue is resolved. I've set up a pool on standby. only things thats missing is the coindaemon!
sr. member
Activity: 350
Merit: 250
I'm trying to compile this coindaemon on ubuntu but i get this error. Other coins compile fine. I used the git version "latest commit bc7bb8c7aa
 sschepis" (checked 26-12-2013 02:54 GMT+1)

Does anyone know what i'm missing?


/kittehcoin/src# make -f makefile.unix USE_UPNP=-
/bin/sh ../share/genbuild.sh obj/build.h
g++ -c -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DUSE_IPV6 -DBOOST_SPIRIT_THREADSAFE -I/root/kittehcoin/src -I/root/kittehcoin/src/obj -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/main.d -o obj/main.o main.cpp
main.cpp: In function ‘bool ProcessMessages(CNode*)’:
main.cpp:3115:79: error: no matching function for call to ‘CDataStream::insert(CDataStream::iterator, std::vector::iterator, std::vector::iterator)’
main.cpp:3115:79: note: candidates are:
serialize.h:808:14: note: CDataStream::iterator CDataStream::insert(CDataStream::iterator, const char&)
serialize.h:808:14: note:   candidate expects 2 arguments, 3 provided
serialize.h:809:10: note: void CDataStream::insert(CDataStream::iterator, CDataStream::size_type, const char&)
serialize.h:809:10: note:   no known conversion for argument 2 from ‘std::vector::iterator {aka __gnu_cxx::__normal_iterator >}’ to ‘CDataStream::size_type {aka long unsigned int}’
serialize.h:811:10: note: void CDataStream::insert(CDataStream::iterator, CDataStream::const_iterator, CDataStream::const_iterator)
serialize.h:811:10: note:   no known conversion for argument 2 from ‘std::vector::iterator {aka __gnu_cxx::__normal_iterator >}’ to ‘CDataStream::const_iterator {aka __gnu_cxx::__normal_iterator > >}’
serialize.h:842:10: note: void CDataStream::insert(CDataStream::iterator, const char*, const char*)
serialize.h:842:10: note:   no known conversion for argument 2 from ‘std::vector::iterator {aka __gnu_cxx::__normal_iterator >}’ to ‘const char*’
main.cpp: At global scope:
main.cpp:3398:21: warning: ‘unsigned int ScanHash_CryptoPP(char*, char*, char*, char*, unsigned int&)’ defined but not used [-Wunused-function]
make: *** [obj/main.o] Error 1


Same problem...
hero member
Activity: 1526
Merit: 596
Is this meow the same as that meow??
sr. member
Activity: 308
Merit: 292
★YoBit.Net★ 350+ Coins Exchange & Dice
Let's get our kitteh on an exchange now shall we? Smiley

We need this.
member
Activity: 84
Merit: 10
We need to wake up if we want this coin having a future !

Catcoin is rising, but kitteh is sleeping
legendary
Activity: 1302
Merit: 1001
Founder - NavCoin Ⓝ
Let's get our kitteh on an exchange now shall we? Smiley
member
Activity: 84
Merit: 10
https://dgb.luckyminers.com
I'm trying to compile this coindaemon on ubuntu but i get this error. Other coins compile fine. I used the git version "latest commit bc7bb8c7aa
 sschepis" (checked 26-12-2013 02:54 GMT+1)

Does anyone know what i'm missing?


/kittehcoin/src# make -f makefile.unix USE_UPNP=-
/bin/sh ../share/genbuild.sh obj/build.h
g++ -c -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DUSE_IPV6 -DBOOST_SPIRIT_THREADSAFE -I/root/kittehcoin/src -I/root/kittehcoin/src/obj -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/main.d -o obj/main.o main.cpp
main.cpp: In function ‘bool ProcessMessages(CNode*)’:
main.cpp:3115:79: error: no matching function for call to ‘CDataStream::insert(CDataStream::iterator, std::vector::iterator, std::vector::iterator)’
main.cpp:3115:79: note: candidates are:
serialize.h:808:14: note: CDataStream::iterator CDataStream::insert(CDataStream::iterator, const char&)
serialize.h:808:14: note:   candidate expects 2 arguments, 3 provided
serialize.h:809:10: note: void CDataStream::insert(CDataStream::iterator, CDataStream::size_type, const char&)
serialize.h:809:10: note:   no known conversion for argument 2 from ‘std::vector::iterator {aka __gnu_cxx::__normal_iterator >}’ to ‘CDataStream::size_type {aka long unsigned int}’
serialize.h:811:10: note: void CDataStream::insert(CDataStream::iterator, CDataStream::const_iterator, CDataStream::const_iterator)
serialize.h:811:10: note:   no known conversion for argument 2 from ‘std::vector::iterator {aka __gnu_cxx::__normal_iterator >}’ to ‘CDataStream::const_iterator {aka __gnu_cxx::__normal_iterator > >}’
serialize.h:842:10: note: void CDataStream::insert(CDataStream::iterator, const char*, const char*)
serialize.h:842:10: note:   no known conversion for argument 2 from ‘std::vector::iterator {aka __gnu_cxx::__normal_iterator >}’ to ‘const char*’
main.cpp: At global scope:
main.cpp:3398:21: warning: ‘unsigned int ScanHash_CryptoPP(char*, char*, char*, char*, unsigned int&)’ defined but not used [-Wunused-function]
make: *** [obj/main.o] Error 1
full member
Activity: 140
Merit: 100
When can we get payout? It only gives me an estimate....

I've exceeded the autopayout limit I set...
sr. member
Activity: 350
Merit: 250
There is no need to worry about the hash rate in cipherpool. If it shows 0.6 kh/s, it probably is 600 kh/s. You can confirm it from your earnings. This is a small bug and need not be worried about. I had faced similar problem in other cipherpools and have not been affected at all.

Cipherpool.com dashboard shows me 1/4 of my actual hashing rate. As far as I can tell it's paying out as it should.

I changed some things to have the hashrate most possibly accurate! Should be way better for all of you now (I tested for myself halt an hour and my hashrate shown in dashboard is extremely close to cgminer).

Payouts are however, and as many users stated, not affected as this is - in easy words - based on percentage of one's hashes compared to total, so in fact it does not matter if even did write G/hs or T/hs behind it.. percentage stays the same Wink

thank you all for mining on kit.cipherpool.com even though i understand the display thing freaked some users here out Wink

I was fine with the hash rate being off. But, now that the hash rate is correct the payouts seem way off. I had my autopayout at 10,000. A few times it went way past 10,000. A 30,000 and a 50,000. Plus now the confirms are not showing up and unconfirmed isnt budging. Its as though I am not earning any coins

I hope it's not going to crash cause I have more than 300k coins, forgot to put my address for auto-payout... I tried to do a manual payout but it's still not processed.

Anyone know whats happening here? I switched over to Kittehcoin.com pool and wasnt registering any coins either

I've got paid, seems back to normal just a bit overloaded.
sr. member
Activity: 308
Merit: 292
★YoBit.Net★ 350+ Coins Exchange & Dice
newbie
Activity: 12
Merit: 0
Please post a proper download address for the wallet. Many people do not know how to get along with github.com.

+1 for every os pls
hero member
Activity: 854
Merit: 500
Please post a proper download address for the wallet. Many people do not know how to get along with github.com.
newbie
Activity: 56
Merit: 0
don't forget to change the coin image on first post because someone already made a pool thread with the new picture! Smiley

On it now Smiley
full member
Activity: 238
Merit: 100
don't forget to change the coin image on first post because someone already made a pool thread with the new picture! Smiley
Jump to: