I am working my way through the bitcoin source code but I can't seem to find the
int main(){
}
part.
The only main() I can find appears to be a QT test in qt/bitcoin.cpp
Is there something I am overlooking, with respect to how the program would 'start'?
I found
int main(...)
right here: https://github.com/bitcoin/bitcoin/blob/0.9.3/src/bitcoind.cpp#L173-L188