TIPS from B2Bcoin!
If you want faster access to your coins, simply start the wallet connected to a remote daemon. To start the simplewallet (CLI wallet) with a remote daemon add this line:
--daemon-address=194.32.76.162:39156
For Windows users there is a couple of ways to do it...
Option 1: create a .bat file in the same folder as simplewallet with this text inside:
simplewallet.exe --daemon-address=194.32.76.162:39156
Option 2: Create a shortcut to simplewallet somewhere and rightclick the shortcut and choose 'Properties' and in 'Target' add --daemon-address=194.32.76.162:39156 after simplewallet.exe e.g.
Target C:\PathToSimplewallet\simplewallet.exe --daemon-address=194.32.76.162:39156
Option 3: Start CMD and navigate to where you have simplewallet.exe and type:
simplewallet.exe --daemon-address=194.32.76.162:39156
For Mac and Linux simply start it in the Terminal with:
./simplewallet --daemon-address=194.32.76.162:39156