Author

Topic: [ANN] Expanse (EXP) - 1st Stable fork of Ethereum (New Algo + PirlGuard) - page 361. (Read 961462 times)

legendary
Activity: 1260
Merit: 1009
Added all working nodes posted, no dice.

net.listening true
net.peerCount still 0 every time.

https://github.com/expanse-project/go-expanse/wiki/Connecting-to-the-network

Have you checked everything in here?

Yup, nothing has resolved it.



Same problem.
Adding nodes still gives null answer.

I tried adding static-nodes.json in the roaming folder with the nodes in there, no change, still 0 nodes.
member
Activity: 109
Merit: 10
Added all working nodes posted, no dice.

net.listening true
net.peerCount still 0 every time.

https://github.com/expanse-project/go-expanse/wiki/Connecting-to-the-network

Have you checked everything in here?

Yup, nothing has resolved it.



Same problem.
Adding nodes still gives null answer.
legendary
Activity: 1260
Merit: 1009
Added all working nodes posted, no dice.

net.listening true
net.peerCount still 0 every time.

https://github.com/expanse-project/go-expanse/wiki/Connecting-to-the-network

Have you checked everything in here?

Yup, nothing has resolved it.

legendary
Activity: 1470
Merit: 1000
cryptocollectorsclub.com
Added all working nodes posted, no dice.

net.listening true
net.peerCount still 0 every time.

https://github.com/expanse-project/go-expanse/wiki/Connecting-to-the-network

Have you checked everything in here?
legendary
Activity: 1260
Merit: 1009
Added all working nodes posted, no dice.

net.listening true
net.peerCount still 0 every time.
legendary
Activity: 1260
Merit: 1009
Figured it out through genesis and account creation, thanks.

Can't get node to work as yet.
hero member
Activity: 631
Merit: 500
Former SuchPool Admin
How do you generate the genesis block in console? What I used on original ethereum doesn't work on this one.

gexp --genesis test_genesis.json

I get fatal error- the system cannot find the file specified



--genesis is loading a genesis block file, need to download one first, dev didn't provide a link for it?
legendary
Activity: 1260
Merit: 1009
How do you generate the genesis block in console? What I used on original ethereum doesn't work on this one.

gexp --genesis test_genesis.json

I get fatal error- the system cannot find the file specified

legendary
Activity: 2184
Merit: 1011
Franko is Freedom
How do you generate the genesis block in console? What I used on original ethereum doesn't work on this one.

gexp --genesis test_genesis.json
legendary
Activity: 1260
Merit: 1009
How do you generate the genesis block in console? What I used on original ethereum doesn't work on this one.
member
Activity: 102
Merit: 10
I got this message installing go1.4 "Stop! go1.4 is not a valid candidate" How can I solve this problem, I'm using ubunto 15.04 OS
help please!
hero member
Activity: 582
Merit: 502
I tried to mine with ethminer:

ethminer -G -F localhost:42786

got error

JSON-RPC problem. Probably couldn't connect. Retrying in 1...
miner  23:18:19|ethminer  Getting work package...
  ✘  23:18:24|ethminer  Failed to submit hashrate.
  ✘  23:18:24|ethminer  Dynamic exception type: jsonrpc::JsonRpcException
std::exception::what: Exception -32003 : Client connector error: libcurl error: 52

The server is running. What's wrong?


42786 is the port, try connecting to the rpc port 9656

I set my own rpcport when starting.

Code:
./gexp --rpc --rpcport 1337 console 2>exp.log

if you take the correct port, it works well  Wink

Thanks

So, which port did you used?

Edit: NVM, I just realized that using the suggestion defaced made, it works out, thanks
hero member
Activity: 582
Merit: 502
admin.addPeer("enode://d4ad71ef4251c4d7b07424526dea7a4205b19e24cdb3c44e22ece9e48a38c57f1eb917df67cc93db7a21e9d2aafa016601d0787f200ddac2804608f6c740fe94@[::]:42786")
admin.addPeer("enode://6a1e4409f358ba71622f9573d4f1eefd922040c11f860d613a0b6183701bc4a5a9314e98474669473c30efca7d821ae1904e31eb0326579bca34daabe7e01d52@[::]:42786")
admin.addPeer("enode://4055ec69e53df4bfecb95e3b65c28e4f2a1145a3bdc4d85d077b552248cf159951afd649f044783bebf48b902fbc0e96978c76236fd4ab3d5ef7d95d72b84ee5@[::]:42786")
admin.addPeer("enode://d98e814b2310bef6b07ca6d72b1982938c13702336e9a0c6004a562d6b8c2f5360850df714143c28f65c0d690d90341bbc72f953e232cf5673cc7b7db7fd665c@[::]:42786")
admin.addPeer("enode://d4ad71ef4251c4d7b07424526dea7a4205b19e24cdb3c44e22ece9e48a38c57f1eb917df67cc93db7a21e9d2aafa016601d0787f200ddac2804608f6c740fe94@[::]:42786")


The first and the last nodes are the same.
legendary
Activity: 2184
Merit: 1011
Franko is Freedom
I tried to mine with ethminer:

ethminer -G -F localhost:42786

got error

JSON-RPC problem. Probably couldn't connect. Retrying in 1...
miner  23:18:19|ethminer  Getting work package...
  ✘  23:18:24|ethminer  Failed to submit hashrate.
  ✘  23:18:24|ethminer  Dynamic exception type: jsonrpc::JsonRpcException
std::exception::what: Exception -32003 : Client connector error: libcurl error: 52

The server is running. What's wrong?


42786 is the port, try connecting to the rpc port 9656

I set my own rpcport when starting.

Code:
./gexp --rpc --rpcport 1337 console 2>exp.log

if you take the correct port, it works well  Wink

Thanks

you're welcome
hero member
Activity: 601
Merit: 500
I tried to mine with ethminer:

ethminer -G -F localhost:42786

got error

JSON-RPC problem. Probably couldn't connect. Retrying in 1...
miner  23:18:19|ethminer  Getting work package...
  ✘  23:18:24|ethminer  Failed to submit hashrate.
  ✘  23:18:24|ethminer  Dynamic exception type: jsonrpc::JsonRpcException
std::exception::what: Exception -32003 : Client connector error: libcurl error: 52

The server is running. What's wrong?


42786 is the port, try connecting to the rpc port 9656

I set my own rpcport when starting.

Code:
./gexp --rpc --rpcport 1337 console 2>exp.log

if you take the correct port, it works well  Wink

Thanks
legendary
Activity: 2184
Merit: 1011
Franko is Freedom
admin.addPeer("enode://d4ad71ef4251c4d7b07424526dea7a4205b19e24cdb3c44e22ece9e48a38c57f1eb917df67cc93db7a21e9d2aafa016601d0787f200ddac2804608f6c740fe94@[::]:42786")
admin.addPeer("enode://6a1e4409f358ba71622f9573d4f1eefd922040c11f860d613a0b6183701bc4a5a9314e98474669473c30efca7d821ae1904e31eb0326579bca34daabe7e01d52@[::]:42786")
admin.addPeer("enode://4055ec69e53df4bfecb95e3b65c28e4f2a1145a3bdc4d85d077b552248cf159951afd649f044783bebf48b902fbc0e96978c76236fd4ab3d5ef7d95d72b84ee5@[::]:42786")
admin.addPeer("enode://d98e814b2310bef6b07ca6d72b1982938c13702336e9a0c6004a562d6b8c2f5360850df714143c28f65c0d690d90341bbc72f953e232cf5673cc7b7db7fd665c@[::]:42786")
admin.addPeer("enode://d4ad71ef4251c4d7b07424526dea7a4205b19e24cdb3c44e22ece9e48a38c57f1eb917df67cc93db7a21e9d2aafa016601d0787f200ddac2804608f6c740fe94@[::]:42786")


Any idea why i see only

> admin.peers
[{
    Caps: "exp/60, exp/61",
    ID: "f944c6702a78a0cbcd6505b76daff069dad2e45ff88896c475da2bef47091c88e5b4042211233e3 97ad958be998003a2674151e60719c5fdeeff5f8cc2c231a1",
    LocalAddress: "10.0.1.8:37763",
    Name: "Gexp/v1.1.2-74cee8c3/linux/go1.4",
    RemoteAddress: "74.196.59.103:42786"
}]


same here
I can only see the node "f944c67..."

This is normal, the network is not large enough. You can do what you want the problem will be fixed only when there'll be enough nodes.
it looks like the c++ nodes discovery neighbours packets are discarded because the timeout for discovery packets is too low.
this is why the ETH launch was international and not so easy ...
It will run better with more nodes.

But maybe i'm talking shit , i'm still a troll

That's actually a good point. I think what the best thing for me to do is spin up like 5 droplets all around the world, have them all connect to each other then hardcode them.
legendary
Activity: 2184
Merit: 1011
Franko is Freedom
I tried to mine with ethminer:

ethminer -G -F localhost:42786

got error

JSON-RPC problem. Probably couldn't connect. Retrying in 1...
miner  23:18:19|ethminer  Getting work package...
  ✘  23:18:24|ethminer  Failed to submit hashrate.
  ✘  23:18:24|ethminer  Dynamic exception type: jsonrpc::JsonRpcException
std::exception::what: Exception -32003 : Client connector error: libcurl error: 52

The server is running. What's wrong?


42786 is the port, try connecting to the rpc port 9656

I set my own rpcport when starting.

Code:
./gexp --rpc --rpcport 1337 console 2>exp.log
member
Activity: 78
Merit: 10
admin.addPeer("enode://d4ad71ef4251c4d7b07424526dea7a4205b19e24cdb3c44e22ece9e48a38c57f1eb917df67cc93db7a21e9d2aafa016601d0787f200ddac2804608f6c740fe94@[::]:42786")
admin.addPeer("enode://6a1e4409f358ba71622f9573d4f1eefd922040c11f860d613a0b6183701bc4a5a9314e98474669473c30efca7d821ae1904e31eb0326579bca34daabe7e01d52@[::]:42786")
admin.addPeer("enode://4055ec69e53df4bfecb95e3b65c28e4f2a1145a3bdc4d85d077b552248cf159951afd649f044783bebf48b902fbc0e96978c76236fd4ab3d5ef7d95d72b84ee5@[::]:42786")
admin.addPeer("enode://d98e814b2310bef6b07ca6d72b1982938c13702336e9a0c6004a562d6b8c2f5360850df714143c28f65c0d690d90341bbc72f953e232cf5673cc7b7db7fd665c@[::]:42786")
admin.addPeer("enode://d4ad71ef4251c4d7b07424526dea7a4205b19e24cdb3c44e22ece9e48a38c57f1eb917df67cc93db7a21e9d2aafa016601d0787f200ddac2804608f6c740fe94@[::]:42786")


Any idea why i see only

> admin.peers
[{
    Caps: "exp/60, exp/61",
    ID: "f944c6702a78a0cbcd6505b76daff069dad2e45ff88896c475da2bef47091c88e5b4042211233e3 97ad958be998003a2674151e60719c5fdeeff5f8cc2c231a1",
    LocalAddress: "10.0.1.8:37763",
    Name: "Gexp/v1.1.2-74cee8c3/linux/go1.4",
    RemoteAddress: "74.196.59.103:42786"
}]


same here
I can only see the node "f944c67..."

This is normal, the network is not large enough. You can do what you want the problem will be fixed only when there'll be enough nodes.
it looks like the c++ nodes discovery neighbours packets are discarded because the timeout for discovery packets is too low.
this is why the ETH launch was international and not so easy ...
It will run better with more nodes.

But maybe i'm talking shit , i'm still a troll
legendary
Activity: 2184
Merit: 1011
Franko is Freedom
same here
I can only see the node "f944c67..."

thats my node so atleast you can find that one Smiley

Makes me wonder why yall arnt finding each other though.. and why my node isnt gossiping.
hero member
Activity: 601
Merit: 500
I tried to mine with ethminer:

ethminer -G -F localhost:42786

got error

JSON-RPC problem. Probably couldn't connect. Retrying in 1...
miner  23:18:19|ethminer  Getting work package...
  ✘  23:18:24|ethminer  Failed to submit hashrate.
  ✘  23:18:24|ethminer  Dynamic exception type: jsonrpc::JsonRpcException
std::exception::what: Exception -32003 : Client connector error: libcurl error: 52

The server is running. What's wrong?
Jump to: