Bitcoin Forum
June 22, 2024, 10:15:20 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN] The C.A.T. Experiment Group Buy (Last Day Of The Year Offer 4/10 Complete) on: December 30, 2013, 11:41:45 PM
I am interested as well  Cool
2  Alternate cryptocurrencies / Altcoin Discussion / Re: [CLOSED][CAT]180 CATCOINS! Much Meow for your Mog! To Mars![CLOSED][CAT] on: December 26, 2013, 11:44:43 PM


thank you

9ZBazBFaAHcUo5cvvF44EG43GiJjkhWQ6R
3  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Catcoin - Scrypt meow! on: December 26, 2013, 04:39:27 PM
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
4  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][MEOW] Kittehcoin launched ! Come get some MEOW now. U haz it! DOGE sad. on: December 26, 2013, 02:14:07 PM
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
5  Alternate cryptocurrencies / Altcoin Discussion / Re: [DOGE][GIVEAWAY] 20,000 DOGE GIVEAWAY!! + Bonus + Updated on: December 23, 2013, 11:33:34 PM
I've just received your 10 doges, thank you very much

DGDwmXo1JpCNeaSnyuj5wsDhce5CCFbeXd
6  Alternate cryptocurrencies / Altcoin Discussion / Re: [DOGE][GIVEAWAY] 20,000 DOGE GIVEAWAY!! + Bonus + Updated on: December 22, 2013, 11:14:58 PM
DGDwmXo1JpCNeaSnyuj5wsDhce5CCFbeXd

thanks in advance
7  Alternate cryptocurrencies / Altcoin Discussion / Re: [DOGE][GIVEAWAY] 20,000 DOGE GIVEAWAY!! + Bonus + Updated on: December 22, 2013, 11:08:01 PM
DGDwmXo1JpCNeaSnyuj5wsDhce5CCFbeXd

thanks in advance
8  Other / Beginners & Help / Re: Alt-Coins on: December 22, 2013, 10:44:32 PM
Most interesting for me is NXT by now. Greatest reason — only Proof-of-Stake mining/forging (keeping network up) instead of Proof-of-Work/PoW+Pos. PoS doesn't require highrate-hashing hardware or big amount of kWh wasted Smiley

Exactly my opinion. Although I'm still a bit worried about NXT because it's so different from all other BTC/Cryptsy coins, but hey, no risk no fun Smiley
9  Local / Anfänger und Hilfe / Re: cgminer HW error on: December 22, 2013, 10:25:19 PM
Alles klar, danke
10  Local / Anfänger und Hilfe / cgminer HW error on: December 22, 2013, 03:54:47 PM
Was bedeutet im cgminer ein "HW error" genau?

Ich kann mir das nicht genau erklären. Wenn es ein Hardware Error sein sollte, dann müsste ja danach die HW defekt sein?!
Ansonsten handelt es sich ja bloss um einen Software Fehler, denn meine Graka funktioniert ja weiterhin Smiley
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!