Author

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

member
Activity: 115
Merit: 10
September 18, 2015, 02:54:06 PM
Interestingly, when I connect to the mining port (8546) with my browser, I get the same "404 page not found" error as what you're seeing.
Maybe you can post your config.json file in entirety, maybe you're missing a comma somewhere.
Here's mine and it's working for reference.

Code:
{
"threads": 2,

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

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

"upstreamCheckInterval": "5s",
"upstream": [
{
"name": "main",
"url": "http://127.0.0.1:8545",
"timeout": "10s"
},
{
"name": "backup",
"url": "http://127.0.0.2:8545",
"timeout": "10s"
}
],

"newrelicEnabled": false,
"newrelicName": "MyEtherProxy",
"newrelicKey": "SECRET_KEY",
"newrelicVerbose": false
}





It's not working. I tell you 192.168.1.X:8080/stats shows json formated info so that part is ok, 192.168.1.X:8080 show the text "404 page not found" on white background i posted screen before that even not standard output from the browser when real page not found, and tells us that it's part working also but not properly.

I believe that output is exception from javascript, am i right ? But i can't find this in code from here https://github.com/sammy007/ether-proxy/tree/v0.0.1/www

So this is not a real problem for me, cause i got experience with json format and already make simple refresher on java using Json library. And in the end could anybody explain what the hell is this in conf file ?

Code:
 "proxy": {
"listen": "0.0.0.0:8546",

And this is working.
sr. member
Activity: 407
Merit: 254
September 18, 2015, 02:08:29 PM
Mining isn't started. What's the problem?


how much memory in your gpu ?
2gb minimum to mine eth
hero member
Activity: 664
Merit: 500
September 18, 2015, 01:42:58 PM
Mining isn't started. What's the problem?

legendary
Activity: 1596
Merit: 1011
September 18, 2015, 08:51:59 AM
On the same system, try the localhost URL:

http://127.0.0.1:8080

Its odd the stats page works but not the index page. Have you tried to re-download from github?



Can you post a pic with ip request in your browser for the frontend, maybe i did something wrong.


http://1.2.3.4:8080


Maybe i need some of additional soft like latest vcredist, SP1 for Win7 or anything where index.html and .js placed? It's a fresh OS with only video drivers and inf_intel.

It's not working. I tell you 192.168.1.X:8080/stats shows json formated info so that part is ok, 192.168.1.X:8080 show the text "404 page not found" on white background i posted screen before that even not standard output from the browser when real page not found, and tells us that it's part working also but not properly.

I believe that output is exception from javascript, am i right ? But i can't find this in code from here https://github.com/sammy007/ether-proxy/tree/v0.0.1/www

So this is not a real problem for me, cause i got experience with json format and already make simple refresher on java using Json library. And in the end could anybody explain what the hell is this in conf file ?

Code:
 "proxy": {
"listen": "0.0.0.0:8546",

And this is working.
member
Activity: 115
Merit: 10
September 18, 2015, 08:32:21 AM
On the same system, try the localhost URL:

http://127.0.0.1:8080

Its odd the stats page works but not the index page. Have you tried to re-download from github?



Can you post a pic with ip request in your browser for the frontend, maybe i did something wrong.


http://1.2.3.4:8080


Maybe i need some of additional soft like latest vcredist, SP1 for Win7 or anything where index.html and .js placed? It's a fresh OS with only video drivers and inf_intel.
legendary
Activity: 1596
Merit: 1011
September 18, 2015, 07:49:31 AM

Can you post a pic with ip request in your browser for the frontend, maybe i did something wrong.


http://1.2.3.4:8080


Maybe i need some of additional soft like latest vcredist, SP1 for Win7 or anything where index.html and .js placed? It's a fresh OS with only video drivers and inf_intel.
newbie
Activity: 43
Merit: 0
September 18, 2015, 07:39:39 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

Here at OneEther we've already had 2-3 miners switch over from suprnova. We've done some benchmarking with competitor pools and will be releasing results soon, but I encourage you to mine for even a few minutes on One. Pool and see for yourself that you'd be getting more money on a PPS basis. Again, we pay you per share.

Also One. Estimate and One. Unit has the most up-to-date info afaik.

http://oneether.com/pool
it's hard to say I switched over last night your stats are showing a 1/3 of mh what my miner is and other pools bounce up and down but are pretty close to what I'm supposed to be running any advice on something that I can change
hero member
Activity: 664
Merit: 500
September 18, 2015, 07:14:38 AM
Where to look for the file of a wallet?
legendary
Activity: 1904
Merit: 1003
September 18, 2015, 06:47:35 AM

Can you post a pic with ip request in your browser for the frontend, maybe i did something wrong.


http://1.2.3.4:8080
hero member
Activity: 518
Merit: 500
September 18, 2015, 05:01:11 AM
Why does it seem that mining ETH has lower hashrate than the ETH clones, with the exact settings? 70~72 MHS  ETH vs 74~76 MHS ETH clones with 3x HD 7970.
legendary
Activity: 1596
Merit: 1011
September 18, 2015, 03:34:32 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.


It definitely there.

I fix the hashrate issue. Diff was set by 1 and it's too low for 28 mhs, so i set 4. Now it's ok. 1 problem is left with frontend.

Can you post a pic with ip request in your browser for the frontend, maybe i did something wrong.
hero member
Activity: 798
Merit: 1000
Move On !!!!!!
September 18, 2015, 03:07:55 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



So they have raised 15,000 BTCs and about 1,080,000 which amounts to about 4,000 BTCs at the current prices. So only about 20% was raised in Ethereum, all of the rest in BTCs.
If I saw this right, if not, someone correct me.

So this might not be a huge dump after all. And also, it might be that the possible Augur sale is already counted into the current price drop.

All of these are of course speculations, we'll see soon enough what will actually happen.
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
}
   
Jump to: