Author

Topic: windows qt wallet (Read 915 times)

member
Activity: 154
Merit: 14
August 31, 2017, 02:09:55 PM
#4
how to develop windows qt wallet on ubuntu ... how to setup environment .... any guide to help

Did you understand what you said?
Windows is one operating system
Ubuntu is different

For Ubuntu, you need to take the bitcoin qt wallet code and compile it.
Bitcoin Core wallet isn’t included in Ubuntu software repository, but we can easily install it from the Bitcoin Team PPA

1) Fire up a terminal window (CTRL+ALT+T) and run the following 3 commands to add the PPA, update local package index and install Bitcoin Core wallet.

Code:
sudo add-apt-repository ppa:bitcoin/bitcoin
sudo apt update
sudo apt install bitcoin-qt bitcoind

2) bitcoin-qt provides a graphical interface, while bitcoind is the Bitcoin daemon. If you just want a graphical interface and have no plan to use the daemon, then don’t enter bitcoind in the command line.

Once installed, Bitcoin Core wallet can be started from Unity Dash or your preferred app launcher.
Or using the command below.

Code:
bitcoin-qt

Upon first launch, it will ask you to set your bitcoin data directory which will be used to store the Bitcoin block chain and your wallet. The default is .bitcoin/ under your home directory. Make sure the data directory has more than 120GB free disk space.
newbie
Activity: 54
Merit: 0
August 31, 2017, 12:27:05 PM
#3
Which coin you are going to working on?
staff
Activity: 3374
Merit: 6530
Just writing some code
August 29, 2017, 09:51:48 AM
#2
Can you please be more specific? Are you writing your own software or are you trying to contribute to an already existing one? Do you know how to cross compile?
member
Activity: 78
Merit: 10
August 29, 2017, 02:22:50 AM
#1
how to develop windows qt wallet on ubuntu ... how to setup environment .... any guide to help
Jump to: