BitShares Forum

Other => Graveyard => MemoryCoin => Topic started by: emre on February 06, 2014, 08:51:41 am

Title: linux wallet - testing
Post by: emre on February 06, 2014, 08:51:41 am
http://www.memorycoin.org/downloads/memorycoin-qt-linux-0.8.582.tar.gz

tested on ubuntu, 32-64 bit systems. anyone want to test and feedback?
Title: Re: linux wallet - testing
Post by: lordcoin on February 06, 2014, 11:59:51 am
Hi.
I have the error:
./memorycoin-qt-0.8.582: error while loading shared libraries: libQtGui.so.4: cannot open shared object file: No such file or directory

and I have the /usr/lib/x86_64-linux-gnu/libQtGui.so.4
Title: Re: linux wallet - testing
Post by: emre on February 06, 2014, 12:22:01 pm
Hi.
I have the error:
./memorycoin-qt-0.8.582: error while loading shared libraries: libQtGui.so.4: cannot open shared object file: No such file or directory

and I have the /usr/lib/x86_64-linux-gnu/libQtGui.so.4


hi,

thanks for testing it out. what's your distro? and is it 32 or 64 bit?
Title: Re: linux wallet - testing
Post by: MaxPWR on February 06, 2014, 04:51:44 pm
is that just a binary?

I got a "permission denied" and "command not found", respectively:

./memorycoin-qt-0.8.582
sudo /home/user/Desktop/memorycoin-qt-0.8.582

(Ubuntu 64-bit, new install)
Title: Re: linux wallet - testing
Post by: seraphim on February 06, 2014, 06:13:13 pm
working fine for me (Ubuntu 13.10 64bit)
Title: Re: linux wallet - testing
Post by: emre on February 06, 2014, 06:18:36 pm
is that just a binary?

I got a "permission denied" and "command not found", respectively:

./memorycoin-qt-0.8.582
sudo /home/user/Desktop/memorycoin-qt-0.8.582

(Ubuntu 64-bit, new install)

yes, just the wallet binary.

you should chmod +x ./memorycoin-qt-0.8.582 before executing it.

after that:

./memorycoin-qt-0.8.582
Title: Re: linux wallet - testing
Post by: seraphim on February 06, 2014, 06:19:26 pm
it was extracted as an executable already when I tried
Title: Re: linux wallet - testing
Post by: emre on February 06, 2014, 06:25:44 pm
it was extracted as an executable already when I tried

it should be but I don't see any other reason why maxpwr got that :)

will check when I get home.
Title: Re: linux wallet - testing
Post by: validsyntax1210 on March 03, 2014, 01:33:17 am

Yah i get same error with the linux file i have chmod +x the file also made sure i have the require library installed

Im on ubuntu 13.1

I have compiled source and i get a error with
: Error loading block database.
Do you want to rebuild the block database now?
memorycoind: db/version_set.cc:715: leveldb::VersionSet::~VersionSet(): Assertion `dummy_versions_.next_ == &dummy_versions_' failed.
Aborted (core dumped)

then closes
Title: Re: linux wallet - testing
Post by: validsyntax1210 on March 03, 2014, 03:12:18 am
ldd ./memorycoin-qt-0.8.582

it shows u that libarys are i386 not 64 bit i could find 64 bit but not 32 so in ubuntu

sudo apt-get install libqtgui4:i386

now im getting that block chain error and closes

emorycoin-qt-0.8.582: db/version_set.cc:715: leveldb::VersionSet::~VersionSet(): Assertion `dummy_versions_.next_ == &dummy_versions_' failed.
Aborted (core dumped)

Update:
https://bitsharestalk.org/index.php?topic=1643.0
This is a windows post but just said to delete the contents of .memorycoin in home directory back up wallet first if you have money in it then client started up fine hope this will help others with the same problem.
Title: Re: linux wallet - testing
Post by: emre on March 03, 2014, 07:51:24 am
ldd ./memorycoin-qt-0.8.582

it shows u that libarys are i386 not 64 bit i could find 64 bit but not 32 so in ubuntu


yes -for ubuntu- these 32bit libraries exist even though you're in a 64bit system.

thanks for the feedback.
Title: Re: linux wallet - testing
Post by: tomorrow on March 03, 2014, 03:18:33 pm
works fine here
Code: [Select]
#uname -a
Linux 3.13.5-1-ARCH #1 SMP PREEMPT Sun Feb 23 00:25:24 CET 2014 x86_64 GNU/Linux
Title: Re: linux wallet - testing
Post by: validsyntax1210 on March 03, 2014, 06:04:40 pm
yah having wallet working great now just a little problem mining in ubuntu

my start up is as follows ./minerd --threads 4 -a sha256d -o http://work.mmcpool.com:8880 -u MVi1EeYtcNJS2t44oHDB2C1yTz81Beik6a -p x

Any advice here? if i figure out i will post results this is what im getting.

[2014-03-03 13:02:13] thread 0: 32 hashes, 603.77 khash/s
[2014-03-03 13:02:13] thread 0: 12 hashes, 461.54 khash/s
[2014-03-03 13:02:13] thread 3: 4 hashes, 400.00 khash/s
[2014-03-03 13:02:13] thread 2: 16 hashes, 800.00 khash/s
[2014-03-03 13:02:13] thread 0: 24 hashes, 827.59 khash/s
[2014-03-03 13:02:13] thread 0: 8 hashes, 666.67 khash/s
[2014-03-03 13:02:13] thread 3: 8 hashes, 666.67 khash/s
[2014-03-03 13:02:13] thread 2: 4 hashes, 500.00 khash/s
[2014-03-03 13:02:13] thread 3: 16 hashes, 592.59 khash/s
[2014-03-03 13:02:13] thread 2: 4 hashes, 400.00 khash/s
[2014-03-03 13:02:13] thread 3: 8 hashes, 533.33 khash/s
[2014-03-03 13:02:13] thread 1: 12 hashes, 666.67 khash/s
[2014-03-03 13:02:13] thread 0: 20 hashes, 952.38 khash/s
[2014-03-03 13:02:16] LONGPOLL detected new block
[2014-03-03 13:02:30] JSON-RPC call failed: {
   "code": -4,
   "message": "upstream RPC error"
}
[2014-03-03 13:02:30] submit_upstream_work json_rpc_call failed
[2014-03-03 13:02:30] ...retry after 30 seconds
^C

It goes like hell for a while then i get that json_rpc_call error and wont connect seems like the miner is running to fast .....

I know the thread is Linux wallet testing but i really couldn’t mind much on the linux mining for memory coin.
Title: Re: linux wallet - testing
Post by: emre on March 03, 2014, 07:36:37 pm
yah having wallet working great now just a little problem mining in ubuntu

you should consider using yam miner (probably 5x-10x better)

https://bitsharestalk.org/index.php?topic=2609.0