Search content
Sort by

Showing 20 of 146 results by altcoin
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][PDR][LAUNCHED] PlanetDollar | Social Distribution | Mining Start!
by
altcoin
on 25/03/2014, 13:57:01 UTC
Is this coin still alive?
Post
Topic
Board Altcoin Discussion
Topic OP
Hash power increasing caused block time get longer
by
altcoin
on 25/03/2014, 03:57:00 UTC
I'm trying to increased a new coin based on litecoin with some new features and new hash algos, I'm testing it now.

I face a very serious question now, while the hashpower of my new coin increase, the block time gets longer, for example, I set block time to 30 seconds, when the hash power is 1 Mh/s, the block generates very stable at about 25 to 35 seconds (after several hours mining), but while increase hash power to 20 Mh/s, the block time becomes 4 to 8 minutes after a long time mining (about 24 hours), can someone discuss this situation with me? I don't know what's the problem, if someone can help me to analysis, it's really help to me.

Please help me.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] WorldCoin WDC | Coin of the Future | Instant Transactions | Launched
by
altcoin
on 14/03/2014, 01:43:46 UTC
WorldCoin needs more promotion, marketing and applications.
Post
Topic
Board Project Development
Re: Need help, building errors on mac osx 10.8
by
altcoin
on 08/03/2014, 19:46:02 UTC
After recompile leveled, I got the following erros, I can compile all the files, but so many linking errors:

