Bitcoin Forum
May 14, 2024, 02:47:59 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 »  All
  Print  
Author Topic: [ANN][APT] Aptcoin★ASIC Resistant Scrypt In-Motion(NM) w/Aptcurve Retargeting  (Read 56714 times)
aptcoin (OP)
Newbie
*
Offline Offline

Activity: 53
Merit: 0


View Profile
August 18, 2014, 12:51:46 AM
Last edit: February 27, 2016, 01:42:19 AM by aptcoin
 #1

Aptcoin

What is Aptcoin?

Aptcoin takes the changing N-factor a step further through having the N-factor change per block. The N-factor is effectively randomized and can jump between N-factors of 6-13. Unlike a released mining schedule that is completely transparent and changes within years of time Aptcoin dynamically changes N-factor and cannot be predicted.

Respect to Moore’s Law

Every two years the range of N-factor will increase by 1. In respect to Moore’s Law the power of hardware that will be released will be capable of mining an N-factor of 14 within a two-year time period.  

The random N-factors therefore will be between 7-14 within 2016, 8-15 within 2018 and so on.
https://i.imgur.com/oFOdiSP.png ~ Updated with Aptcurve details! ~

Please refer to this link: https://mega.nz/#!61B2jKzS!7Tho4XLnTPawRtkdbk6SF9rvn5sNkrN1LQ6NcDEezAM

https://i.imgur.com/5djKdVh.png

Algorithm – Scrypt-iNMotion (Scrypt-NM)
Symbol – APT
Max Coins – 42 million APT
Block time – 5 minutes
Release time – 30 years before all coins are mined
Difficult Retarget Time – Every block using AptCurve
Main Net RPC port - 12946 (TestNet - 22946)
Main Net P2P port - 12945 (TestNet - 22945)

Premine – None. There is no premine with Aptcoin.

https://i.imgur.com/8Kj0qwg.png] –
https://i.imgur.com/sG4Mgtg.png
Source
https://github.com/aptcoin/aptcoin.git

Windows Wallet
https://github.com/aptcoin/aptcoin/releases/download/0.9.0.2/aptcoin-qt-0.9.0.2.zip
Mirror:
https://mega.co.nz/#!m54xlI7Z!K_l4wfGorS4BzJUq8KomoSbw1BihuK6Hy8s2-W-6Fa4

OSX Wallet
https://github.com/aptcoin/aptcoin/releases/download/0.9.0.2/Aptcoin-Qt-0.9.0.2.dmg
Mirror:
https://mega.co.nz/#!7w5CESoY!8TDeUq9PyKKCWfG2iuRukzNqwY6dFiD-AdSDzy_SL40

https://i.imgur.com/EAlpBT8.png

Email - Aptcoin@safe-mail.net
Reddit – http://www.reddit.com/r/aptcoin
Twitter – http://www.twitter.com/aptcoin

How to Mine:

Currently Aptcoin is CPU minable only. Mining is simple with the built-in start mining button!


We will however rely on the community releasing modifications within their favorite GPU miners to allow hashing for Scrypt-NM.  

Save under aptcoin.conf (see below for platform specific location):

Win7: C:\Users\Username\AppData\Roaming\aptcoin\aptcoin.conf
OS X: /home/User/Library/Application Support/aptcoin/aptcoin.conf
Linux: /home/User/.aptcoin/aptcoin.conf

Code:
rpcallowip=127.0.0.1
rpcuser=rpcuser
rpcpassword=rpcpass
addnode=45.32.67.42
addnode=108.61.194.182
addnode=50.7.47.93
"This isn't the kind of software where we can leave so many unresolved bugs that we need a tracker for them." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
SecondsOld
Sr. Member
****
Offline Offline

Activity: 364
Merit: 250


View Profile
August 18, 2014, 12:52:20 AM
 #2

CPU mining is always fun!
atleticofa
Sr. Member
****
Offline Offline

Activity: 406
Merit: 250


View Profile
August 18, 2014, 12:52:43 AM
 #3

No windows wallet... Really?
ipominer
Legendary
*
Offline Offline

Activity: 1050
Merit: 1000


Mine the hottest new coins at ipoMiner.com


View Profile WWW
August 18, 2014, 12:56:27 AM
 #4

It is always nice to see some innovation. What's the background behind "aptcoin" as a name? It doesn't seem to fit.

Mine the hottest new coins at ipoMiner.com!
99.9% uptime, low fees, custom high performance stratum servers, DDoS-resistant
Support by email at support@ipominer.com or ##ipoMiner on Freenode IRC
billotronic
Legendary
*
Offline Offline

Activity: 1610
Merit: 1000


Crackpot Idealist


View Profile
August 18, 2014, 01:00:36 AM
 #5

hmmm can't seem to get the qt to build

Code:
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


This post sums up why all this bullshit is a scam
Read It. Hate It. Change the facts that it represents.
https://bitcointalk.org/index.php?topic=1606638.msg16139644#msg16139644
ipominer
Legendary
*
Offline Offline

Activity: 1050
Merit: 1000


Mine the hottest new coins at ipoMiner.com


View Profile WWW
August 18, 2014, 01:01:42 AM
 #6

hmmm can't seem to get the qt to build

Code:
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

Mine the hottest new coins at ipoMiner.com!
99.9% uptime, low fees, custom high performance stratum servers, DDoS-resistant
Support by email at support@ipominer.com or ##ipoMiner on Freenode IRC
abats
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
August 18, 2014, 01:07:14 AM
 #7

Dev,we need Windows Wallet Huh Huh Huh ???Dev, why not release window wallet, scam coin
abats
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
August 18, 2014, 01:14:38 AM
 #8

Dev, why not release window wallet, scam coin
KeyserSozeMC
Hero Member
*****
Offline Offline

Activity: 742
Merit: 500


I'm dying.


View Profile WWW
August 18, 2014, 01:15:08 AM
 #9

Looks good.

Waiting for a QT.

Hey, smexy. Don't waste your time. Time's precious.
cecilbdemented
Sr. Member
****
Offline Offline

Activity: 383
Merit: 250


View Profile
August 18, 2014, 01:21:29 AM
 #10

How many blocks are you going to mine before you release a wallet?
eddywise
Sr. Member
****
Offline Offline

Activity: 253
Merit: 250

Let's Boolberry


View Profile
August 18, 2014, 01:27:14 AM
 #11

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 Offline

Activity: 1610
Merit: 1000


Crackpot Idealist


View Profile
August 18, 2014, 01:28:17 AM
 #12

hmmm can't seem to get the qt to build

Code:
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

This post sums up why all this bullshit is a scam
Read It. Hate It. Change the facts that it represents.
https://bitcointalk.org/index.php?topic=1606638.msg16139644#msg16139644
abats
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
August 18, 2014, 01:29:17 AM
 #13

How many blocks are you going to mine before you release a wallet?
WARNING: This is a scam coin!
GreekBitcoin
Legendary
*
Offline Offline

Activity: 1428
Merit: 1001


getmonero.org


View Profile WWW
August 18, 2014, 01:31:01 AM
 #14

wont compile...
Pebbelzz
Full Member
***
Offline Offline

Activity: 140
Merit: 100


View Profile WWW
August 18, 2014, 01:32:43 AM
 #15

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

Activity: 383
Merit: 250


View Profile
August 18, 2014, 01:46:47 AM
 #16

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

Activity: 333
Merit: 250


View Profile
August 18, 2014, 01:47:01 AM
 #17

/usr/bin/ld: cannot find -laqua
collect2: error: ld returned 1 exit status
make: *** [aptcoind] Error 1
 Huh
ipominer
Legendary
*
Offline Offline

Activity: 1050
Merit: 1000


Mine the hottest new coins at ipoMiner.com


View Profile WWW
August 18, 2014, 01:49:53 AM
 #18

/usr/bin/ld: cannot find -laqua
collect2: error: ld returned 1 exit status
make: *** [aptcoind] Error 1
 Huh

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.

Mine the hottest new coins at ipoMiner.com!
99.9% uptime, low fees, custom high performance stratum servers, DDoS-resistant
Support by email at support@ipominer.com or ##ipoMiner on Freenode IRC
karimdr2
Sr. Member
****
Offline Offline

Activity: 364
Merit: 250


View Profile
August 18, 2014, 01:58:26 AM
 #19

Any bounty for the Qt Mac wallet?

★ BitNet ★ New Darknet, better than TOR ! FREE VPN ! Free Distribution 14,000,000 VPNCOIN!!! Vg7NuuuJt2snso5N1EMPyPwSTHb2ByiHRo
BTC: 1Gu3KYr3HV1TGJmqgSXXQbGxxdLzTEAN6o
najzenmajsen
Hero Member
*****
Offline Offline

Activity: 700
Merit: 500



View Profile
August 18, 2014, 02:09:17 AM
 #20

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
Pages: [1] 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 »  All
  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!