coin base on attach is showing my ethereum address and not the address i made earlier with geth, how do i resolve this as ive allready got a few coins ive lost
You have to change coinbase
check all the addresses via
geth account list
then find the desired wallet
they are going like
0
1
2
3
4
5
then start geth with console and set coinbase
web3.miner.setEtherbase(web3.eth.accounts[YOURNUMBER])
C:\Users\Butmuncher>geth account list
WARN [09-11|22:40:09] No etherbase set and no accounts found as default
C:\Users\Butmuncher>
C:\Users\Butmuncher>geth personal.newAccount("Butmuncher26")
WARN [09-11|22:41:43] No etherbase set and no accounts found as default
INFO [09-11|22:41:43] Starting peer-to-peer node instance=Geth/v1.6.7-stable/windows-amd64/go1.8.3
INFO [09-11|22:41:43] Allocated cache and file handles database=C:\\Users\\Butmuncher\\AppData\\Roaming\\SHAFT\\geth\\chaindata cache=128 handles=1024
INFO [09-11|22:41:43] Initialised chain configuration config="{ChainID: 420 Homestead: 0 DAO: 0 DAOSupport: false EIP150: 0 EIP155: 0 EIP158: 0 Metropolis: 9223372036854775807 Engine: ethash}"
INFO [09-11|22:41:43] Disk storage enabled for ethash caches dir=C:\\Users\\Butmuncher\\AppData\\Roaming\\SHAFT\\geth\\shafthash count=3
INFO [09-11|22:41:43] Disk storage enabled for ethash DAGs dir=C:\\Users\\Butmuncher\\AppData\\Shafthash count=2
INFO [09-11|22:41:43] Initialising SHAFT protocol versions="[63 62]" network=420
INFO [09-11|22:41:43] Loaded most recent local header number=779 hash=a92867…55cb3b td=13203809979787
INFO [09-11|22:41:43] Loaded most recent local full block number=779 hash=a92867…55cb3b td=13203809979787
INFO [09-11|22:41:43] Loaded most recent local fast block number=779 hash=a92867…55cb3b td=13203809979787
WARN [09-11|22:41:43] Blockchain not empty, fast sync disabled
INFO [09-11|22:41:43] Starting P2P networking
INFO [09-11|22:41:45] UDP listener up self=enode://e5f5c4d8f7e122430a144009754de606db7fa755e0ab1788477d10d1fa38a9637b6abd3e22bc8a2ee4352777f947b5244eb1177b1b469f915be2dcd6aad997ff@146.198.10.156:30303
INFO [09-11|22:41:45] RLPx listener up self=enode://e5f5c4d8f7e122430a144009754de606db7fa755e0ab1788477d10d1fa38a9637b6abd3e22bc8a2ee4352777f947b5244eb1177b1b469f915be2dcd6aad997ff@146.198.10.156:30303
INFO [09-11|22:41:45] IPC endpoint opened: \\.\pipe\geth.ipc