I installed bitcoin on my Linux Server. And connect with PUTTY.
Now to run some command lines of bitcoin (getbalance, getnewaddress,...), - At first I have to open a putty window (First window) -> and run bitcoin server by type command line below:
./bitcoind
And then to run getbalance I have to open other session (other putty window) and type:
./bitcoind getbalance
I can not run 2 above command lines at the same putty window. And if I close first window -> the statement "./bitcoind getbalance" at second window -> can not run.
How I can run "./bitcoind getbalance" (or other command lines) at any time without typing "./bitcoind" (at first window) ?