Author

Topic: After revise to source, what to run? bitcoin-qt? (Read 163 times)

newbie
Activity: 6
Merit: 0
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
staff
Activity: 3458
Merit: 6793
Just writing some code
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.
jr. member
Activity: 413
Merit: 5
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 ?
Jump to: