Author

Topic: [ANN] Ethereum: Welcome to the Beginning - page 1140. (Read 2006094 times)

legendary
Activity: 1904
Merit: 1003
September 18, 2015, 01:06:36 AM
Port changing and disable firewall didn't help it shows text "404 page not found".



If api works, you probably missing index.html in www folder for some reason.

Code:

cd ether-proxy-win64
ether-proxy.exe


www should be in a directory from where you are running ether-proxy.exe.
legendary
Activity: 1596
Merit: 1011
September 17, 2015, 05:33:35 PM
How i can see frontend ? When i try open index.html it says "An error occured while polling proxy state. Make sure proxy is running."

I guess there are weird issues with running it on windows. Frontend supposed to poll configured http endpoint. So if your frontend is on "192.168.1.1:8080" you should access it by http://192.168.1.1:8080 and index.html will poll http://192.168.1.1:8080/stats.

Thank you very much /stats exactly what i needed. So it show json info in every pc that beign listening frontend in conf. I mean

Code:
"frontend": {
"listen": "192.168.1.2:8080",
"listen": "192.168.1.3:8080"

Hashrate is lower Sad about 10Mh\s instead direct solo mining.

frontend is still not working, it shows "404 page not found".

Try to move your frontend to port 80 to see if it helps. Also, either disable Windows firewall or add an exception to your firewall.

sammy007, this is very slick! Everything's working fine on Windows 7 64bit.  Cool

Port changing and disable firewall didn't help it shows text "404 page not found".



I guess it's issue with .js on the pc where proxy and index.html placed cause when i just run the js files it show error execution. Maybe not but json info looks ok

Code:
{"diff":5793843552394,"hashrate":10333,"height":249758,"invalidBlocks":0,"miners":[{"hashrate":10333,"invalidBlocks":0,"invalidShares":0,"ip":"192.168.1.4","lastBeat":1442529026262,"name":"gpu-rig","validBlocks":0,"validShares":93}],"timedOut":0,"totalMiners":1,"totalOnline":1,"upstreams":[{"current":true,"name":"main","sick":false,"url":"http://192.168.1.7:8545"},{"current":false,"name":"backup","sick":true,"url":"http://127.0.0.2:8545"}],"url":"http://0.0.0.0:8546/miner/\u003cdiff\u003e/\u003cid\u003e","validBlocks":0} 
member
Activity: 115
Merit: 10
September 17, 2015, 04:53:45 PM
How i can see frontend ? When i try open index.html it says "An error occured while polling proxy state. Make sure proxy is running."

I guess there are weird issues with running it on windows. Frontend supposed to poll configured http endpoint. So if your frontend is on "192.168.1.1:8080" you should access it by http://192.168.1.1:8080 and index.html will poll http://192.168.1.1:8080/stats.

Thank you very much /stats exactly what i needed. So it show json info in every pc that beign listening frontend in conf. I mean

Code:
"frontend": {
"listen": "192.168.1.2:8080",
"listen": "192.168.1.3:8080"

Hashrate is lower Sad about 10Mh\s instead direct solo mining.

frontend is still not working, it shows "404 page not found".

Try to move your frontend to port 80 to see if it helps. Also, either disable Windows firewall or add an exception to your firewall.

sammy007, this is very slick! Everything's working fine on Windows 7 64bit.  Cool
legendary
Activity: 1470
Merit: 1004
September 17, 2015, 04:30:47 PM
There is an article on the official ethereum forum about the secure web wallet https://ethereumwallet.org.
If you are interested, you can read that article by following the link below.
It has many screenshots and a noob friendly step by step tutorial.

http://forum.ethereum.org/discussion/3505/review-of-ethereum-web-wallet-and-basic-steps-to-get-you-started-noob-freindly

Thanks, I'll check it out, although I'm a bit weary of Web Wallets.
legendary
Activity: 1596
Merit: 1011
September 17, 2015, 04:07:50 PM
How i can see frontend ? When i try open index.html it says "An error occured while polling proxy state. Make sure proxy is running."

I guess there are weird issues with running it on windows. Frontend supposed to poll configured http endpoint. So if your frontend is on "192.168.1.1:8080" you should access it by http://192.168.1.1:8080 and index.html will poll http://192.168.1.1:8080/stats.

Thank you very much /stats exactly what i needed. So it show json info in every pc that beign listening frontend in conf. I mean

Code:
"frontend": {
"listen": "192.168.1.2:8080",
"listen": "192.168.1.3:8080"

Hashrate is lower Sad about 10Mh\s instead direct solo mining.

frontend is still not working, it shows "404 page not found".
legendary
Activity: 1904
Merit: 1003
September 17, 2015, 04:00:12 PM
How i can see frontend ? When i try open index.html it says "An error occured while polling proxy state. Make sure proxy is running."

I guess there are weird issues with running it on windows. Frontend supposed to poll configured http endpoint. So if your frontend is on "192.168.1.1:8080" you should access it by http://192.168.1.1:8080 and index.html will poll http://192.168.1.1:8080/stats.
legendary
Activity: 1596
Merit: 1011
September 17, 2015, 03:51:54 PM
Make it work just now. I left 0.0.0.0 IP and it start updating with blocks and accept shares from miner. Very strange. It should be real IP like 192.168... where my miner is...

Code:
{
"threads": 2,

"proxy": {
"listen": "0.0.0.0:8546",
"clientTimeout": "3m",
"blockRefreshInterval": "500ms"
    },

"frontend": {
"listen": "0.0.0.0:8080"
    },

It shows
Quote
2015/09/17 23:53:15 Valid share from [email protected] at difficulty 1

How i can see frontend ? When i try open index.html it says "An error occured while polling proxy state. Make sure proxy is running."
legendary
Activity: 1596
Merit: 1011
September 17, 2015, 03:38:40 PM
Anybody make the proxy work under win ? I don't. ether-proxy.exe just closing after start, if run it via cmd it shows some stats but proxy not active

Code:
C:\Users\XXX>C:\Users\XXX\Desktop\ether-proxy-win64\ether-proxy.exe
2015/09/17 19:38:37 Loading config: C:\Users\XXX\config.json
2015/09/17 19:38:37 Running with 2 threads
2015/09/17 19:38:37 Upstream: main => http://192.168.111.6:8545
2015/09/17 19:38:37 Default upstream: main => http://192.168.111.6:8545
2015/09/17 19:38:37 New block to mine on main at height: 248599
2015/09/17 19:38:37 Set block refresh every 500ms

You should point miner to http://x.x.x.x:port/miner/5/rig-1 for example.

I did that but it's not working, proxy is not active, it's not even in task manager. When i try to run ether-proxy.exe it closed immediately. When i run it via cmd it shows that info about loading config and etc but it's not updating like new block. And of course i know where i should point my miner.  

My main question is about making this work under win somebody else cause i don't see any review. Btw my solo mine is ok, just wanna to learn this proxy.

You are doing something wrong, I see in your log that it's polling daemon for new blocks. It works for me on all platforms.

This show only one block and not any other, it's not updated. Can you run ether-proxy.exe by clicking on file ? Mine is closed immediately. So i guess something wrong. I don't know if it cause of wrong config or something else.

My config.json

Code:
{
"threads": 2,

"proxy": {
"listen": "192.168.111.7:8546",
"clientTimeout": "3m",
"blockRefreshInterval": "500ms"
    },

"frontend": {
"listen": "192.168.111.7:8080"
    },

"upstreamCheckInterval": "5s",
"upstream": [
{
"name": "main",
"url": "http://192.168.111.6:8545",
"timeout": "10s"
}

],

"newrelicEnabled": false,
"newrelicName": "MyEtherProxy",
"newrelicKey": "SECRET_KEY",
"newrelicVerbose": false
}
   
legendary
Activity: 1904
Merit: 1003
September 17, 2015, 03:31:31 PM
Anybody make the proxy work under win ? I don't. ether-proxy.exe just closing after start, if run it via cmd it shows some stats but proxy not active

Code:
C:\Users\XXX>C:\Users\XXX\Desktop\ether-proxy-win64\ether-proxy.exe
2015/09/17 19:38:37 Loading config: C:\Users\XXX\config.json
2015/09/17 19:38:37 Running with 2 threads
2015/09/17 19:38:37 Upstream: main => http://192.168.111.6:8545
2015/09/17 19:38:37 Default upstream: main => http://192.168.111.6:8545
2015/09/17 19:38:37 New block to mine on main at height: 248599
2015/09/17 19:38:37 Set block refresh every 500ms

You should point miner to http://x.x.x.x:port/miner/5/rig-1 for example.

I did that but it's not working, proxy is not active, it's not even in task manager. When i try to run ether-proxy.exe it closed immediately. When i run it via cmd it shows that info about loading config and etc but it's not updating like new block. And of course i know where i should point my miner.  

My main question is about making this work under win somebody else cause i don't see any review. Btw my solo mine is ok, just wanna to learn this proxy.

You are doing something wrong, I see in your log that it's polling daemon for new blocks. It works for me on all platforms. Default config file is config.json in the same location. otherwise you should specify config filename as 1st parameter.
legendary
Activity: 1596
Merit: 1011
September 17, 2015, 03:24:34 PM
Anybody make the proxy work under win ? I don't. ether-proxy.exe just closing after start, if run it via cmd it shows some stats but proxy not active

Code:
C:\Users\XXX>C:\Users\XXX\Desktop\ether-proxy-win64\ether-proxy.exe
2015/09/17 19:38:37 Loading config: C:\Users\XXX\config.json
2015/09/17 19:38:37 Running with 2 threads
2015/09/17 19:38:37 Upstream: main => http://192.168.111.6:8545
2015/09/17 19:38:37 Default upstream: main => http://192.168.111.6:8545
2015/09/17 19:38:37 New block to mine on main at height: 248599
2015/09/17 19:38:37 Set block refresh every 500ms

You should point miner to http://x.x.x.x:port/miner/5/rig-1 for example.

I did that but it's not working, proxy is not active, it's not even in task manager. When i try to run ether-proxy.exe it closed immediately. When i run it via cmd it shows that info about loading config and etc but it's not updating like new block. And of course i know where i should point my miner.  

My main question is about making this work under win somebody else cause i don't see any review. Btw my solo mine is ok, just wanna to learn this proxy.
legendary
Activity: 1904
Merit: 1003
September 17, 2015, 03:15:03 PM
Anybody make the proxy work under win ? I don't. ether-proxy.exe just closing after start, if run it via cmd it shows some stats but proxy not active

Code:
C:\Users\XXX>C:\Users\XXX\Desktop\ether-proxy-win64\ether-proxy.exe
2015/09/17 19:38:37 Loading config: C:\Users\XXX\config.json
2015/09/17 19:38:37 Running with 2 threads
2015/09/17 19:38:37 Upstream: main => http://192.168.111.6:8545
2015/09/17 19:38:37 Default upstream: main => http://192.168.111.6:8545
2015/09/17 19:38:37 New block to mine on main at height: 248599
2015/09/17 19:38:37 Set block refresh every 500ms

You should point miner to http://x.x.x.x:port/miner/5/rig-1 for example.
sr. member
Activity: 448
Merit: 252
Follow us on our new account ShapeShift.com
September 17, 2015, 02:00:33 PM
ShapeShift has added a buy/sell feature to the real time market data website CoinCap.io! You can now buy or sell Ether straight from the market data website. Learn more about this here: http://bit.ly/1UVFZ7m

newbie
Activity: 18
Merit: 0
September 17, 2015, 01:40:25 PM
There is an article on the official ethereum forum about the secure web wallet https://ethereumwallet.org.
If you are interested, you can read that article by following the link below.
It has many screenshots and a noob friendly step by step tutorial.

http://forum.ethereum.org/discussion/3505/review-of-ethereum-web-wallet-and-basic-steps-to-get-you-started-noob-freindly
legendary
Activity: 1596
Merit: 1011
September 17, 2015, 01:25:05 PM
Anybody make the proxy work under win ? I don't. ether-proxy.exe just closing after start, if run it via cmd it shows some stats but proxy not active

Code:
C:\Users\XXX>C:\Users\XXX\Desktop\ether-proxy-win64\ether-proxy.exe
2015/09/17 19:38:37 Loading config: C:\Users\XXX\config.json
2015/09/17 19:38:37 Running with 2 threads
2015/09/17 19:38:37 Upstream: main => http://192.168.111.6:8545
2015/09/17 19:38:37 Default upstream: main => http://192.168.111.6:8545
2015/09/17 19:38:37 New block to mine on main at height: 248599
2015/09/17 19:38:37 Set block refresh every 500ms
newbie
Activity: 50
Merit: 0
September 17, 2015, 01:07:55 PM
Geth/eth mining proxy with web-interface.

Proxy feature list:

* Rigs availability monitoring
* Keep track of accepts, rejects, blocks stats
* Easy detection of sick rigs
* Daemon failover list

Source: https://github.com/sammy007/ether-proxy
Win64 binaries: https://github.com/sammy007/ether-proxy/releases

https://raw.githubusercontent.com/sammy007/ether-proxy/master/proxy.png

github.com/ethereum/go-ethereum/common - not found
legendary
Activity: 1470
Merit: 1004
September 17, 2015, 12:45:32 PM
I guess we will be getting a wallet soon! Very nice!

https://blog.ethereum.org/2015/09/16/ethereum-wallet-developer-preview/

I must say that I am delighted how Ethereum is progressing. Keep up a good job everybody.

Pretty disappointed that they didn't have a wallet ready on release, especially for a project of this magnitude. 

Currently is developer phase. They will be wallet next year in the next phase.

Yes, I understand that. Still disappointed they didn't have a simple wallet ready on release.
legendary
Activity: 2688
Merit: 1240
September 17, 2015, 11:12:57 AM
Someone else notecing lower earnings on suprnova last few days?

Calc says I should get 3,6 - 3,9 ETH/day, but I get just 2,4 - 2,7 ETH/day
ya I don't know what's up but over the last few day I've mined half of what I usually do I tried and rest my miner I'll see what happens usually I always mine on supernova it's one of the best pools out and alway adding new coins

The calcs for ETH actually do not really work, they're always too optimistic as they don't calculate orphans, network diff changes etc..

You can try soloing and should get about the same in 24h.
newbie
Activity: 43
Merit: 0
September 17, 2015, 11:07:06 AM
Someone else notecing lower earnings on suprnova last few days?

Calc says I should get 3,6 - 3,9 ETH/day, but I get just 2,4 - 2,7 ETH/day
ya I don't know what's up but over the last few day I've mined half of what I usually do I tried and rest my miner I'll see what happens usually I always mine on supernova it's one of the best pools out and alway adding new coins
sr. member
Activity: 407
Merit: 254
September 17, 2015, 10:42:21 AM
I guess we will be getting a wallet soon! Very nice!

https://blog.ethereum.org/2015/09/16/ethereum-wallet-developer-preview/

I must say that I am delighted how Ethereum is progressing. Keep up a good job everybody.

Beta tests now. Probably after new year in the next phase. But now there are some unofficial wallets you can youse with open source.

I hope some good news will minimise effect of Augur dumping the ETH collected on Ico. Is it on 1st October? How much ETH will they dump? Maybe they will do it in severeal batches. That's quite a lot ETH to dump./

Can you provide us with some more information about these dumps please?
Maybe some links and posts?

Thanks

Well I am on my mobile now so quite hard to link. Just google ethereum augur. This is huge crowdufunded project and there was lots of eth crowdfunded. They need to sell it to finance the project itself and they are supposed to start next month. They promised they will try not to crash the market but this is really huge amount of eth so maybe people are dumping before the dump.

From the Augur sale site:
Raised:     15,060.05732 BTC
              1,079,350.766 ETH
              4,247 Accounts

              $4,752,976.13 USD

legendary
Activity: 1470
Merit: 1004
September 17, 2015, 10:32:57 AM
I guess we will be getting a wallet soon! Very nice!

https://blog.ethereum.org/2015/09/16/ethereum-wallet-developer-preview/

I must say that I am delighted how Ethereum is progressing. Keep up a good job everybody.

Pretty disappointed that they didn't have a wallet ready on release, especially for a project of this magnitude. 
Jump to: