Bitcoin Forum
May 30, 2024, 11:48:01 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: After revise to source, what to run? bitcoin-qt?  (Read 142 times)
wsxdrfv (OP)
Jr. Member
*
Offline Offline

Activity: 405
Merit: 5


View Profile WWW
February 22, 2018, 12:16:03 PM
 #1

So for test purpose, after source revision, how to test it?

after [ make ] and [ make install ],

What would I run to test? ./bitcoind  or  ./bitcoin-qt ?
achow101
Moderator
Legendary
*
expert
Offline Offline

Activity: 3402
Merit: 6659


Just writing some code


View Profile WWW
February 22, 2018, 04:32:28 PM
Merited by Foxpup (1), ABCbits (1)
 #2

There's are two tests, unit tests and rpc tests. You can run the unit tests by doing make checkj. You can run the rpc tests by doing test/functional/test_runner.py.

0xuser
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
May 15, 2018, 07:31:15 PM
 #3

If you build a wallet on Linux or macOS, built binaries will be located at /usr/local/bin
There you can find bitcoind, bitcoin-cli, bitcoin-qt, ...

So after make and make install, run

Code:
cd /usr/local/bin
./bitcoin-qt
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!