Bitcoin Forum
May 26, 2024, 10:48:40 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 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 59 60 61 62 63 64 65 66 67 ... 158 »
  Print  
Author Topic: [ANN][MEOW] Kittehcoin launched ! Come get some MEOW now. U haz it! DOGE sad.  (Read 246027 times)
gbalme
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile
December 26, 2013, 02:32:54 AM
 #321

We need to wake up if we want this coin having a future !

Catcoin is rising, but kitteh is sleeping
eon89
Sr. Member
****
Offline Offline

Activity: 308
Merit: 292

★YoBit.Net★ 350+ Coins Exchange & Dice


View Profile
December 26, 2013, 02:38:58 AM
 #322

Let's get our kitteh on an exchange now shall we? Smiley

We need this.

timerland
Hero Member
*****
Offline Offline

Activity: 1526
Merit: 596


View Profile
December 26, 2013, 02:49:30 AM
 #323

Is this meow the same as that meow??

Smiley
Pustul
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250



View Profile
December 26, 2013, 02:58:12 AM
 #324

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<char>::iterator, std::vector<char>::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<char>::iterator {aka __gnu_cxx::__normal_iterator<char*, std::vector<char> >}’ 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<char>::iterator {aka __gnu_cxx::__normal_iterator<char*, std::vector<char> >}’ to ‘CDataStream::const_iterator {aka __gnu_cxx::__normal_iterator<const char*, std::vector<char, zero_after_free_allocator<char> > >}’
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<char>::iterator {aka __gnu_cxx::__normal_iterator<char*, std::vector<char> >}’ 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...
jochem
Member
**
Offline Offline

Activity: 84
Merit: 10

https://dgb.luckyminers.com


View Profile WWW
December 26, 2013, 03:09:50 AM
 #325

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<char>::iterator, std::vector<char>::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<char>::iterator {aka __gnu_cxx::__normal_iterator<char*, std::vector<char> >}’ 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<char>::iterator {aka __gnu_cxx::__normal_iterator<char*, std::vector<char> >}’ to ‘CDataStream::const_iterator {aka __gnu_cxx::__normal_iterator<const char*, std::vector<char, zero_after_free_allocator<char> > >}’
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<char>::iterator {aka __gnu_cxx::__normal_iterator<char*, std::vector<char> >}’ 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!

Come mine Digibyte  DDOS Protected Server!
soopy452000
Legendary
*
Offline Offline

Activity: 1302
Merit: 1001

Founder - NavCoin Ⓝ


View Profile WWW
December 26, 2013, 03:30:08 AM
 #326

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

Working/Online Times
04:00:00 GMT - 12:00:00 GMT / 00:00:00 EDT - 08:00:00 EDT

Coin Developments & Contributions 1. SherlockCoin (SHC) (https://bitcointalk.org/index.php?topic=454981) 2. [RESURRECTION] Bringing Life to Growthcoin (GRW) , Community Backed Development! (https://bitcointalk.org/index.php?topic=469464) 3. [ANN][66][New Maintainer] ★Coin 66★ (https://bitcointalk.org/index.php?topic=493987) 4. [RE-ANN] Galaxycoin Revival!-FORK AT BLOCK 255145, KGW, RANDOM BLOCK REWARDS (https://bitcointalk.org/index.php?topic=495693) 5. [RESURRECTION] Taking Astrocoin to the Moon,KGW Implemented + HARD FORK AT 17520 https://bitcointalk.org/index.php?topic=516549 6. [RESURRECTION] Bringing Electric back to the grid, Community Backed Development! https://bitcointalk.org/index.php?topic=514790
Iamcloud
Newbie
*
Offline Offline

Activity: 39
Merit: 0


View Profile
December 26, 2013, 03:46:12 AM
 #327

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

Activity: 308
Merit: 250


View Profile
December 26, 2013, 03:52:37 AM
 #328

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.

SnZN5o2ePUgtr9roQyavBC3r41vz7p63ne
JDDev
Full Member
***
Offline Offline

Activity: 162
Merit: 100


View Profile
December 26, 2013, 06:06:04 AM
 #329

I don't believe the osx app is working. At least not on OSX 10.8.
Gablez
Member
**
Offline Offline

Activity: 95
Merit: 10


View Profile
December 26, 2013, 06:09:59 AM
 #330

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.

Gablez
Member
**
Offline Offline

Activity: 95
Merit: 10


View Profile
December 26, 2013, 06:29:15 AM
 #331

lonestar108, add the Cryptsy request link to the original post!

alyons
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
December 26, 2013, 06:57:10 AM
 #332

quality http://kit.notnull.org/
meow
enjoy.

[POOL]


merry xmas and gooooood night
evoked22
Sr. Member
****
Offline Offline

Activity: 308
Merit: 250


View Profile
December 26, 2013, 07:31:09 AM
 #333

https://bitcointalk.org/index.php?topic=383611.0

Please vote Smiley

Merry Christmas and hope you all have a wonderful new years. See you all on the beach for the next one  Wink

SnZN5o2ePUgtr9roQyavBC3r41vz7p63ne
spiz0r
Sr. Member
****
Offline Offline

Activity: 340
Merit: 250



View Profile
December 26, 2013, 09:39:55 AM
 #334

Dev should try to get KIT to this small exchange: http://ecrypto.net/

They just added Earthcoin.

DFiLeR
Sr. Member
****
Offline Offline

Activity: 341
Merit: 250


View Profile
December 26, 2013, 10:09:05 AM
 #335

meow to all, this coin is far superior to catcoin, everyone get on the kitteh!

VRC      VKAE3VC3iPf2FFJsrzirzk4SX6mSrzSUka                  XPM          AeX9teC4y9YMRNVb7726i8u3RTCcMksFG3
BTC       15P73FANUu5rgNcCr4kYVUNiD3tdmgqEuP             HYPER       HL2iRAWRThvAR9kt5NDdEPBhin57tD98hB
nocoin
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
December 26, 2013, 10:18:19 AM
 #336

Dev should try to get KIT to this small exchange: http://ecrypto.net/

They just added Earthcoin.
Looks like they are overloaded.
DFiLeR
Sr. Member
****
Offline Offline

Activity: 341
Merit: 250


View Profile
December 26, 2013, 10:19:05 AM
 #337

notnull is working well for me

VRC      VKAE3VC3iPf2FFJsrzirzk4SX6mSrzSUka                  XPM          AeX9teC4y9YMRNVb7726i8u3RTCcMksFG3
BTC       15P73FANUu5rgNcCr4kYVUNiD3tdmgqEuP             HYPER       HL2iRAWRThvAR9kt5NDdEPBhin57tD98hB
lonestar108 (OP)
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
December 26, 2013, 10:23:02 AM
 #338

Dev should try to get KIT to this small exchange: http://ecrypto.net/

They just added Earthcoin.

I will email them and tell them Kitteh demands to be listed! KKitteh sez you all should too!

stompix
Legendary
*
Offline Offline

Activity: 2898
Merit: 6364


Blackjack.fun


View Profile
December 26, 2013, 10:27:49 AM
 #339

meow to all, this coin is far superior to catcoin, everyone get on the kitteh!

W8 till nyan cat comes.
And then <something>cat
And then <something>kitten.

The problem is , when will the madness with memecoins stop?

.
.BLACKJACK ♠ FUN.
█████████
██████████████
████████████
█████████████████
████████████████▄▄
░█████████████▀░▀▀
██████████████████
░██████████████
████████████████
░██████████████
████████████
███████████████░██
██████████
CRYPTO CASINO &
SPORTS BETTING
▄▄███████▄▄
▄███████████████▄
███████████████████
█████████████████████
███████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
███████████████████████
█████████████████████
███████████████████
▀███████████████▀
█████████
.
Amph
Legendary
*
Offline Offline

Activity: 3206
Merit: 1069



View Profile
December 26, 2013, 10:43:13 AM
 #340

Cat:Lottocin=kitteh:Billcoin
Pages: « 1 2 3 4 5 6 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 59 60 61 62 63 64 65 66 67 ... 158 »
  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!