Author

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

member
Activity: 84
Merit: 10
https://dgb.luckyminers.com
mined at kittehcoinpool.com at about 2Mh/s for 12 or so, only got 535 meow, is it normal or something fishy going on?
can anyone show his result with pool as well? thanks

You can try my MEOW pool. Still young, just started so you get the biggest shares! Crons run every minute. I'm running multiple pools without many issues (apart from my very first one but thats all sorted now)
http://meow.luckyminers.com

isn't it snoopys pool? just some posts above

No, its mine. I posted it on reddit and he beat me to it posting in this thread Cheesy Respect to that!
full member
Activity: 238
Merit: 100
mined at kittehcoinpool.com at about 2Mh/s for 12 or so, only got 535 meow, is it normal or something fishy going on?
can anyone show his result with pool as well? thanks

You can try my MEOW pool. Still young, just started so you get the biggest shares! Crons run every minute. I'm running multiple pools without many issues (apart from my very first one but thats all sorted now)
http://meow.luckyminers.com

isn't it snoopys pool? just some posts above
member
Activity: 84
Merit: 10
https://dgb.luckyminers.com
mined at kittehcoinpool.com at about 2Mh/s for 12 or so, only got 535 meow, is it normal or something fishy going on?
can anyone show his result with pool as well? thanks

You can try my MEOW pool. Still young, just started so you get the biggest shares! Crons run every minute. I'm running multiple pools without many issues (apart from my very first one but thats all sorted now)
http://meow.luckyminers.com
newbie
Activity: 39
Merit: 0
2 mh should get you about 10k kittehs per hour
full member
Activity: 238
Merit: 100
mined at kittehcoinpool.com at about 2Mh/s for 12 or so, only got 535 meow, is it normal or something fishy going on?
can anyone show his result with pool as well? thanks

change the pool asap.. you should make  40-50k in 2-3 hours with 2mhs
sr. member
Activity: 336
Merit: 250
mined at kittehcoinpool.com at about 2Mh/s for 12 or so, only got 535 meow, is it normal or something fishy going on?
can anyone show his result with pool as well? thanks

This is normal bro =) I was wondering how much is 1 Meow worth?
newbie
Activity: 28
Merit: 0
mined at kittehcoinpool.com at about 2Mh/s for 12 or so, only got 535 meow, is it normal or something fishy going on?
can anyone show his result with pool as well? thanks
sr. member
Activity: 406
Merit: 250
Nice work, nice logo, goog support and great PR are what we need to make the cat catch the Doge. Com'on people, com'on MEOW.
KN94188c2eyLhsWFAxWNdfS5eE2sEc2DLr
legendary
Activity: 1302
Merit: 1001
Founder - NavCoin Ⓝ
New Pool! Smiley

Pool is up http://meow.luckyminers.com.
Supports Stratum and VARDIFF and auto + manual payment. Big & small. old & new, everyone is welcome.
Website is on a dedicated 6 core server with a DB on SSD's on another separate server. We can handle the load!
If you have any direct inqueries, you can contact me at the support page on the website. I'll do my best to help you get started.
You can start by reading the getting started page @ http://meow.luckyminers.com/index.php?page=gettingstarted.
Happy mining all!!
How to get started.
1 Download the kittehcoin-qt client and generate a wallet address.
2 Create an account at http://meow.luckyminers.com.
3 Edit your account and fill in your wallet address and set the auto payment threshold.
4 Download a mining program.
CGMiner
BFG Miner
5 Configure your mining program:
Settings for Stratum:
STRATUM: stratum+tcp://stratum-eu.meow.luckyminers.com PORT: 3316 Username: username.WORKERID Password: x (Any password is OK)
If you use a command-line miner, type:
For Linux
./cgminer --scrypt -o stratum+tcp://stratum-eu.meow.luckyminers.com:3316 -u username.WORKERID -p x

./bfgminer --scrypt -o stratum+tcp://stratum-eu.meow.luckyminers.com:3316 -u username.WORKERID -p x
For Windows
cgminer --scrypt -o stratum+tcp://stratum-eu.meow.luckyminers.com:3316 -u username.WORKERID -p x

bfgminer --scrypt -o stratum+tcp://stratum-eu.meow.luckyminers.com:3316 -u username.WORKERID -p x
And keep mining!
member
Activity: 71
Merit: 10
When this coin insert to exchanger?
newbie
Activity: 10
Merit: 0
my short build experience on osx mavericks / 10.9

Do as mentioned in doc/readme-qt.rst, be sure to install qt 4.8.x, not the 5.xxx version:
Code:
- Download and install the `Qt Mac OS X SDK`_. It is recommended to also install Apple's Xcode with UNIX tools.

