Bitcoin Forum
May 25, 2024, 05:41:11 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 ... 142 »
1621  Bitcoin / Mining software (miners) / Re: BFGMiner 5.4.2: GBT+Stratum, RPC, Mac/Linux/Win64, Antminer S1-S5, solo stratum on: March 31, 2016, 06:34:32 PM
I am trying to add my antminer 3+ device and I am using this line it isn't working can anyone please help.

-S bitmain:auto --set btm:model=S3 --set btm:layout=32:8 --set btm:timeout=3
--set btm:clock=350 --set btm:reg_data=0d82 --set btm:voltage=x0725



  
Code:
--set btm:clock=350
 should be
Code:
--set btm:clock=225
 
Code:
--set btm:timeout=3
is some thing else i forget what  
Code:
16 or 32 
i think. layout not to sure about the rest looks about right.

I get bfg to work with no S3 hashing gave up a long time ago ..if you get it to work gratz ..
I will try that out I think you mean it should look like this

-S bitmain:auto --set btm:model=S3 --set btm:layout=32:8 --set btm:timeout=3
--set btm:clock=225 --set btm:timeout= --set btm:voltage=x0725


sure if you need it like that .

Code:
-S bitmain:auto --set btm:model=S3 --set btm:layout=32:8 --set btm:timeout=3
--set btm:clock=225 --set btm:timeout=18 --set btm:voltage=x0725



 IS
Code:
--set btm:timeout=18  
you may need also or like this.


Code:
-S bitmain:auto --set btm:model=S3 --set btm:layout=32:8 --set btm:timeout=18
--set btm:clock=225 --set btm:reg_data=0d82 --set btm:voltage=x0725


only one im not rally to sure about is
Code:
--set btm:layout=32:8
  or what it even does. and can be why  mine won't hash, can't say. I formated the answer that way to make it easy to see code from talk etc Smiley .
1622  Bitcoin / Mining software (miners) / Re: BFGMiner 5.4.2: GBT+Stratum, RPC, Mac/Linux/Win64, Antminer S1-S5, solo stratum on: March 31, 2016, 06:32:32 PM
I need more details on antminer problems to try to help.




A lot of pages back I posted s few times with what i tried and did, no one seemed to care , I even asked some one in a PM that seemed cool  he was a real ass hole .  no it was not ( luke ) you i asked .


 after that i figured you either did not have time or wanted cash no dis respect  intended or real life things were stopping you .I gave up and didn't push it.


1623  Bitcoin / Mining software (miners) / Re: BFGMiner 5.4.2: GBT+Stratum, RPC, Mac/Linux/Win64, Antminer S1-S5, solo stratum on: March 31, 2016, 06:08:42 PM
I am trying to add my antminer 3+ device and I am using this line it isn't working can anyone please help.

-S bitmain:auto --set btm:model=S3 --set btm:layout=32:8 --set btm:timeout=3
--set btm:clock=350 --set btm:reg_data=0d82 --set btm:voltage=x0725



  
Code:
--set btm:clock=350
 should be
Code:
--set btm:clock=225
 
Code:
--set btm:timeout=3
is some thing else i forget what  
Code:
18 
i think. layout not to sure about the rest looks about right.

I get bfg to work with no S3 hashing gave up a long time ago ..if you get it to work gratz ..

1624  Bitcoin / Mining software (miners) / Re: How to Install BFG Miner on your new Raspberry Pi - A Step by Step Guide on: March 31, 2016, 03:40:03 PM
Code:
cd /home

sudo apt-get install -y build-essential autoconf automake libtool pkg-config libcurl4-gnutls-dev libjansson-dev uthash-dev libncursesw5-dev libudev-dev libusb-1.0-0-dev libevent-dev libmicrohttpd-dev


sudo git clone https://github.com/luke-jr/bfgminer.git

cd /bfgminer

sudo ./autogen.sh
sudo chmod +x ./configure  
sudo ./configure CFLAGS="-O2" --enable-scrypt --enable-broad-udevrules
or use
sudo ./configure  (defaults are used)
make
sudo ldconfig
lsusb
sudo chmod 777 bfgminer

sudo ./bfgminer --version
 
sudo bfgminer or sudo ./bfgminer or sudo /bfgminer --scrypt -o stratum+tcp://your pool:port -u user id  -p x  your miners setting.

or for sha256 coin mining aka btc

sudo bfgminer or sudo ./bfgminer or sudo /bfgminer -o stratum+tcp://your pool:port -u user id  -p x  your miners setting.

1625  Bitcoin / Mining software (miners) / Re: How to Install BFG Miner on your new Raspberry Pi - A Step by Step Guide on: March 31, 2016, 03:36:54 PM
sudo apt-get install bfminer

And enjoy!  Wink


as far as i know
Code:
sudo apt-get install bfminer
  only work with ubuntu but yea it's that easy just do
Code:
sudo apt-get install bfminer
at a ssh command if your using ssh with ubuntu and your set .
1626  Bitcoin / Mining software (miners) / Re: BFGMiner 5.4.2: GBT+Stratum, RPC, Mac/Linux/Win64, Antminer S1-S5, solo stratum on: March 29, 2016, 03:26:14 PM
Code:
Package: bfgminer
Version: 5.4.2-1
Depends: libc, libcurl, libpthread, jansson, libevent2, libncurses, libmicrohttpd, libusb-1.0
Source: /home/luke-jr/Projects/Education/Tonal/BitCoin/bfgminer/openwrt/bfgminer
License: GPL-3.0+
LicenseFiles: COPYING
Section: utils
Maintainer: "Luke Dashjr" <luke_openwrt@dashjr.org>
Architecture: brcm2708
Installed-Size: 300537
Filename: bfgminer_5.4.2-1_brcm2708.ipk
Size: 300307
MD5Sum: 42a52222609b6c087885296a45be3af9
SHA256sum: 2031f5a1928e237ac4cc2d9e9ef378660b095ec1c4657f3569e362992d4bc6b1
Description:  Modular Bitcoin ASIC/FPGA/GPU/CPU miner in C

I update it over openwrt and get this





Code:
Collected errors:
 * satisfy_dependencies_for: Cannot satisfy the following dependencies for bfgminer:
 *      jansson *       libmicrohttpd *
 * opkg_install_cmd: Cannot install package bfgminer.
 

 I know what to do , before i used to be able to get it all off the BFG site it's np .
 
 just wondering if your a ware of it. or it's intended that way now .

No, jansson and libmicrohttpd have never been included in the BFGMiner repositories...

Which OpenWrt version are you using, and does the BFGMiner repo match it?
Note I just added 15.05, but if you still have 12.09, you should use the 12.09 repo instead.

I got it i knew what to do, i had to add custom feeds to the version i used  or what ever they call them, it was on a PI2 i had it running, i went back to ubuntu 15 server on my PI3,wanted to test open wrt, it was running BFG 5.4.2  on a pi2 with openwrt under https://downloads.openwrt.org/latest/brcm2708/bcm2709/ Smiley .
1627  Bitcoin / Mining software (miners) / Re: BFGMiner 5.4.2: GBT+Stratum, RPC, Mac/Linux/Win64, Antminer S1-S5, solo stratum on: March 29, 2016, 12:27:05 AM
Code:
Package: bfgminer
Version: 5.4.2-1
Depends: libc, libcurl, libpthread, jansson, libevent2, libncurses, libmicrohttpd, libusb-1.0
Source: /home/luke-jr/Projects/Education/Tonal/BitCoin/bfgminer/openwrt/bfgminer
License: GPL-3.0+
LicenseFiles: COPYING
Section: utils
Maintainer: "Luke Dashjr" <luke_openwrt@dashjr.org>
Architecture: brcm2708
Installed-Size: 300537
Filename: bfgminer_5.4.2-1_brcm2708.ipk
Size: 300307
MD5Sum: 42a52222609b6c087885296a45be3af9
SHA256sum: 2031f5a1928e237ac4cc2d9e9ef378660b095ec1c4657f3569e362992d4bc6b1
Description:  Modular Bitcoin ASIC/FPGA/GPU/CPU miner in C

I update it over openwrt and get this

Code:
Collected errors:
 * satisfy_dependencies_for: Cannot satisfy the following dependencies for bfgminer:
 *      jansson *       libmicrohttpd *
 * opkg_install_cmd: Cannot install package bfgminer.
 

 I know what to do , before i used to be able to get it all off the BFG site it's np .
 
 just wondering if your a ware of it. or it's intended that way now .
1628  Bitcoin / Mining software (miners) / Re: BFGMiner 5.4.2: GBT+Stratum, RPC, Mac/Linux/Win64, Antminer S1-S5, solo stratum on: March 28, 2016, 09:32:42 PM
https://asicpuppy.com/magentoPuppy/index.php/futurebit-usb-300kh-s.html   < futurebit.c is for , I'm not aarons6 , just couldn't resists posting it.

https://archive.litecointalk.org/index.php?topic=28691.0
1629  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Minera v0.6.2] Your next mining dashboard - Networked/CPUminer/CGminer/BFGminer on: March 28, 2016, 07:41:40 PM
hey Mich there is some kind of re link/share issue with the new version of BFG if you try to up date it etc i keep getting this

./bfgminer: error while loading shared libraries: libudev.so.0: cannot open shared object file: No such file or directory


and if you make it inside minera it's hit and miss it may make but still not work you might get a re link error which i went looking and found a fix that doesn't work,so, just a heads up you might get pounded with questions till i guess luke fixes whatever he did unless minera has to be adjusted now for the new version .i did compile it in the OPT folder and CP to the minera folder, didn't do any good i still get

 ./bfgminer: error while loading shared libraries: libudev.so.0: cannot open shared object file: No such file or directory

BFG 5.4.2 works fine stand a lone.

 and using the custom folder same thing

/var/www/minera/minera-bin/custom/alchemist: error while loading shared libraries: libbase58.so.0: cannot open shared object file: No such file or directory

just a heads up .

 

thats an easy fix. after you do make, do sudo make install and sudo ldconfig



did that, for me i can't get 5.4.2 to work with minera 5.4.1 does . and i have 5.4.2 working fine stand a lone .

minera does the same thing just before it cp/copy's it to /var/www/minera/minera-bin with

Code:
        make
sudo make install
sudo ldconfig

in the build_miner.sh file.

trying again  with minera manually to see if that works and some times it won't compile at all inside minera but will any place else . just 5.4.2 all the other soft ware miners work fine.


This was more a heads up , your right i might be doing something wrong Smiley .I guess it was me and don't enable --alchemist it seems that might cause issue with minea, it wasn't with 5.4.1  and minera, this time thu i deleted the minera folder and downloaded the master renamed it then copied it to right folder on my pi etc used the right build script, it worked .

Quote
[2016-03-28 20:01:53] Started bfgminer 5.4.2
 [2016-03-28 20:01:53] Loaded configuration file /var/www/minera/conf/miner_conf.json
 [2016-03-28 20:01:53] No devices detected!
 [2016-03-28 20:01:53] Waiting for devices; press 'M+' to add, or 'Q' to quit
 [2016-03-28 20:01:53] Probing for an alive pool
 [2016-03-28 20:01:53] Testing pool stratum+tcp://ltc.ghash.io:3333
 [2016-03-28 20:01:54] Stratum authorisation success for pool 0
 [2016-03-28 20:01:54] Pool 0 stratum+tcp://ltc.ghash.io:3333 alive
 [2016-03-28 20:01:54] Network difficulty changed to 55.6k (398.4G)
 [2016-03-28 20:01:54] New block: ...53304917def3b4d4 diff 55.6k (398.4G)
 [2016-03-28 20:01:54] Stratum from pool 0 detected new block

last thought it might be related to your issue in the bfg thread with those stick miners, there from the same chip or alchemist chips and bfg 5.4.2 ,or luke fixed it, didn't tell us, not that he has to, he doesn't , guess we wait.
1630  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Minera v0.6.2] Your next mining dashboard - Networked/CPUminer/CGminer/BFGminer on: March 28, 2016, 06:38:59 PM
hey Mich there is some kind of re link/share issue with the new version of BFG if you try to up date it etc i keep getting this

./bfgminer: error while loading shared libraries: libudev.so.0: cannot open shared object file: No such file or directory


and if you make it inside minera it's hit and miss it may make but still not work you might get a re link error which i went looking and found a fix that doesn't work,so, just a heads up you might get pounded with questions till i guess luke fixes whatever he did unless minera has to be adjusted now for the new version .i did compile it in the OPT folder and CP to the minera folder, didn't do any good i still get

 ./bfgminer: error while loading shared libraries: libudev.so.0: cannot open shared object file: No such file or directory

BFG 5.4.2 works fine stand a lone.

 and using the custom folder same thing

/var/www/minera/minera-bin/custom/alchemist: error while loading shared libraries: libbase58.so.0: cannot open shared object file: No such file or directory

just a heads up .

 
1631  Bitcoin / Hardware / Re: New Miner X5 on BitFury 16nm chips on: March 24, 2016, 10:07:44 PM
I didn't say it doesn't happen here it does it happens any place in the world, i don't think there is one place on earth it doesn't . my point was i would buy from American's before i would any one any other places but thieves are everywhere and the US has very tough laws for fraud then what they were when the BFL junk happen if you pay with cash, in some caes psay with btc like the BFL miss hap. it won't mater what the product is cash is cash , that's why i try to pay with cash and will use escrow for btc, if i have to don't want to and ty to avoid using escrow.

 why I  said with some kind of dispute protection , i don't trust anyone that much with large a mounts of cash involved.

DR fudge bills, dentist imo are the worst ones to go to they have no real laws they have to follow for fees like regular DR have to . don't get going with dentist ive only meet two my whole life i would  or would have recommended  to any one, one is dead he died 10 years ago the other one retied a few years ago, she was real good, i have yet to meet one sense that wasn't worried more about his or her packet even with insurance.

etc etc

but i stand by

Id only buy here cost is lower in most cases most will honor what they sell you. by not ripped off i got the product or what i paid for, if it worked right or not, completely different mater ( if it didn't i got refund and sent it back) . by close calls i had to dispute it because it takes to long but i got it , in fact right now i have something i had to dispute, should be here tomorrow or Saturday.
 post office said they had a delay in shipping it .

but for me to buy this with blind trust with no way of getting it or way to fight it i wouldn't, even if i could afford one, to be honest, I don't believe it's real or will happen, time will tell.

I hope no ones bought in to it yet. we should just wait for bitury to make it official, but that's me .

Side I in deed hope you get chips i should have enough btc saved up to get one for a c1 upgrade or 12 to 14 th . and when i get more hope you still have the chips and selling them.

cya
1632  Bitcoin / Hardware / Re: New Miner X5 on BitFury 16nm chips on: March 23, 2016, 06:54:48 PM
Without any other references than the member rating on this forum, yes this forum will assume you're a noob.

OK. Buddha smile.

We have a war in Ukraine going so sorry no time for inventing Bitcoin scam empires.

you really can't blame them for saying your place is the scam capital of the world , IVE had some dealing selling stuff there i trusted the buyer and ended up paying the CC company,the CC he used was stolen and  because i did not do the sell the right way i ended up paying for it . that was a few years ago .

Hi man, sorry to hear that, but basically any country is a scam capital. Just look at USA and its Ben Bernanke Show.

I suspected that financial system is not real when I was 15. My parents STILL believe they use ''real money''. Ben did his homework good (or my parents just too stupid).


Tell ya what,you go & video this device working (& a realtime instance of the miner software being used) & in the video hold a newspaper with the date clearly visible & a personal message to me on a separate piece of paper (I'll PM you what to write on it),then MAYBE I'll believe this device exists.

That still won't prove this device is going into full production though & all preorders will be fulfilled........................

If I will send you the video with a paper and any text you'll ask to write, will you order one?

yea like others i would buy it only if it's real and selling and from were I live for that much and pay cash with  some kind of dispute protection, and you can call us what you want, I have yet to be ripped off on a sell i did in the US for money or bitcoins I'll be 60 July this year, some close calls or seemed that way, and i know it can happen at any time, no mater what i do ,but there is lot of honestly in the US or a hell of a lot more then people think.


1633  Bitcoin / Hardware / Re: Community Miner Design Discussion on: March 23, 2016, 06:28:19 PM
@sidehack : with the reality of this getting closer would it be beneficial to start acquiring old S1 chassis or would the future miner be sold as a whole unit?

would it fit on an s5 chassis? i still have some of them laying around.


if it fits a S1 it should fit A s3 s5 and C1 the holes are the same on the S1 and S3 and c1, the  heat sinks are better then the S5 imo or seem that way i have a s5, on S1's  heat sinks, if that helps any Smiley .


He has said time and time it won't be a full miner at first and Polly will never be , at this point if he did sell it as a whole miner a lot here would be very disappointed  but it's POSS but Polly won't go that way.

 he sticks to his word and tries his best to come thu. can't ask for any more then that Smiley .
1634  Bitcoin / Hardware / Re: PSU for Antminer S3 on: March 23, 2016, 01:42:58 PM
May be i should get Corsair RM1000 for the other two miners i have. But wouldn't it be wise to sell the S3 ( 4 of them) and invest in an S5. I have already burnt up cash on cheap psu's which i shouldn't have done
Or will this "CORSAIR SMPS RM 550" suitable for my need. Will the standard 6 pin Pci cable work on this? or will the kit have two pci-e cables?
I am asking this becuase not many details are available

all brand new atx psu come with everything you need expect the jumper which you know how to do with a wire if your running a s3 now on the psu you said  and even some of them come with a jumper to test with . but the nor is  brand new never open in a retail box you get everything needed to run it but the jumper and sometimes that's even in the box. even some OEM buys come with just enough to cover all the plugs you need.
 
and kind of another reason you might want to get a 650 or higher you may still need some pcie cables or only be able to plug in a s3 using one pcie or sharing two with one with a 550 none gold. most of the gold standard 650 or higher i have and are modular cabling, have all i need.

and those are in deed nice PSU i have one i use on a grindseed g black miner I got a year or so ago for  90 bucks brand new .I think i paid on ebay with fee shipping.


http://www.amazon.com/EVGA-SuperNOVA-Crossfire-Warranty-120-G2-1300-XR/dp/B00COIZTZM/ref=sr_1_1?
1635  Bitcoin / Hardware / Re: PSU for Antminer S3 on: March 23, 2016, 10:51:30 AM
Use all four PCEI plugs on the S3 even thu they say you don't have to, use one single PCEI plug per plug don't share two plugs with one if you can help it.

That PSU is one of the low ends ones from what I found  searching . try to buy a PSU with one rail or I all ways have .

I would use a 650 or higher for safety reason and make sure or try to get PSU's you USE for mining @GOLD or better standard. even a 550 gold standard  will work with lots of room for spikes etc.

sorry, i can't really link any good 550 or lower, can't say i trust any thing that low my  PSU atx types are 650 or higher, my server PSU's  are about the same . as for cables be care full , some PSU's  will only work with the cables they came with and can dmg your Miner if you use the wrong cable , im speaking from doing it by mistake or it may not power up fully with the wrong cables. or  have some custom made for that PSU etc .

for any miner get at least 16 weight or better wire so they don't over heat with the matching PSU.
1636  Bitcoin / Mining software (miners) / Re: Looking for Raspberry PI mining proxy that can have failover pools on: March 23, 2016, 10:06:47 AM
I have been trying to set up a mining proxy to run on my raspberry pi.

For some reason my antminer just goes into armageddon mode when a pool goes down.

Half the time I have to manually turn of the miner and turn it on again.


Any suggestions?


Ths might help some

https://github.com/Stratehm/stratum-proxy/releases

This Proxy will work on any pi type PC, might help you .

boycott bitmain jk.



is it a s5 , get the July 2015 firmware it kind of fixed some of that, other wise S5's have that issue and i hear S7 to , to some extent, can't say on the s7 .

If it's a S5, firmware is here : https://bitmaintech.com/support.htm?pid=00720150101032800325X8cMcY2y068F
1637  Bitcoin / Hardware / Re: Community Miner Design Discussion on: March 23, 2016, 04:30:17 AM
https://www.cryptocoinsnews.com/report-two-venezuelans-arrested-mining-bitcoin/

okay found the article.  So it is not legal to mine btc in Venezuela correct?

It is legal, as long as you import correctly the miners and don't steal electricity.


cool like here don't steal and import stuff wrong lol '

so they were actually breaking one of the oldest human laws and one to me is just there to make a country money and not that old and giving bitcoins a bad name sigh,
1638  Bitcoin / Hardware / Re: Community Miner Design Discussion on: March 23, 2016, 03:37:05 AM
Ah. You never got back to me.

Yeah, between the two guys that got arrested for mining here on my country, and the contract work i suddenly got that's occupying my nights, i was lost between the communication Sad

I can still fiddle with it if you want, no prob there.

You live in Russia ?.

 if so I guess Vladimir Putin went thu with jailing people for using bitcoins in any form i read about last year. I feel yea, sorry to hear you all have to live like that.
1639  Bitcoin / Hardware / Re: New Miner X5 on BitFury 16nm chips on: March 22, 2016, 02:08:01 AM
We have a war in Ukraine going so sorry no time for inventing Bitcoin scam empires.

you really can't blame them for saying your place is the scam capital of the world , IVE had some dealing selling stuff there i trusted the buyer and ended up paying the CC company,the CC he used was stolen and  because i did not do the sell the right way i ended up paying for it . that was a few years ago .


1640  Bitcoin / Bitcoin Discussion / Re: How Washington State Became a Battleground for Bitcoin Mining on: March 21, 2016, 09:23:38 PM
This seems to be a common issue with utilities all wanting to go to pay for use so they can ding high users.
Actually its showing up in all aspects of life,now that I think about it. Toll bridges vs. a flat yearly fee with car insurance,internet use,cell phone plans. Think if the moratorium is ending people should be able to walk away or find a competing option.


So true like the cable company's are breaking the law right out in the open hoping to resend the net freedom law from last year, it's a never ending wave of greed and fight for control for what ?. nothing in the end .
Pages: « 1 ... 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 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 ... 142 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!