Code:
make -f makefile.osx
/bin/sh ../share/genbuild.sh obj/build.h
fatal: Not a git repository (or any of the parent directories): .git
llvm-g++ -c -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DMAC_OSX -DMSG_NOSIGNAL=0 -DBOOST_SPIRIT_THREADSAFE -DUSE_UPNP=1 -DUSE_IPV6=1 -I/Users/cy/Desktop/CT2/src/leveldb/include -I/Users/cy/Desktop/CT2/src/leveldb/helpers -DHAVE_BUILD_INFO -I"/Users/cy/Desktop/CT2/src" -I"/Users/cy/Desktop/CT2/src/obj" -I"/usr/local/include" -I"/usr/local/opt/berkeley-db4/include" -I"/usr/local/opt/openssl/include" -MMD -MF obj/checkpoints.d -o obj/checkpoints.o checkpoints.cpp
llvm-g++ -c -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DMAC_OSX -DMSG_NOSIGNAL=0 -DBOOST_SPIRIT_THREADSAFE -DUSE_UPNP=1 -DUSE_IPV6=1 -I/Users/cy/Desktop/CT2/src/leveldb/include -I/Users/cy/Desktop/CT2/src/leveldb/helpers -DHAVE_BUILD_INFO -I"/Users/cy/Desktop/CT2/src" -I"/Users/cy/Desktop/CT2/src/obj" -I"/usr/local/include" -I"/usr/local/opt/berkeley-db4/include" -I"/usr/local/opt/openssl/include" -MMD -MF obj/init.d -o obj/init.o init.cpp
llvm-g++ -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DMAC_OSX -DMSG_NOSIGNAL=0 -DBOOST_SPIRIT_THREADSAFE -DUSE_UPNP=1 -DUSE_IPV6=1 -I/Users/cy/Desktop/CT2/src/leveldb/include -I/Users/cy/Desktop/CT2/src/leveldb/helpers -DHAVE_BUILD_INFO -I"/Users/cy/Desktop/CT2/src" -I"/Users/cy/Desktop/CT2/src/obj" -I"/usr/local/include" -I"/usr/local/opt/berkeley-db4/include" -I"/usr/local/opt/openssl/include" -o carbonemissiontradecoind -L"/usr/local/lib" -L"/usr/local/opt/berkeley-db4/lib" -L"/usr/local/opt/openssl/lib" leveldb/libleveldb.a obj/alert.o obj/version.o obj/checkpoints.o obj/netbase.o obj/addrman.o obj/crypter.o obj/key.o obj/db.o obj/init.o -dead_strip -ldb_cxx-4.8 -lboost_system-mt -lboost_filesystem-mt -lboost_program_options-mt -lboost_thread-mt -lboost_chrono-mt -lssl -lcrypto -lz -lminiupnpc /Users/cy/Desktop/CT2/src/leveldb/libleveldb.a /Users/cy/Desktop/CT2/src/leveldb/libmemenv.a
Undefined symbols for architecture x86_64:
  "vtable for CWallet", referenced from:
      CWallet::CWallet(std::basic_string, std::allocator >)in init.o
  NOTE: a missing vtable usually means the first non-inline virtual member function has no definition.
  "vtable for CBasicKeyStore", referenced from:
      CBasicKeyStore::~CBasicKeyStore()in init.o
      CBasicKeyStore::CBasicKeyStore()in init.o
  NOTE: a missing vtable usually means the first non-inline virtual member function has no definition.
  "GetOpName(opcodetype)", referenced from:
      CScript::ToString() constin init.o
  "GetNfactor(long long)", referenced from:
      CBlock::GetPoWHash() const in init.o
  "vtable for CKeyStore", referenced from:
      CKeyStore::~CKeyStore()in init.o
      CKeyStore::CKeyStore()in init.o
  NOTE: a missing vtable usually means the first non-inline virtual member function has no definition.
  "_fImporting", referenced from:
      CImportingNow::CImportingNow()in init.o
      CImportingNow::~CImportingNow()in init.o
  "noui_connect()", referenced from:
      _main in init.o
  "ReadConfigFile(std::map, std::allocator >, std::basic_string, std::allocator >, std::less, std::allocator > >, std::allocator, std::allocator > const, std::basic_string, std::allocator > > > >&, std::map, std::allocator >, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::less, std::allocator > >, std::allocator, std::allocator > const, std::vector, std::allocator >, std::allocator, std::allocator > > > > > >&)", referenced from:
      AppInit(int, char**)in init.o
  "_fCommandLine", referenced from:
      AppInit(int, char**)in init.o
  "CreatePidFile(boost::filesystem::path const&, int)", referenced from:
      AppInit(int, char**)in init.o
  "PrintExceptionContinue(std::exception*, char const*)", referenced from:
      AppInit(int, char**)in init.o
  "_nTransactionsUpdated", referenced from:
      Shutdown()    in init.o
  "ShutdownRPCMining()", referenced from:
      Shutdown()    in init.o
  "StopNode()", referenced from:
      Shutdown()    in init.o
  "_cs_main", referenced from:
      Shutdown()    in init.o
  "CCoinsViewCache::Flush()", referenced from:
      Shutdown()    in init.o
  "real_strprintf(std::basic_string, std::allocator > const&, int, ...)", referenced from:
      AppInit2(boost::thread_group&)      in init.o
  "RenameOver(boost::filesystem::path, boost::filesystem::path)", referenced from:
      ThreadImport(std::vector >)in init.o
  "CLevelDB::~CLevelDB()", referenced from:
      CBlockTreeDB::~CBlockTreeDB()in init.o
  "_nLocalServices", referenced from:
      AppInit2(boost::thread_group&)      in init.o
  "RenameThread(char const*)", referenced from:
      ThreadImport(std::vector >)in init.o
      Shutdown()    in init.o
  "_fPrintToDebugger", referenced from:
      AppInit2(boost::thread_group&)      in init.o
  "CTransaction::nMinTxFee", referenced from:
      AppInit2(boost::thread_group&)      in init.o
  "_nTransactionFee", referenced from:
      AppInit2(boost::thread_group&)      in init.o
  "GetPidFile()", referenced from:
      Shutdown()    in init.o
      AppInit(int, char**)in init.o
  "GetTime()", referenced from:
      AppInit2(boost::thread_group&)      in init.o
  "_fBenchmark", referenced from:
      AppInit2(boost::thread_group&)      in init.o
  "_nMinimumInputValue", referenced from:
      AppInit2(boost::thread_group&)      in init.o
  "VerifyDB(int, int)", referenced from:
      AppInit2(boost::thread_group&)      in init.o
  "UnloadBlockIndex()", referenced from:
      AppInit2(boost::thread_group&)      in init.o
  "_fDebug", referenced from:
      AppInit2(boost::thread_group&)      in init.o
  "_fLogTimestamps", referenced from:
      AppInit2(boost::thread_group&)      in init.o
  "vtable for CCryptoKeyStore", referenced from:
      CCryptoKeyStore::~CCryptoKeyStore()in init.o
      CCryptoKeyStore::CCryptoKeyStore()in init.o
  NOTE: a missing vtable usually means the first non-inline virtual member function has no definition.
  "GetDefaultDataDir()", referenced from:
      AppInit2(boost::thread_group&)      in init.o
  "FormatFullVersion()", referenced from:
      AppInit2(boost::thread_group&)      in init.o
      AppInit(int, char**)in init.o
  "_fPrintToConsole", referenced from:
      AppInit2(boost::thread_group&)      in init.o
  "_nMaxConnections", referenced from:
      AppInit2(boost::thread_group&)      in init.o
  "SoftSetBoolArg(std::basic_string, std::allocator > const&, bool)", referenced from:
      AppInit2(boost::thread_group&)      in init.o
  "_fDaemon", referenced from:
      AppInit2(boost::thread_group&)      in init.o
      AppInit(int, char**)in init.o
      _main in init.o
  "OpenBlockFile(CDiskBlockPos const&, bool)", referenced from:
      ThreadImport(std::vector >)in init.o
  "_nCoinCacheSize", referenced from:
      AppInit2(boost::thread_group&)      in init.o
  "_fBloomFilters", referenced from:
      AppInit2(boost::thread_group&)      in init.o
  "scrypt_N_1_1_256(char const*, char*, unsigned char)", referenced from:
      CBlock::GetPoWHash() const in init.o
  "ThreadScriptCheck()", referenced from:
      AppInit2(boost::thread_group&)      in init.o
  "_nScriptCheckThreads", referenced from:
      AppInit2(boost::thread_group&)      in init.o
  "CTransaction::nMinRelayTxFee", referenced from:
      AppInit2(boost::thread_group&)      in init.o
  "CWalletDB::Recover(CDBEnv&, std::basic_string, std::allocator >, bool)", referenced from:
      AppInit2(boost::thread_group&)      in init.o
  "SetLimited(Network, bool)", referenced from:
      AppInit2(boost::thread_group&)      in init.o
  "RaiseFileDescriptorLimit(int)", referenced from:
      AppInit2(boost::thread_group&)      in init.o
  "SetReachable(Network, bool)", referenced from:
      AppInit2(boost::thread_group&)      in init.o
  "CWallet::SetMinVersion(WalletFeature, CWalletDB*, bool)", referenced from:
      AppInit2(boost::thread_group&)      in init.o
  "CWalletDB::Recover(CDBEnv&, std::basic_string, std::allocator >)", referenced from:
      AppInit2(boost::thread_group&)      in init.o
  "_fNoListen", referenced from:
      AppInit2(boost::thread_group&)      in init.o
  "CWallet::ScanForWalletTransactions(CBlockIndex*, bool)", referenced from:
      AppInit2(boost::thread_group&)      in init.o
  "AddOneShot(std::basic_string, std::allocator >)", referenced from:
      AppInit2(boost::thread_group&)      in init.o
  "CCoinsViewDB::CCoinsViewDB(unsigned long, bool, bool)", referenced from:
      AppInit2(boost::thread_group&)      in init.o
  "InitBlockIndex()", referenced from:
      AppInit2(boost::thread_group&)      in init.o
      ThreadImport(std::vector >)in init.o
  "CWallet::SetMaxVersion(int)", referenced from:
      AppInit2(boost::thread_group&)      in init.o
  "_pcoinsTip", referenced from:
      AppInit2(boost::thread_group&)      in init.o
      Shutdown()    in init.o
  "UnregisterWallet(CWallet*)", referenced from:
      Shutdown()    in init.o
  "_pblocktree", referenced from:
      AppInit2(boost::thread_group&)      in init.o
      ThreadImport(std::vector >)in init.o
      Shutdown()    in init.o
  "CBlockTreeDB::WriteReindexing(bool)", referenced from:
      AppInit2(boost::thread_group&)      in init.o
      ThreadImport(std::vector >)in init.o
  "ShrinkDebugFile()", referenced from:
      AppInit2(boost::thread_group&)      in init.o
  "LoadBlockIndex()", referenced from:
      AppInit2(boost::thread_group&)      in init.o
  "CWallet::SetDefaultKey(CPubKey const&)", referenced from:
      AppInit2(boost::thread_group&)      in init.o
  "CBlock::ReadFromDisk(CBlockIndex const*)", referenced from:
      AppInit2(boost::thread_group&)      in init.o
  "_fServer", referenced from:
      AppInit2(boost::thread_group&)      in init.o
  "LoadExternalBlockFile(__sFILE*, CDiskBlockPos*)", referenced from:
      ThreadImport(std::vector >)in init.o
  "_fReindex", referenced from:
      AppInit2(boost::thread_group&)      in init.o
      ThreadImport(std::vector >)in init.o
  "RegisterWallet(CWallet*)", referenced from:
      AppInit2(boost::thread_group&)      in init.o
  "CWallet::ReacceptWalletTransactions()", referenced from:
      AppInit2(boost::thread_group&)      in init.o
  "CBlockTreeDB::CBlockTreeDB(unsigned long, bool, bool)", referenced from:
      AppInit2(boost::thread_group&)      in init.o
  "IsLimited(CNetAddr const&)", referenced from:
      Bind(CService const&, unsigned int)in init.o
  "PrintBlockTree()", referenced from:
      AppInit2(boost::thread_group&)      in init.o
  "StartRPCThreads()", referenced from:
      AppInit2(boost::thread_group&)      in init.o
  "_pindexBest", referenced from:
      AppInit2(boost::thread_group&)      in init.o
      Shutdown()    in init.o
      CBlockIndex::IsInMainChain() const  in init.o
  "CWallet::SetAddressBookName(boost::variant const&, std::basic_string, std::allocator > const&)", referenced from:
      AppInit2(boost::thread_group&)      in init.o
  "_pchMessageStart", referenced from:
      CAddrDB::Read(CAddrMan&)     in db.o
  "_pindexGenesisBlock", referenced from:
      AppInit2(boost::thread_group&)      in init.o
      CBlockLocator::GetBlockIndex()       in init.o
  "CWallet::SetBestChain(CBlockLocator const&)", referenced from:
      AppInit2(boost::thread_group&)      in init.o
      Shutdown()    in init.o
  "_mapArgs", referenced from:
      AppInit2(boost::thread_group&)      in init.o
      AppInit(int, char**)in init.o
  "StartNode(boost::thread_group&)", referenced from:
      AppInit2(boost::thread_group&)      in init.o
  "_mapMultiArgs", referenced from:
      AppInit2(boost::thread_group&)      in init.o
      AppInit(int, char**)in init.o
  "GetBoolArg(std::basic_string, std::allocator > const&, bool)", referenced from:
      CDBEnv::Open(boost::filesystem::path const&) in db.o
      AppInit2(boost::thread_group&)      in init.o
      AppInit(int, char**)in init.o
  "OutputDebugStringF(char const*, ...)", referenced from:
      CDBEnv::Open(boost::filesystem::path const&) in db.o
      CDBEnv::EnvShutdown()      in db.o
      CDBEnv::Flush(bool) in db.o
      AppInit2(boost::thread_group&)      in init.o
      ThreadImport(std::vector >)in init.o
      Shutdown()    in init.o
      CTransaction::print() const in init.o
      ...
  "_addrman", referenced from:
      AppInit2(boost::thread_group&)      in init.o
  "CheckDiskSpace(unsigned long long)", referenced from:
      AppInit2(boost::thread_group&)      in init.o
  "IsLimited(Network)", referenced from:
      AppInit2(boost::thread_group&)      in init.o
  "_mapBlockIndex", referenced from:
      AppInit2(boost::thread_group&)      in init.o
      CBlockLocator::GetBlockIndex()       in init.o
  "CAddress::CAddress()", referenced from:
      CAddrInfo::CAddrInfo()in addrman.o
  "CommandLineRPC(int, char**)", referenced from:
      AppInit(int, char**)in init.o
  "StopRPCThreads()", referenced from:
      Shutdown()    in init.o
  "LockedPageManager::instance", referenced from:
      secure_allocator::deallocate(unsigned char*, unsigned long)in key.o
      void UnlockObject(unsigned char const (&) [32])in init.o
  "ConnectBestBlock(CValidationState&)", referenced from:
      AppInit2(boost::thread_group&)      in init.o
  "GetDataDir(bool)", referenced from:
      CAddrDB::CAddrDB()in db.o
      CDB::CDB(char const*, char const*)in db.o
      AppInit2(boost::thread_group&)      in init.o
      ThreadImport(std::vector >)in init.o
      AppInit(int, char**)in init.o
  "_fDebugNet", referenced from:
      AppInit2(boost::thread_group&)      in init.o
  "RandAddSeedPerfmon()", referenced from:
      AppInit2(boost::thread_group&)      in init.o
  "ThreadFlushWalletDB(std::basic_string, std::allocator > const&)", referenced from:
      AppInit2(boost::thread_group&)      in init.o
  "BindListenPort(CService const&, std::basic_string, std::allocator >&)", referenced from:
      Bind(CService const&, unsigned int)in init.o
  "_nBestHeight", referenced from:
      AppInit2(boost::thread_group&)      in init.o
  "_fReopenDebugLog", referenced from:
      HandleSIGHUP(int)  in init.o
  "GetListenPort()", referenced from:
      AppInit2(boost::thread_group&)      in init.o
  "GenerateCarbonemissiontradecoins(bool, CWallet*)", referenced from:
      AppInit2(boost::thread_group&)      in init.o
      Shutdown()    in init.o
  "InitRPCMining()", referenced from:
      AppInit2(boost::thread_group&)      in init.o
  "CWallet::GetKeyFromPool(CPubKey&, bool)", referenced from:
      AppInit2(boost::thread_group&)      in init.o
  "_COINBASE_FLAGS", referenced from:
      AppInit2(boost::thread_group&)      in init.o
  "AddLocal(CService const&, int)", referenced from:
      AppInit2(boost::thread_group&)      in init.o
  "GetArg(std::basic_string, std::allocator > const&, long long)", referenced from:
      CDB::Flush()     in db.o
      AppInit2(boost::thread_group&)      in init.o
  "ParseMoney(std::basic_string, std::allocator > const&, long long&)", referenced from:
      AppInit2(boost::thread_group&)      in init.o
  "ParseParameters(int, char const* const*)", referenced from:
      AppInit(int, char**)in init.o
  "CWallet::LoadWallet(bool&)", referenced from:
      AppInit2(boost::thread_group&)      in init.o
  "CCoinsViewCache::CCoinsViewCache(CCoinsView&, bool)", referenced from:
      AppInit2(boost::thread_group&)      in init.o
  "_fTestNet", referenced from:
      AppInit2(boost::thread_group&)      in init.o
  "CAddress::Init()", referenced from:
      void CAddress::Unserialize(CDataStream&, int, int)in db.o
  "GetFilesize(__sFILE*)", referenced from:
      CAddrDB::Read(CAddrMan&)     in db.o
  "_fDiscover", referenced from:
      AppInit2(boost::thread_group&)      in init.o
  "DecodeBase32(char const*, bool*)", referenced from:
      CNetAddr::SetSpecial(std::basic_string, std::allocator > const&)in netbase.o
  "_fTxIndex", referenced from:
      AppInit2(boost::thread_group&)      in init.o
  "error(char const*, ...)", referenced from:
      CAddrDB::Read(CAddrMan&)     in db.o
      CDBEnv::Open(boost::filesystem::path const&) in db.o
  "real_strprintf(char const*, int, ...)", referenced from:
      CDB::CDB(char const*, char const*)in db.o
      AppInit2(boost::thread_group&)      in init.o
      COutPoint::ToString() constin init.o
      ValueString(std::vector > const&)in init.o
      CTxIn::ToString() constin init.o
      CTxOut::ToString() constin init.o
      CTransaction::ToString() const in init.o
      ...
  "_hashGenesisBlock", referenced from:
      __static_initialization_and_destruction_0(int, int)in checkpoints.o
      CBlockLocator::Set(CBlockIndex const*)  in init.o
