ivcelmik
|
|
September 13, 2015, 04:28:03 PM |
|
Hi Oc when you will set a pool?
|
|
|
|
defaced (OP)
Legendary
Offline
Activity: 2198
Merit: 1014
Franko is Freedom
|
|
September 13, 2015, 04:29:21 PM |
|
Hi Oc when you will set a pool?
He could goahead and get everything setup, find peers and such, then when the new genesis comes out launch it.
|
|
|
|
ivcelmik
|
|
September 13, 2015, 04:39:37 PM |
|
Hi Oc when you will set a pool?
He could goahead and get everything setup, find peers and such, then when the new genesis comes out launch it. Ok thx
|
|
|
|
GoldenEye
|
|
September 13, 2015, 05:21:43 PM |
|
Status Ubuntu 14.04 x64; Dual Stack (IPv4/IPv6); Port 41356 UDP open (both IPv6 and IPv4)
After updating from github no change: - no peer automatically found - adding manually f944 successful admin.addPeer("enode://f944c6702a78a0cbcd6505b76daff069dad2e45ff88896c475da2bef47091c88e5b4042211233e397ad958be998003a2674151e60719c5fdeeff5f8cc2c231a1@74.196.59.103:42786") - adding peers given in OP failed admin.addPeer("enode://4055ec69e53df4bfecb95e3b65c28e4f2a1145a3bdc4d85d077b552248cf159951afd649f044783bebf48b902fbc0e96978c76236fd4ab3d5ef7d95d72b84ee5@[::]:42786")
==> it seemed that only peers could be added manually, which contained an IPv4 address ==> peers given by the unspecified IPv6 addresss [::] were not found
So I tested to disable the IPv6 Stack: bingo:
> admin.peers [{ Caps: "exp/60, exp/61", ID: "15a6ddec7c2e7fc67686557975b41c6308525a69c8ce56747d6ae9c7e9dc8910a4624443ffc1270 01f72f8f8fca4a67d04906e72d725d7b39dbff4454b8b2b28", LocalAddress: "192.168.0.101:41356", Name: "Gexp/v1.1.3/windows/go1.4.2", RemoteAddress: "68.197.12.14:42786" }, { Caps: "exp/60, exp/61", ID: "4055ec69e53df4bfecb95e3b65c28e4f2a1145a3bdc4d85d077b552248cf159951afd649f044783 bebf48b902fbc0e96978c76236fd4ab3d5ef7d95d72b84ee5", LocalAddress: "192.168.0.101:60407", Name: "Gexp/v1.1.3-df8d5237/linux/go1.4", RemoteAddress: "45.55.217.136:42786" }, { Caps: "exp/60, exp/61", ID: "f944c6702a78a0cbcd6505b76daff069dad2e45ff88896c475da2bef47091c88e5b4042211233e3 97ad958be998003a2674151e60719c5fdeeff5f8cc2c231a1", LocalAddress: "192.168.0.101:57212", Name: "Gexp/v1.1.2-74cee8c3/linux/go1.4", RemoteAddress: "74.196.59.103:42786" }]
It seems, if IPv6 stack is enabled, the node tries to find peers using IPv6 only. This will fail, because no peer is listening on an open IPv6 port.
Strange: After reenabling the IPv6 Stack all is working well. Seems that the node is caching known peers (like bitcon (peers.dat)
I cannot check this now, but perhaps this will help: admin.addPeer("enode://4055ec69e53df4bfecb95e3b65c28e4f2a1145a3bdc4d85d077b552248cf159951afd649f044783bebf48b902fbc0e96978c76236fd4ab3d5ef7d95d72b84ee5@0.0.0.0:42786")
@defaced any comments?
|
|
|
|
defaced (OP)
Legendary
Offline
Activity: 2198
Merit: 1014
Franko is Freedom
|
|
September 13, 2015, 05:25:34 PM |
|
Status Ubuntu 14.04 x64; Dual Stack (IPv4/IPv6); Port 41356 UDP open (both IPv6 and IPv4)
After updating from github no change: - no peer automatically found - adding manually f944 successful admin.addPeer("enode://f944c6702a78a0cbcd6505b76daff069dad2e45ff88896c475da2bef47091c88e5b4042211233e397ad958be998003a2674151e60719c5fdeeff5f8cc2c231a1@74.196.59.103:42786") - adding peers given in OP failed admin.addPeer("enode://4055ec69e53df4bfecb95e3b65c28e4f2a1145a3bdc4d85d077b552248cf159951afd649f044783bebf48b902fbc0e96978c76236fd4ab3d5ef7d95d72b84ee5@[::]:42786")
==> it seemed that only peers could be added manually, which contained an IPv4 address ==> peers given by the unspecified IPv6 addresss [::] were not found
So I tested to disable the IPv6 Stack: bingo:
> admin.peers [{ Caps: "exp/60, exp/61", ID: "15a6ddec7c2e7fc67686557975b41c6308525a69c8ce56747d6ae9c7e9dc8910a4624443ffc1270 01f72f8f8fca4a67d04906e72d725d7b39dbff4454b8b2b28", LocalAddress: "192.168.0.101:41356", Name: "Gexp/v1.1.3/windows/go1.4.2", RemoteAddress: "68.197.12.14:42786" }, { Caps: "exp/60, exp/61", ID: "4055ec69e53df4bfecb95e3b65c28e4f2a1145a3bdc4d85d077b552248cf159951afd649f044783 bebf48b902fbc0e96978c76236fd4ab3d5ef7d95d72b84ee5", LocalAddress: "192.168.0.101:60407", Name: "Gexp/v1.1.3-df8d5237/linux/go1.4", RemoteAddress: "45.55.217.136:42786" }, { Caps: "exp/60, exp/61", ID: "f944c6702a78a0cbcd6505b76daff069dad2e45ff88896c475da2bef47091c88e5b4042211233e3 97ad958be998003a2674151e60719c5fdeeff5f8cc2c231a1", LocalAddress: "192.168.0.101:57212", Name: "Gexp/v1.1.2-74cee8c3/linux/go1.4", RemoteAddress: "74.196.59.103:42786" }]
It seems, if IPv6 stack is enabled, the node tries to find peers using IPv6 only. This will fail, because no peer is listening on an open IPv6 port.
Strange: After reenabling the IPv6 Stack all is working well. Seems that the node is caching known peers (like bitcon (peers.dat)
I cannot check this now, but perhaps this will help: admin.addPeer("enode://4055ec69e53df4bfecb95e3b65c28e4f2a1145a3bdc4d85d077b552248cf159951afd649f044783bebf48b902fbc0e96978c76236fd4ab3d5ef7d95d72b84ee5@0.0.0.0:42786")
@defaced any comments? That seems like an accurate description of what is happening
|
|
|
|
GoldenEye
|
|
September 13, 2015, 06:00:24 PM |
|
That seems like an accurate description of what is happening
And what could be the solution for the average inexperienced user? I think the client discover peers using IPv6 and IPv4 connections or it should prevent IPv6 connections. And that should take place before the main launch, to allow a fair distribution!!
|
|
|
|
CryptoBeef
Newbie
Offline
Activity: 37
Merit: 0
|
|
September 13, 2015, 06:10:46 PM |
|
|
|
|
|
GoldTiger69
|
|
September 13, 2015, 06:29:49 PM |
|
Me GPU mining on windows to a linux daemon on my local network What miner is it? And how do you point the miner towards your daemon? I can only use ethminer on the same box that's running the daemon. I tried using my local ip address and several rpc ports but it can't connect
|
|
|
|
|
benjy33
Legendary
Offline
Activity: 1339
Merit: 1002
|
|
September 13, 2015, 07:19:52 PM |
|
Yeees...now connected and working. hello help me please? Download this from https://drive.google.com/file/d/0B6-zgS8gYXFaRmtfeEpLZTFqZzA/view?usp=sharing and then Step-1 new account (passwords are invisible, enter password, hit enter, enter password again, hit enter) Step-2 genesis (just click that) but u have to edit the file and replace geth with gexp then u close it with CTRL+C Step-3 Start Expanse Step-4 gpu_mining_solo ok thank you very much and it seems that this undermining and how I see my balance as is transferred thanks
|
|
|
|
ocminer
Legendary
Offline
Activity: 2688
Merit: 1240
|
|
September 13, 2015, 07:28:31 PM |
|
Pool is ready for pre-reg: https://exp.suprnova.ccI'll launch the pool approx 6-8 hours after coin launch, so there is plenty of time for you guys to solo and get the rigs etc. running
|
suprnova pools - reliable mining pools - #suprnova on freenet https://www.suprnova.cc - FOLLOW us @ Twitter ! twitter.com/SuprnovaPools
|
|
|
kohonez
Member
Offline
Activity: 90
Merit: 10
|
|
September 13, 2015, 07:28:51 PM |
|
|
|
|
|
kondiomir
Legendary
Offline
Activity: 1568
Merit: 1000
Twitter @Acimirov
|
|
September 13, 2015, 07:30:54 PM |
|
Anyone knows how to check my wallet balance ?
|
|
|
|
randywald
|
|
September 13, 2015, 07:32:05 PM |
|
Pool is ready for pre-reg: https://exp.suprnova.ccI'll launch the pool approx 6-8 hours after coin launch, so there is plenty of time for you guys to solo and get the rigs etc. running Awesome! I will switch to the pool after some hours or days of solo mining.
|
|
|
|
arloseb
|
|
September 13, 2015, 07:36:04 PM |
|
Much more interesting then the other scam eth fork coin out some weeks ago with big premine.
And there is also a legit dev here.
|
|
|
|
anderson705
|
|
September 13, 2015, 07:36:38 PM |
|
Anyone knows how to check my wallet balance ? web3.fromWei(exp.getBalance(exp.coinbase))
|
|
|
|
go6ooo1212
Legendary
Offline
Activity: 1512
Merit: 1000
quarkchain.io
|
|
September 13, 2015, 07:38:04 PM |
|
I finish the guide with step 3 , with that console : instance: Gexp/v1.1.3/windows/go1.4.2 datadir: C:\Users\Joro\AppData\Roaming\Expanse coinbase: 0x7b19037db71f10bd38c9a5e1608e6f50e7af2a87 at block: 7785 (Sun, 13 Sep 2015 22:35:33 EEST) modules: admin:1.0 db:1.0 debug:1.0 exp:1.0 miner:1.0 net:1.0 personal:1.0 shh:1 .0 txpool:1.0 web3:1.0 >
|
|
|
|
CowboyKiller
|
|
September 13, 2015, 07:42:26 PM |
|
Much more interesting then the other scam eth fork coin out some weeks ago with big premine.
And there is also a legit dev here.
Pity this premine is 44x larger than Shifts.
|
|
|
|
kondiomir
Legendary
Offline
Activity: 1568
Merit: 1000
Twitter @Acimirov
|
|
September 13, 2015, 07:56:06 PM |
|
Anyone knows how to check my wallet balance ? web3.fromWei(exp.getBalance(exp.coinbase)) What a command. Thanks a lot btw
|
|
|
|
BitcoinForumator
Legendary
Offline
Activity: 1120
Merit: 1000
|
|
September 13, 2015, 07:56:57 PM |
|
Couple of noob issues for Win 64:
Step 1 new account - OK Step 2 - OK I guess Step 3 - I get "Fatal: blockchain db err: The process cannot access the file..." Step 4 -
|
|
|
|
|