Giter Site home page Giter Site logo

litecoin-project / litecoin Goto Github PK

View Code? Open in Web Editor NEW

This project forked from bitcoin/bitcoin

4.3K 4.3K 3.0K 226.29 MB

Litecoin source tree

Home Page: http://www.litecoin.org

License: MIT License

Shell 1.05% Python 16.06% Makefile 0.88% C++ 62.12% C 11.17% Objective-C++ 0.04% Assembly 6.27% Java 0.21% QMake 0.01% HTML 0.15% M4 1.58% Sage 0.22% Scheme 0.05% CMake 0.20%
cryptocurrency litecoin

litecoin's People

Contributors

achow101 avatar davidburkett avatar dongcarl avatar empact avatar fanquake avatar gavinandresen avatar gmaxwell avatar hebasto avatar instagibbs avatar jnewbery avatar jonasschnelli avatar jonatack avatar jtimon avatar kallewoof avatar ken2812221 avatar laanwj avatar luke-jr avatar meshcollider avatar morcos avatar non-github-bitcoin avatar paveljanik avatar petertodd avatar practicalswift avatar promag avatar ryanofsky avatar sdaftuar avatar sipa avatar sjors avatar thebluematt avatar theuni avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

litecoin's Issues

Minerd access denied

When I follow the instructions on this website http://cryptocur.com/litecoin/litecoin-mining/ I try enter the command for c:\ltcminer\minerd -a scrypt -r 1 -t 4 -s 6 -o http://127.0.0.1:8332 -O cryptocur.1:1 but I keep getting a message that says Windows cannot access the specified device, path, or file. You may not have the appropriate permissions to access the item. I am the creator of the file so I don't understand why I would get this message. Can someone please help me figure this out.

Usability: pool access

Memorizing pool access parameters Type, Server, Port, Username, Password would greatly improve usability for the end user.

json-rpc help command returns console formatted rather than json formatted results

Calling help via json-rpc returns a result with the output formatted for the command line rather than json formatted.

{ result: 'addmultisigaddress <nrequired> <\'["key","key"]\'> [account]\nbackupwallet <destination>\ndumpprivkey <litecoinaddress>\nencryptwallet <passphrase>\ngetaccount <litecoinaddress>\ngetaccountaddress <account>\ngetaddressesbyaccount <account>\ngetbalance [account] [minconf=1]\ngetblock <hash> [decompositions]\ngetblockcount\ngetblockhash <index>\ngetconnectioncount\ngetdifficulty\ngetgenerate\ngethashespersec\ngetinfo\ngetmemorypool [data]\ngetmininginfo\ngetnetworkhashps [blocks]\ngetnewaddress [account]\ngetpeerinfo\ngetrawmempool\ngetreceivedbyaccount <account> [minconf=1]\ngetreceivedbyaddress <litecoinaddress> [minconf=1]\ngettransaction <txid> [decompositions]\ngetwork [data]\ngetworkex [data, coinbase]\nhelp [command]\nimportprivkey <litecoinprivkey> [label]\nkeypoolrefill\nlistaccounts [minconf=1]\nlistreceivedbyaccount [minconf=1] [includeempty=false]\nlistreceivedbyaddress [minconf=1] [includeempty=false]\nlistsinceblock [blockhash] [target-confirmations]\nlisttransactions [account] [count=10] [from=0]\nmove <fromaccount> <toaccount> <amount> [minconf=1] [comment]\nsendfrom <fromaccount> <tolitecoinaddress> <amount> [minconf=1] [comment] [comment-to]\nsendmany <fromaccount> {address:amount,...} [minconf=1] [comment]\nsendrawtx <hex string>\nsendtoaddress <litecoinaddress> <amount> [comment] [comment-to]\nsetaccount <litecoinaddress> <account>\nsetgenerate <generate> [genproclimit]\nsetmininput <amount>\nsettxfee <amount>\nsignmessage <litecoinaddress> <message>\nstop\nvalidateaddress <litecoinaddress>\nverifymessage <litecoinaddress> <signature> <message>', error: null, id: 1351164023093 }

Add estimated coins per day to miner

When user is mining with the client, show the user how many coins he's expected to make on average in a day. Since we know the current difficulty and their hashrate, the calculation is pretty straightforward.

submitblock missing?

git HEAD and the 0.6.3(c) release are missing the submitblock RCP function and therefore arent working with p2pool for me

Adding setup conf

Hi,
I would like to help to submit my conf on the hardware mining comparaison page but I don't know how to do it and don' want to try and fucked up the wiki

error on import and export of private keys

I use litecoind 0.6.3c for linux.
I started litecoin-qt (encrypted wallet) and / or litecoind
and created litecoind.conf,


$ ./litecoin-0.6.3c-linux/bin/32/litecoind getinfo
{
"version" : 60300,
"protocolversion" : 60001,
"walletversion" : 60000,
"balance" : 0.00000000,
"blocks" : 336328,
"connections" : 3,
"proxy" : "",
"difficulty" : 323.27417770,
"testnet" : false,
"keypoololdest" : 1366066629,
"keypoolsize" : 100,
"paytxfee" : 0.00000000,
"mininput" : 0.00010000,
"unlocked_until" : 0,
"errors" : ""
}

$ ./litecoin-0.6.3c-linux/bin/32/litecoind listreceivedbyaddress 0 true | grep account
"account" : "Schatzkiste",
"account" : "Mining",

$ ./litecoin-0.6.3c-linux/bin/32/litecoind dumpprivkey Mining
error: {"code":-5,"message":"Invalid Litecoin address"}

If I use the address directly, I get:
$ ./litecoin-0.6.3c-linux/bin/32/litecoind dumpprivkey LhtD...
error: {"code":-4,"message":"Private key for address LhtD... is not known"}

Is this because I encrypted the wallet with litecoin-qt.
If yes, how in the world can I import private keys?

EXCEPTION: 11DbException

Hi,
looks like the 11DbException bug has returned

EXCEPTION: 11DbException
Db::put: Invalid argument
litecoin in ProcessMessages()
terminate called after throwing an instance of 'DbRunRecoveryException'
what(): DbEnv::txn_checkpoint: DB_RUNRECOVERY: Fatal error, run database recovery
Aborted

Litecoin wallet "Error loading blkindex.dat" version windows32 0.6.3

I downloaded the wallet client yesterday and it was working fine all day,(although taking a very long time to sync to network). Today evrytime I try to launch the application I get the error "Error loading blkindex.dat".If anyone has any solution,I would greatly appreciate if you could share them with me,Thanks.

Max SendQ exceeded

Is the network still reliant on the default enabled IRC node sharing? Are the clients flooding themselves or is somebody attacking this mechanism? Is IRC going to be enabled by default in 0.8.1?

image

v8.x RPC requests stall due to 4 concurrent connection limit

On current Debian, litecoin quickly becomes incredibly slow, taking 8 minutes to respond to a local "litecoind getinfo" request. I have 4 miner daemons on other machines: some get a fast response, others cannot even connect, since the RPC request times out after 30 seconds.

Though the machine is not fast (a 600MHz ARM with 512MB RAM), it is not out of resources: CPU is a constant 5 to 10%, there is little disk activity, it is not swapping, there is just a little network activity. It-s as if it were waiting for something, as if there were a maximum of N connections or threads or something, and that sometimes RPC requests have to wait for something or other to be free, which might take up to 8 minutes.

While the unfortunate RPC clients are waiting, "debug.log" continues to report new transactions, assign work to miner daemons that had succeeded in connecting and so on.

This behaviour is new with the upgrade from 0.6 to 0.8.

no space available

allow to configure to save temporary files to different location instead to default C:/

Unable to compile on Ubuntu quantal 12.10

sudo apt-get update -y
sudo apt-get upgrade -y
sudo apt-get install -y build-essential libssl-dev libdb5.1-dev libdb5.1++-dev libboost-all-dev git libqrencode-dev

cd ~
git clone git://github.com/litecoin-project/litecoin.git
cd litecoin/src
make -f makefile.unix USE_UPNP=-
ubuntu@********:~/litecoin/src$ make -f makefile.unix USE_UPNP=-
/bin/sh ../share/genbuild.sh obj/build.h
g++ -c -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DUSE_IPV6 -DBOOST_SPIRIT_THREADSAFE -I/home/ubuntu/litecoin/src -I/home/ubuntu/litecoin/src/obj -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/bitcoinrpc.d -o obj/bitcoinrpc.o bitcoinrpc.cpp

æg++: internal compiler error: Killed (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-4.7/README.Bugs> for instructions.
make: *** [obj/bitcoinrpc.o] Error 4

Error opening block database

hello good at all
I have a problem when doing the network test ...

jlripoll@ubuntuServer:/litecoin-testnet-box$ make start
litecoind -datadir=1 -daemon
Litecoin server starting
litecoind -datadir=2 -daemon
Error: Cannot obtain a lock on data directory /home/jlripoll/litecoin-testnet-box/2/testnet3. Litecoin is probably already running.
jlripoll@ubuntuServer:
/litecoin-testnet-box$ : Error opening block database.

Do you want to rebuild the block database now?

how I can fix

Alert tests fail, needs new alert data

Hi!

I cloned master-0.8 and ran the build. The homebrew version of the osx makefile had an error, will send a pull request for that separately.

Running the tests fails, see below:

OpenSSL 1.0.1e, Homebrew patch, OS X 10.8.latest

$ make -f makefile.osx test
/bin/sh ../share/genbuild.sh obj/build.h
./test_litecoin
Running 95 test cases...
test/alert_tests.cpp:173: error in "AlertNotify": check r.size() == 4u failed [1 != 4]
test/alert_tests.cpp:174: error in "AlertNotify": check r[0] == "Alert 1" failed [Evil Alert; /bin/ls; echo  != Alert 1]
unknown location:0: fatal error in "AlertNotify": signal: SIGSEGV, si_code: 0 (memory access violation at address: 0x00000000)
test/alert_tests.cpp:175: last checkpoint

*** 3 failures detected in test suite "Litecoin Test Suite"
make: *** [test] Error 201

Unfortunately I don't know enough of this code to help here, just submitting it.

Build error in Mac OS X 10.9

Using clang and Homebrew, the "make -f makefile.osx" command fails with:

litecoin/src/serialize.h:911:10: error: class member cannot be redeclared

Full build log following

Building LevelDB ...
llvm-g++ -I. -I./include -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -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/antonis/litecoin/src/leveldb/include -I/Users/antonis/litecoin/src/leveldb/helpers -DHAVE_BUILD_INFO -I/Users/antonis/litecoin/src -I/Users/antonis/litecoin/src/obj -I/usr/local/include -I/usr/local/opt/berkeley-db4/include -I/usr/local/opt/openssl/include -c db/builder.cc -o db/builder.o
llvm-g++ -I. -I./include -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -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/antonis/litecoin/src/leveldb/include -I/Users/antonis/litecoin/src/leveldb/helpers -DHAVE_BUILD_INFO -I/Users/antonis/litecoin/src -I/Users/antonis/litecoin/src/obj -I/usr/local/include -I/usr/local/opt/berkeley-db4/include -I/usr/local/opt/openssl/include -c db/c.cc -o db/c.o
llvm-g++ -I. -I./include -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -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/antonis/litecoin/src/leveldb/include -I/Users/antonis/litecoin/src/leveldb/helpers -DHAVE_BUILD_INFO -I/Users/antonis/litecoin/src -I/Users/antonis/litecoin/src/obj -I/usr/local/include -I/usr/local/opt/berkeley-db4/include -I/usr/local/opt/openssl/include -c db/db_impl.cc -o db/db_impl.o
llvm-g++ -I. -I./include -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -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/antonis/litecoin/src/leveldb/include -I/Users/antonis/litecoin/src/leveldb/helpers -DHAVE_BUILD_INFO -I/Users/antonis/litecoin/src -I/Users/antonis/litecoin/src/obj -I/usr/local/include -I/usr/local/opt/berkeley-db4/include -I/usr/local/opt/openssl/include -c db/db_iter.cc -o db/db_iter.o
llvm-g++ -I. -I./include -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -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/antonis/litecoin/src/leveldb/include -I/Users/antonis/litecoin/src/leveldb/helpers -DHAVE_BUILD_INFO -I/Users/antonis/litecoin/src -I/Users/antonis/litecoin/src/obj -I/usr/local/include -I/usr/local/opt/berkeley-db4/include -I/usr/local/opt/openssl/include -c db/dbformat.cc -o db/dbformat.o
llvm-g++ -I. -I./include -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -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/antonis/litecoin/src/leveldb/include -I/Users/antonis/litecoin/src/leveldb/helpers -DHAVE_BUILD_INFO -I/Users/antonis/litecoin/src -I/Users/antonis/litecoin/src/obj -I/usr/local/include -I/usr/local/opt/berkeley-db4/include -I/usr/local/opt/openssl/include -c db/filename.cc -o db/filename.o
llvm-g++ -I. -I./include -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -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/antonis/litecoin/src/leveldb/include -I/Users/antonis/litecoin/src/leveldb/helpers -DHAVE_BUILD_INFO -I/Users/antonis/litecoin/src -I/Users/antonis/litecoin/src/obj -I/usr/local/include -I/usr/local/opt/berkeley-db4/include -I/usr/local/opt/openssl/include -c db/log_reader.cc -o db/log_reader.o
llvm-g++ -I. -I./include -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -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/antonis/litecoin/src/leveldb/include -I/Users/antonis/litecoin/src/leveldb/helpers -DHAVE_BUILD_INFO -I/Users/antonis/litecoin/src -I/Users/antonis/litecoin/src/obj -I/usr/local/include -I/usr/local/opt/berkeley-db4/include -I/usr/local/opt/openssl/include -c db/log_writer.cc -o db/log_writer.o
llvm-g++ -I. -I./include -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -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/antonis/litecoin/src/leveldb/include -I/Users/antonis/litecoin/src/leveldb/helpers -DHAVE_BUILD_INFO -I/Users/antonis/litecoin/src -I/Users/antonis/litecoin/src/obj -I/usr/local/include -I/usr/local/opt/berkeley-db4/include -I/usr/local/opt/openssl/include -c db/memtable.cc -o db/memtable.o
db/memtable.cc:104:31: warning: comparison of integers of different signs: 'long' and 'const size_t'
      (aka 'const unsigned long') [-Wsign-compare]
  assert((p + val_size) - buf == encoded_len);
         ~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~
/usr/include/assert.h:93:25: note: expanded from macro 'assert'
    (__builtin_expect(!(e), 0) ? __assert_rtn(__func__, __FILE__, __LINE__, #e) : (void)0)
                        ^
1 warning generated.
llvm-g++ -I. -I./include -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -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/antonis/litecoin/src/leveldb/include -I/Users/antonis/litecoin/src/leveldb/helpers -DHAVE_BUILD_INFO -I/Users/antonis/litecoin/src -I/Users/antonis/litecoin/src/obj -I/usr/local/include -I/usr/local/opt/berkeley-db4/include -I/usr/local/opt/openssl/include -c db/repair.cc -o db/repair.o
llvm-g++ -I. -I./include -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -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/antonis/litecoin/src/leveldb/include -I/Users/antonis/litecoin/src/leveldb/helpers -DHAVE_BUILD_INFO -I/Users/antonis/litecoin/src -I/Users/antonis/litecoin/src/obj -I/usr/local/include -I/usr/local/opt/berkeley-db4/include -I/usr/local/opt/openssl/include -c db/table_cache.cc -o db/table_cache.o
llvm-g++ -I. -I./include -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -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/antonis/litecoin/src/leveldb/include -I/Users/antonis/litecoin/src/leveldb/helpers -DHAVE_BUILD_INFO -I/Users/antonis/litecoin/src -I/Users/antonis/litecoin/src/obj -I/usr/local/include -I/usr/local/opt/berkeley-db4/include -I/usr/local/opt/openssl/include -c db/version_edit.cc -o db/version_edit.o
llvm-g++ -I. -I./include -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -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/antonis/litecoin/src/leveldb/include -I/Users/antonis/litecoin/src/leveldb/helpers -DHAVE_BUILD_INFO -I/Users/antonis/litecoin/src -I/Users/antonis/litecoin/src/obj -I/usr/local/include -I/usr/local/opt/berkeley-db4/include -I/usr/local/opt/openssl/include -c db/version_set.cc -o db/version_set.o
db/version_set.cc:58:13: warning: unused function 'IntSetToString' [-Wunused-function]
std::string IntSetToString(const std::set<uint64_t>& s) {
            ^
1 warning generated.
llvm-g++ -I. -I./include -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -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/antonis/litecoin/src/leveldb/include -I/Users/antonis/litecoin/src/leveldb/helpers -DHAVE_BUILD_INFO -I/Users/antonis/litecoin/src -I/Users/antonis/litecoin/src/obj -I/usr/local/include -I/usr/local/opt/berkeley-db4/include -I/usr/local/opt/openssl/include -c db/write_batch.cc -o db/write_batch.o
llvm-g++ -I. -I./include -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -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/antonis/litecoin/src/leveldb/include -I/Users/antonis/litecoin/src/leveldb/helpers -DHAVE_BUILD_INFO -I/Users/antonis/litecoin/src -I/Users/antonis/litecoin/src/obj -I/usr/local/include -I/usr/local/opt/berkeley-db4/include -I/usr/local/opt/openssl/include -c table/block.cc -o table/block.o
llvm-g++ -I. -I./include -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -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/antonis/litecoin/src/leveldb/include -I/Users/antonis/litecoin/src/leveldb/helpers -DHAVE_BUILD_INFO -I/Users/antonis/litecoin/src -I/Users/antonis/litecoin/src/obj -I/usr/local/include -I/usr/local/opt/berkeley-db4/include -I/usr/local/opt/openssl/include -c table/block_builder.cc -o table/block_builder.o
llvm-g++ -I. -I./include -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -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/antonis/litecoin/src/leveldb/include -I/Users/antonis/litecoin/src/leveldb/helpers -DHAVE_BUILD_INFO -I/Users/antonis/litecoin/src -I/Users/antonis/litecoin/src/obj -I/usr/local/include -I/usr/local/opt/berkeley-db4/include -I/usr/local/opt/openssl/include -c table/filter_block.cc -o table/filter_block.o
llvm-g++ -I. -I./include -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -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/antonis/litecoin/src/leveldb/include -I/Users/antonis/litecoin/src/leveldb/helpers -DHAVE_BUILD_INFO -I/Users/antonis/litecoin/src -I/Users/antonis/litecoin/src/obj -I/usr/local/include -I/usr/local/opt/berkeley-db4/include -I/usr/local/opt/openssl/include -c table/format.cc -o table/format.o
llvm-g++ -I. -I./include -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -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/antonis/litecoin/src/leveldb/include -I/Users/antonis/litecoin/src/leveldb/helpers -DHAVE_BUILD_INFO -I/Users/antonis/litecoin/src -I/Users/antonis/litecoin/src/obj -I/usr/local/include -I/usr/local/opt/berkeley-db4/include -I/usr/local/opt/openssl/include -c table/iterator.cc -o table/iterator.o
llvm-g++ -I. -I./include -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -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/antonis/litecoin/src/leveldb/include -I/Users/antonis/litecoin/src/leveldb/helpers -DHAVE_BUILD_INFO -I/Users/antonis/litecoin/src -I/Users/antonis/litecoin/src/obj -I/usr/local/include -I/usr/local/opt/berkeley-db4/include -I/usr/local/opt/openssl/include -c table/merger.cc -o table/merger.o
llvm-g++ -I. -I./include -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -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/antonis/litecoin/src/leveldb/include -I/Users/antonis/litecoin/src/leveldb/helpers -DHAVE_BUILD_INFO -I/Users/antonis/litecoin/src -I/Users/antonis/litecoin/src/obj -I/usr/local/include -I/usr/local/opt/berkeley-db4/include -I/usr/local/opt/openssl/include -c table/table.cc -o table/table.o
llvm-g++ -I. -I./include -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -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/antonis/litecoin/src/leveldb/include -I/Users/antonis/litecoin/src/leveldb/helpers -DHAVE_BUILD_INFO -I/Users/antonis/litecoin/src -I/Users/antonis/litecoin/src/obj -I/usr/local/include -I/usr/local/opt/berkeley-db4/include -I/usr/local/opt/openssl/include -c table/table_builder.cc -o table/table_builder.o
llvm-g++ -I. -I./include -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -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/antonis/litecoin/src/leveldb/include -I/Users/antonis/litecoin/src/leveldb/helpers -DHAVE_BUILD_INFO -I/Users/antonis/litecoin/src -I/Users/antonis/litecoin/src/obj -I/usr/local/include -I/usr/local/opt/berkeley-db4/include -I/usr/local/opt/openssl/include -c table/two_level_iterator.cc -o table/two_level_iterator.o
llvm-g++ -I. -I./include -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -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/antonis/litecoin/src/leveldb/include -I/Users/antonis/litecoin/src/leveldb/helpers -DHAVE_BUILD_INFO -I/Users/antonis/litecoin/src -I/Users/antonis/litecoin/src/obj -I/usr/local/include -I/usr/local/opt/berkeley-db4/include -I/usr/local/opt/openssl/include -c util/arena.cc -o util/arena.o
llvm-g++ -I. -I./include -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -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/antonis/litecoin/src/leveldb/include -I/Users/antonis/litecoin/src/leveldb/helpers -DHAVE_BUILD_INFO -I/Users/antonis/litecoin/src -I/Users/antonis/litecoin/src/obj -I/usr/local/include -I/usr/local/opt/berkeley-db4/include -I/usr/local/opt/openssl/include -c util/bloom.cc -o util/bloom.o
util/bloom.cc:50:26: warning: comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'int'
      [-Wsign-compare]
    for (size_t i = 0; i < n; i++) {
                       ~ ^ ~
1 warning generated.
llvm-g++ -I. -I./include -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -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/antonis/litecoin/src/leveldb/include -I/Users/antonis/litecoin/src/leveldb/helpers -DHAVE_BUILD_INFO -I/Users/antonis/litecoin/src -I/Users/antonis/litecoin/src/obj -I/usr/local/include -I/usr/local/opt/berkeley-db4/include -I/usr/local/opt/openssl/include -c util/cache.cc -o util/cache.o
llvm-g++ -I. -I./include -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -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/antonis/litecoin/src/leveldb/include -I/Users/antonis/litecoin/src/leveldb/helpers -DHAVE_BUILD_INFO -I/Users/antonis/litecoin/src -I/Users/antonis/litecoin/src/obj -I/usr/local/include -I/usr/local/opt/berkeley-db4/include -I/usr/local/opt/openssl/include -c util/coding.cc -o util/coding.o
llvm-g++ -I. -I./include -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -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/antonis/litecoin/src/leveldb/include -I/Users/antonis/litecoin/src/leveldb/helpers -DHAVE_BUILD_INFO -I/Users/antonis/litecoin/src -I/Users/antonis/litecoin/src/obj -I/usr/local/include -I/usr/local/opt/berkeley-db4/include -I/usr/local/opt/openssl/include -c util/comparator.cc -o util/comparator.o
llvm-g++ -I. -I./include -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -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/antonis/litecoin/src/leveldb/include -I/Users/antonis/litecoin/src/leveldb/helpers -DHAVE_BUILD_INFO -I/Users/antonis/litecoin/src -I/Users/antonis/litecoin/src/obj -I/usr/local/include -I/usr/local/opt/berkeley-db4/include -I/usr/local/opt/openssl/include -c util/crc32c.cc -o util/crc32c.o
llvm-g++ -I. -I./include -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -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/antonis/litecoin/src/leveldb/include -I/Users/antonis/litecoin/src/leveldb/helpers -DHAVE_BUILD_INFO -I/Users/antonis/litecoin/src -I/Users/antonis/litecoin/src/obj -I/usr/local/include -I/usr/local/opt/berkeley-db4/include -I/usr/local/opt/openssl/include -c util/env.cc -o util/env.o
llvm-g++ -I. -I./include -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -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/antonis/litecoin/src/leveldb/include -I/Users/antonis/litecoin/src/leveldb/helpers -DHAVE_BUILD_INFO -I/Users/antonis/litecoin/src -I/Users/antonis/litecoin/src/obj -I/usr/local/include -I/usr/local/opt/berkeley-db4/include -I/usr/local/opt/openssl/include -c util/env_posix.cc -o util/env_posix.o
llvm-g++ -I. -I./include -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -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/antonis/litecoin/src/leveldb/include -I/Users/antonis/litecoin/src/leveldb/helpers -DHAVE_BUILD_INFO -I/Users/antonis/litecoin/src -I/Users/antonis/litecoin/src/obj -I/usr/local/include -I/usr/local/opt/berkeley-db4/include -I/usr/local/opt/openssl/include -c util/env_win.cc -o util/env_win.o
llvm-g++ -I. -I./include -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -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/antonis/litecoin/src/leveldb/include -I/Users/antonis/litecoin/src/leveldb/helpers -DHAVE_BUILD_INFO -I/Users/antonis/litecoin/src -I/Users/antonis/litecoin/src/obj -I/usr/local/include -I/usr/local/opt/berkeley-db4/include -I/usr/local/opt/openssl/include -c util/filter_policy.cc -o util/filter_policy.o
llvm-g++ -I. -I./include -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -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/antonis/litecoin/src/leveldb/include -I/Users/antonis/litecoin/src/leveldb/helpers -DHAVE_BUILD_INFO -I/Users/antonis/litecoin/src -I/Users/antonis/litecoin/src/obj -I/usr/local/include -I/usr/local/opt/berkeley-db4/include -I/usr/local/opt/openssl/include -c util/hash.cc -o util/hash.o
llvm-g++ -I. -I./include -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -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/antonis/litecoin/src/leveldb/include -I/Users/antonis/litecoin/src/leveldb/helpers -DHAVE_BUILD_INFO -I/Users/antonis/litecoin/src -I/Users/antonis/litecoin/src/obj -I/usr/local/include -I/usr/local/opt/berkeley-db4/include -I/usr/local/opt/openssl/include -c util/histogram.cc -o util/histogram.o
llvm-g++ -I. -I./include -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -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/antonis/litecoin/src/leveldb/include -I/Users/antonis/litecoin/src/leveldb/helpers -DHAVE_BUILD_INFO -I/Users/antonis/litecoin/src -I/Users/antonis/litecoin/src/obj -I/usr/local/include -I/usr/local/opt/berkeley-db4/include -I/usr/local/opt/openssl/include -c util/logging.cc -o util/logging.o
util/logging.cc:67:40: warning: comparison of integers of different signs: 'const int' and 'unsigned long long'
      [-Wsign-compare]
          (v == kMaxUint64/10 && delta > kMaxUint64%10)) {
                                 ~~~~~ ^ ~~~~~~~~~~~~~
1 warning generated.
llvm-g++ -I. -I./include -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -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/antonis/litecoin/src/leveldb/include -I/Users/antonis/litecoin/src/leveldb/helpers -DHAVE_BUILD_INFO -I/Users/antonis/litecoin/src -I/Users/antonis/litecoin/src/obj -I/usr/local/include -I/usr/local/opt/berkeley-db4/include -I/usr/local/opt/openssl/include -c util/options.cc -o util/options.o
llvm-g++ -I. -I./include -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -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/antonis/litecoin/src/leveldb/include -I/Users/antonis/litecoin/src/leveldb/helpers -DHAVE_BUILD_INFO -I/Users/antonis/litecoin/src -I/Users/antonis/litecoin/src/obj -I/usr/local/include -I/usr/local/opt/berkeley-db4/include -I/usr/local/opt/openssl/include -c util/status.cc -o util/status.o
llvm-g++ -I. -I./include -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -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/antonis/litecoin/src/leveldb/include -I/Users/antonis/litecoin/src/leveldb/helpers -DHAVE_BUILD_INFO -I/Users/antonis/litecoin/src -I/Users/antonis/litecoin/src/obj -I/usr/local/include -I/usr/local/opt/berkeley-db4/include -I/usr/local/opt/openssl/include -c port/port_posix.cc -o port/port_posix.o
rm -f libleveldb.a
ar -rs libleveldb.a db/builder.o db/c.o db/db_impl.o db/db_iter.o db/dbformat.o db/filename.o db/log_reader.o db/log_writer.o db/memtable.o db/repair.o db/table_cache.o db/version_edit.o db/version_set.o db/write_batch.o table/block.o table/block_builder.o table/filter_block.o table/format.o table/iterator.o table/merger.o table/table.o table/table_builder.o table/two_level_iterator.o util/arena.o util/bloom.o util/cache.o util/coding.o util/comparator.o util/crc32c.o util/env.o util/env_posix.o util/env_win.o util/filter_policy.o util/hash.o util/histogram.o util/logging.o util/options.o util/status.o port/port_posix.o
ar: creating archive libleveldb.a
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: libleveldb.a(env_win.o) has no symbols
llvm-g++ -I. -I./include -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -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/antonis/litecoin/src/leveldb/include -I/Users/antonis/litecoin/src/leveldb/helpers -DHAVE_BUILD_INFO -I/Users/antonis/litecoin/src -I/Users/antonis/litecoin/src/obj -I/usr/local/include -I/usr/local/opt/berkeley-db4/include -I/usr/local/opt/openssl/include -c helpers/memenv/memenv.cc -o helpers/memenv/memenv.o
rm -f libmemenv.a
ar -rs libmemenv.a helpers/memenv/memenv.o
ar: creating archive libmemenv.a
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/antonis/litecoin/src/leveldb/include -I/Users/antonis/litecoin/src/leveldb/helpers -DHAVE_BUILD_INFO -I"/Users/antonis/litecoin/src" -I"/Users/antonis/litecoin/src/obj" -I"/usr/local/include" -I"/usr/local/opt/berkeley-db4/include" -I"/usr/local/opt/openssl/include" -MMD -MF obj/alert.d -o obj/alert.o alert.cpp
In file included from alert.cpp:11:
In file included from /Users/antonis/litecoin/src/alert.h:13:
In file included from /Users/antonis/litecoin/src/util.h:30:
In file included from /Users/antonis/litecoin/src/netbase.h:10:
/Users/antonis/litecoin/src/serialize.h:911:10: error: class member cannot be redeclared
    void insert(iterator it, std::vector<char>::const_iterator first, std::vector<char>::const_iterator last)
         ^
/Users/antonis/litecoin/src/serialize.h:898:10: note: previous declaration is here
    void insert(iterator it, const_iterator first, const_iterator last)
         ^
/Users/antonis/litecoin/src/serialize.h:911:10: error: redefinition of 'insert'
    void insert(iterator it, std::vector<char>::const_iterator first, std::vector<char>::const_iterator last)
         ^
/Users/antonis/litecoin/src/serialize.h:898:10: note: previous definition is here
    void insert(iterator it, const_iterator first, const_iterator last)
         ^
2 errors generated.
make: *** [obj/alert.o] Error 1

litecoin-qt v0.6.3c-beta doesn't keep mining settings on restart

Running on Linux, litecoin-qt is setup to use minerd with pool mining. When the application is restarted all mining related options/settings are lost.

I've looked at command line parameters and litecoin.conf settings but can't find anything that makes gui keep the options.

The "solo" mode also seems to do nothing. It says it's active but I don't see any CPU or GPU running.

Disabled ipv6 = failed to strat

On ubuntu, if I disable ipv6 by /etc/sysctl.conf litecoind failing to start:

Error: An error occured while setting up the RPC port xxxx for listening: bind: Cannot assign requested address

It occurs even if I delete -DUSE_IPV6 from makefile.unix and recomplie.

Getblocktemple does not work

when try and use getblocktemplate it does not work, it needs to be fixed it guess?

./litecoind getblocktemplate
error: {"code":-1,"message":"getblocktemplate [params]\nIf [params] does not contain a "data" key, returns data needed to construct a block to work on:\n "version" : block version\n "previousblockhash" : hash of current highest block\n "transactions" : contents of non-coinbase transactions that should be included in the next block\n "coinbaseaux" : data that should be included in coinbase\n "coinbasevalue" : maximum allowable input to coinbase transaction, including the generation award and transaction fees\n "target" : hash target\n "mintime" : minimum timestamp appropriate for next block\n "curtime" : current timestamp\n "mutable" : list of ways the block template may be changed\n "noncerange" : range of valid nonces\n "sigoplimit" : limit of sigops in blocks\n "sizelimit" : limit of block size\n "bits" : compressed target of next block\n "height" : height of the next block\nIf [params] does contain a "data" key, tries to solve the block and returns null if it was successful (and "rejected" if not)\nSee https://en.bitcoin.it/wiki/BIP_0022 for full specification."}

How to use the newest block chain here http://blockchain.litecoin.net/litecoin/

I don't want it to sync for a few days with 20KB/s so I download the lastest block chain here. http://blockchain.litecoin.net/litecoin/LTC-30-11-2012.tar.bz2. The md5 matchs

I cleared ererythin in the datadir and moved the two extrated files. But When I want to open litecoin it says EXCEPTION: 11DbException.

I tried -rescan and -checkblocks and -detachdb but still this error. Please help me.

Here are the logs.

file unknown has LSN 19531/4229618, past end of log at 1/28
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_meta_setup: C:\Users\xxx\AppData\Roaming\Litecoin\blkindex.dat: unexpected file type or format

Litecoin version v0.6.3c-beta (2012-07-26 00:55:22 -0700)
Startup time: 12/03/12 08:04:37
Default data directory C:\Users\xxx\AppData\Roaming\Litecoin
Used data directory C:\Users\xxxAppData\Roaming\Litecoin
Bound to [::]:9333
Bound to 0.0.0.0:9333
Loading block index...
dbenv.open LogDir=C:\Users\xxx\AppData\Roaming\Litecoin\database ErrorFile=C:\Users\xxx\AppData\Roaming\Litecoin\db.log


EXCEPTION: 11DbException
Db::open: Invalid argument
C:\Program Files (x86)\Litecoin\litecoin-qt.exe in Runaway exception

Missing coins! HELP plz?

Hi Guys,

Im having the same issue. I saved my backup wallet on my external hard drive because I needed to do a complete reinstall of windows 7. After I installed my windows 7 I installed the Litecoin wallet upgrade from Litecoin.org. How do I retrieve my coins??? I tried everything but it still says 0LTC. Anyone that can help me retrieve my 100 LTC, I will give you 10% of my LTC = 10LTC.

PS. I know I still have the LTC, I just dont know how to retrieve the damn things.

Thanks

Make sure minerd is in the same directory

I just downloaded the client, didn't touch anything, synch'd the blocks, and tried to mine.

It keeps saying that minerd is not in the same directory as litecoin-qt

In the directory its talking about, there are two files, litecoin-qt, and litecoind

If I rename litecoind to minerd, mining will start and then stop instantly.

What can I do?

PC hang when loading block index/download

When i open the litecoin windows client. It will hang my pc while loading block index. I tried to uninstall, delete everything in the litecoin database folder. But while downloading the block chain it hang my pc too.

Password is not hidden

The password-field of litecoin-qt displays the password in plaintext. I think it should be better hidden.

Avast AV reports infectious file on Scrypt Miner GUI

It only pops up when I try to run the archive utility:
Infection:
Win32:Crypt-OSW[Trojan]
File:
/private/var/folders/hm/..blahblah.../Scrypt Miner GUI -OSX/.BC.cqfSHB
Process:
/System/Library/CoreServices/MacOS/Archive Utility
UID:
501

Problems with payout from Pooledbits.com!

Hi,
Don't know if this the right place to ask, but since you guys had a comparison of mining pools I'll give it a shot.

I have been mining for a couple of days, and would like do get my LTC payed out to my Litecoin Qt. I've been using pooledbits.com and have set my Automatic Payment Threshold to 1.01 (my current PPLNS Earnings is 2.11) and inserted my LTC address but nothing is happening. The red "Pay out" row still says 0.00000...
Is there some sort of delay on payout so multiple payouts can be added to minimize transaction fees or something?

Thanks in advance

0.00000001 transaction doesn't appear in receiving wallet

To test rounding I sent myself a minimal possible amount of 0.00000001 LTC.
I actually sent two times. Fees were 0.04 and 0.02 LTC.
Sending wallet balance was correctly reduced both times.
Transactions are confirmed and can be viewed on http://explorer.litecoin.net

The problem is there are no any signs of these transactions in receiving Litecoin-qt wallet. Balance is not changed, no rows in Transactions table, no records in debug console output of "listtransactions".

Version: Litecoin-Qt 0.8.5.1 for Mac OS X

File bitcoin-qt.pro expected to be named litecoin-qt.pro

Thanks for reading my newb issue. My package manager expects bitcoin-qt.pro to be named litecoin-qt.pro. Would someone at the project rename this file, or am I asking for something stupid? Or both? Thank you for your time.

warning: ‘minTime’ may be used uninitialized in this function

New compiling warning added by recent getnetworkhashps changes?

rpcmining.cpp: In function ‘json_spirit::Value GetNetworkHashPS(int, int)’:
rpcmining.cpp:48:32: warning: ‘minTime’ may be used uninitialized in this function [-Wmaybe-uninitialized]
int64 timeDiff = maxTime - minTime;
^

Wallet encryption is broken!

when I do

litecoind encryptwallet myWalletPassword

I get the error

error: {"code":-15,"message":"Error: running with an encrypted wallet, but encryptwallet was called."}

I believe its the same as this error bitcoin#2779 which was fixed in bitcoin

Show fee value before committing transactions

I've noticed that litecoin sometimes requires high fees for sending newly minted (or newly received?) coins. I've seen up to about 10% of transaction value. This is more than I'd be willing to pay for most transactions, so I'd like to have some way of seeing the fee value before committing a transaction.

minerd path on MacOS

Hey there, I'm having trouble starting minerd from litecoin-qt. I can confirm that it starts correctly when started manually.

I get the error "Miner failed to start. Make sure you have the minerd executable and libraries in the same directory as Litecoin-Qt".

Technically, this IS the case, as within the MacOS, an ".app" is really a folder containing the binaries.

sphynx:/Applications/Litecoin-Qt.app/Contents/MacOS$ ls -al
total 23112
drwxr-xr-x@ 4 dmahoney admin 136 Feb 22 12:18 .
drwxr-xr-x@ 8 dmahoney admin 272 Jul 26 2012 ..
-rwxr-xr-x@ 1 dmahoney admin 11703836 Jul 26 2012 Litecoin-Qt
-rwxr-xr-x@ 1 dmahoney admin 124000 Feb 22 12:18 minerd
dmahoney@sphynx:/Applications/Litecoin-Qt.app/Contents/MacOS$ pwd
/Applications/Litecoin-Qt.app/Contents/MacOS

It seems that this DOES work when minerd is in /Applications but that leaves an ugly unix binary in your path, which seems suboptimal. Perhaps it would be possible to check other directories (say, ~username and maybe /usr/local/bin?). Maybe a preference item to specify the actual path to minerd?

-Dan

Extend coin maturation to match Bitcoin wall time

For the first 100 blocks after a block is mined, the coinbase output is unspendable. The litecoin client waits an additional 20 blocks after that so an effective 120 block holding period is in effect on newly mined litecoins. This limit is the same as in Bitcoin and due to Litecoin's faster block rate, means new coins mature in ~4 hours vs Bitcoin's 16 hours. This is a problem because in the case of a network fork, coins mined during the fork becoming spendable create transactions that can never be merged back into one chain.

I propose that we make the coin maturation time 4x as long (400 blocks for the protocol/480 for the client) to give more time to fix any forking problems Litecoin may encounter in the future.

libdb4.8++-dev has no installation candidate

Hello,

I'm running into the following error building litecoin from source. According to the current documentation the following package is listed as a requirement: libdb4.8++-dev

However, when I attempt to install it I get the following:

sudo apt-get install libdb4.8++-dev Reading package lists... Done Building dependency tree Reading state information... Done Package libdb4.8++-dev is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source E: Package 'libdb4.8++-dev' has no installation candidate

All the other dependencies seem to work fine.

I'm on:

Linux ubuntu 3.5.0-23-generic #35~precise1-Ubuntu SMP Fri Jan 25 17:15:33 UTC 2013 i686 i686 i386 GNU/Linux

Possibly I'm doing something wrong and I apologize for wasting your time. Unfortunately I cannot continue the build as trying to make causes the following:

sudo make -f makefile.unix /bin/sh ../share/genbuild.sh obj/build.h g++ -c -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DUSE_IPV6 -DBOOST_SPIRIT_THREADSAFE -I/home/ben/Projects/litecoin/src -I/home/ben/Projects/litecoin/src/obj -DUSE_UPNP=0 -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -MMD -MF obj/checkpoints.d -o obj/checkpoints.o checkpoints.cpp In file included from main.h:13:0, from checkpoints.cpp:11: db.h:15:20: fatal error: db_cxx.h: No such file or directory compilation terminated. make: **\* [obj/checkpoints.o] Error 1

wallet restore with electrum litecoin 0.61 doesn't work

hi guys,
nearly a year ago i was installing the Electrum Litecoin 0.61 Client on my Mac.

I thought it would be a secure and fast solution for my litecoins.

I have the seed and mnemonic phrase to restore my wallet anytime - but i can't right now. :-(
It themes to be, that there must be a server connection available to restore my wallet. I can't understand that, because my private key isn't stored online.
The client gives me no option to make a dump of my private key with the seed.

Does anybody have an idea, how to bring me my private key back, so i can import it in the actual litecoin client?

Wallet balance did not update after transaction

v0.6.3-beta

It looks like Wallet display on the main page doesn't update Balance / Unconfirmed amount after transaction confirmation has completed.

I have received amount (in two separate wallets), in both cases transaction is showing confirmed (> 50 confirmations) in the transaction list, however the main page shows the amount as "Unconfirmed" and thus the wallet balance is missing the amount.

Restarting application updates all values to correct amounts. So it looks like transaction confirmation doesn't trigger recalculation of amounts...

Can't empty my Litecoin Wallet

Whenever I try to empty my litecoin wallet v0.6.3c-beta I continually get a popup that says "The total exceeds your balance when the 0.10 LTC transaction fee is included."
When I reduce the send amount by 0.10 I get the message again and even after I reduce the send amount by another 0.10.

I had a similar problem with my Bitcoin wallet which was resolved by importing the wallet.dat file to https://blockchain.info/wallet/import-wallet

Is there a similar solution for the Litecoin wallet?

LFLAGS

I'm certainly no developer but, In the Makefile, shouldn't LFLAGS be LDFLAGS? Is it possible to specify custom CFLAGS, CXXFLAGS and/or LDFLAGS without editing the Makefile? Maybe it could check the environment and include certain flags.

Mined block detail

Hi

I have notice with terracoin client that we have address and correct time (i have current time when i download blockchain after computer downtime on ltc wallet) on mined block but not in litecoin wallet (addr always not available)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.