Bitcoin Forum
June 23, 2024, 01:02:59 AM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Pages: « 1 ... 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 [173] 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 ... 1311 »
  Print  
Author Topic: [ANN] Ethereum: Welcome to the Beginning  (Read 2004327 times)
sammy007
Legendary
*
Offline Offline

Activity: 1904
Merit: 1003


View Profile
September 18, 2015, 11:47:35 AM
 #3441


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
Trial
Hero Member
*****
Offline Offline

Activity: 664
Merit: 500



View Profile
September 18, 2015, 12:14:38 PM
 #3442

Where to look for the file of a wallet?
oakmaster
Newbie
*
Offline Offline

Activity: 43
Merit: 0


View Profile
September 18, 2015, 12:39:39 PM
 #3443

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
qqqq
Legendary
*
Offline Offline

Activity: 1596
Merit: 1011


View Profile
September 18, 2015, 12:49:31 PM
 #3444


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.
exciter0
Member
**
Offline Offline

Activity: 115
Merit: 10


View Profile
September 18, 2015, 01:32:21 PM
 #3445

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.

▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀█▄ G O L D M I N T ▄█▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
▬▬▬ Blockchain based platform which operates Gold-backed Cryptoassets ▬▬▬
▬▬▬▬▬▬ BLOGTelegramSlackANN ThreadTwitterReddit ▬▬▬▬▬▬
qqqq
Legendary
*
Offline Offline

Activity: 1596
Merit: 1011


View Profile
September 18, 2015, 01:51:59 PM
Last edit: September 18, 2015, 03:59:23 PM by qqqq
 #3446

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.
Trial
Hero Member
*****
Offline Offline

Activity: 664
Merit: 500



View Profile
September 18, 2015, 06:42:58 PM
 #3447

Mining isn't started. What's the problem?

almond
Sr. Member
****
Offline Offline

Activity: 407
Merit: 254


View Profile
September 18, 2015, 07:08:29 PM
 #3448

Mining isn't started. What's the problem?


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

Freedom of the press is guaranteed only to those who own one
exciter0
Member
**
Offline Offline

Activity: 115
Merit: 10


View Profile
September 18, 2015, 07:54:06 PM
 #3449

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.

▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀█▄ G O L D M I N T ▄█▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
▬▬▬ Blockchain based platform which operates Gold-backed Cryptoassets ▬▬▬
▬▬▬▬▬▬ BLOGTelegramSlackANN ThreadTwitterReddit ▬▬▬▬▬▬
WCIR
Full Member
***
Offline Offline

Activity: 144
Merit: 100


View Profile
September 18, 2015, 08:08:36 PM
 #3450


Trial
Hero Member
*****
Offline Offline

Activity: 664
Merit: 500



View Profile
September 18, 2015, 08:29:39 PM
 #3451

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?
qqqq
Legendary
*
Offline Offline

Activity: 1596
Merit: 1011


View Profile
September 18, 2015, 08:52:11 PM
 #3452

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.
page14
Full Member
***
Offline Offline

Activity: 187
Merit: 100


View Profile
September 18, 2015, 10:03:08 PM
 #3453

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?
bitrev
Sr. Member
****
Offline Offline

Activity: 335
Merit: 250


View Profile
September 18, 2015, 11:52:44 PM
 #3454

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?
soulistyce
Hero Member
*****
Offline Offline

Activity: 698
Merit: 510



View Profile
September 19, 2015, 12:46:32 PM
 #3455

Been mining for 3 days on onepool...no problems...a real good pool. Payments are fine..almost whats its calculated
qqqq
Legendary
*
Offline Offline

Activity: 1596
Merit: 1011


View Profile
September 19, 2015, 05:44:16 PM
Last edit: September 20, 2015, 04:02:30 PM by qqqq
 #3456

Found valid block via proxy, not accepted. Orphan ?

Is anybody found the blocks via proxy ?
sammy007
Legendary
*
Offline Offline

Activity: 1904
Merit: 1003


View Profile
September 20, 2015, 06:03:09 PM
 #3457

Found valid block via proxy, not accepted. Orphan ?

Is anybody found the blocks via proxy ?

Check your setup.
qqqq
Legendary
*
Offline Offline

Activity: 1596
Merit: 1011


View Profile
September 20, 2015, 06:28:29 PM
Last edit: September 20, 2015, 06:54:51 PM by qqqq
 #3458

Found valid block via proxy, not accepted. Orphan ?

Is anybody found the blocks via proxy ?

Check your setup.

I asked others for the confirmation. People are usually testing themselves software in testnet and think that everything is ok, but practically is not.

It could be accepted valid block by wallet but not the network. It could be bug like recent in ccminer for the Lyra2re2 algo and VTC when block is found it crushed and not accepted etc.
Grumlin
Legendary
*
Offline Offline

Activity: 2891
Merit: 1149



View Profile WWW
September 20, 2015, 08:58:50 PM
 #3459



           ▄
         ▄███
         ▀████▄
       ▄  ▀████▄
      ███▄ ▀████▄
    ▄████   ▀████▄
   ▄████      ████▄
  ▄████        ████▄
 █████          █████
▀████▄          ▄████▀
  ▀████▄▄▄▄   ▄████▀
    ▀████▀  ▄████▀
LISK
       ▄▄▄▄▄▄▄
   ▄▄▀▀       ▀▀▄▄
  █               █ ▄
 █   █▀▄ ▀█▀ ▀█▀   █ ▀▄
 █   █▀▄  █   █    █  ▀▄
  █  ▀▀   ▀   ▀   █    █
▄▀ ▄▄           ▄▀    ▄▀
 ▀▀  ▀▀▄▄▄▄▄▄▄▀▀      ▀▄
        ▀▄▄      ▄▄▀▀▄▄▀
           ▀▀▀▀▀▀

                      ▄▄▄
  ▄█▄              ▄███████▄
  ▀████▄▄         ██████▀██████▀
    ▀▀▀████▄▄     ███████████▀
    ▀██▄███████▄▄███████████
     ▄▄▄▀██████████████████
      ▀████████████████████
▀█▄▄     ▀████████████████
  ▀████████████████▀█████
    ▀████████████▀▄▄███▀
       ▀▀██████████▀▀
           ▀▀▀▀▀

    ▄█▄            ▄█▄
   █████          █████
  ███████ ▄▄▄▄▄▄ ███████
 ▄██████████████████████▄
 ████████████████████████
██████████████████████████
██████▀▀          ▀▀██████
█████▀   ▄      ▄   ▀█████
 ████   ███    ███   ████
  ████   ▀      ▀   ████
   ▀████▄▄▄▄▄▄▄▄▄▄████▀
     ▀▀████████████▀▀

               ▄▄   ▄▄
              ▄▀ ▀▀█  █
             ▄▀     ▀▀
         ▄▄▄▄█▄
     ▄█▀▀▀▀▀▀▀▀▀▀█▄
 ▄▀▄▀              ▀▄▀▄
█  █   ▄█▄    ▄█▄   █  █
 ▀█    ▀█▀    ▀█▀    █▀
  █                  █
   █   ▀▄      ▄▀   █
    ▀▄   ▀▀▀▀▀▀   ▄▀
      ▀▀▄▄▄▄▄▄▄▄▀▀






   ▄▄████████████████▄▄
 ▄█████▀▀▀██████▀▀▀█████▄
▄████▀  ▀▀▀    ▀▀▀  ▀████▄
████▀                ▀████
███▀                  ▀███
███       ▄    ▄       ███
██▀      ███  ███      ▀██
██       ▀█▀  ▀█▀       ██
██▄     ▄        ▄     ▄██
▀██▄     ▀▀▄▄▄▄▀▀     ███▀
 ▀███▄▄▄▄▄▄████▄▄▄▄▄▄███▀
   ▀▀████████████████▀▀

   ▄▄███████████████▄▄
 ▄█████████████████████▄
▄██████████████▀▀███████▄
████████████▀▀    ███████
█████████▀▀   ▄   ███████
██████▀▀     █    ███████
████▀       █     ███████
█████▄▄   ▄█      ███████
████████ ██▄      ███████
▀████████ ▀▄███▄▄███████▀
 ▀█████████████████████▀
   ▀▀███████████████▀▀

   ▄▄████████████████████▄▄
 ▄██████████████████████████▄
▄████████████████████████████▄
██████████ ▀▀█████████████████
██████████     ▀▀█████████████
██████████         ▀▀█████████
██████████         ▄▄█████████
██████████     ▄▄█████████████
██████████ ▄▄█████████████████
▀████████████████████████████▀
 ▀██████████████████████████▀
   ▀▀████████████████████▀▀


  ▄▄███████████████▄▄
 █████████████████████
███████████████████████
███████████▀    ███████
██████████  ▄██████████
██████████  ███████████
████████      ▄████████
██████████  ███████████
██████████  ███████████
██████████  ███████████
 █████████████████████
  ▀▀███████████████▀▀
exciter0
Member
**
Offline Offline

Activity: 115
Merit: 10


View Profile
September 20, 2015, 10:57:18 PM
 #3460

Found valid block via proxy, not accepted. Orphan ?

Is anybody found the blocks via proxy ?

Found 8 blocks and 2 uncles so far. Was used to getting 5 eth or less mining on a pool before.  So yeah, proxy is working.

▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀█▄ G O L D M I N T ▄█▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
▬▬▬ Blockchain based platform which operates Gold-backed Cryptoassets ▬▬▬
▬▬▬▬▬▬ BLOGTelegramSlackANN ThreadTwitterReddit ▬▬▬▬▬▬
Pages: « 1 ... 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 [173] 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 ... 1311 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!