Bitcoin Forum
November 08, 2024, 05:54:46 AM *
News: Latest Bitcoin Core release: 28.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Can someone please help with a Linux problem? IN PLAIN ENGLISH?  (Read 567 times)
Crystaleyes (OP)
Full Member
***
Offline Offline

Activity: 147
Merit: 100



View Profile
December 07, 2013, 09:03:59 PM
 #1

Being new to crypto's, I have been trying to get different wallets.

 I don't consider myself to be a computer moron, but perhaps I am, for more times than I remember now, whilst searching a simple download, I have encountered pages such as this, ...

https://github.com/worldcoinproject/Worldcoin

 No instructions.... Anywhere... Huh??!!!!!  Huh Huh Huh WTF am I supposed to do on a page like that?

 You click on any file and just get script. In my case 'useless' script.

 It may as well be written in the secret code of the Knights Templar!!???



Whats the trick?

 Thanks in advance....


Is it not amazing? That in the sub-micro world of the atom, quantum physics requires the perpetual motion of particles with both spin and orbital motions.
 
 Yet in the macro world, mainstream science is based upon the law that a perpetual motion machine is absolutely impossible!

 This is the embarrassing state of today's science...
oncebitcoinedtwiceshy
Full Member
***
Offline Offline

Activity: 182
Merit: 100


View Profile
December 07, 2013, 09:06:07 PM
 #2

Use git clone to clone the repository onto your linux box or linux VM

Make sure all dependencies are installed

Use the make file to build the wallet

Help any?
oncebitcoinedtwiceshy
Full Member
***
Offline Offline

Activity: 182
Merit: 100


View Profile
December 07, 2013, 09:09:07 PM
 #3

For the one you've picked (not one I've built myself) google is your friend if stuck.

See if this helps
http://worldcoinforum.org/topic/21-how-to-compile-wdc-wallet-in-linux/
TribalBob
Sr. Member
****
Offline Offline

Activity: 1358
Merit: 257


DGbet.fun - Crypto Sportsbook


View Profile
December 07, 2013, 09:29:05 PM
Last edit: December 08, 2013, 02:52:16 AM by TribalBob
 #4

Hello.

Type the following from a command line:

1) apt-get update
2) apt-get install install qt4-dev-tools libqt4-dev libqt4-core libqt4-gui
3) apt-get update
4) apt-get install build-essential
5) apt-get install libssl-dev
6) apt-get install libdb4.8-dev
7) apt-get install libdb++-dev
Cool apt-get install libqrencode-dev
9) apt-get install libboost1.48-all-dev
10) apt-get update
11) apt-get install git
12) apt-get update
13) git clone https://github.com/worldcoinproject/Worldcoin
14) cd Worldcoin
15) qmake "USE_UPNP=-"
16) make
17) ./worldcoin-qt

Crystaleyes (OP)
Full Member
***
Offline Offline

Activity: 147
Merit: 100



View Profile
December 07, 2013, 09:46:54 PM
 #5

Cool chaps,

 thanks for the helpful answers.


Is it not amazing? That in the sub-micro world of the atom, quantum physics requires the perpetual motion of particles with both spin and orbital motions.
 
 Yet in the macro world, mainstream science is based upon the law that a perpetual motion machine is absolutely impossible!

 This is the embarrassing state of today's science...
TribalBob
Sr. Member
****
Offline Offline

Activity: 1358
Merit: 257


DGbet.fun - Crypto Sportsbook


View Profile
December 08, 2013, 02:57:09 AM
 #6

Hello.

Type the following from a command line:

1) apt-get update
2) apt-get install install qt4-dev-tools libqt4-dev libqt4-core libqt4-gui
3) apt-get update
4) apt-get install build-essential
5) apt-get install libssl-dev
6) apt-get install libdb4.8-dev
7) apt-get install libdb++-dev
Cool apt-get install libqrencode-dev
9) apt-get install libboost1.48-all-dev
10) apt-get update
11) apt-get install git
12) apt-get update
13) git clone https://github.com/worldcoinproject/Worldcoin
14) cd Worldcoin
15) qmake "USE_UPNP=-"
16) make
17) ./worldcoin-qt

Alternatively, for steps 15-17 you can use:

15) cd src
16) make -f makefile.unix worldcoind USE_UPNP=
17)./worldcoind

This method is better if you use linux without a GUI, or if you just prefer to use a daemon (I prefer gnomeless Debian, so I always use daemons).

Crystaleyes (OP)
Full Member
***
Offline Offline

Activity: 147
Merit: 100



View Profile
December 14, 2013, 04:17:13 PM
 #7

Again, thanks for the input.

 Why is it that some just unpack and install whilst others we write half a book of commands?


 Not complaining, but quite a lot to remember and don't always have access to the same computer with the correct bookmarks.

 All good though.


Is it not amazing? That in the sub-micro world of the atom, quantum physics requires the perpetual motion of particles with both spin and orbital motions.
 
 Yet in the macro world, mainstream science is based upon the law that a perpetual motion machine is absolutely impossible!

 This is the embarrassing state of today's science...
Pages: [1]
  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!