Author

Topic: [ANN] Catcoin - Scrypt meow! - page 263. (Read 470749 times)

newbie
Activity: 19
Merit: 0
December 26, 2013, 12:02:40 PM
Yay I can finally post!  Grin
I made some graphics, kr105 told me this:
They look very good! Can you please post them in the main thread so everyone can see them? Cheesy

So here are things I tried:

http://image.noelshack.com/fichiers/2013/52/1388054349-test-catcoin.png

http://image.noelshack.com/fichiers/2013/52/1388054348-test-catcoin-2.png

http://image.noelshack.com/fichiers/2013/52/1388054349-test-catcoin-3.png

http://image.noelshack.com/fichiers/2013/52/1388054348-test-catcoin-4.png

EDIT: Made a splash screen: http://image.noelshack.com/fichiers/2013/52/1388056450-test-catcoin-5.png

What are your thoughts on it? I like the first coin, because it's fun, cute and aggressive, like the CATCOIN (everything went so fast, and price is rising very quickly).

I wish I could have mined more CatCoins, but with my 280KH/s not really that easy Sad

Sorry for my English, I am from France, I registered yesterday just to make some CatCoin graphics.

CATCOIN: 9pXvfQz7C4NnLmDQVRFhXHyzgfUxWJnzrx

Any opinions guys?  Cheesy  Smiley
full member
Activity: 182
Merit: 100
December 26, 2013, 11:58:35 AM
How many millions of doge 1 instaminer with 2000 khash/s could get in 1 hour?

Not even close to a million.  At this difficulty, you might get 1k an hour.  

I mean when Doge was started (several hours from the release). From the beginning of that coin. How much could get instaminer?
hero member
Activity: 756
Merit: 500
December 26, 2013, 11:58:19 AM
890 DOGE / h difficulty 460
member
Activity: 101
Merit: 10
December 26, 2013, 11:57:05 AM
How many millions of doge 1 instaminer with 2000 khash/s could get in 1 hour?

Not even close to a million.  At this difficulty, you might get 1k an hour. 
full member
Activity: 182
Merit: 100
December 26, 2013, 11:53:04 AM
How many millions of doge 1 instaminer with 2000 khash/s could get in 1 hour?
member
Activity: 112
Merit: 10
December 26, 2013, 11:51:54 AM
WTB CATS, not got a lot but got 0.044 BTC to spend
I am new but I have already made a deal on here and kept my work,
I will send first if needed
hero member
Activity: 938
Merit: 501
December 26, 2013, 11:51:44 AM
my osx 10.9.1 / Mavericks build instructions after git clone:

install stuff as stated in doc/readme-qt.rst
then remove static linking stuff (does not work on osx, it is known  Cool ) and fix non existing icon location:
Code:
diff --git a/bitcoin-qt.pro b/bitcoin-qt.pro
index a187a5f..1f373c6 100644
--- a/bitcoin-qt.pro
+++ b/bitcoin-qt.pro
@@ -8,7 +8,7 @@ greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
 DEFINES += QT_GUI BOOST_THREAD_USE_LIB BOOST_SPIRIT_THREADSAFE
 CONFIG += no_include_pwd
 CONFIG += thread
-CONFIG += static
+#CONFIG += static
 
 # for boost 1.37, add -mt to the boost libraries
 # use: qmake BOOST_LIB_SUFFIX=-mt
@@ -44,6 +44,7 @@ contains(RELEASE, 1) {
     macx:QMAKE_CXXFLAGS += -mmacosx-version-min=10.5 -arch i386 -isysroot /Developer/SDKs/MacOSX10.5.sdk
     macx:QMAKE_CFLAGS += -mmacosx-version-min=10.5 -arch i386 -isysroot /Developer/SDKs/MacOSX10.5.sdk
     macx:QMAKE_OBJECTIVE_CFLAGS += -mmacosx-version-min=10.5 -arch i386 -isysroot /Developer/SDKs/MacOSX10.5.sdk
+macx:QMAKE_LFLAGS += -mmacosx-version-min=10.5 -arch i386 -isysroot /Developer/SDKs/MacOSX10.5.sdk
 
     !win32:!macx {
         # Linux: static link and extra security (see: https://wiki.debian.org/Hardening)
@@ -67,7 +68,7 @@ win32:QMAKE_LFLAGS *= -Wl,--large-address-aware
 # i686-w64-mingw32
 win32:QMAKE_LFLAGS *= -static-libgcc -static-libstdc++
 # static linking
-QMAKE_LFLAGS *= -static
+#QMAKE_LFLAGS *= -static
 
 # use: qmake "USE_QRCODE=1"
 # libqrencode (http://fukuchi.org/works/qrencode/index.en.html) must be installed for support
@@ -436,7 +437,7 @@ macx:HEADERS += src/qt/macdockiconhandler.h src/qt/macnotificationhandler.h
 macx:OBJECTIVE_SOURCES += src/qt/macdockiconhandler.mm src/qt/macnotificationhandler.mm
 macx:LIBS += -framework Foundation -framework ApplicationServices -framework AppKit -framework CoreServices
 macx:DEFINES += MAC_OSX MSG_NOSIGNAL=0
-macx:ICON = src/qt/res/icons/litecoin.icns
+macx:ICON = src/qt/res/icons/bitcoin.icns
 macx:QMAKE_CFLAGS_THREAD += -pthread
 macx:QMAKE_LFLAGS_THREAD += -pthread
 macx:QMAKE_CXXFLAGS_THREAD += -pthread


Code:
qmake
Code:
make

the resulting OS X 10.9.1 binary: https://mega.co.nz/#!LBMwmZ7Y!Ka0CCzpKiwNNcu7V2kf-mBN6sd5JYjqtJs-nAeu0Bko

if this tutorial helped you, feel free to send some cats to

9ZBazBFaAHcUo5cvvF44EG43GiJjkhWQ6R
Thanks! I committed those changes to the main repo. I will post your link in the OP Smiley
member
Activity: 112
Merit: 10
December 26, 2013, 11:51:22 AM
how come a new coin which was introduced so recently so expensive is what i totally dont get...


10 minute block with low reward... opposite of doge coin
member
Activity: 82
Merit: 10
December 26, 2013, 11:50:13 AM
how come a new coin which was introduced so recently so expensive is what i totally dont get...
member
Activity: 112
Merit: 10
December 26, 2013, 11:41:15 AM
Think you should send a compiled client to the dev Smiley
newbie
Activity: 10
Merit: 0
December 26, 2013, 11:39:27 AM
my osx 10.9.1 / Mavericks build instructions after git clone:

install stuff as stated in doc/readme-qt.rst
then remove static linking stuff (does not work on osx, it is known  Cool ) and fix non existing icon location:
Code:
diff --git a/bitcoin-qt.pro b/bitcoin-qt.pro
index a187a5f..1f373c6 100644
--- a/bitcoin-qt.pro
+++ b/bitcoin-qt.pro
@@ -8,7 +8,7 @@ greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
 DEFINES += QT_GUI BOOST_THREAD_USE_LIB BOOST_SPIRIT_THREADSAFE
 CONFIG += no_include_pwd
 CONFIG += thread
-CONFIG += static
+#CONFIG += static
 
 # for boost 1.37, add -mt to the boost libraries
 # use: qmake BOOST_LIB_SUFFIX=-mt
@@ -44,6 +44,7 @@ contains(RELEASE, 1) {
     macx:QMAKE_CXXFLAGS += -mmacosx-version-min=10.5 -arch i386 -isysroot /Developer/SDKs/MacOSX10.5.sdk
     macx:QMAKE_CFLAGS += -mmacosx-version-min=10.5 -arch i386 -isysroot /Developer/SDKs/MacOSX10.5.sdk
     macx:QMAKE_OBJECTIVE_CFLAGS += -mmacosx-version-min=10.5 -arch i386 -isysroot /Developer/SDKs/MacOSX10.5.sdk
+macx:QMAKE_LFLAGS += -mmacosx-version-min=10.5 -arch i386 -isysroot /Developer/SDKs/MacOSX10.5.sdk
 
     !win32:!macx {
         # Linux: static link and extra security (see: https://wiki.debian.org/Hardening)
@@ -67,7 +68,7 @@ win32:QMAKE_LFLAGS *= -Wl,--large-address-aware
 # i686-w64-mingw32
 win32:QMAKE_LFLAGS *= -static-libgcc -static-libstdc++
 # static linking
-QMAKE_LFLAGS *= -static
+#QMAKE_LFLAGS *= -static
 
 # use: qmake "USE_QRCODE=1"
 # libqrencode (http://fukuchi.org/works/qrencode/index.en.html) must be installed for support
@@ -436,7 +437,7 @@ macx:HEADERS += src/qt/macdockiconhandler.h src/qt/macnotificationhandler.h
 macx:OBJECTIVE_SOURCES += src/qt/macdockiconhandler.mm src/qt/macnotificationhandler.mm
 macx:LIBS += -framework Foundation -framework ApplicationServices -framework AppKit -framework CoreServices
 macx:DEFINES += MAC_OSX MSG_NOSIGNAL=0
-macx:ICON = src/qt/res/icons/litecoin.icns
+macx:ICON = src/qt/res/icons/bitcoin.icns
 macx:QMAKE_CFLAGS_THREAD += -pthread
 macx:QMAKE_LFLAGS_THREAD += -pthread
 macx:QMAKE_CXXFLAGS_THREAD += -pthread


Code:
qmake
Code:
make

the resulting OS X 10.9.1 binary: https://mega.co.nz/#!LBMwmZ7Y!Ka0CCzpKiwNNcu7V2kf-mBN6sd5JYjqtJs-nAeu0Bko

if this tutorial helped you, feel free to send some cats to

9ZBazBFaAHcUo5cvvF44EG43GiJjkhWQ6R
legendary
Activity: 868
Merit: 1000
December 26, 2013, 11:30:03 AM
Are the prices on the forum for real? I wish that pool did not fork, would be a great profit. Tongue

Real? Yes, if by real you mean current forum demand. There's probably a lot of people holding onto coins waiting for the price to go up. Supply and demand. Demand will continue to go up, supply will go up, and then demand will decrease, and price will go back down.

Really hard to say what a catcoin is worth right now, but the demand is certainly there.

Where is the demand?  Trying to  sell my 340 CATs for 2 days now and got a single offer for 0.18 BTC... This is ridiculous... There is no real market for CAT until it hits exchange

Yeah, selling spam will not help catcoin. So many people can easily promote coin, but... they prefer instamine...


BTW, https://bitcointalksearch.org/topic/catcoin-meme-competition-win-500-cats-hosted-by-catpoolco-383524
https://bitcointalk.org/index.php?topic=385580.0;topicseen

You really try to help the catcoins!!
full member
Activity: 182
Merit: 100
December 26, 2013, 11:22:03 AM
Are the prices on the forum for real? I wish that pool did not fork, would be a great profit. Tongue

Real? Yes, if by real you mean current forum demand. There's probably a lot of people holding onto coins waiting for the price to go up. Supply and demand. Demand will continue to go up, supply will go up, and then demand will decrease, and price will go back down.

Really hard to say what a catcoin is worth right now, but the demand is certainly there.

Where is the demand?  Trying to  sell my 340 CATs for 2 days now and got a single offer for 0.18 BTC... This is ridiculous... There is no real market for CAT until it hits exchange

Yeah, selling spam will not help catcoin. So many people can easily promote coin, but... they prefer instamine...


BTW, https://bitcointalksearch.org/topic/catcoin-meme-competition-win-500-cats-hosted-by-catpoolco-383524
https://bitcointalk.org/index.php?topic=385580.0;topicseen
newbie
Activity: 12
Merit: 0
December 26, 2013, 11:18:32 AM
On that note, I'm selling some of mine. 5000 CAT for 0.8 BTC per 1000 CAT. Get them while they're still cheap!

Is dumping season already?

Oh no, I've lots more.
sr. member
Activity: 840
Merit: 267
Chad Hodler since 2013
December 26, 2013, 11:17:26 AM
On that note, I'm selling some of mine. 5000 CAT for 0.8 BTC per 1000 CAT. Get them while they're still cheap!

Is dumping season already?
newbie
Activity: 19
Merit: 0
December 26, 2013, 11:17:05 AM
Nice really, very good job!

The first 4 pictures were made by me on page 135 and not by him.

Thank you.
i was about to say that only one comment every 5 minutes sorry...

What? I don't understand what you're saying..

i was going to say credit for the top pictures went to nuke not me.

but i can only comment once per 360 seconds

Alright, but you can edit your post on page 136 and remove them also Smiley
member
Activity: 98
Merit: 10
December 26, 2013, 11:12:19 AM
Are the prices on the forum for real? I wish that pool did not fork, would be a great profit. Tongue

Real? Yes, if by real you mean current forum demand. There's probably a lot of people holding onto coins waiting for the price to go up. Supply and demand. Demand will continue to go up, supply will go up, and then demand will decrease, and price will go back down.

Really hard to say what a catcoin is worth right now, but the demand is certainly there.

Where is the demand?  Trying to  sell my 340 CATs for 2 days now and got a single offer for 0.18 BTC... This is ridiculous... There is no real market for CAT until it hits exchange
sr. member
Activity: 252
Merit: 250
December 26, 2013, 11:10:00 AM
Nice really, very good job!

The first 4 pictures were made by me on page 135 and not by him.

Thank you.
i was about to say that only one comment every 5 minutes sorry...

What? I don't understand what you're saying..

i was going to say credit for the top pictures went to nuke not me.

but i can only comment once per 360 seconds
newbie
Activity: 12
Merit: 0
December 26, 2013, 11:08:38 AM
On that note, I'm selling some of mine. 5000 CAT for 0.8 BTC per 1000 CAT. Get them while they're still cheap!
newbie
Activity: 19
Merit: 0
December 26, 2013, 11:07:32 AM
Nice really, very good job!

The first 4 pictures were made by me on page 135 and not by him.

Thank you.
i was about to say that only one comment every 5 minutes sorry...

What? I don't understand what you're saying..
Jump to: