Author

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

sr. member
Activity: 477
Merit: 250
Blockchain Just Entered The Real World
where is it to buy? thanx
legendary
Activity: 2408
Merit: 1102
Leading Crypto Sports Betting & Casino Platform
Having problems trying to mine this on ubuntu 15.4

I had no problems mining Eth on the same box , ethminer is already installed.

I installed gexp with no issues and have peers as well as the console going but i cant

geth ethminer to see the rpc instance

As you can see console is fine i started it with :  build/bin/gexp --rpc --rpcaddr 192.168.0.103 console

Code:
addPeer: function(),
  exportChain: function(),
  getChainSyncStatus: function(),
  getContractInfo: function(),
  getDatadir: function(),
  getNodeInfo: function(),
  getPeers: function(),
  httpGet: function(),
  importChain: function(),
  register: function(),
  registerUrl: function(),
  saveInfo: function(),
  setGlobalRegistrar: function(),
  setHashReg: function(),
  setSolc: function(),
  setUrlHint: function(),
  sleepBlocks: function(),
  startNatSpec: function(),
  startRPC: function(),
  stopNatSpec: function(),
  stopRPC: function(),
  verbosity: function()
}
> I0919 09:09:29.919381    5213 chain_manager.go:661] imported 1 block(s) (0 queued 0 ignored) including 32 txs in 30.75251ms. #21430 [1098f09c / 1098f09c]
I0919 09:10:05.701630    5213 chain_manager.go:661] imported 1 block(s) (0 queued 0 ignored) including 1 txs in 3.782116ms. #21431 [bf1349d7 / bf1349d7]
I0919 09:12:27.814021    5213 chain_manager.go:661] imported 1 block(s) (0 queued 0 ignored) including 0 txs in 3.044077ms. #21432 [3c9bd59d / 3c9bd59d]
I0919 09:12:38.887520    5213 chain_manager.go:661] imported 1 block(s) (0 queued 0 ignored) including 9 txs in 8.967443ms. #21433 [c05a5e60 / c05a5e60]
I0919 09:18:42.939511  


i used the same ethminer string i used before :
ethminer --cl-global-work 8192 --cl-local-work 128  -G -F http://192.168.0.103:8545 --farm-recheck 100 --no-precompute

but all i see is :

Code:
miner  09:31:08|ethminer  Getting work package...
  ✘  09:31:08|ethminer  Failed to submit hashrate.
  ✘  09:31:08|ethminer  Dynamic exception type: N7jsonrpc16JsonRpcExceptionE
std::exception::what: Exception -32003 : Client connector error: libcurl error: 7 -> Could not connect to http://192.168.0.103

JSON-RPC problem. Probably couldn't connect. Retrying in 1...
miner  09:31:10|ethminer  Getting work package...
  ✘  09:31:10|ethminer  Failed to submit hashrate.
  ✘  09:31:10|ethminer  Dynamic exception type: N7jsonrpc16JsonRpcExceptionE
std::exception::what: Exception -32003 : Client connector error: libcurl error: 7 -> Could not connect to http://192.168.0.103

JSON-RPC problem. Probably couldn't connect. Retrying in 2...


Kinda got me stumped here

thanks in advance
legendary
Activity: 1694
Merit: 1054
Point. Click. Blockchain
There is something wrong

last day send tx smoothly
today send tx 49 exp from wallet "success" but not received on polo  Huh

how to check my tx history from wallet

Check your balance.  Send again if it is still there.  If not, check on POL if you see the pending deposit.

-tb-

full member
Activity: 347
Merit: 100
There is something wrong

last day send tx smoothly
today send tx 49 exp from wallet "success" but not received on polo  Huh

how to check my tx history from wallet
sr. member
Activity: 315
Merit: 250
вcё пиздeц мoнeтe?
sr. member
Activity: 315
Merit: 250
hero member
Activity: 701
Merit: 511
Difficulty to high for the low price...
Giving less than ethereum..
Price should go higher Kiss
full member
Activity: 291
Merit: 106
Founder #Zerozed $x0z
In block explorer, where I can see nethash?

The block explorer is incomplete currently. It will be fully functional within the week I should expect.

Right now the easiest way is to do the math manually. diff / blocktime. I've been told.

Sorry.

https://github.com/cubedro/eth-netstats/blob/master/lib/history.js#L534-L555
full member
Activity: 503
Merit: 100
In block explorer, where I can see nethash?
hero member
Activity: 518
Merit: 500


Console Cheat Sheet
Code:
BlockHeight == 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 == web3.fromWei(exp.getBalance(exp.coinbase), "expanse")
Peercount == net.peerCount

Please add "exp.accounts" to the cheat sheet.

There an error in the cheat sheet: "nodeinfo == admin.noteInfo"

It's suppose to be: "nodeinfo == admin.nodeInfo"
full member
Activity: 291
Merit: 106
Founder #Zerozed $x0z
It seems I have no idea how is emission model set up.

Where can I see some details? Charts or some hard data?

I am working on my proposal for the Inflation Model which includes total coin supply etc. Navigate to http://slack.expanse.tech/  #advisory-board
full member
Activity: 291
Merit: 106
Founder #Zerozed $x0z


Console Cheat Sheet
Code:
BlockHeight == 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 == web3.fromWei(exp.getBalance(exp.coinbase), "expanse")
Peercount == net.peerCount

Please add "exp.accounts" to the cheat sheet.
full member
Activity: 291
Merit: 106
Founder #Zerozed $x0z
I have begun my proposition for the DAO Structure. If you want to see, join the slack and navigate to http://slack.expanse.tech/  #advisory-board
full member
Activity: 291
Merit: 106
Founder #Zerozed $x0z
The Slack invite link needs to be updated. - http://slack.expanse.tech/
sr. member
Activity: 293
Merit: 251
Director - www.cubeform.io
Quote

Let me know if you still have problems and I will walk you through how to check to see if your key files are still there / intact. They should be as long as you didn't delete the data directory for Expanse. (The Installation directory and it's contents don't matter, unless you manually set the datadir to it, or installed it to the datadir.)

Hi altcoinex,

Please find below images, first image was using the first exp package, mining on a laptop and i think i have a tiny amount on it.
But at the second image, it shows the amount is zero after exp started.

#01
https://i.imgur.com/BbgabZK.png

#02
https://i.imgur.com/ijIYi2N.png
Thank you so much for your help.

Regards.

Please run the command 'exp.accounts' and tell me are there more than one account listed there?
If more than one, check the balance of each one listed.
If there is just one, the current coinbase, that is returning nothing, please try the following:

Navigate to the directory: %appdata%\Expanse\keystore
Is there more than one file there?
legendary
Activity: 1354
Merit: 1020
I was diagnosed with brain parasite
It seems I have no idea how is emission model set up.

Where can I see some details? Charts or some hard data?
sr. member
Activity: 293
Merit: 251
Director - www.cubeform.io
hello,

mind to share how to login to our previous exp wallet? i've moved to the latest exp package for win 64 but i don't know how to log in instead of creating a new account Sad

appreciate for any helps.

regards.

You should not have to; When you install a new version/update you are just replacing the application. It is installed/kept separately from your keys, blockchain info, node info, DAG, etc and should not be effected by updating versions. You should just be able to open the new version and resume use just like it was the previous version. It should have your accounts already loaded.

thank you,
i will try it again.

Let me know if you still have problems and I will walk you through how to check to see if your key files are still there / intact. They should be as long as you didn't delete the data directory for Expanse. (The Installation directory and it's contents don't matter, unless you manually set the datadir to it, or installed it to the datadir.)
sr. member
Activity: 293
Merit: 251
Director - www.cubeform.io
hello,

mind to share how to login to our previous exp wallet? i've moved to the latest exp package for win 64 but i don't know how to log in instead of creating a new account Sad

appreciate for any helps.

regards.

You should not have to; When you install a new version/update you are just replacing the application. It is installed/kept separately from your keys, blockchain info, node info, DAG, etc and should not be effected by updating versions. You should just be able to open the new version and resume use just like it was the previous version. It should have your accounts already loaded.
sr. member
Activity: 293
Merit: 251
Director - www.cubeform.io
Is there a roadmap for this coin?

We have a lot of documents and media coming out, and we have a lot of features, tools, apps, and organizational logic in development, but since it is a community coin, alot of what would be considered the majors steps to a road map is up to the community to decide. Of course, for the community to make that decision, they need an operating DAO contract framework and operating DAO on top of it. We will be releasing some documents and media soon that cover the immediate plans and timeline for development and the organization until it is in the DAO's hands, but of course getting the essentials such as our wallets, dapps, and other primary software for the project out asap is our immediate priority.
sr. member
Activity: 293
Merit: 251
Director - www.cubeform.io
Is average block time presented at http://stats.expanse.tech/ an average of the last XXX blocks? Or is it an average of all blocks found including the ones at low difficulty when Expanse launched?

Yup It is including the launch before difficulty stabilized. Some of it is from blocks coming in quicker after the launch too, from the ever-increasing hash rate as more and more people got interested and starting mining.
Let me explain: You can think of this as a kind of growing pain -- getting too big for your clothes too fast.  

When hashrate increases by ALOT very fast, ESPECIALLY like it did at launch, but also after the launch there were a few times where alot of new miners got on board over a few hour period. All of that isn't suddenly pointed at EXP in the blink of an eye over one block; It is a gradual increased over a few hours. The difficulty increases as more hash gets added, but because more people are joining in following that, there ends up being slightly more hashrate then the difficulty was calculated for.  The result is a slight increase in blocks solved compared to the expected until the hashrate is no longer increasing (like now, it is pretty stable).

When Hashrate pulls away from the coin, the inverse will happen -- difficulty will be up higher with less hash rate to solve it, result in slightly less blocks per hour. This is normal behavior and over a moderate time window averages evenly to the desired rate per hour.

Let me know if you need any further clarification or have any other questions. ;]
Jump to: