Bitcoin Forum
May 09, 2024, 10:38:40 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Mining (Altcoins) / Re: [GUIDE] Setup your own Ethereum mining pool. on: June 15, 2017, 05:40:38 AM
Man im trying to follow your guide, after i have installed geth using
sudo apt-get install software-properties-common
sudo add-apt-repository -y ppa:ethereum/ethereum
sudo apt-get update
sudo apt-get install ethereum
After that i just use putty to connect to my vps
I run it with this command
geth  --fast --cache=512 console --rpcaddr 127.0.0.1 --rpcport 8983 --rpc --unlock COINBASEADDRESS
 the node start just fine

Then i try to run the pool module (ALL IN ONE AT FIRST) and this is a log of what I get

root@EPS:~/open-ethereum-pool# ./build/bin/open-ethereum-pool config.json


2017/06/15 05:37:58 Loading config: /root/open-ethereum-pool/config.json
2017/06/15 05:37:58 Running with 1 threads
2017/06/15 05:37:58 Backend check reply: PONG
2017/06/15 05:37:58 Starting payouts
2017/06/15 05:37:58 Set payouts interval to 2h0m0s
2017/06/15 05:37:58 No payees that have reached payout threshold
2017/06/15 05:37:58 Policy state refresh complete
2017/06/15 05:37:58 Set policy stats reset every 1h0m0s
2017/06/15 05:37:58 Set policy state refresh every 1m0s
2017/06/15 05:37:58 Running with 8 policy workers
2017/06/15 05:37:58 Upstream: main => 127.0.0.1:8545
2017/06/15 05:37:58 Upstream: backup => http://127.0.0.2:8545
2017/06/15 05:37:58 Default upstream: main => 127.0.0.1:8545
2017/06/15 05:37:58 Error while refreshing pending block on main: Post 127.0.0.1:8545: unsupported protocol scheme ""
2017/06/15 05:37:58 Error while refreshing pending block on main: Post 127.0.0.1:8545: unsupported protocol scheme ""
2017/06/15 05:37:58 Set block refresh every 120ms
2017/06/15 05:37:58 Starting proxy on 127.0.0.1:8888
2017/06/15 05:37:58 Starting API on 127.0.0.1:8080
2017/06/15 05:37:58 Set stats collect interval to 5s
2017/06/15 05:37:58 Set purge interval to 10m0s
2017/06/15 05:37:58 Purged stale stats from backend, 0 shares affected, elapsed time 550.191µs
2017/06/15 05:37:58 Stratum listening on 127.0.0.1:8008
2017/06/15 05:37:58 Stats collection finished 3.454594ms
2017/06/15 05:37:58 Error while refreshing pending block on main: Post 127.0.0.1:8545: unsupported protocol scheme ""
2017/06/15 05:37:58 Error while refreshing pending block on main: Post 127.0.0.1:8545: unsupported protocol scheme ""


If you wanna see my config file this is it
{
        "threads": 1,
        "coin": "eth",
        "name": "main",

        "proxy": {
                "enabled": true,
                "listen": "127.0.0.1:8888",
                "limitHeadersSize": 1024,
                "limitBodySize": 256,
                "behindReverseProxy": false,
                "blockRefreshInterval": "120ms",
                "stateUpdateInterval": "3s",
                "difficulty": 2000000000,
                "hashrateExpiration": "3h",

                "healthCheck": true,
                "maxFails": 100,

                "stratum": {
                        "enabled": true,
                        "listen": "127.0.0.1:8008",
                        "timeout": "120s",
                        "maxConn": 8192
                },

                "policy": {
                        "workers": 8,
                        "resetInterval": "60m",
                        "refreshInterval": "1m",

                        "banning": {
                                "enabled": false,
                                "ipset": "blacklist",
                                "timeout": 1800,
                                "invalidPercent": 30,
                                "checkThreshold": 30,
                                "malformedLimit": 5
                        },
                        "limits": {
                                "enabled": false,
 "listen": "127.0.0.1:8008",
                        "timeout": "120s",
                        "maxConn": 8192
                },

                "policy": {
                        "workers": 8,
                        "resetInterval": "60m",
                        "refreshInterval": "1m",

                        "banning": {
                                "enabled": false,
                                "ipset": "blacklist",
                                "timeout": 1800,
                                "invalidPercent": 30,
                                "checkThreshold": 30,
                                "malformedLimit": 5
                        },
                        "limits": {
                                "enabled": false,
                                "limit": 30,
                                "grace": "5m",
                                "limitJump": 10
                        }
                }
        },

        "api": {
                "enabled": true,
                "purgeOnly": false,
                "purgeInterval": "10m",
                "listen": "127.0.0.1:8080",
                "statsCollectInterval": "5s",
                "hashrateWindow": "30m",
                "hashrateLargeWindow": "3h",
                "luckWindow": [64, 128, 256],
                "payments": 30,
                "blocks": 50
        },

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

        "redis": {
                "endpoint": "127.0.0.1:6379",
                "poolSize": 10,
                "database": 0,
                "password": ""
        },

        "unlocker": {
  {
                        "name": "main",
                        "url": "127.0.0.1:8545",
                        "timeout": "10s"
                },
                {
                        "name": "backup",
                        "url": "http://127.0.0.2:8545",
                        "timeout": "10s"
                }
        ],

        "redis": {
                "endpoint": "127.0.0.1:6379",
                "poolSize": 10,
                "database": 0,
                "password": ""
        },

        "unlocker": {
                "enabled": false,
                "poolFee": 1.0,
                "poolFeeAddress": "COINBASEADDRESS",
                "donate": true,
                "depth": 120,
                "immatureDepth": 20,
                "keepTxFees": false,
                "interval": "10m",
                "daemon": "127.0.0.1:8545",
                "timeout": "10s"
        },

        "payouts": {
                "enabled": true,
                "requirePeers": 25,
                "interval": "120m",
                "daemon": "127.0.0.1:8545",
                "timeout": "10s",
                "address": "0x0",
                "gas": "21000",
                "gasPrice": "50000000000",
"autoGas": true,
                "threshold": 100000000,
                "bgsave": false
        },

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





2  Economy / Service Announcements / Re: BitcoinWisdom.com - Live Bitcoin/LiteCoin Charts on: April 20, 2017, 01:02:29 PM
Please add eth, its the second crypto by market cap, and your page even it is very basic I like it a lot more than trading view and cryptowatch to draw charts! you seem to be the only one to have found the perfect size for candles. Also if you add the possibility to scroll up and down the chart it will be amazing (in order to see lines interception on prices ranges much higher than the current ones) sorry for my seriously broken english, it is my second language and I haven't slept properly
3  Alternate cryptocurrencies / Mining (Altcoins) / nitro 4GB 480 ELPIDA on: October 10, 2016, 03:05:09 AM
Well did anyone were able to mod  the Sapphire Nitro 480 4GB with ELPIDA memory? because polaris bios editor wont read it bios properly, and I don't know how to find the strings with VStraps using a hex editor in order to modify them
4  Alternate cryptocurrencies / Mining (Altcoins) / Re: 2015-2016 LGA1151 (mother board for 6 gpu Rig) Recommendations on: September 14, 2016, 05:06:43 AM
what windows version are you using with your MSI Z170-A Pro setup ?

I'm using windows 10, as I have told before I have successfuly build several rigs before, like 30 of them with no problems whatsoever ( using the asrock h97 anniversary, until my last batch and the recent out of stock situation), it seems that there is some bios issue preventing the z170 chipset from successfuly handling more than 4 gpu , but i havent found a workaround yet ( to be honest iwasnt able to even find someone developing a solution for that)
5  Alternate cryptocurrencies / Mining (Altcoins) / Re: 2015-2016 LGA1151 (mother board for 6 gpu Rig) Recommendations on: September 14, 2016, 04:54:12 AM
I tried an ASUS H170 Gaming board and only 3/6 slots worked.
4/6 was possible depending on the right slot assignment and UEFI Setup configuration but it wasn't really stable under mining load for longer periods.
5/6 was a disaster: the misbehaving SATA controller caused data corruption on the root filesystem up to the point where Windows became unbootable.
6/6 was better, it didn't even get through the firmware initialization, so it had no chance of corrupting data on the SATA drive.

I took it back to the store and left with a 6-slot Gigabyte Z97 Gaming 3 (v1.1) because they had one of those at stock. It works great so far (and it looks like a decent PC mainboard unlike those 80/90-series 6-slot Asrock boards, so it might be easier to sell when the time comes...).

Hey thank you so much for answering, I'm having almost the same issues with my  MSI z170-A pro. But what I find really interesting is the fact that the last batch of asrocks h97 anniversary that I bough (six of them from some amazon vendor called outlet pc or something like that), were presenting the same faulty sata behavior, but they did it  when I put the 6th gpu on the system. windows sometimes didn't want to boot and  the solid state disk wasn`t able to pass the seatools tests as long as you had the 6 gpu connected and the system managed to boot. If  i did unplug one gpu or put the solid state disk on another mother board of the same model but a previous batch  the disk did pass all the tests.

So i really like to know what causes those faulty sata behaviors, or how to stop them and at the same time keep using the 6 gpu

I wonder if genesis mining use those regulars MB or if they use some custom made Motherboards and uefis.

6  Alternate cryptocurrencies / Mining (Altcoins) / Re: 2015-2016 LGA1151 (mother board for 6 gpu Rig) Recommendations on: September 14, 2016, 04:41:00 AM
I must agree too Z170 chipset is having problem with 3+ cards on most boards, its prolly bios related, but who ever is doing testing first disable all non needed IO and internal devices as:
- sound
- ports
- any add in hw as firewire, wifi, etc
- set PCI-e to x1 mode if possible

And only then test it, also better use win10 because it should handle 8 GPU with no moded drivers

Ill give it a try, however i just cannot wrap my head around the fact that the z170 chipset has more pciE lanes compared to the h80 or h97, in every single connectivity feature the z170 is superior to the h97, and somehow the former performs much worse than the later.
I guess that it is a hardware issue, but mostly a uefi issue, so maybe a custom rom or manufaturer update will solve this, however i wasnt able to fin any information of anyone trying to  develop a custom rom for that purpose. And the bios updates do nothing regarding the 6 gpu compatibility issue.
7  Alternate cryptocurrencies / Mining (Altcoins) / 2015-2016 LGA1151 (mother board for 6 gpu Rig) Recommendations on: September 12, 2016, 04:10:45 AM
Hi, I have some experience building 6 gpu mining rigs, the mobo of choice use to be the Asrock h80 btc pro or the h97 Anniversary. As most of miners know, those boards are disappearing from the market, I don't even know  if it is a low stock issue which would be temporary, or if Asrock stopped their production.

Right now Im looking for a replacement, maybe a socket 1151  mobo, that is able to handle 6 gpu. I have an MSI Z170-A Pro. The board has enough PCIe to connect the 6 gpus, but with only 5 the system becomes highly unstable, and with 6 its a constant reboot festival.

So my question is, which modern Mother board that is still in production, and is proven to be able to handle 6 gpus  do you recommend?Huh or  maybe any of you were able to run a 6 gpu rig using a 1151 Motherboard (z170 chipset) and you could share how you manage to do it?

Thank you in advance for taking the time to read and answer to this.
8  Bitcoin / Hardware / Dead Antminer s5 on: October 15, 2015, 08:47:34 PM
Hi guys my antminer s5 is dead, the beagle bone died (already did the micro sd reimaging thing, it didn't work), I don't want to wait 3 weeks and spent 62$ buying a BB from amazon when i have no bullet proof tutorial about how to make it work (and add 2 months to ROI).

I ask for your help because i had seen that the daughter board has two empty data connector for hashing blades and an empty fan connector.

So my question is, what does it takes to build a 4 blades s5?

      A) Do I just connect the two blades and fan from my broken antminer?

      B) Connect the 2 hashing blades, and intercept the fan cables of  good miner and splice them with the fan of my broken miner?

I was wondering if there is no damaging side effect from doing this?

I have the Jan 07  Firmware, the one that came with the 5 machines.

Any help or advice that you could provide will be really appreciated .






9  Bitcoin / Hardware / Re: Faulty antminer s5 Please Read and help me! on: October 06, 2015, 01:58:03 PM
I was thinking the same, but i wonder why it will broke while the others miners are doing just fine. Also where can i get a spare part to replace it?
Thank you so much for taking the time to read, answer and help me. You are very kind  Smiley
They are beagleboard blacks if I remember correctly, I am not 100% sure they are able to just be swapped out without any modification.

http://beagleboard.org/black

http://www.amazon.com/Beagleboard-BEAGLBONE_BLACK_SELF-BeagleBone-Rev-C/dp/B00K7EEX2U/ref=sr_1_1?ie=UTF8&qid=1444072778&sr=8-1&keywords=beaglebone+black

Thank you, it kinds of tranquilize me to think that I can get a sparepart kind of fast, how ever even when the 56 $ hurts a lot, what hurts more is not having the guarantee that it will work (imagine that 60$ spent on something that wont help me + more days of  down miner) so it will be amazing if other forums members could shine us some light about this). Im still have to things left to do: using a cross over cable to  connect directly to the miner, and trying to reimaging it using a tutorial As dimke_yu  has written
10  Bitcoin / Hardware / Re: Faulty antminer s5 Please Read and help me! on: October 06, 2015, 01:49:48 PM
Also, when using a LAN straight from machine to machine you MUST use a crossover cable. not a 'straight-thru cable.. The LAN ports to not autoconfig what is the Tx and Rx lines. A hub has same problem, using any reasonably modern LAN switch between the miner and computer takes care of the issue as would a crossover adapter..

Thank you so much, I haven't though of that actually, ill try to get a crossover cable or circumvent that issue somehow using a router with static ip list and nothing else connected, luckily i had written down the mac address
11  Bitcoin / Hardware / Re: Faulty antminer s5 Please Read and help me! on: October 05, 2015, 07:18:19 PM
I was thinking the same, but i wonder why it will broke while the others miners are doing just fine. Also where can i get a spare part to replace it?
Thank you so much for taking the time to read, answer and help me. You are very kind  Smiley
12  Bitcoin / Hardware / Faulty antminer s5 Please Read and help me! on: October 05, 2015, 06:54:27 PM
Hi guys yesterday my antminer s5 stopped hashing, I was using it at f2pool along with other 4 machines. I had seen that the rejected rate of all the other workers was 0.2%, while my faulty antminer has a rejected rate of 3.7%.

I had done the following:
1)changing the network cable (Cable is Working perfectly)
2)Changing the psu (PSU is Working perfectly)
3) Tried to reset the machine (i cant get it to reset)

I must said that when I power up the PSU the fan on the antminer goes live, making its hideous blowing noise like all the other 4 machines.

I Can't access the machine via its web interface. the router doesn't give it an IP.

I Tried connecting directly my laptop to the machine via ethernet with wifi off,  Assigning IP 192.168.1.1 mask 255.255.255.0 Default gateway "BLANK", primary and secondary dns "BLANK" to my laptop and putting 192.168.1.199 on my browser to access. IT DIDN'T WORK

I cant use the IPREPORTER.exe it says that it isn't a valid win32 Application.

Using the advanced ip scanner (freeware http[Suspicious link removed]) it can't find the machine range 192.168.0.1 - 192.168.2.254

I Find weird that the faulty antminer cant get an IP, cant hash, however its fans turn on and work like it has always done.

The only thing that i can think of will be to use another S5 and unplug their hashing cards and connect the hashing cards from my faulty antminer to see if it is my PCB that is broken.

Please help me, im Totaly open to suggestions. I cannot lose my antminer because it still needs like another 4 months to ROI itself. HELP GUYS pleaaaase pretty pretty please.
13  Bitcoin / Mining support / Re: Cpuminer message weird message (YES I'm using a cpu for fun) on: August 26, 2015, 02:22:48 PM
Lol they should make a usb miner with some flash memory  so we could trick our bosses into renewing the whole office usb pendrives XD at least that way we could pack a couple hundreds of gigahash just to pay for black coffe.

Thank you so much for your answer, at first I was kind of mad because on the first yay! msg had a similar timed orphaned block, so I was thinking " damn I got a 1 /238098775 hit and it has to be orphaned, that's some serious badluck Brian meme material. Ill just stick mining with my 5 s5, and hope that antpool doesn't have another 50% luck day
14  Bitcoin / Mining support / Cpuminer message weird message (YES I'm using a cpu for fun) on: August 26, 2015, 04:57:06 AM
Hello, first post here so maybe it will be stupid.

The thing is, I got 5 antminers s5 mining in antpooll in pplns mode, but just for fun I got a really old pc (2005 amd laptop)doing solo Mining (my energy is free so don't worry), I'm using antpool solo with cpuminer , on the saturday i got a a weird surprise
[2015-08-22 06:26:51] thread 0: 15440524 hashes, 1079 khash/s
[2015-08-22 06:26:51] accepted: 1/1 (100.00%), 1079 khash/s (yay!!!)
[2015-08-22 06:27:51] thread 0: 64728420 hashes, 1079 khash/s
Of course that I didn't get any money or I won't be here asking for an explanation
next day I got the following
[2015-08-23 04:06:38] thread 0: 4352548 hashes, 1080 khash/s
[2015-08-23 04:06:38] accepted: 1/1 (100.00%), 1080 khash/s (yay!!!)
[2015-08-23 04:07:06] Stratum requested work restart

In case you were wondering this is the command I use to run cpuminer
"C:\miner" minerd.exe -a sha256d -o stratum+tcp://stratum.antpool.com:3333 -u MYUSERNAMEFORSOLO.1 -p 123

What's kind of weird is that in solo.ck.pool I had never got that message. So please could anyone explain why my laptop hates me and plays with my feelings??? 50 BTC means that  have my food and expenses for more than 5 Years XD or that I could grow my farm really fast.
Thank  you guys in advance for all your kind help
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!