Post
Topic
Board Announcements (Altcoins)
Re: [ANN][SHIFT] First Ethereum fork. GUI wallet. No ICO/IPO. PoW, Bountys.
by
GoldenEye
on 02/09/2015, 18:13:16 UTC
I don't know how to send coins yet though. I better figure that out before it gets on an exchange.

If you mean non-programmatically then just use the GUI wallet Smiley

from CLI:
eth.sendTransaction({from: eth.accounts[0], to: eth.accounts[1], value: 1, gas: 22000})

This command transfers 1e-18 shf Shift from account0 to account1, gas is optional
The value is given in the smallest unit, because unit conversion (e.g. web3.toShf(1, "Eshf") ) seem not to work.