|
SecondsOld
|
|
August 18, 2014, 12:52:20 AM |
|
CPU mining is always fun!
|
|
|
|
atleticofa
|
|
August 18, 2014, 12:52:43 AM |
|
No windows wallet... Really?
|
|
|
|
ipominer
Legendary
Offline
Activity: 1050
Merit: 1000
Mine the hottest new coins at ipoMiner.com
|
|
August 18, 2014, 12:56:27 AM |
|
It is always nice to see some innovation. What's the background behind "aptcoin" as a name? It doesn't seem to fit.
|
|
|
|
billotronic
Legendary
Offline
Activity: 1610
Merit: 1000
Crackpot Idealist
|
|
August 18, 2014, 01:00:36 AM |
|
hmmm can't seem to get the qt to build r00t@Hoverquarters ~/aptcoin $ make cd /home/r00t/aptcoin/src/leveldb && CC=gcc CXX=g++ make OPT="-m64 -pipe -fstack-protector-all -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O2" libleveldb.a libmemenv.a make[1]: Entering directory `/home/r00t/aptcoin/src/leveldb' make[1]: `libleveldb.a' is up to date. make[1]: `libmemenv.a' is up to date. make[1]: Leaving directory `/home/r00t/aptcoin/src/leveldb' cd /home/r00t/aptcoin; /bin/sh share/genbuild.sh /home/r00t/aptcoin/build/build.h g++ -c -m64 -pipe -fstack-protector-all -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O2 -D_REENTRANT -fdiagnostics-show-option -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DUSE_UPNP=1 -DSTATICLIB -DUSE_IPV6=1 -DHAVE_BUILD_INFO -DLINUX -D_FILE_OFFSET_BITS=64 -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_NETWORK_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/share/qt5/mkspecs/linux-g++-64 -Isrc -Isrc/json -Isrc/qt -Isrc/leveldb/include -Isrc/leveldb/helpers -I/usr/include/qt5 -I/usr/include/qt5/QtWidgets -I/usr/include/qt5/QtNetwork -I/usr/include/qt5/QtGui -I/usr/include/qt5/QtCore -Ibuild -Ibuild -o build/bitcoin.o src/qt/bitcoin.cpp In file included from src/crypter.h:8:0, from src/keystore.h:8, from src/script.h:14, from src/main.h:11, from src/wallet.h:13, from src/init.h:8, from src/qt/bitcoin.cpp:13: src/key.h:227:1: error: ‘n’ does not name a type n ^ In file included from src/walletdb.h:9:0, from src/wallet.h:19, from src/init.h:8, from src/qt/bitcoin.cpp:13: src/base58.h: In member function ‘void CBitcoinSecret::SetKey(const CKey&)’: src/base58.h:411:23: error: ‘const class CKey’ has no member named ‘IsCompressed’ if (vchSecret.IsCompressed()) ^ make: *** [build/bitcoin.o] Error 1
|
|
|
|
ipominer
Legendary
Offline
Activity: 1050
Merit: 1000
Mine the hottest new coins at ipoMiner.com
|
|
August 18, 2014, 01:01:42 AM |
|
hmmm can't seem to get the qt to build r00t@Hoverquarters ~/aptcoin $ make cd /home/r00t/aptcoin/src/leveldb && CC=gcc CXX=g++ make OPT="-m64 -pipe -fstack-protector-all -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O2" libleveldb.a libmemenv.a make[1]: Entering directory `/home/r00t/aptcoin/src/leveldb' make[1]: `libleveldb.a' is up to date. make[1]: `libmemenv.a' is up to date. make[1]: Leaving directory `/home/r00t/aptcoin/src/leveldb' cd /home/r00t/aptcoin; /bin/sh share/genbuild.sh /home/r00t/aptcoin/build/build.h g++ -c -m64 -pipe -fstack-protector-all -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O2 -D_REENTRANT -fdiagnostics-show-option -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DUSE_UPNP=1 -DSTATICLIB -DUSE_IPV6=1 -DHAVE_BUILD_INFO -DLINUX -D_FILE_OFFSET_BITS=64 -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_NETWORK_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/share/qt5/mkspecs/linux-g++-64 -Isrc -Isrc/json -Isrc/qt -Isrc/leveldb/include -Isrc/leveldb/helpers -I/usr/include/qt5 -I/usr/include/qt5/QtWidgets -I/usr/include/qt5/QtNetwork -I/usr/include/qt5/QtGui -I/usr/include/qt5/QtCore -Ibuild -Ibuild -o build/bitcoin.o src/qt/bitcoin.cpp In file included from src/crypter.h:8:0, from src/keystore.h:8, from src/script.h:14, from src/main.h:11, from src/wallet.h:13, from src/init.h:8, from src/qt/bitcoin.cpp:13: src/key.h:227:1: error: ‘n’ does not name a type n ^ In file included from src/walletdb.h:9:0, from src/wallet.h:19, from src/init.h:8, from src/qt/bitcoin.cpp:13: src/base58.h: In member function ‘void CBitcoinSecret::SetKey(const CKey&)’: src/base58.h:411:23: error: ‘const class CKey’ has no member named ‘IsCompressed’ if (vchSecret.IsCompressed()) ^ make: *** [build/bitcoin.o] Error 1 Delete the 'n' from line 227 of src/key.h, and you'll get past that error. There is another issue I get with apparently missing an "aqua" library of some sort though: /usr/bin/ld: cannot find -laqua
|
|
|
|
abats
Member
Offline
Activity: 98
Merit: 10
|
|
August 18, 2014, 01:07:14 AM |
|
Dev,we need Windows Wallet ???Dev, why not release window wallet, scam coin
|
|
|
|
abats
Member
Offline
Activity: 98
Merit: 10
|
|
August 18, 2014, 01:14:38 AM |
|
Dev, why not release window wallet, scam coin
|
|
|
|
KeyserSozeMC
|
|
August 18, 2014, 01:15:08 AM |
|
Looks good.
Waiting for a QT.
|
Hey, smexy. Don't waste your time. Time's precious.
|
|
|
cecilbdemented
|
|
August 18, 2014, 01:21:29 AM |
|
How many blocks are you going to mine before you release a wallet?
|
|
|
|
eddywise
Sr. Member
Offline
Activity: 253
Merit: 250
Let's Boolberry
|
|
August 18, 2014, 01:27:14 AM |
|
source does not work,and without windows-qt are you premining now,DEV?
|
Boolberry : @eddywise DRK: XqTbkj1hpCWBpBSvbWtzBRu5PxzJ2KoA3F BTC: 1FZYvzY4cPLwwZmU8rGPM7xGYjfjiZUmuZ Once desperately want, now desperate to forget
|
|
|
billotronic
Legendary
Offline
Activity: 1610
Merit: 1000
Crackpot Idealist
|
|
August 18, 2014, 01:28:17 AM |
|
hmmm can't seem to get the qt to build r00t@Hoverquarters ~/aptcoin $ make cd /home/r00t/aptcoin/src/leveldb && CC=gcc CXX=g++ make OPT="-m64 -pipe -fstack-protector-all -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O2" libleveldb.a libmemenv.a make[1]: Entering directory `/home/r00t/aptcoin/src/leveldb' make[1]: `libleveldb.a' is up to date. make[1]: `libmemenv.a' is up to date. make[1]: Leaving directory `/home/r00t/aptcoin/src/leveldb' cd /home/r00t/aptcoin; /bin/sh share/genbuild.sh /home/r00t/aptcoin/build/build.h g++ -c -m64 -pipe -fstack-protector-all -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O2 -D_REENTRANT -fdiagnostics-show-option -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DUSE_UPNP=1 -DSTATICLIB -DUSE_IPV6=1 -DHAVE_BUILD_INFO -DLINUX -D_FILE_OFFSET_BITS=64 -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_NETWORK_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/share/qt5/mkspecs/linux-g++-64 -Isrc -Isrc/json -Isrc/qt -Isrc/leveldb/include -Isrc/leveldb/helpers -I/usr/include/qt5 -I/usr/include/qt5/QtWidgets -I/usr/include/qt5/QtNetwork -I/usr/include/qt5/QtGui -I/usr/include/qt5/QtCore -Ibuild -Ibuild -o build/bitcoin.o src/qt/bitcoin.cpp In file included from src/crypter.h:8:0, from src/keystore.h:8, from src/script.h:14, from src/main.h:11, from src/wallet.h:13, from src/init.h:8, from src/qt/bitcoin.cpp:13: src/key.h:227:1: error: ‘n’ does not name a type n ^ In file included from src/walletdb.h:9:0, from src/wallet.h:19, from src/init.h:8, from src/qt/bitcoin.cpp:13: src/base58.h: In member function ‘void CBitcoinSecret::SetKey(const CKey&)’: src/base58.h:411:23: error: ‘const class CKey’ has no member named ‘IsCompressed’ if (vchSecret.IsCompressed()) ^ make: *** [build/bitcoin.o] Error 1 Delete the 'n' from line 227 of src/key.h, and you'll get past that error. There is another issue I get with apparently missing an "aqua" library of some sort though: /usr/bin/ld: cannot find -laqua lol this is almost a challenge now... Thanks for the tip. Didn't get your error though, I'm getting this: make: *** No rule to make target `build/miningpage.moc', needed by `build/miningpage.o'. Stop. and I think thats as far as I am gonna mess with this
|
|
|
|
abats
Member
Offline
Activity: 98
Merit: 10
|
|
August 18, 2014, 01:29:17 AM |
|
How many blocks are you going to mine before you release a wallet?
WARNING: This is a scam coin!
|
|
|
|
GreekBitcoin
Legendary
Offline
Activity: 1428
Merit: 1001
getmonero.org
|
|
August 18, 2014, 01:31:01 AM |
|
wont compile...
|
|
|
|
Pebbelzz
|
|
August 18, 2014, 01:32:43 AM |
|
How many blocks are you going to mine before you release a wallet?
WARNING: This is a scam coin! newbie account with 9 post, last 3 of those were posts just like this. So what proof do you have?
|
|
|
|
cecilbdemented
|
|
August 18, 2014, 01:46:47 AM |
|
How many blocks are you going to mine before you release a wallet?
WARNING: This is a scam coin! newbie account with 9 post, last 3 of those were posts just like this. So what proof do you have? No wallet? Source that nobody can get to compile? No response from dev?
|
|
|
|
helloword2013
|
|
August 18, 2014, 01:47:01 AM |
|
/usr/bin/ld: cannot find -laqua collect2: error: ld returned 1 exit status make: *** [aptcoind] Error 1
|
|
|
|
ipominer
Legendary
Offline
Activity: 1050
Merit: 1000
Mine the hottest new coins at ipoMiner.com
|
|
August 18, 2014, 01:49:53 AM |
|
/usr/bin/ld: cannot find -laqua collect2: error: ld returned 1 exit status make: *** [aptcoind] Error 1 I removed the -laqua line, and still couldn't build.. it was then looking for an old version of openssl libraries (DSO against v1.0.0?) from what I could tell. I gave up at that point, since it seems that someone wants to make this hard for anyone to mine.
|
|
|
|
karimdr2
|
|
August 18, 2014, 01:58:26 AM |
|
Any bounty for the Qt Mac wallet?
|
|
|
|
najzenmajsen
|
|
August 18, 2014, 02:09:17 AM |
|
this coin looked good, but you're gonna have to do relaunch with - working source - Windows And linux wallet at launch - 2-3 Pools at launch - a whole lot of popcorn
|
|
|
|
|