Author

Topic: What's up with the Monero wallet? (Read 702 times)

member
Activity: 114
Merit: 16
July 28, 2015, 08:06:38 AM
#15
Amazingly this worked for me on Ubuntu Trusty:
Quote
sudo apt-get install libboost1.55-all-dev libboost1.55-dev libboost1.55-tools-dev libboost-atomic1.55-dev libboost-chrono1.55-dev libboost-context1.55-dev libboost-coroutine1.55-dev libboost-date-time1.55-dev libboost-exception1.55-dev libboost-filesystem1.55-dev libboost-graph1.55-dev libboost-graph-parallel1.55-dev libboost-iostreams1.55-dev libboost-locale1.55-dev libboost-log1.55-dev libboost-math1.55-dev libboost-mpi1.55-dev libboost-mpi-python1.55-dev libboost-program-options1.55-dev libboost-python1.55-dev libboost-random1.55-dev libboost-regex1.55-dev libboost-serialization1.55-dev libboost-signals1.55-dev libboost-system1.55-dev libboost-test1.55-dev libboost-thread1.55-dev libboost-timer1.55-dev libboost-wave1.55-dev libboost-mpi-python1.55.0 -f

Be careful though because it will want to delete any old versions of Boost which is annoying if you need them for other projects.
legendary
Activity: 2968
Merit: 1198
July 18, 2015, 05:43:20 PM
#14
so i'm trying to not post too much in this new threads..the main ANN thread is always good for help.

Yes the main thread or forum.getmonero.org or IRC #monero are the best places to go for help. Posting new threads means it is less likely your request will actually be seen by people who can help you and more likely it will be mistaken for trolling or lead to more trolling.

Glad it worked out this time though.
sr. member
Activity: 453
Merit: 500
hello world
July 18, 2015, 05:27:40 PM
#13
yes you are missing Libboost library. if you are no troll and need help you can pm me.

Oh wow.. I sound like a troll?  I just installed libboost-all-dev:

Code:
sudo apt-get install libboost-all-dev

But I'm still getting the error.  I'm not sure why I should PM you, as others might have the same issue and could learn from your insight.  I'll keep working at it until I figure it out, and then post my solution here.

i am sorry, there are many trolls out here right now as you might have noticed  Smiley
so i'm trying to not post too much in this new threads..the main ANN thread is always good for help.

happy to hear it worked Cool
member
Activity: 76
Merit: 43
July 18, 2015, 05:23:55 PM
#12
yes you are missing Libboost library. if you are no troll and need help you can pm me.

Oh wow.. I sound like a troll?  I just installed libboost-all-dev:

Code:
sudo apt-get install libboost-all-dev

But I'm still getting the error.  I'm not sure why I should PM you, as others might have the same issue and could learn from your insight.  I'll keep working at it until I figure it out, and then post my solution here.

I solved it by installing this version.

Code:
sudo apt-get install libboost1.55-all-dev
member
Activity: 76
Merit: 43
July 18, 2015, 05:19:41 PM
#11
yes you are missing Libboost library. if you are no troll and need help you can pm me.

Oh wow.. I sound like a troll?  I just installed libboost-all-dev:

Code:
sudo apt-get install libboost-all-dev

But I'm still getting the error.  I'm not sure why I should PM you, as others might have the same issue and could learn from your insight.  I'll keep working at it until I figure it out, and then post my solution here.
sr. member
Activity: 453
Merit: 500
hello world
July 18, 2015, 03:43:16 PM
#10
yes you are missing Libboost library. if you are no troll and need help you can pm me.
member
Activity: 76
Merit: 43
July 18, 2015, 02:10:10 PM
#9
I like some things I seen in Monero, but I can't seem to get past the wallet.  It's command based and has no GUI, why?

I make PRi Stakers, and I do not compile with GUI... QT is not all that cute and its quite limited.  You can get cartoonish quick, or leave it as base Windows XP.  HTML5 and Java are beautiful.



So does the Monero core have an API for building HTML5 and other wallets and services on top of it?

I think I'm starting to find some of my own answers.  Yes, Monero has an API or Network service.  It looks like this is a feature of the CryptoNote core code, as DigitalNote (XDN) and others also have a network service along with a command line wallet, which looks identical to Monero.  I did just try the Monero full node on linux (Ubuntu) and it failed.  To compare I tested the DigitalNote full node on linux and it started up without any errors. 

Code:
ubuntu:monero$ ./simplewallet
./simplewallet: error while loading shared libraries: libboost_date_time.so.1.55.0: cannot open shared object file: No such file or directory

It looks like I'm missing some library.
member
Activity: 76
Merit: 43
July 18, 2015, 01:17:17 PM
#8
I like some things I seen in Monero, but I can't seem to get past the wallet.  It's command based and has no GUI, why?

I make PRi Stakers, and I do not compile with GUI... QT is not all that cute and its quite limited.  You can get cartoonish quick, or leave it as base Windows XP.  HTML5 and Java are beautiful.



So does the Monero core have an API for building HTML5 and other wallets and services on top of it?
member
Activity: 76
Merit: 43
July 18, 2015, 01:07:33 PM
#7
I like some things I seen in Monero, but I can't seem to get past the wallet.  It's command based and has no GUI, why?

Go to mymonero.com

there are also multiple 3rd party GUIs available

learn more at getmonero.org

I found the page you referenced.  I'll try these out.

https://getmonero.org/getting-started/choose
legendary
Activity: 1139
Merit: 1000
TRUSTplus Dev
July 18, 2015, 01:04:52 PM
#6
I like some things I seen in Monero, but I can't seem to get past the wallet.  It's command based and has no GUI, why?

I make PRi Stakers, and I do not compile with GUI... QT is not all that cute and its quite limited.  You can get cartoonish quick, or leave it as base Windows XP.  HTML5 and Java are beautiful.

member
Activity: 76
Merit: 43
July 18, 2015, 01:00:22 PM
#5
I like some things I seen in Monero, but I can't seem to get past the wallet.  It's command based and has no GUI, why?

Go to mymonero.com

Does the private login key work on other servers, or even the desktop wallet?
hero member
Activity: 686
Merit: 500
July 18, 2015, 12:55:39 PM
#4
I like some things I seen in Monero, but I can't seem to get past the wallet.  It's command based and has no GUI, why?

Go to mymonero.com

there are also multiple 3rd party GUIs available

learn more at getmonero.org
hero member
Activity: 966
Merit: 1003
July 18, 2015, 12:54:54 PM
#3
I think it's because Peter Todd doesn't like GUI wallets. I could be wrong though.
legendary
Activity: 1092
Merit: 1000
July 18, 2015, 12:54:34 PM
#2
I like some things I seen in Monero, but I can't seem to get past the wallet.  It's command based and has no GUI, why?

Go to mymonero.com
member
Activity: 76
Merit: 43
July 18, 2015, 12:51:40 PM
#1
I like some things I seen in Monero, but I can't seem to get past the wallet.  It's command based and has no GUI, why?
Jump to: