Is the number that shows up in red when you do web3.fromWei(exp.getBalance(exp.coinbase)) your balance?
yes, from the coinbase account
So what is the syntax to send coins to a different address? ty btw
Also, I've gotten around 2k coins in probably 10 mins of mining. Does this seem reasonable or is something wrong?
That seems wrong.
Type in: admin.peers
If is says "null" you are not connected and the mined coins are worthless.
Shit haha, I got "null." How do I fix it?
This is from the OP, might help or not:
./gexp --bootnodes "enode://4055ec69e53df4bfecb95e3b65c28e4f2a1145a3bdc4d85d077b552248cf159951afd649f044783bebf48b902fbc0e96978c76236fd4ab3d5ef7d95d72b84ee5@[::]:42786" --rpc console 2>exp.log
or from the console
admin.addPeer("enode://4055ec69e53df4bfecb95e3b65c28e4f2a1145a3bdc4d85d077b552248cf159951afd649f044783bebf48b902fbc0e96978c76236fd4ab3d5ef7d95d72b84ee5@[::]:42786")
Check and see if you are connected to any nodesadmin.peers
You can also get your own node info for others to connect to by entering
admin.nodeInfo
turn on miningminer.start()
miner.stop()
Once you mine a few blocks, check your balance like this
web3.fromWei(exp.getBalance(exp.coinbase))
If you are having trouble finding nodes give it a second and then follow the guide below
https://github.com/expanse-project/go-expanse/wiki/Connecting-to-the-networkBinarieshttps://github.com/expanse-project/go-expanse/tree/develop/BUILDS-GEXPUpdate For windowsDownload the new binaries
https://github.com/expanse-org/EasyExpanseWin64/archive/master.zipDoubleclick Setup_Step2_genesis.bat
Doubleclick Start_Expanse.bat
Add peers from just incase..
Doubleclick Start_Mining.bat
admin.addPeer("enode://4055ec69e53df4bfecb95e3b65c28e4f2a1145a3bdc4d85d077b552248cf159951afd649f044783bebf48b902fbc0e96978c76236fd4ab3d5ef7d95d72b84ee5@[::]:42786")
admin.addPeer("enode://f944c6702a78a0cbcd6505b76daff069dad2e45ff88896c475da2bef47091c88e5b4042211233e397ad958be998003a2674151e60719c5fdeeff5f8cc2c231a1@74.196.59.103:42786")
admin.addPeer("enode://d4ad71ef4251c4d7b07424526dea7a4205b19e24cdb3c44e22ece9e48a38c57f1eb917df67cc93db7a21e9d2aafa016601d0787f200ddac2804608f6c740fe94@[::]:42786")
admin.addPeer("enode://6a1e4409f358ba71622f9573d4f1eefd922040c11f860d613a0b6183701bc4a5a9314e98474669473c30efca7d821ae1904e31eb0326579bca34daabe7e01d52@[::]:42786")
admin.addPeer("enode://4055ec69e53df4bfecb95e3b65c28e4f2a1145a3bdc4d85d077b552248cf159951afd649f044783bebf48b902fbc0e96978c76236fd4ab3d5ef7d95d72b84ee5@[::]:42786")
admin.addPeer("enode://d98e814b2310bef6b07ca6d72b1982938c13702336e9a0c6004a562d6b8c2f5360850df714143c28f65c0d690d90341bbc72f953e232cf5673cc7b7db7fd665c@[::]:42786")
admin.addPeer("enode://261da6789b8720fc61a17c532022f9ac8d25c82680caeaf3f68f67e723deac190000847f276dfa9e4ac503b6d8c13bd77aae724b263479cafc8808ede0f1deb9@18.97.7.22:42786")
admin.addPeer("enode://2444ddb2aa1c34d55f9b28a1e2b57f1d6c381250776574432381db6984996a2a05f560f0a751443d5a5df4c608a8dc6acc0bdb19bea5905edf643d2c9b44d159@85.217.235.15:63117")
admin.addPeer("enode://f3223bf8ea731e569a27318f00f4cc3696ec7d45005604f2731efc21f95028d230671dfc907f44cbed3f7fa0033e1111ffd8f9db1286b3721641d77afd500ade@54.72.197.108:46741")
admin.addPeer("enode://15a6ddec7c2e7fc67686557975b41c6308525a69c8ce56747d6ae9c7e9dc8910a4624443ffc127001f72f8f8fca4a67d04906e72d725d7b39dbff4454b8b2b28@68.197.12.14:42786")
admin.addPeer("enode://25b8304b5a7977e5478057e5f60f3a7f0da32702f0e5d0174c84ab2a9fb270fb37ef73aba2c682d4283d617e073fdc61e082d7f277474ea64fde055e17d86814@71.62.31.72:49568")
For updating information click hereOfficial Genesis{
"nonce": "0x214652414e4b4f21",
"timestamp": "0x0",
"parentHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"extraData": "0x4672616e6b6f497346726565646f6d",
"gasLimit": "0x1388",
"difficulty": "0x40000000",
"mixhash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"coinbase": "0x93decab0cd745598860f782ac1e8f046cb99e898",
"alloc": {
"0xbb94f0ceb32257275b2a7a9c094c13e469b4563e": { "balance": "10000000000000000000000000" },
"0x15656715068ab0dbdf0ab00748a8a19e40f28192": { "balance": "1000000000000000000000000"},
"0xc075fa11f85bda3aaba67106226aaf086ac16f4e": { "balance": "100000000000000000000000"},
"0x93decab0cd745598860f782ac1e8f046cb99e898": { "balance": "10000000000000000000000"}
}
}
Poolshttps://exp.suprnova.ccConsole Cheat SheetBlockHeight == exp.blockNumber
nodeinfo == admin.noteInfo
peers == admin.peers
addnode == admin.addPeer("enode://nodekey:ipaddress@port")
send tx == exp.sendTransaction({from:exp.accounts[0], to:"0x…007", value: web3.toWei(1, "expanse")})
getBalance == exp.getBalance("0x...007")
Peercount == net.peerCount
[/quote]
Also, you can try to port forwarding on 42786 on the ip of the machine that's mining. Set the UDP and TDP to connect. I'm just pretty much just repeating what has been said before. Note, some routers have issues with port forwarding and/or NAT redirection, check with your manufacture and hope there's a firmware update for it.