ld: symbol(s) not found for architecture x86_64
collect2: ld returned 1 exit status

Need your help.
Post
Topic
Board Project Development
Re: Need help, building errors on mac osx 10.8
by
altcoin
on 08/03/2014, 19:32:17 UTC
It's really strange, I can build litecoind on the same machine, but not vert coin, I don't know why, I already patched the makefile.osx file, the same as litecoin.
Post
Topic
Board Project Development
Topic OP
Need help, building errors on mac osx 10.8
by
altcoin
on 08/03/2014, 19:30:56 UTC
Need help on building altcoin on mac os x, I can build litecoin on mac os x,
my version is mac osx 10.8, litecoin 0.8.6.3, but I can't build vert coin on mac os x,
following is the build errors:

Code:
> cytekiMac:src smith$ make -f makefile-ct.osx
/bin/sh ../share/genbuild.sh obj/build.h
fatal: Not a git repository (or any of the parent directories): .git

llvm-g++ -c -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DMAC_OSX -DMSG_NOSIGNAL=0 -DBOOST_SPIRIT_THREADSAFE -DUSE_UPNP=1 -DUSE_IPV6=1 -I/Users/cy/Desktop/CT/src/leveldb/include -I/Users/cy/Desktop/CT/src/leveldb/helpers -DHAVE_BUILD_INFO -I"/Users/cy/Desktop/CT/src" -I"/Users/cy/Desktop/CT/src/obj" -I"/usr/local/include" -I"/usr/local/opt/berkeley-db4/include" -I"/usr/local/opt/openssl/include" -MMD -MF obj/checkpoints.d -o obj/checkpoints.o checkpoints.cpp

llvm-g++ -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DMAC_OSX -DMSG_NOSIGNAL=0 -DBOOST_SPIRIT_THREADSAFE -DUSE_UPNP=1 -DUSE_IPV6=1 -I/Users/cy/Desktop/CT/src/leveldb/include -I/Users/cy/Desktop/CT/src/leveldb/helpers -DHAVE_BUILD_INFO -I"/Users/cy/Desktop/CT/src" -I"/Users/cy/Desktop/CT/src/obj" -I"/usr/local/include" -I"/usr/local/opt/berkeley-db4/include" -I"/usr/local/opt/openssl/include" -o carbonemissiontradecoind -L"/usr/local/lib" -L"/usr/local/opt/berkeley-db4/lib" -L"/usr/local/opt/openssl/lib" leveldb/libleveldb.a obj/alert.o obj/version.o obj/checkpoints.o obj/netbase.o obj/addrman.o obj/crypter.o obj/key.o obj/db.o obj/init.o -dead_strip -ldb_cxx-4.8 -lboost_system-mt -lboost_filesystem-mt -lboost_program_options-mt -lboost_thread-mt -lboost_chrono-mt -lssl -lcrypto -lz -lminiupnpc /Users/cy/Desktop/CT/src/leveldb/libleveldb.a /Users/cy/Desktop/CT/src/leveldb/libmemenv.a
ld: warning: ignoring file /Users/cy/Desktop/CT/src/leveldb/libmemenv.a, file was built for archive which is not the architecture being linked (x86_64): /Users/cy/Desktop/CT/src/leveldb/libmemenv.a

