how do you send coins out of maxcoind.exe ?
you need your wallet address first
the you use command like this,
maxcoind.exe sendtoaddress m34LTuPV6Lvn4zPSnsyxaaKh85KUuCG2Kr 6.666
i would advise holding down shift key and right click inside one of your folders..
select, open command prompt here
then copy and paste that command in via top window area (rick click and paste)
you have to reduce your amount with 0.002 so it pays the transaction fee
so i would send 6.664 instead of what i said above..
anyway i had to hex edit my wallet .dat file cause i wasn't sure how to get the wallet address
it is inside your appdata roaming folder Maxcoin folder.. wallet.dat.. right after string called "name"
Guard that file !
You remove it and your coins are gone and you lose your address
i am new to using the daemons on coins, i usually use windows QT gui wallets.
so maybe someone else knows the command to get your wallet address
edit:
also i check my balance by using this command
maxcoind.exe getinfo
and i ran it by using this
start /b maxcoind.exe (after opening command window here)
and stop it with..
maxcoind.exe stop