Bitcoin Forum
May 06, 2024, 06:12:36 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 [5] 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 »
  Print  
Author Topic: [ANN]LGD Legendary Coin - Cryptsy,Bittrex,NEW Merchants, Many Games, Scrypt!  (Read 85606 times)
homeiss
Member
**
Offline Offline

Activity: 118
Merit: 10


View Profile
April 01, 2014, 02:23:16 AM
 #81

every block I'm hitting has 14 coins not 7... that's 5 blocks so far.

how did u compile?

I did not compile. I'm solo mining off the windows wallet which is on their website. Please add the Wallet to the OP dev!

Pass the Flutter: F7PjYAf7stemsejKHWarkjC1sb5FqbsnhZ
1714975956
Hero Member
*
Offline Offline

Posts: 1714975956

View Profile Personal Message (Offline)

Ignore
1714975956
Reply with quote  #2

1714975956
Report to moderator
1714975956
Hero Member
*
Offline Offline

Posts: 1714975956

View Profile Personal Message (Offline)

Ignore
1714975956
Reply with quote  #2

1714975956
Report to moderator
1714975956
Hero Member
*
Offline Offline

Posts: 1714975956

View Profile Personal Message (Offline)

Ignore
1714975956
Reply with quote  #2

1714975956
Report to moderator
Bitcoin mining is now a specialized and very risky industry, just like gold mining. Amateur miners are unlikely to make much money, and may even lose money. Bitcoin is much more than just mining, though!
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714975956
Hero Member
*
Offline Offline

Posts: 1714975956

View Profile Personal Message (Offline)

Ignore
1714975956
Reply with quote  #2

1714975956
Report to moderator
1714975956
Hero Member
*
Offline Offline

Posts: 1714975956

View Profile Personal Message (Offline)

Ignore
1714975956
Reply with quote  #2

1714975956
Report to moderator
Anthropolis
Member
**
Offline Offline

Activity: 84
Merit: 10

Marine Corps, BA & AA Degrees, Hacker, Lover


View Profile WWW
April 01, 2014, 02:24:00 AM
 #82

WTS 260 legendarycoins FOR 99.99 BTC SUPER good price!
I'll buy!!

◄█▒░ATOMIC TRADE!░▒█►║◄█▒░CLOUD MINING!░▒█►
XxEnigmaticxX
Newbie
*
Offline Offline

Activity: 27
Merit: 0


View Profile
April 01, 2014, 02:25:22 AM
 #83

every block I'm hitting has 14 coins not 7... that's 5 blocks so far.

how did u compile?

I did not compile. I'm solo mining off the windows wallet which is on their website. Please add the Wallet to the OP dev!

how you doing that?
legendarycoin (OP)
Full Member
***
Offline Offline

Activity: 140
Merit: 100


View Profile WWW
April 01, 2014, 02:25:29 AM
 #84

To compile

Code:
cd src
cd leveldb/
make libleveldb.a libmemenv.a
make -f makefile.unix STATIC=- UPNP=-

DONATE LGD: LdRiNu7y9GM9XPD4EEWXzo5PZrLm3q2d9q
allcrypt
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250


View Profile WWW
April 01, 2014, 02:26:34 AM
 #85

What?

make libleveldb.a libmemenv.a

make: *** No rule to make target `libleveldb.a'.  Stop.

AllCrypt.com - Your new CryptoCurrency Exchange Now Open! www.AllCrypt.com
linkme
Sr. Member
****
Offline Offline

Activity: 324
Merit: 250



View Profile
April 01, 2014, 02:26:49 AM
 #86

To compile

Code:
cd src
cd leveldb/
make libleveldb.a libmemenv.a

make -f makefile.unix STATIC=- UPNP=-


cd src
cd leveldb/
make libleveldb.a libmemenv.a
cd ..
make -f makefile.unix STATIC=- UPNP=-
elitemobb
Full Member
***
Offline Offline

Activity: 579
Merit: 102



View Profile
April 01, 2014, 02:29:52 AM
 #87

To compile

Code:
cd src
cd leveldb/
make libleveldb.a libmemenv.a

make -f makefile.unix STATIC=- UPNP=-


cd src
cd leveldb/
make libleveldb.a libmemenv.a
cd ..
make -f makefile.unix STATIC=- UPNP=-


Getting the same make: *** No rule to make target `libleveldb.a'.  Stop

allcrypt
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250


View Profile WWW
April 01, 2014, 02:30:52 AM
 #88

To compile

Code:
cd src
cd leveldb/
make libleveldb.a libmemenv.a

make -f makefile.unix STATIC=- UPNP=-


cd src
cd leveldb/
make libleveldb.a libmemenv.a
cd ..
make -f makefile.unix STATIC=- UPNP=-


I'm IN leveldb.

make libleveldb.a libmemenv.a
Returns:
make: *** No rule to make target `libleveldb.a'.  Stop.

I even nuked and redownloaded the git

AllCrypt.com - Your new CryptoCurrency Exchange Now Open! www.AllCrypt.com
linkme
Sr. Member
****
Offline Offline

Activity: 324
Merit: 250



View Profile
April 01, 2014, 02:31:45 AM
 #89

What?

make libleveldb.a libmemenv.a

make: *** No rule to make target `libleveldb.a'.  Stop.

working fine for me ? are you in the leveldb directory Tongue

Code:
~/LGD/src$ cd leveldb
~/LGD/src/leveldb$ make libleveldb.a libmemenv.a
g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -O2 -DNDEBUG        -c db/builder.cc -o db/builder.o
g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -O2 -DNDEBUG        -c db/c.cc -o db/c.o
g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -O2 -DNDEBUG        -c db/dbformat.cc -o db/dbformat.o
g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -O2 -DNDEBUG        -c db/db_impl.cc -o db/db_impl.o
g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -O2 -DNDEBUG        -c db/db_iter.cc -o db/db_iter.o
g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -O2 -DNDEBUG        -c db/filename.cc -o db/filename.o
g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -O2 -DNDEBUG        -c db/log_reader.cc -o db/log_reader.o
g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -O2 -DNDEBUG        -c db/log_writer.cc -o db/log_writer.o
g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -O2 -DNDEBUG        -c db/memtable.cc -o db/memtable.o
g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -O2 -DNDEBUG        -c db/repair.cc -o db/repair.o
g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -O2 -DNDEBUG        -c db/table_cache.cc -o db/table_cache.o
g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -O2 -DNDEBUG        -c db/version_edit.cc -o db/version_edit.o
g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -O2 -DNDEBUG        -c db/version_set.cc -o db/version_set.o
g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -O2 -DNDEBUG        -c db/write_batch.cc -o db/write_batch.o
g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -O2 -DNDEBUG        -c table/block_builder.cc -o table/block_builder.o
g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -O2 -DNDEBUG        -c table/block.cc -o table/block.o
g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -O2 -DNDEBUG        -c table/filter_block.cc -o table/filter_block.o
g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -O2 -DNDEBUG        -c table/format.cc -o table/format.o
g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -O2 -DNDEBUG        -c table/iterator.cc -o table/iterator.o
g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -O2 -DNDEBUG        -c table/merger.cc -o table/merger.o
g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -O2 -DNDEBUG        -c table/table_builder.cc -o table/table_builder.o
g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -O2 -DNDEBUG        -c table/table.cc -o table/table.o
g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -O2 -DNDEBUG        -c table/two_level_iterator.cc -o table/two_level_iterator.o
g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -O2 -DNDEBUG        -c util/arena.cc -o util/arena.o
g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -O2 -DNDEBUG        -c util/bloom.cc -o util/bloom.o
g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -O2 -DNDEBUG        -c util/cache.cc -o util/cache.o
g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -O2 -DNDEBUG        -c util/coding.cc -o util/coding.o
g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -O2 -DNDEBUG        -c util/comparator.cc -o util/comparator.o
g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -O2 -DNDEBUG        -c util/crc32c.cc -o util/crc32c.o
g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -O2 -DNDEBUG        -c util/env.cc -o util/env.o
g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -O2 -DNDEBUG        -c util/env_posix.cc -o util/env_posix.o
g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -O2 -DNDEBUG        -c util/env_win.cc -o util/env_win.o
g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -O2 -DNDEBUG        -c util/filter_policy.cc -o util/filter_policy.o
g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -O2 -DNDEBUG        -c util/hash.cc -o util/hash.o
g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -O2 -DNDEBUG        -c util/histogram.cc -o util/histogram.o
g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -O2 -DNDEBUG        -c util/logging.cc -o util/logging.o
g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -O2 -DNDEBUG        -c util/options.cc -o util/options.o
g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -O2 -DNDEBUG        -c util/status.cc -o util/status.o
g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -O2 -DNDEBUG        -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/dbformat.o db/db_impl.o db/db_iter.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_builder.o table/block.o table/filter_block.o table/format.o table/iterator.o table/merger.o table/table_builder.o table/table.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 libleveldb.a
g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -O2 -DNDEBUG        -c helpers/memenv/memenv.cc -o helpers/memenv/memenv.o
rm -f libmemenv.a
ar -rs libmemenv.a helpers/memenv/memenv.o
ar: creating libmemenv.a
allcrypt
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250