Undefined symbols for architecture x86_64:
  "vtable for CWallet", referenced from:
      CWallet::CWallet(std::basic_string, std::allocator >)in init.o
  NOTE: a missing vtable usually means the first non-inline virtual member function has no definition.
  "vtable for CBasicKeyStore", referenced from:
      CBasicKeyStore::~CBasicKeyStore()in init.o
      CBasicKeyStore::CBasicKeyStore()in init.o
  NOTE: a missing vtable usually means the first non-inline virtual member function has no definition.
  "GetOpName(opcodetype)", referenced from:
      CScript::ToString() constin init.o
  "GetNfactor(long long)", referenced from:
      CBlock::GetPoWHash() const in init.o
  "vtable for CKeyStore", referenced from:
      CKeyStore::~CKeyStore()in init.o
      CKeyStore::CKeyStore()in init.o
  NOTE: a missing vtable usually means the first non-inline virtual member function has no definition.
  "_fImporting", referenced from:
      CImportingNow::CImportingNow()in init.o
      CImportingNow::~CImportingNow()in init.o
  "noui_connect()", referenced from:
      _main in init.o
  "ReadConfigFile(std::map, std::allocator >, std::basic_string, std::allocator >, std::less, std::allocator > >, std::allocator, std::allocator > const, std::basic_string, std::allocator > > > >&, std::map, std::allocator >, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::less, std::allocator > >, std::allocator, std::allocator > const, std::vector, std::allocator >, std::allocator, std::allocator > > > > > >&)", referenced from:
      AppInit(int, char**)in init.o
  "_fCommandLine", referenced from:
      AppInit(int, char**)in init.o
  "CreatePidFile(boost::filesystem::path const&, int)", referenced from:
      AppInit(int, char**)in init.o
  "PrintExceptionContinue(std::exception*, char const*)", referenced from:
      AppInit(int, char**)in init.o
  "_nTransactionsUpdated", referenced from:
      Shutdown()    in init.o
  "ShutdownRPCMining()", referenced from:
      Shutdown()    in init.o
  "StopNode()", referenced from:
      Shutdown()    in init.o
  "_cs_main", referenced from:
      Shutdown()    in init.o
  "CCoinsViewCache::Flush()", referenced from:
      Shutdown()    in init.o
  "real_strprintf(std::basic_string, std::allocator > const&, int, ...)", referenced from:
      AppInit2(boost::thread_group&)      in init.o
  "RenameOver(boost::filesystem::path, boost::filesystem::path)", referenced from:
      ThreadImport(std::vector >)in init.o
  "CLevelDB::~CLevelDB()", referenced from:
      CBlockTreeDB::~CBlockTreeDB()in init.o
  "_nLocalServices", referenced from:
      AppInit2(boost::thread_group&)      in init.o
  "RenameThread(char const*)", referenced from:
      ThreadImport(std::vector >)in init.o
      Shutdown()    in init.o
  "_fPrintToDebugger", referenced from:
      AppInit2(boost::thread_group&)      in init.o
  "CTransaction::nMinTxFee", referenced from:
      AppInit2(boost::thread_group&)      in init.o
  "_nTransactionFee", referenced from:
      AppInit2(boost::thread_group&)      in init.o
  "GetPidFile()", referenced from:
      Shutdown()    in init.o
      AppInit(int, char**)in init.o
  "GetTime()", referenced from:
      AppInit2(boost::thread_group&)      in init.o
  "_fBenchmark", referenced from:
      AppInit2(boost::thread_group&)      in init.o
  "_nMinimumInputValue", referenced from:
      AppInit2(boost::thread_group&)      in init.o
  "VerifyDB(int, int)", referenced from:
      AppInit2(boost::thread_group&)      in init.o
  "UnloadBlockIndex()", referenced from:
      AppInit2(boost::thread_group&)      in init.o
  "_fDebug", referenced from:
      AppInit2(boost::thread_group&)      in init.o
  "_fLogTimestamps", referenced from:
      AppInit2(boost::thread_group&)      in init.o
  "vtable for CCryptoKeyStore", referenced from:
      CCryptoKeyStore::~CCryptoKeyStore()in init.o
      CCryptoKeyStore::CCryptoKeyStore()in init.o
  NOTE: a missing vtable usually means the first non-inline virtual member function has no definition.
  "GetDefaultDataDir()", referenced from:
      AppInit2(boost::thread_group&)      in init.o
  "FormatFullVersion()", referenced from:
      AppInit2(boost::thread_group&)      in init.o
      AppInit(int, char**)in init.o
  "_fPrintToConsole", referenced from:
      AppInit2(boost::thread_group&)      in init.o
  "_nMaxConnections", referenced from:
      AppInit2(boost::thread_group&)      in init.o
  "SoftSetBoolArg(std::basic_string, std::allocator > const&, bool)", referenced from:
      AppInit2(boost::thread_group&)      in init.o
  "_fDaemon", referenced from:
      AppInit2(boost::thread_group&)      in init.o
      AppInit(int, char**)in init.o
      _main in init.o
  "OpenBlockFile(CDiskBlockPos const&, bool)", referenced from:
      ThreadImport(std::vector >)in init.o
  "_nCoinCacheSize", referenced from:
      AppInit2(boost::thread_group&)      in init.o
  "_fBloomFilters", referenced from:
      AppInit2(boost::thread_group&)      in init.o
  "scrypt_N_1_1_256(char const*, char*, unsigned char)", referenced from:
      CBlock::GetPoWHash() const in init.o
  "ThreadScriptCheck()", referenced from:
      AppInit2(boost::thread_group&)      in init.o
  "_nScriptCheckThreads", referenced from:
      AppInit2(boost::thread_group&)      in init.o
  "CTransaction::nMinRelayTxFee", referenced from:
      AppInit2(boost::thread_group&)      in init.o
  "CWalletDB::Recover(CDBEnv&, std::basic_string, std::allocator >, bool)", referenced from:
      AppInit2(boost::thread_group&)      in init.o
  "SetLimited(Network, bool)", referenced from:
      AppInit2(boost::thread_group&)      in init.o
  "RaiseFileDescriptorLimit(int)", referenced from:
      AppInit2(boost::thread_group&)      in init.o
  "SetReachable(Network, bool)", referenced from:
      AppInit2(boost::thread_group&)      in init.o
  "CWallet::SetMinVersion(WalletFeature, CWalletDB*, bool)", referenced from:
      AppInit2(boost::thread_group&)      in init.o
  "CWalletDB::Recover(CDBEnv&, std::basic_string, std::allocator >)", referenced from:
      AppInit2(boost::thread_group&)      in init.o
  "_fNoListen", referenced from:
      AppInit2(boost::thread_group&)      in init.o
  "CWallet::ScanForWalletTransactions(CBlockIndex*, bool)", referenced from:
      AppInit2(boost::thread_group&)      in init.o
  "AddOneShot(std::basic_string, std::allocator >)", referenced from:
      AppInit2(boost::thread_group&)      in init.o
  "CCoinsViewDB::CCoinsViewDB(unsigned long, bool, bool)", referenced from:
      AppInit2(boost::thread_group&)      in init.o
  "InitBlockIndex()", referenced from:
      AppInit2(boost::thread_group&)      in init.o
      ThreadImport(std::vector >)in init.o
  "CWallet::SetMaxVersion(int)", referenced from:
      AppInit2(boost::thread_group&)      in init.o
  "_pcoinsTip", referenced from:
      AppInit2(boost::thread_group&)      in init.o
      Shutdown()    in init.o
  "UnregisterWallet(CWallet*)", referenced from:
      Shutdown()    in init.o
  "_pblocktree", referenced from:
      AppInit2(boost::thread_group&)      in init.o
      ThreadImport(std::vector >)in init.o
      Shutdown()    in init.o
  "CBlockTreeDB::WriteReindexing(bool)", referenced from:
      AppInit2(boost::thread_group&)      in init.o
      ThreadImport(std::vector >)in init.o
  "ShrinkDebugFile()", referenced from:
      AppInit2(boost::thread_group&)      in init.o
  "LoadBlockIndex()", referenced from:
      AppInit2(boost::thread_group&)      in init.o
  "CWallet::SetDefaultKey(CPubKey const&)", referenced from:
      AppInit2(boost::thread_group&)      in init.o
  "CBlock::ReadFromDisk(CBlockIndex const*)", referenced from:
      AppInit2(boost::thread_group&)      in init.o
  "_fServer", referenced from:
      AppInit2(boost::thread_group&)      in init.o
  "LoadExternalBlockFile(__sFILE*, CDiskBlockPos*)", referenced from:
      ThreadImport(std::vector >)in init.o
  "_fReindex", referenced from:
      AppInit2(boost::thread_group&)      in init.o
      ThreadImport(std::vector >)in init.o
  "RegisterWallet(CWallet*)", referenced from:
      AppInit2(boost::thread_group&)      in init.o
  "CWallet::ReacceptWalletTransactions()", referenced from:
      AppInit2(boost::thread_group&)      in init.o
  "CBlockTreeDB::CBlockTreeDB(unsigned long, bool, bool)", referenced from:
      AppInit2(boost::thread_group&)      in init.o
  "IsLimited(CNetAddr const&)", referenced from:
      Bind(CService const&, unsigned int)in init.o
  "PrintBlockTree()", referenced from:
      AppInit2(boost::thread_group&)      in init.o
  "StartRPCThreads()", referenced from:
      AppInit2(boost::thread_group&)      in init.o
  "_pindexBest", referenced from:
      AppInit2(boost::thread_group&)      in init.o
      Shutdown()    in init.o
      CBlockIndex::IsInMainChain() const  in init.o
  "CWallet::SetAddressBookName(boost::variant const&, std::basic_string, std::allocator > const&)", referenced from:
      AppInit2(boost::thread_group&)      in init.o
  "_pchMessageStart", referenced from:
      CAddrDB::Read(CAddrMan&)     in db.o
  "_pindexGenesisBlock", referenced from:
      AppInit2(boost::thread_group&)      in init.o
      CBlockLocator::GetBlockIndex()       in init.o
  "CWallet::SetBestChain(CBlockLocator const&)", referenced from:
      AppInit2(boost::thread_group&)      in init.o
      Shutdown()    in init.o
  "_mapArgs", referenced from:
      AppInit2(boost::thread_group&)      in init.o
      AppInit(int, char**)in init.o
  "StartNode(boost::thread_group&)", referenced from:
      AppInit2(boost::thread_group&)      in init.o
  "_mapMultiArgs", referenced from:
      AppInit2(boost::thread_group&)      in init.o
      AppInit(int, char**)in init.o
  "GetBoolArg(std::basic_string, std::allocator > const&, bool)", referenced from:
      CDBEnv::Open(boost::filesystem::path const&) in db.o
      AppInit2(boost::thread_group&)      in init.o
      AppInit(int, char**)in init.o
  "OutputDebugStringF(char const*, ...)", referenced from:
      CDBEnv::Open(boost::filesystem::path const&) in db.o
      CDBEnv::EnvShutdown()      in db.o
      CDBEnv::Flush(bool) in db.o
      AppInit2(boost::thread_group&)      in init.o
      ThreadImport(std::vector >)in init.o
      Shutdown()    in init.o
      CTransaction::print() const in init.o
      ...
  "_addrman", referenced from:
      AppInit2(boost::thread_group&)      in init.o
  "CheckDiskSpace(unsigned long long)", referenced from:
      AppInit2(boost::thread_group&)      in init.o
  "IsLimited(Network)", referenced from:
      AppInit2(boost::thread_group&)      in init.o
  "_mapBlockIndex", referenced from:
      AppInit2(boost::thread_group&)      in init.o
      CBlockLocator::GetBlockIndex()       in init.o
  "CAddress::CAddress()", referenced from:
      CAddrInfo::CAddrInfo()in addrman.o
  "CommandLineRPC(int, char**)", referenced from:
      AppInit(int, char**)in init.o
  "StopRPCThreads()", referenced from:
      Shutdown()    in init.o
  "LockedPageManager::instance", referenced from:
      secure_allocator::deallocate(unsigned char*, unsigned long)in key.o
      void UnlockObject(unsigned char const (&) [32])in init.o
  "ConnectBestBlock(CValidationState&)", referenced from:
      AppInit2(boost::thread_group&)      in init.o
  "GetDataDir(bool)", referenced from:
      CAddrDB::CAddrDB()in db.o
      CDB::CDB(char const*, char const*)in db.o
      AppInit2(boost::thread_group&)      in init.o
      ThreadImport(std::vector >)in init.o
      AppInit(int, char**)in init.o
  "_fDebugNet", referenced from:
      AppInit2(boost::thread_group&)      in init.o
  "RandAddSeedPerfmon()", referenced from:
      AppInit2(boost::thread_group&)      in init.o
  "ThreadFlushWalletDB(std::basic_string, std::allocator > const&)", referenced from:
      AppInit2(boost::thread_group&)      in init.o
  "BindListenPort(CService const&, std::basic_string, std::allocator >&)", referenced from:
      Bind(CService const&, unsigned int)in init.o
  "_nBestHeight", referenced from:
      AppInit2(boost::thread_group&)      in init.o
  "_fReopenDebugLog", referenced from:
      HandleSIGHUP(int)  in init.o
  "GetListenPort()", referenced from:
      AppInit2(boost::thread_group&)      in init.o
  "GenerateCarbonemissiontradecoins(bool, CWallet*)", referenced from:
      AppInit2(boost::thread_group&)      in init.o
      Shutdown()    in init.o
  "InitRPCMining()", referenced from:
      AppInit2(boost::thread_group&)      in init.o
  "CWallet::GetKeyFromPool(CPubKey&, bool)", referenced from:
      AppInit2(boost::thread_group&)      in init.o
  "_COINBASE_FLAGS", referenced from:
      AppInit2(boost::thread_group&)      in init.o
  "AddLocal(CService const&, int)", referenced from:
      AppInit2(boost::thread_group&)      in init.o
  "GetArg(std::basic_string, std::allocator > const&, long long)", referenced from:
      CDB::Flush()     in db.o
      AppInit2(boost::thread_group&)      in init.o
  "ParseMoney(std::basic_string, std::allocator > const&, long long&)", referenced from:
      AppInit2(boost::thread_group&)      in init.o
  "ParseParameters(int, char const* const*)", referenced from:
      AppInit(int, char**)in init.o
  "CWallet::LoadWallet(bool&)", referenced from:
      AppInit2(boost::thread_group&)      in init.o
  "CCoinsViewCache::CCoinsViewCache(CCoinsView&, bool)", referenced from:
      AppInit2(boost::thread_group&)      in init.o
  "_fTestNet", referenced from:
      AppInit2(boost::thread_group&)      in init.o
  "CAddress::Init()", referenced from:
      void CAddress::Unserialize(CDataStream&, int, int)in db.o
  "GetFilesize(__sFILE*)", referenced from:
      CAddrDB::Read(CAddrMan&)     in db.o
  "_fDiscover", referenced from:
      AppInit2(boost::thread_group&)      in init.o
  "DecodeBase32(char const*, bool*)", referenced from:
      CNetAddr::SetSpecial(std::basic_string, std::allocator > const&)in netbase.o
  "_fTxIndex", referenced from:
      AppInit2(boost::thread_group&)      in init.o
  "error(char const*, ...)", referenced from:
      CAddrDB::Read(CAddrMan&)     in db.o
      CDBEnv::Open(boost::filesystem::path const&) in db.o
  "real_strprintf(char const*, int, ...)", referenced from:
      CDB::CDB(char const*, char const*)in db.o
      AppInit2(boost::thread_group&)      in init.o
      COutPoint::ToString() constin init.o
      ValueString(std::vector > const&)in init.o
      CTxIn::ToString() constin init.o
      CTxOut::ToString() constin init.o
      CTransaction::ToString() const in init.o
      ...
  "_hashGenesisBlock", referenced from:
      __static_initialization_and_destruction_0(int, int)in checkpoints.o
      CBlockLocator::Set(CBlockIndex const*)  in init.o
ld: symbol(s) not found for architecture x86_64
collect2: ld returned 1 exit status
make: *** [vertcoind] Error 1


Can anyone help me to solve this?
Post
Topic
Board Project Development
Re: [ANNOUNCE] Abe 0.7: Open Source Block Explorer Knockoff
by
altcoin
on 01/03/2014, 03:56:40 UTC
While running:
Code:
sudo python -m Abe.abe --config arc.conf --commit-bytes 100000 --no-serve
I got the following errors, every block has been skipped, can some one help me?


Code:
ddl_implicit_commit=true
create_table_epilogue=''
Abe/DataStore.py:459: Warning: Converting column 'a' from VARCHAR to TEXT
  store.cursor.execute(stmt)
Abe/DataStore.py:459: Warning: Converting column 'b' from VARCHAR to TEXT
  store.cursor.execute(stmt)
max_varchar=4294967295
clob_type=LONGTEXT
binary_type=hex
int_type=int
Created silly table abe_dual
sequence_type=mysql
limit_style=native
1389784906
block_tx 1 1
Skipped 1 bytes at block end
1389816604
block_tx 2 2
Skipped 72 bytes at block end
1389816625
block_tx 3 3
Skipped 73 bytes at block end
1389816648
block_tx 4 4
Skipped 72 bytes at block end
1389816671
block_tx 5 5
Skipped 71 bytes at block end
1389816681
block_tx 6 6
Skipped 72 bytes at block end
1389816682
block_tx 7 7
Skipped 71 bytes at block end
1389816697
block_tx 8 8
Skipped 73 bytes at block end
1389816710
block_tx 9 9
Skipped 71 bytes at block end
1389816731
block_tx 10 10
Skipped 73 bytes at block end
1389816740
block_tx 11 11
Skipped 71 bytes at block end
1389816749
block_tx 12 12
Skipped 73 bytes at block end
1389816752
block_tx 13 13
Skipped 72 bytes at block end
1389816758
block_tx 14 14
Skipped 72 bytes at block end
1389816763
block_tx 15 15
Skipped 72 bytes at block end
1389816789
block_tx 16 16
Skipped 72 bytes at block end
1389816793
block_tx 17 17
Skipped 72 bytes at block end
1389816797
block_tx 18 18
Skipped 72 bytes at block end
1389816843
block_tx 19 19
Skipped 73 bytes at block end
1389816847
block_tx 20 20
Skipped 72 bytes at block end
1389816852
block_tx 21 21
Skipped 73 bytes at block end
1389816852
block_tx 22 22
Skipped 72 bytes at block end
1389816859
block_tx 23 23
Skipped 71 bytes at block end
1389816864
block_tx 24 24
Skipped 71 bytes at block end
1389816863
block_tx 25 25
Skipped 72 bytes at block end
1389816863
block_tx 26 26
Skipped 71 bytes at block end
1389816875
block_tx 27 27
Skipped 72 bytes at block end
1389816889
block_tx 28 28
Skipped 73 bytes at block end
1389816893
block_tx 29 29
Skipped 72 bytes at block end
1389816903
block_tx 30 30
Skipped 71 bytes at block end
1389816914
block_tx 31 31
Skipped 73 bytes at block end
1389816918
block_tx 32 32
Skipped 72 bytes at block end
1389816937
block_tx 33 33
Skipped 71 bytes at block end
1389816939
block_tx 34 34
Skipped 73 bytes at block end
1389816942
block_tx 35 35
Skipped 72 bytes at block end
1389816945
block_tx 36 36
Skipped 71 bytes at block end
1389816952
block_tx 37 37
Skipped 72 bytes at block end
1389816969
block_tx 38 38
Skipped 73 bytes at block end
1389816979
block_tx 39 39
Skipped 72 bytes at block end
1389816982
block_tx 40 40
Skipped 71 bytes at block end
1389816986
block_tx 41 41
Skipped 72 bytes at block end
1389817005
block_tx 42 42
Skipped 73 bytes at block end
1389817005
block_tx 43 43
Skipped 72 bytes at block end
1389817025
block_tx 44 44
Skipped 72 bytes at block end
1389817036
block_tx 45 45
Skipped 73 bytes at block end
1389817038
block_tx 46 46
Skipped 73 bytes at block end
1389817044
block_tx 47 47
Skipped 72 bytes at block end
1389817049
block_tx 48 48
Skipped 73 bytes at block end
1389817051
block_tx 49 49
Skipped 71 bytes at block end
1389817060
block_tx 50 50
Skipped 71 bytes at block end
1389817064
block_tx 51 51
Skipped 72 bytes at block end
1389817067
block_tx 52 52
Skipped 73 bytes at block end
1389817090
block_tx 53 53
Skipped 72 bytes at block end
1389817120
block_tx 54 54
Skipped 72 bytes at block end
1389817122
block_tx 55 55
Skipped 73 bytes at block end
1389817137
block_tx 56 56
Skipped 72 bytes at block end
1389817147
block_tx 57 57
Skipped 72 bytes at block end
1389817153
block_tx 58 58
Skipped 72 bytes at block end
1389817157
block_tx 59 59
Skipped 71 bytes at block end
1389817166
block_tx 60 60
Skipped 73 bytes at block end
1389817178
block_tx 61 61
Skipped 73 bytes at block end
1389817182
block_tx 62 62
Skipped 72 bytes at block end
1389817186
block_tx 63 63
Skipped 71 bytes at block end
1389817196
block_tx 64 64
Skipped 73 bytes at block end
1389817203
block_tx 65 65
Skipped 72 bytes at block end
1389817196
block_tx 66 66
Skipped 73 bytes at block end
1389817218
block_tx 67 67
Skipped 71 bytes at block end
1389817217
block_tx 68 68
Skipped 72 bytes at block end
1389817226
block_tx 69 69
Skipped 73 bytes at block end
1389817237
block_tx 70 70
Skipped 71 bytes at block end
1389817248
block_tx 71 71
Skipped 73 bytes at block end
1389817262
block_tx 72 72
Skipped 72 bytes at block end
1389817262
block_tx 73 73
Skipped 71 bytes at block end
1389817288
block_tx 74 74
Skipped 71 bytes at block end
1389817288
block_tx 75 75
Skipped 72 bytes at block end
1389817294
block_tx 76 76
Skipped 71 bytes at block end
1389817305
block_tx 77 77
Skipped 73 bytes at block end
1389817307
block_tx 78 78
Skipped 72 bytes at block end
1389817310
block_tx 79 79
Skipped 73 bytes at block end
1389817314
block_tx 80 80
Skipped 71 bytes at block end
1389817317
block_tx 81 81
Skipped 71 bytes at block end
1389817336
block_tx 82 82
Skipped 73 bytes at block end
1389817352
block_tx 83 83
Skipped 72 bytes at block end
1389817367
block_tx 84 84
Skipped 72 bytes at block end
1389817381
block_tx 85 85
Skipped 72 bytes at block end
1389817384
block_tx 86 86
Skipped 72 bytes at block end
1389817399
block_tx 87 87
Skipped 73 bytes at block end
1389817401
block_tx 88 88
Skipped 73 bytes at block end
1389817423
block_tx 89 89
Skipped 73 bytes at block end
1389817428
block_tx 90 90
Skipped 72 bytes at block end
1389817433
block_tx 91 91
Skipped 71 bytes at block end
1389817441
block_tx 92 92
Skipped 72 bytes at block end
1389817463
block_tx 93 93
Skipped 73 bytes at block end
1389817465
block_tx 94 94
Skipped 72 bytes at block end
1389817465
block_tx 95 95
Skipped 72 bytes at block end
1389817469
block_tx 96 96
Skipped 72 bytes at block end
1389817466
block_tx 97 97
Skipped 72 bytes at block end
1389817478
block_tx 98 98
Skipped 71 bytes at block end
1389817493
block_tx 99 99
Skipped 73 bytes at block end
1389817505
block_tx 100 100
Skipped 72 bytes at block end
1389817513
block_tx 101 101
Skipped 72 bytes at block end
1389817536
block_tx 102 102
Skipped 71 bytes at block end
1389817531
block_tx 103 103
Skipped 71 bytes at block end
1389817547
block_tx 104 104
Skipped 73 bytes at block end
1389817568
block_tx 105 105
Skipped 71 bytes at block end
1389817583
block_tx 106 106
Skipped 72 bytes at block end
1389817597

