Bitcoin Forum
May 09, 2024, 10:37:47 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 [26] 27 28 29 30 31 32 33 34 35 36 37 38 39 40 »
501  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN] StarTrek insipred coins =) and mining links (Low Diff) Nice Bounties! on: December 30, 2013, 02:04:50 AM
hi dream,

getting this error when copy wallet from 1 computer to another,
how can i recovery this wallet?

this is Darsek wallet, using file version 0.7.5.3.

Thanks


Quote
file wallet.dat has LSN 1/2434012, past end of log at 1/1048300
Commonly caused by moving a database from one database environment
to another without clearing the database LSNs, or by removing all of
the log files from a database environment
DB_ENV->log_flush: LSN of 1/2434012 past current end-of-log of 1/1052482
Database environment corrupt; the wrong log files may have been removed or incompatible database files imported from another environment
PANIC: DB_RUNRECOVERY: Fatal error, run database recovery
wallet.dat: unable to flush page: 8
PANIC: fatal region error detected; run recovery
wallet.dat: write failed for page 15
wallet.dat: unable to flush page: 15
txn_checkpoint: failed to flush the buffer cache: DB_RUNRECOVERY: Fatal error, run database recovery
PANIC: fatal region error detected; run recovery
PANIC: fatal region error detected; run recovery
PANIC: fatal region error detected; run recovery
502  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN] StarTrek insipred coins =) and mining links (Low Diff) Nice Bounties! on: December 28, 2013, 09:45:39 AM
guys, is there any info about exchange for these scifi's coin?
503  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] MemoryCoin 2.0 (MMC) - Long Term GPU/ASIC Resistant on: December 27, 2013, 04:54:18 AM
both mmcpool and xram pool resolve block 2916?  Shocked
504  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][Datacoin] Datacoin blockchain start announcement (Minor code upd + logo) on: December 27, 2013, 03:09:59 AM
Looks like you have a problem with leveldb. Not sure how to solve it as I not helping to support datacoin anymore. Do check the makefile.unix or the db.cpp & db.h.

thanks simbo, seem i'm using old version of leveldb that does not support some functions
will try to upgrade the leveldb...
505  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][Datacoin] Datacoin blockchain start announcement (Minor code upd + logo) on: December 27, 2013, 02:28:56 AM

getting this errors when trying to build the code here https://github.com/thbaumbach/primecoin
doesnt sure if it require any configure thing before make

i just use this "make -f makefile.unix"

Quote
db.h: In member function âbool CDB::Exists(const K&)â:
db.h:208: error: âclass Dbâ has no member named âexistsâ
db.cpp: In member function âbool CDBEnv::Open(const boost::filesystem::path&)â:
db.cpp:86: error: âclass DbEnvâ has no member named âlog_set_configâ
db.cpp:86: error: âDB_LOG_AUTO_REMOVEâ was not declared in this scope
db.cpp: In member function âvoid CDBEnv::MakeMock()â:
db.cpp:120: error: âclass DbEnvâ has no member named âlog_set_configâ
db.cpp:120: error: âDB_LOG_IN_MEMORYâ was not declared in this scope
db.cpp: In member function âvoid CDBEnv::CheckpointLSN(std::string)â:
db.cpp:214: error: âclass DbEnvâ has no member named âlsn_resetâ
db.cpp: In member function âvoid CDBEnv::Flush(bool)â:
db.cpp:453: error: âclass DbEnvâ has no member named âlsn_resetâ
make: *** [obj/db.o] Error 1

can anyone help on this errors?
appreciate!
506  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][Datacoin] Datacoin blockchain start announcement (Minor code upd + logo) on: December 26, 2013, 02:16:37 PM

getting this errors when trying to build the code here https://github.com/thbaumbach/primecoin
doesnt sure if it require any configure thing before make

i just use this "make -f makefile.unix"

Quote
db.h: In member function âbool CDB::Exists(const K&)â:
db.h:208: error: âclass Dbâ has no member named âexistsâ
db.cpp: In member function âbool CDBEnv::Open(const boost::filesystem::path&)â:
db.cpp:86: error: âclass DbEnvâ has no member named âlog_set_configâ
db.cpp:86: error: âDB_LOG_AUTO_REMOVEâ was not declared in this scope
db.cpp: In member function âvoid CDBEnv::MakeMock()â:
db.cpp:120: error: âclass DbEnvâ has no member named âlog_set_configâ
db.cpp:120: error: âDB_LOG_IN_MEMORYâ was not declared in this scope
db.cpp: In member function âvoid CDBEnv::CheckpointLSN(std::string)â:
db.cpp:214: error: âclass DbEnvâ has no member named âlsn_resetâ
db.cpp: In member function âvoid CDBEnv::Flush(bool)â:
db.cpp:453: error: âclass DbEnvâ has no member named âlsn_resetâ
make: *** [obj/db.o] Error 1
507  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][Datacoin] Datacoin blockchain start announcement (Minor code upd + logo) on: December 26, 2013, 10:07:34 AM
does anyone have instructions to build on CentOS,
i have an 64 cores using centos 5.x, but not familiar with with, cannot event install git on it  Undecided
508  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][Datacoin] Datacoin blockchain start announcement (Minor code upd + logo) on: December 26, 2013, 09:59:41 AM
i endup with reinstall with the libboost1.48, currently using 1.46

now went well now. Tks
509  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][Datacoin] Datacoin blockchain start announcement (Minor code upd + logo) on: December 26, 2013, 09:40:45 AM
Quote
src/leveldb/libleveldb.a /src/dtc/primecoin/src/leveldb/libmemenv.a
/usr/bin/ld: cannot find -lboost_chrono
collect2: ld returned 1 exit status
make: *** [primeminer] Error 1

getting this error when compile on ubuntu 12.04, can anyone help?  Wink

appriciate!
510  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Star Trek Crypto Coin Information Thread on: December 26, 2013, 08:37:40 AM
hi dream, unfocus,

how long does it take to get back KED from old wallet, just sent email yesterday.

thanks
511  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] MemoryCoin 2.0 (MMC) - Long Term GPU/ASIC Resistant on: December 26, 2013, 08:27:03 AM
man, look at the diff and price, so sad  Undecided
512  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] MemoryCoin 2.0 (MMC) - Long Term GPU/ASIC Resistant on: December 26, 2013, 01:31:56 AM
the mmcpool.com miner seem much more clean than killerbyte miner, it has the hash/pm output.
their server look like stable but will way for first payouts to make sure  Grin
513  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] MemoryCoin 2.0 (MMC) - Long Term GPU/ASIC Resistant on: December 25, 2013, 09:33:27 AM
How to tell my desktop hash/m?
Maybe "getmininginfo" can help. Put this in console.

I tried but it shows hash/m is all zero

1. make sure your wallet client completely synced.
2. check the cpu usage load see if it 99-100%
3. would be 5-10 minutes to make it update the hash/m

514  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] MemoryCoin 2.0 (MMC) - Long Term GPU/ASIC Resistant on: December 25, 2013, 08:39:04 AM
Hello! Where can I buy MemoryCoin?
Can anyone sell it to me?

http://bter.com/trade/mmc_btc
515  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN] StarTrek insipred coins =) and mining links (Low Diff) Nice Bounties! on: December 25, 2013, 07:05:42 AM
thansk dream, just clear out everything and it launch normally, also just send mail to desire address.
516  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] MemoryCoin 2.0 (MMC) - Long Term GPU/ASIC Resistant on: December 25, 2013, 06:45:15 AM
Agree. Top 3 or nothing!

yes, top 10 unless the garbage coins storm that're coming back will throw us away.
517  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN] StarTrek insipred coins =) and mining links (Low Diff) Nice Bounties! on: December 25, 2013, 06:17:26 AM
just download the new KED, but when launch it, it crashed.

what is the version of new KED?
518  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] MemoryCoin 2.0 (MMC) - Long Term GPU/ASIC Resistant on: December 25, 2013, 03:13:44 AM
tooooooooooooo cheap as expected, also the buying still small, need some more pump on this coin to make it in top 10 of coinmarketcap.com
519  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] MemoryCoin 2.0 (MMC) - First CPU AES-NI Coin on: December 24, 2013, 08:19:53 PM

all the price estimation before are wrong, they said 1 MMC = 10 PTS, but i think it's 1/20 of PTS hahaha
520  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] MemoryCoin 2.0 (MMC) - First CPU AES-NI Coin on: December 24, 2013, 08:00:26 PM
I meant to recompile to a Windows format. I just re-read my post and it was confusing.

you can google for mingw instead, i think they have make file for mingw already
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 [26] 27 28 29 30 31 32 33 34 35 36 37 38 39 40 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!