View Profile WWW
April 01, 2014, 02:33:20 AM
 #90

What?

make libleveldb.a libmemenv.a

make: *** No rule to make target `libleveldb.a'.  Stop.

working fine for me ? are you in the leveldb directory Tongue


Absolutely. We've compiled over 80 wallets. Never had to make anything in leveldb before. And running that in there doesnt work anyway.

AllCrypt.com - Your new CryptoCurrency Exchange Now Open! www.AllCrypt.com
cryptotrain
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
April 01, 2014, 02:35:02 AM
 #91

https://CryptoTrain.Net/Legendary is up and running!
ortchi
Full Member
***
Offline Offline

Activity: 161
Merit: 100



View Profile
April 01, 2014, 02:35:20 AM
 #92

The first blocks found Smiley
http://coin-base.info/legendarycoin/

elitemobb
Full Member
***
Offline Offline

Activity: 579
Merit: 102



View Profile
April 01, 2014, 02:35:42 AM
 #93

What?

make libleveldb.a libmemenv.a

make: *** No rule to make target `libleveldb.a'.  Stop.

working fine for me ? are you in the leveldb directory Tongue


Absolutely. We've compiled over 80 wallets. Never had to make anything in leveldb before. And running that in there doesnt work anyway.

Agreed same here. Not sure where the failure is but its not compiling or building leveldb
homeiss
Member
**
Offline Offline

Activity: 118
Merit: 10


View Profile
April 01, 2014, 02:38:21 AM
 #94

every block I'm hitting has 14 coins not 7... that's 5 blocks so far.

how did u compile?

I did not compile. I'm solo mining off the windows wallet which is on their website. Please add the Wallet to the OP dev!

how you doing that?

http://lmgtfy.com/?q=how+to+solo+mine+scrypt

Though, unless you have a huge hashrate the solo-mining window has now passed.

Pass the Flutter: F7PjYAf7stemsejKHWarkjC1sb5FqbsnhZ
allcrypt
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250


View Profile WWW
April 01, 2014, 02:40:38 AM
 #95

Well, I've got other work to do. I've wasted nearly an hour tonight when I have cold storage wallets to work on. I'll check back in a day or two once you have it working.

But the wallet, as it stands, on the git, does NOT compile on linux. At least the absurdly common-used-everywhere version we are using. And we've compiled about 80. The rest work.

PM me when you get it fixed. Would have loved to have LGD on AllCrypt.com at launch but we cant spend more time on it right now.

AllCrypt.com - Your new CryptoCurrency Exchange Now Open! www.AllCrypt.com
legendarycoin (OP)
Full Member
***
Offline Offline

Activity: 140
Merit: 100


View Profile WWW
April 01, 2014, 02:43:55 AM
 #96

can pools who made it work post some hints to others?

its usual leveldb stuff, we`ve posted our guidance and tested this on few boxes before launch.

the coin is not *usual* litecoin fork, it needs some extra steps - we tried to make it as secure as possible.


added makefile for leveldb to github, do a pull and it will compile
so please redownload if u have issues

DONATE LGD: LdRiNu7y9GM9XPD4EEWXzo5PZrLm3q2d9q
linkme
Sr. Member
****
Offline Offline

Activity: 324
Merit: 250



View Profile
April 01, 2014, 02:48:11 AM
 #97

can pools who made it work post some hints to others?

its usual leveldb stuff, we`ve posted our guidance and tested this on few boxes before launch.

the coin is not *usual* litecoin fork, it needs some extra steps - we tried to make it as secure as possible.


added makefile for leveldb to github, do a pull and it will compile
so please redownload if u have issues

Oh yeah forgot to write that you have to do a build_detect_platform i'm just used to doing leveldb coins Tongue your supplied makefile is the same as mine, i'm assuming your ubuntu
elitemobb
Full Member
***
Offline Offline

Activity: 579
Merit: 102



View Profile
April 01, 2014, 02:49:35 AM
 #98

looks like the github was updated with the needed files (makefile for leveldb)
forzendiablo
Legendary
*
Offline Offline

Activity: 1526
Merit: 1000


the grandpa of cryptos


View Profile
April 01, 2014, 02:54:56 AM
 #99

mining at zeuspool Wink looks good!

yolo
rsx19
Full Member
***
Offline Offline

Activity: 182
Merit: 100


View Profile
April 01, 2014, 02:59:23 AM
 #100

with this hashrate on thepool ithought we would befinding alot more blocks

BlackCoin For poor Shibe - BMobXjx9TN96a1qmZA9pSSzJur6UH9PWgU
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 41 42 43 44 45 46 47 48 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!