Bitcoin Forum
May 03, 2024, 03:50:13 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 [35] 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 ... 165 »
681  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] SOIL - fair launch, environmentally conscious, community driven on: October 17, 2015, 05:46:08 PM
Are you going to push something to github in 15 minutes?

eth/protocol.go:46: syntax error: unexpected =, expecting )
682  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] SOIL - fair launch, environmentally conscious, community driven on: October 17, 2015, 02:55:58 PM
Last commit is a total mess. Impossible to follow what changes applied. Even merge is screwed https://github.com/soilcurrency/go-ethereum/blob/master/Godeps/Godeps.json#L18
683  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Ethereum: Welcome to the Beginning on: October 17, 2015, 12:30:43 AM
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


Pushed some updates:

  • Fixed issue with upstream check
  • Configurable hashrate window
  • 24h hashrate
  • CSS fixes in frontend, especially Safari and iOS fixes

Source: https://github.com/sammy007/ether-proxy
Win64 binaries: https://github.com/sammy007/ether-proxy/releases
684  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Expanse (EXP) - Fair Launch, No ICO, Community DAO, based on Ethereum on: October 15, 2015, 10:16:01 AM
Why block explorer still can't display individual address txes and found blocks?
685  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Ethereum: Welcome to the Beginning on: September 22, 2015, 12:46:35 PM
I am looking for some way to monitor my ETH miners.
Etherminer in Ubuntu does not show me either hashrate or temps on the gpu:s.

Is there any way to get this info shown in etherminer ?
Or is there some other way to monitor several rigs mining ETH.
Right now i just have the hashrate presented at the pool i am mining at.

https://github.com/sammy007/ether-proxy only if you will go solo.
686  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Ethereum: Welcome to the Beginning on: September 20, 2015, 06:03:09 PM
Found valid block via proxy, not accepted. Orphan ?

Is anybody found the blocks via proxy ?

Check your setup.
687  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Ethereum: Welcome to the Beginning on: September 18, 2015, 11: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
688  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Ethereum: Welcome to the Beginning on: September 18, 2015, 06: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.
689  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Ethereum: Welcome to the Beginning on: September 17, 2015, 09: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.
690  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Ethereum: Welcome to the Beginning on: September 17, 2015, 08: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\ХХХ>C:\Users\ХХХ\Desktop\ether-proxy-win64\ether-proxy.exe
2015/09/17 19:38:37 Loading config: C:\Users\ХХХ\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.
691  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Ethereum: Welcome to the Beginning on: September 17, 2015, 08: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\ХХХ>C:\Users\ХХХ\Desktop\ether-proxy-win64\ether-proxy.exe
2015/09/17 19:38:37 Loading config: C:\Users\ХХХ\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.
692  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Expanse (EXP) - Fair Launch, No ICO, Community DAO, based on Ethereum on: September 17, 2015, 06:37:14 PM
Network is 2x faster than it supposed to be.
693  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Expanse (EXP) - Fair Launch, No ICO, Community DAO, based on Ethereum on: September 17, 2015, 06:06:59 PM
I sent coins to another address, source balance changed, but they didn't appear on target address balance. What is wrong? I can't remember how it work on ethereum, but I am pretty sure that exp.getbalance should display correct amount.

if you do get balance on the other address you should be able to see if its there or not even if you dont own the address since all addresses are "accounts" with "balances"

Can you teach me how to check outgoing txes from address using console?
694  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Expanse (EXP) - Fair Launch, No ICO, Community DAO, based on Ethereum on: September 17, 2015, 05:25:31 PM
I sent coins to another address, source balance changed, but they didn't appear on target address balance. What is wrong? I can't remember how it work on ethereum, but I am pretty sure that exp.getbalance should display correct amount.
695  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Expanse (EXP) - Fair Launch, No ICO, Community DAO, based on Ethereum on: September 17, 2015, 05:12:56 PM
Any block explorer available yet?
696  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Ethereum: Welcome to the Beginning on: September 17, 2015, 10:41:48 AM
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

697  Alternate cryptocurrencies / Pools (Altcoins) / Re: [POOL][XMR] hashinvest.net Monero Pool 2% fee | EU | No bullshit pool on: September 16, 2015, 05:20:51 AM
Short outage promptly fixed yesterday.
698  Alternate cryptocurrencies / Pools (Altcoins) / Re: [POOL][XMR] hashinvest.net Monero Pool 2% fee | EU | No bullshit pool on: September 16, 2015, 05:20:00 AM
Very good pool... Really payout 0.3XMR...
But pool speed down to 300kH/s Sad
I wanted to leave to another pool, but didn't want to do that.

Pool hashrate does not matter if you go long term.
699  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Ethereum: Welcome to the Beginning on: August 20, 2015, 05:09:43 PM
What daemon to run now? Any response from devs? Why explorer is behind? WTF is going on?
700  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Vertcoin - 1 | ASIC - 0 | Lyra2RE | Decentralised | GPU Mineable | Open Source on: August 13, 2015, 05:06:53 AM
I think devs should communicate with craptsy, VTC locked there for several days.
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 [35] 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 ... 165 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!