PS: this is for yacoin.
Post
Topic
Board Project Development
Re: [ANNOUNCE] Abe 0.7: Open Source Block Explorer Knockoff
by
altcoin
on 01/03/2014, 03:19:32 UTC
While running:
Code:
sudo python -m Abe.abe --config arc.conf --commit-bytes 100000 --no-serve
I got the following errors, every block has been skipped, can some one help me?


Code:
ddl_implicit_commit=true
create_table_epilogue=''
Abe/DataStore.py:459: Warning: Converting column 'a' from VARCHAR to TEXT
  store.cursor.execute(stmt)
Abe/DataStore.py:459: Warning: Converting column 'b' from VARCHAR to TEXT
  store.cursor.execute(stmt)
max_varchar=4294967295
clob_type=LONGTEXT
binary_type=hex
int_type=int
Created silly table abe_dual
sequence_type=mysql
limit_style=native
1389784906
block_tx 1 1
Skipped 1 bytes at block end
1389816604
block_tx 2 2
Skipped 72 bytes at block end
1389816625
block_tx 3 3
Skipped 73 bytes at block end
1389816648
block_tx 4 4
Skipped 72 bytes at block end
1389816671
block_tx 5 5
Skipped 71 bytes at block end
1389816681
block_tx 6 6
Skipped 72 bytes at block end
1389816682
block_tx 7 7
Skipped 71 bytes at block end
1389816697
block_tx 8 8
Skipped 73 bytes at block end
1389816710
block_tx 9 9
Skipped 71 bytes at block end
1389816731
block_tx 10 10
Skipped 73 bytes at block end
1389816740
block_tx 11 11
Skipped 71 bytes at block end
1389816749
block_tx 12 12
Skipped 73 bytes at block end
1389816752
block_tx 13 13
Skipped 72 bytes at block end
1389816758
block_tx 14 14
Skipped 72 bytes at block end
1389816763
block_tx 15 15
Skipped 72 bytes at block end
1389816789
block_tx 16 16
Skipped 72 bytes at block end
1389816793
block_tx 17 17
Skipped 72 bytes at block end
1389816797
block_tx 18 18
Skipped 72 bytes at block end
1389816843
block_tx 19 19
Skipped 73 bytes at block end
1389816847
block_tx 20 20
Skipped 72 bytes at block end
1389816852
block_tx 21 21
Skipped 73 bytes at block end
1389816852
block_tx 22 22
Skipped 72 bytes at block end
1389816859
block_tx 23 23
Skipped 71 bytes at block end
1389816864
block_tx 24 24
Skipped 71 bytes at block end
1389816863
block_tx 25 25
Skipped 72 bytes at block end
1389816863
block_tx 26 26
Skipped 71 bytes at block end
1389816875
block_tx 27 27
Skipped 72 bytes at block end
1389816889
block_tx 28 28
Skipped 73 bytes at block end
1389816893
block_tx 29 29
Skipped 72 bytes at block end
1389816903
block_tx 30 30
Skipped 71 bytes at block end
1389816914
block_tx 31 31
Skipped 73 bytes at block end
1389816918
block_tx 32 32
Skipped 72 bytes at block end
1389816937
block_tx 33 33
Skipped 71 bytes at block end
1389816939
block_tx 34 34
Skipped 73 bytes at block end
1389816942
block_tx 35 35
Skipped 72 bytes at block end
1389816945
block_tx 36 36
Skipped 71 bytes at block end
1389816952
block_tx 37 37
Skipped 72 bytes at block end
1389816969
block_tx 38 38
Skipped 73 bytes at block end
1389816979
block_tx 39 39
Skipped 72 bytes at block end
1389816982
block_tx 40 40
Skipped 71 bytes at block end
1389816986
block_tx 41 41
Skipped 72 bytes at block end
1389817005
block_tx 42 42
Skipped 73 bytes at block end
1389817005
block_tx 43 43
Skipped 72 bytes at block end
1389817025
block_tx 44 44
Skipped 72 bytes at block end
1389817036
block_tx 45 45
Skipped 73 bytes at block end
1389817038
block_tx 46 46
Skipped 73 bytes at block end
1389817044
block_tx 47 47
Skipped 72 bytes at block end
1389817049
block_tx 48 48
Skipped 73 bytes at block end
1389817051
block_tx 49 49
Skipped 71 bytes at block end
1389817060
block_tx 50 50
Skipped 71 bytes at block end
1389817064
block_tx 51 51
Skipped 72 bytes at block end
1389817067
block_tx 52 52
Skipped 73 bytes at block end
1389817090
block_tx 53 53
Skipped 72 bytes at block end
1389817120
block_tx 54 54
Skipped 72 bytes at block end
1389817122
block_tx 55 55
Skipped 73 bytes at block end
1389817137
block_tx 56 56
Skipped 72 bytes at block end
1389817147
block_tx 57 57
Skipped 72 bytes at block end
1389817153
block_tx 58 58
Skipped 72 bytes at block end
1389817157
block_tx 59 59
Skipped 71 bytes at block end
1389817166
block_tx 60 60
Skipped 73 bytes at block end
1389817178
block_tx 61 61
Skipped 73 bytes at block end
1389817182
block_tx 62 62
Skipped 72 bytes at block end
1389817186
block_tx 63 63
Skipped 71 bytes at block end
1389817196
block_tx 64 64
Skipped 73 bytes at block end
1389817203
block_tx 65 65
Skipped 72 bytes at block end
1389817196
block_tx 66 66
Skipped 73 bytes at block end
1389817218
block_tx 67 67
Skipped 71 bytes at block end
1389817217
block_tx 68 68
Skipped 72 bytes at block end
1389817226
block_tx 69 69
Skipped 73 bytes at block end
1389817237
block_tx 70 70
Skipped 71 bytes at block end
1389817248
block_tx 71 71
Skipped 73 bytes at block end
1389817262
block_tx 72 72
Skipped 72 bytes at block end
1389817262
block_tx 73 73
Skipped 71 bytes at block end
1389817288
block_tx 74 74
Skipped 71 bytes at block end
1389817288
block_tx 75 75
Skipped 72 bytes at block end
1389817294
block_tx 76 76
Skipped 71 bytes at block end
1389817305
block_tx 77 77
Skipped 73 bytes at block end
1389817307
block_tx 78 78
Skipped 72 bytes at block end
1389817310
block_tx 79 79
Skipped 73 bytes at block end
1389817314
block_tx 80 80
Skipped 71 bytes at block end
1389817317
block_tx 81 81
Skipped 71 bytes at block end
1389817336
block_tx 82 82
Skipped 73 bytes at block end
1389817352
block_tx 83 83
Skipped 72 bytes at block end
1389817367
block_tx 84 84
Skipped 72 bytes at block end
1389817381
block_tx 85 85
Skipped 72 bytes at block end
1389817384
block_tx 86 86
Skipped 72 bytes at block end
1389817399
block_tx 87 87
Skipped 73 bytes at block end
1389817401
block_tx 88 88
Skipped 73 bytes at block end
1389817423
block_tx 89 89
Skipped 73 bytes at block end
1389817428
block_tx 90 90
Skipped 72 bytes at block end
1389817433
block_tx 91 91
Skipped 71 bytes at block end
1389817441
block_tx 92 92
Skipped 72 bytes at block end
1389817463
block_tx 93 93
Skipped 73 bytes at block end
1389817465
block_tx 94 94
Skipped 72 bytes at block end
1389817465
block_tx 95 95
Skipped 72 bytes at block end
1389817469
block_tx 96 96
Skipped 72 bytes at block end
1389817466
block_tx 97 97
Skipped 72 bytes at block end
1389817478
block_tx 98 98
Skipped 71 bytes at block end
1389817493
block_tx 99 99
Skipped 73 bytes at block end
1389817505
block_tx 100 100
Skipped 72 bytes at block end
1389817513
block_tx 101 101
Skipped 72 bytes at block end
1389817536
block_tx 102 102
Skipped 71 bytes at block end
1389817531
block_tx 103 103
Skipped 71 bytes at block end
1389817547
block_tx 104 104
Skipped 73 bytes at block end
1389817568
block_tx 105 105
Skipped 71 bytes at block end
1389817583
block_tx 106 106
Skipped 72 bytes at block end
1389817597
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][ALT][Altcoin][scrypt Adaptive N-factor][Random][Fair Launch][No ASIC]
by
altcoin
on 19/02/2014, 14:47:19 UTC
My current advice: keep this coin on the DL for a week or so, then start marketing the crap out of it.  By then I'll have lots of ALT Smiley

How many ALTs do you have? Need your help to promote ALT.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][ALT][Altcoin][scrypt Adaptive N-factor][Random][Fair Launch][No ASIC]
by
altcoin
on 19/02/2014, 14:45:29 UTC
This coin has potential, but def in need of promotion / giveaways...

We are working on the promotion, we already start a giveaway thread.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][ALT][Altcoin][scrypt Adaptive N-factor][Random][Fair Launch][No ASIC]
by
altcoin
on 18/02/2014, 11:21:37 UTC
Noticed this is currently slightly more profitable than Panda at the moment Smiley

Yes, it's much more profitable than thepandacoin and vertcoin at this moment.


Need more people come into ALT.

We now start a bounty for ALT marketing and promotion advice, if we use your suggestion or advice, we will give you 1024 ALT as a bounty, so, please discuss how to promote ALT?

We need your help.

Advice: Flooding all markets with your "premined" coins (at stupid price) won't help the coin to take off at all. Not sure right now if you really care about your coin at all...i guess not. I'm out of that one. Good luck.

We wouldn't flooding ALT markets, we are still mining ALTs.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][ALT][Altcoin][scrypt Adaptive N-factor][Random][Fair Launch][No ASIC]
by
altcoin
on 18/02/2014, 11:19:22 UTC
The adaptive-n is a good move. The random reward sounds interesting. It reminds me about CGA's reward method Wink But they are just in a extreme situation of "all or nth". Still, I personally dont like the logo....It may be too many words inside and it is hard to read when the pic is small.


Ak7jxs4JJUH7x5UUKDFkPd9jATv73TC3HC

Many thanks if some coins could be received Wink

Send 128 ALTs to you, your suggestion is good, but it's not on the point, you haven't give the details on how to promote, we need promotion and marketing suggestions.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][ALT][ALTCOIN][Adaptive N-factor][Scrypt][Random][Auto Connect][No ASIC]
by
altcoin
on 18/02/2014, 08:55:45 UTC
The current price on https://cryptorush.in/index.php?p=trading&m=ALT&b=BTC is 1ALT=0.00001004 BTC

too low

considering the block reward, this should be easily in 10k-100k range

Yes, the price will be higher.

100k satoshi sounds about right :-)

Need more people come into ALT.

We now start a bounty for ALT marketing and promotion advice, if we use your suggestion or advice, we will give you 1024 ALT as a bounty, so, please discuss how to promote ALT?

We need your help.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][ALT][ALTCOIN][Adaptive N-factor][Scrypt][Random][Auto Connect][No ASIC]
by
altcoin
on 18/02/2014, 07:15:28 UTC
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][ALT][ALTCOIN][Adaptive N-factor][Scrypt][Random][Auto Connect][No ASIC]
by
altcoin
on 18/02/2014, 04:32:56 UTC
We want to exchange ALT in some Chinese exchange, anybody can help?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][ALT][ALTCOIN][Adaptive N-factor][Scrypt][Random][Auto Connect][No ASIC]
by
altcoin
on 17/02/2014, 14:57:20 UTC
The current price on https://cryptorush.in/index.php?p=trading&m=ALT&b=BTC is 1ALT=0.00001004 BTC

too low

considering the block reward, this should be easily in 10k-100k range

Yes, the price will be higher.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][ALT][ALTCOIN][Adaptive N-factor][Scrypt][Random][Auto Connect][No ASIC]
by
altcoin
on 17/02/2014, 14:55:07 UTC
Come and join us at http://alt.coinvention.net!

We already have experience with SCRYPT-N coins

* 1% fee
* We re constantly finding blocks and have a very low TX fee from 0.001 Manual/Automatic
* Guide for Mining with CUDA, VERTMINER, CPUMINER
* Every 15 min Payout Schedule
* Servers Located in Germany with Low Latency

Thanks for you excellent work, please give us your ALT address, we will give you the bounty.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][ALT][ALTCOIN][Adaptive N-factor][Scrypt][Random][Auto Connect][No ASIC]
by
altcoin
on 17/02/2014, 10:38:33 UTC
The current price on https://cryptorush.in/index.php?p=trading&m=ALT&b=BTC is 1ALT=0.00001004 BTC
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][ALT][ALTCOIN][Adaptive N-factor][Scrypt][Random][Auto Connect][No ASIC]
by
altcoin
on 17/02/2014, 09:58:10 UTC
Hashrates are picking up!  Wouldn't be surprised to see 100MH/s tomorrow

Yes, it's nearly 90Mh/s now.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][ALT][ALTCOIN][Adaptive N-factor][Scrypt][Random][Auto Connect][No ASIC]
by
altcoin
on 17/02/2014, 06:46:35 UTC
We are working on the promotion of ALTCOIN, we are contacting with some Chinese exchanges and asking them add ALT to their exchanges.