- Download and install `MacPorts`_.

- Execute the following commands in a terminal to get the dependencies:

::

sudo port selfupdate
sudo port install boost db48 miniupnpc
afterwards i run a "sudo port install boost+universal" (this takes a while, about 10 mins on my newer imac)

then, after you run qmake and make, you get 2 compile errors, one about serialize.h and one something about "missing db_cxx.h file", so lets fix this stuff:

edit the file src/serialize.h to remove the doubled insert() method, this bug is present in nearly all cryptocoin sources: see https://github.com/bitcoin/bitcoin/pull/3162/files
fix paths in kittehcoin-qt.pro:near the beginning of the file:
Code:
BOOST_LIB_SUFFIX=-mt
BOOST_INCLUDE_PATH=/usr/local/include
BOOST_LIB_PATH=/usr/local/lib
BDB_INCLUDE_PATH=/opt/local/include/db48
BDB_LIB_PATH=/opt/local/lib/db48
OPENSSL_INCLUDE_PATH=/usr/local/include
OPENSSL_LIB_PATH=/usr/local/lib
MINIUPNPC_LIB_PATH=/usr/local/lib
MINIUPNPC_INCLUDE_PATH=/usr/local/include

....
further down, replace "macx:BDB_LIB_SUFFIX = -5.3" with 4.8:
Code:
isEmpty(BDB_LIB_SUFFIX) {
    macx:BDB_LIB_SUFFIX = -4.8
}
since usually all altcoins use berkley db version 4.8...and the mac readme also states to install db48 Smiley

now run
Code:
make
then
Code:
qmake


if this small tutorial was helpful, feel free to send some kitteh love to

KTTSRRhjKHpZoUCbMj3ZDHvWt1s4fSTMNy
member
Activity: 84
Merit: 10
https://dgb.luckyminers.com
Got it compiled now with the latest git repo. Thanks for responding.

in serialize.h:in the 840's, look for two methods with signatures which are almost identical. You can see both in your error message. Comment our this one (I think - if it doesn't build with one commented out, try the other.  I had the same issue compiling the app myself, btw. Let me know if u got it fixed.

void CDataStream::insert(CDataStream::iterator, const char*, const char*)

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!
legendary
Activity: 1302
Merit: 1001
Founder - NavCoin Ⓝ
sr. member
Activity: 341
Merit: 250
has the new wallet been tested?
newbie
Activity: 40
Merit: 0

The OSX build was built on my Macbook Pro, OSX 10.9.  I just saw a message about someone with troubles on an earlier version of OSX and need to fix it fast.


Doesnt work for me on 10.9, the bin size is only 100k , rather small.  Tried both the github and download link
if i view the package contents to doge(/ducks) , seems to be missing the frameworks , macos, plugins,  folders
i tried to build it manually, but ran into issues with serial something or other file , similar to this error ( https://gist.github.com/WyseNynja/7295209 )

when trying to run kittycoind i get the following (which im assuming is because of the missing frameworks folder)

bigkitty:kittehcoin-osx kitteh$ ./kittehcoind
dyld: Library not loaded: /usr/local/lib/libdb_cxx-5.3.dylib
  Referenced from: /Users/kitteh/Downloads/OSX/kittehcoin-osx/./kittehcoind
  Reason: image not found
Trace/BPT trap: 5
legendary
Activity: 1302
Merit: 1001
Founder - NavCoin Ⓝ
[ANN]Starting (base) Price of a Kitteh Coin 0.000001 BTC Per 1 MEOW!
https://bitcointalksearch.org/topic/ann-pollstarting-base-price-of-a-kitteh-coin-0000001-btc-per-1-meow-385771

Your thoughts would be marvelous! Smiley
full member
Activity: 210
Merit: 100
I'd sell 100k MEOWs for 0.05btc but I think I'm gonna keep em til kittehs get to cryptsy or coinsy  Roll Eyes
Just keep them! 0.05btc is really nothing much
sr. member
Activity: 420
Merit: 263
let's make a deal.
is there an osx client that is trojan free? 

if kitteh can beat out cat to make working osx and linux clients, i'm switching to kitteh.
full member
Activity: 169
Merit: 100
I'd sell 100k MEOWs for 0.05btc but I think I'm gonna keep em til kittehs get to cryptsy or coinsy  Roll Eyes
legendary
Activity: 1511
Merit: 1072
quack
Lonestar I've sent you a PM do let me know when get time to reply to it. Smiley and Btw everyone I'm setting base price for the Kittehcoin will let you know once done. Smiley

Base price is something that doesn't exist with these crypto currencies.
Jump to: