Author

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

legendary
Activity: 1904
Merit: 1003
September 20, 2015, 01:03:09 PM
Found valid block via proxy, not accepted. Orphan ?

Is anybody found the blocks via proxy ?

Check your setup.
legendary
Activity: 1596
Merit: 1011
September 19, 2015, 12:44:16 PM
Found valid block via proxy, not accepted. Orphan ?

Is anybody found the blocks via proxy ?
hero member
Activity: 701
Merit: 511
September 19, 2015, 07:46:32 AM
Been mining for 3 days on onepool...no problems...a real good pool. Payments are fine..almost whats its calculated
sr. member
Activity: 335
Merit: 250
September 18, 2015, 06:52:44 PM
Late announcement, but source code has been released for One Ether yesterday.

OneEther(http://oneether.com) is proud to release the source code to One Estimate (the simple ethereum profitability calculator), and One Unit (the simple Ethereum unit converter).

Source to One Estimate: https://github.com/OneEther/OneEstimate

Source to One Unit: https://github.com/OneEther/OneUnit

We are working hard to make the Ethereum community a better place and will be releasing more in the future!

OneEther is a full Ethereum platform including:

One Board: Ethereum Dashboard
One Chain: Ethereum Blockchain Explorer
One Dice: Ethereum Dice Game
One Estimate: Ethereum Profitability Calculator
One Pool: Ethereum Mining Pool
One Unit: Ethereum Currency Converter

Check us out: http://oneether.com

In the upcoming weeks, we are planning to release the source code for the rest of our platform. For a full release schedule, check out our release document.

LOL the team use newbie accounts for masking up the lose of faith..
http://imgur.com/LCoKkSe

There is potential, but if the team panics, how solid is it?
full member
Activity: 187
Merit: 100
September 18, 2015, 05:03:08 PM
Geth/eth mining proxy with web-interface.

Hey sammy, thnx for sharing your ether proxy with us.
Working great.

I wanted to ask you... is there any way to figure out what difficulty should i use.
For instance, if i have a rig with 5 gpus~ 100mh, what difficulty should i use?
legendary
Activity: 1596
Merit: 1011
September 18, 2015, 03:52:11 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.


My config file is same as yours except this url

Code:
"upstream": [
{
"name": "main",
"url": "http://127.0.0.1:8545",

When i set http://127.0.0.1:8545 i got this error



So my proxy works only when i type 192.168.X.X:8545 - IP of PC when proxy placed.
hero member
Activity: 664
Merit: 500
September 18, 2015, 03:29:39 PM
Mining isn't started. What's the problem?


how much memory in your gpu ?
2gb minimum to mine eth

Memory in GPU 2Gb, has to be enough. Random access memory 8Gb.
What can be?
full member
Activity: 144
Merit: 100
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.
Jump to: