Bitcoin Forum
May 13, 2024, 04:02:09 AM *
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 »
601  Economy / Service Announcements / Re: Online Role Playing Game with Bitcoin trading built in on: January 21, 2014, 10:35:53 PM
WOOT? 0.02 BTC (17 USD) for sign up to RETRO browser game, with graphics worse than my Pentium II with 128 MB RAM, where I was playing Tibia 15 years ago? Really  Shocked Huh Angry
602  Bitcoin / Pools / Re: [1700Th] Eligius: ASIC, no registration, no fee CPPSRB BTC + 105% PPS NMC, 877 # on: January 21, 2014, 06:38:00 AM
Wk, I know you don't want to-- but double average Minn diff submitted and double the 128 and 256 stats to average out the variance in the graphs.

I think people will understand, this would half the number crunching by the db

I vote for this myself too. I never look at 128 and 256 second stats. Optimal averages I would be looking at to see how my machines are going is like: 1 hour average, 6 hour average, 12 hour average, 24 hour average. No less than that. It should help saving some resources and most of miners will not even notice.
603  Bitcoin / Mining support / Re: Hacking The KNC Firmware: Overclocking on: January 20, 2014, 04:40:39 PM
I think the asic is not warming up as much as the vrm's. Tried it by hand, vrms u couldn't even keep your finger on for a moment but on asic heatsink you can=)

Someone asked that november devices have different file. It's true, and you have to copy that cgminer.sh file from this thread some post's back.

Same commands apply I think.

There's this 0x86 line that you want to find.

It's been explained quite a few times so read back those posts, because somebody did tutorial on how to do this.

Myself i have copied that cgminer.sh from the thread to /config/cgminer.sh and there it survives reboots. Then after reboot i copy this to /etc/init.d/cgminer.sh.

And if you don't do any modifications to hardware its quite impossible to achieve this.

My saturn is on floor level, sucking cool air. If I lift it to desktop height it starts to show fault 4. So it's on the edge.




You saying - just copy October cgminer.sh file to November device? Will it work just straight out of the box?
Can you paste your file with description, which frequencies you've been using on November device?
604  Bitcoin / Mining support / Re: Hacking The KNC Firmware: Overclocking on: January 20, 2014, 04:26:43 PM
gminer3.8.5 didn't do it this time. using 3.9.0.

Here it is. 305 is the code. Don't change the last digit. If you want more, start increasing 315 325 335 345 etc, until 3F5, after that 405 etc. I havent tried past 345.

If you want less use 2F5, then 2E5, then 2D5, 2C5 etc.. going down.

When chancing the value at cgminer.sh start always with /etc/init.d/cgminer.sh.

Ok mate but where to put that code? November devices have completely different cgminer.sh file.
605  Bitcoin / Pools / Re: [1300Th] Eligius: ASIC, no registration, no fee CPPSRB BTC + 105% PPS NMC, 877 # on: January 20, 2014, 01:45:44 AM
Thank you for your great work. I will keep mining there as I am doing for last couple of months. Thanks !
606  Bitcoin / Pools / Re: [185 TH] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: January 19, 2014, 04:38:42 PM
May be its time to do sudo apt-get update and sudo apt-get upgrade for your Ubuntu?

I have newest Xubuntu version, man. Fully updated.

Have you restarted your Ubuntu to see if bitcoind and the P2Pool server startup again?

I just restarted p2pool. It's running fine so far on http://lenny.dnsd.me:9332/static/
Will see how it goes.
607  Bitcoin / Pools / Re: [185 TH] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: January 19, 2014, 11:32:36 AM
Today I found my p2pool BTC crashed, it was running fine for couple of days, but today I looked there and stats were not loading, so I logged via ssh to my machine and found this:

Code:
2014-01-19 11:28:39.698426 >     share.check(self)
2014-01-19 11:28:39.698468 >   File "/home/pioruns1/p2pool/p2pool/data.py", line 320, in check
2014-01-19 11:28:39.698510 >     raise ValueError('share_info invalid')
2014-01-19 11:28:39.698550 > exceptions.ValueError: share_info invalid
2014-01-19 11:28:39.710423 > Share check failed:
2014-01-19 11:28:39.710527 > Traceback (most recent call last):
2014-01-19 11:28:39.710573 >   File "/home/pioruns1/p2pool/p2pool/p2p.py", line 283, in handle_shares
2014-01-19 11:28:39.710623 >     self.node.handle_shares(result, self)
2014-01-19 11:28:39.710683 >   File "/home/pioruns1/p2pool/p2pool/node.py", line 48, in handle_shares
2014-01-19 11:28:39.710725 >     self.node.set_best_share()
2014-01-19 11:28:39.710770 >   File "/home/pioruns1/p2pool/p2pool/node.py", line 295, in set_best_share
2014-01-19 11:28:39.710812 >     best, desired, decorated_heads = self.tracker.think(self.get_height_rel_highest, self.bitcoind_work.value['previous_block'], self.bitcoind_work.value['bits'], self.known_txs_var.value)
2014-01-19 11:28:39.710855 >   File "/home/pioruns1/p2pool/p2pool/data.py", line 452, in think
2014-01-19 11:28:39.710892 >     if self.attempt_verify(share):
2014-01-19 11:28:39.710935 > --- <exception caught here> ---
2014-01-19 11:28:39.710976 >   File "/home/pioruns1/p2pool/p2pool/data.py", line 431, in attempt_verify
2014-01-19 11:28:39.711017 >     share.check(self)
2014-01-19 11:28:39.711060 >   File "/home/pioruns1/p2pool/p2pool/data.py", line 320, in check
2014-01-19 11:28:39.711100 >     raise ValueError('share_info invalid')
2014-01-19 11:28:39.711139 > exceptions.ValueError: share_info invalid
2014-01-19 11:28:39.723094 > Share check failed:
2014-01-19 11:28:39.723195 > Traceback (most recent call last):
2014-01-19 11:28:39.723243 >   File "/home/pioruns1/p2pool/p2pool/p2p.py", line 283, in handle_shares
2014-01-19 11:28:39.723289 >     self.node.handle_shares(result, self)
2014-01-19 11:28:39.723334 >   File "/home/pioruns1/p2pool/p2pool/node.py", line 48, in handle_shares
2014-01-19 11:28:39.723386 >     self.node.set_best_share()
2014-01-19 11:28:39.723427 >   File "/home/pioruns1/p2pool/p2pool/node.py", line 295, in set_best_share
2014-01-19 11:28:39.723469 >     best, desired, decorated_heads = self.tracker.think(self.get_height_rel_highest, self.bitcoind_work.value['previous_block'], self.bitcoind_work.value['bits'], self.known_txs_var.value)
2014-01-19 11:28:39.723513 >   File "/home/pioruns1/p2pool/p2pool/data.py", line 452, in think
2014-01-19 11:28:39.723550 >     if self.attempt_verify(share):
2014-01-19 11:28:39.723589 > --- <exception caught here> ---
2014-01-19 11:28:39.723636 >   File "/home/pioruns1/p2pool/p2pool/data.py", line 431, in attempt_verify
2014-01-19 11:28:39.723677 >     share.check(self)
2014-01-19 11:28:39.723720 >   File "/home/pioruns1/p2pool/p2pool/data.py", line 320, in check
2014-01-19 11:28:39.723766 >     raise ValueError('share_info invalid')
2014-01-19 11:28:39.723808 > exceptions.ValueError: share_info invalid
2014-01-19 11:28:39.742410 > Share check failed:
2014-01-19 11:28:39.742704 > Traceback (most recent call last):
2014-01-19 11:28:39.742866 >   File "/home/pioruns1/p2pool/p2pool/p2p.py", line 283, in handle_shares
2014-01-19 11:28:39.743012 >     self.node.handle_shares(result, self)
2014-01-19 11:28:39.743167 >   File "/home/pioruns1/p2pool/p2pool/node.py", line 48, in handle_shares
2014-01-19 11:28:39.743315 >     self.node.set_best_share()
2014-01-19 11:28:39.743469 >   File "/home/pioruns1/p2pool/p2pool/node.py", line 295, in set_best_share
2014-01-19 11:28:39.743625 >     best, desired, decorated_heads = self.tracker.think(self.get_height_rel_highest, self.bitcoind_work.value['previous_block'], self.bitcoind_work.value['bits'], self.known_txs_var.value)
2014-01-19 11:28:39.743776 >   File "/home/pioruns1/p2pool/p2pool/data.py", line 452, in think
2014-01-19 11:28:39.743925 >     if self.attempt_verify(share):
2014-01-19 11:28:39.744068 > --- <exception caught here> ---
2014-01-19 11:28:39.744218 >   File "/home/pioruns1/p2pool/p2pool/data.py", line 431, in attempt_verify
2014-01-19 11:28:39.744400 >     share.check(self)
2014-01-19 11:28:39.744553 >   File "/home/pioruns1/p2pool/p2pool/data.py", line 320, in check
2014-01-19 11:28:39.744699 >     raise ValueError('share_info invalid')
2014-01-19 11:28:39.744848 > exceptions.ValueError: share_info invalid
2014-01-19 11:28:39.770142 > Share check failed:
2014-01-19 11:28:39.770299 > Traceback (most recent call last):
2014-01-19 11:28:39.770385 >   File "/home/pioruns1/p2pool/p2pool/p2p.py", line 283, in handle_shares
2014-01-19 11:28:39.770468 >     self.node.handle_shares(result, self)
2014-01-19 11:28:39.770549 >   File "/home/pioruns1/p2pool/p2pool/node.py", line 48, in handle_shares
2014-01-19 11:28:39.770661 >     self.node.set_best_share()
2014-01-19 11:28:39.770708 >   File "/home/pioruns1/p2pool/p2pool/node.py", line 295, in set_best_share
2014-01-19 11:28:39.770755 >     best, desired, decorated_heads = self.tracker.think(self.get_height_rel_highest, self.bitcoind_work.value['previous_block'], self.bitcoind_work.value['bits'], self.known_txs_var.value)
2014-01-19 11:28:39.770798 >   File "/home/pioruns1/p2pool/p2pool/data.py", line 452, in think
2014-01-19 11:28:39.770842 >     if self.attempt_verify(share):
2014-01-19 11:28:39.770885 > --- <exception caught here> ---
2014-01-19 11:28:39.770928 >   File "/home/pioruns1/p2pool/p2pool/data.py", line 431, in attempt_verify
2014-01-19 11:28:39.770972 >     share.check(self)
2014-01-19 11:28:39.771013 >   File "/home/pioruns1/p2pool/p2pool/data.py", line 320, in check
2014-01-19 11:28:39.771052 >     raise ValueError('share_info invalid')
2014-01-19 11:28:39.771095 > exceptions.ValueError: share_info invalid
2014-01-19 11:28:39.782044 > Share check failed:
2014-01-19 11:28:39.782151 > Traceback (most recent call last):
2014-01-19 11:28:39.782199 >   File "/home/pioruns1/p2pool/p2pool/p2p.py", line 283, in handle_shares
2014-01-19 11:28:39.782246 >     self.node.handle_shares(result, self)
2014-01-19 11:28:39.782293 >   File "/home/pioruns1/p2pool/p2pool/node.py", line 48, in handle_shares
2014-01-19 11:28:39.782333 >     self.node.set_best_share()
2014-01-19 11:28:39.782377 >   File "/home/pioruns1/p2pool/p2pool/node.py", line 295, in set_best_share
2014-01-19 11:28:39.782424 >     best, desired, decorated_heads = self.tracker.think(self.get_height_rel_highest, self.bitcoind_work.value['previous_block'], self.bitcoind_work.value['bits'], self.known_txs_var.value)
2014-01-19 11:28:39.782466 >   File "/home/pioruns1/p2pool/p2pool/data.py", line 452, in think
2014-01-19 11:28:39.782505 >     if self.attempt_verify(share):
2014-01-19 11:28:39.782547 > --- <exception caught here> ---
2014-01-19 11:28:39.782589 >   File "/home/pioruns1/p2pool/p2pool/data.py", line 431, in attempt_verify
2014-01-19 11:28:39.782652 >     share.check(self)
2014-01-19 11:28:39.782699 >   File "/home/pioruns1/p2pool/p2pool/data.py", line 320, in check
2014-01-19 11:28:39.782743 >     raise ValueError('share_info invalid')
2014-01-19 11:28:39.782787 > exceptions.ValueError: share_info invalid
2014-01-19 11:28:39.792553 > Share check failed:
2014-01-19 11:28:39.792661 > Traceback (most recent call last):
2014-01-19 11:28:39.792708 >   File "/home/pioruns1/p2pool/p2pool/p2p.py", line 283, in handle_shares
2014-01-19 11:28:39.792753 >     self.node.handle_shares(result, self)
2014-01-19 11:28:39.792799 >   File "/home/pioruns1/p2pool/p2pool/node.py", line 48, in handle_shares
2014-01-19 11:28:39.792844 >     self.node.set_best_share()
2014-01-19 11:28:39.792888 >   File "/home/pioruns1/p2pool/p2pool/node.py", line 295, in set_best_share
2014-01-19 11:28:39.792934 >     best, desired, decorated_heads = self.tracker.think(self.get_height_rel_highest, self.bitcoind_work.value['previous_block'], self.bitcoind_work.value['bits'], self.known_txs_var.value)
2014-01-19 11:28:39.792982 >   File "/home/pioruns1/p2pool/p2pool/data.py", line 452, in think
2014-01-19 11:28:39.793024 >     if self.attempt_verify(share):
2014-01-19 11:28:39.793063 > --- <exception caught here> ---
2014-01-19 11:28:39.793118 >   File "/home/pioruns1/p2pool/p2pool/data.py", line 431, in attempt_verify
2014-01-19 11:28:39.793163 >     share.check(self)
2014-01-19 11:28:39.793207 >   File "/home/pioruns1/p2pool/p2pool/data.py", line 320, in check
2014-01-19 11:28:39.793246 >     raise ValueError('share_info invalid')
2014-01-19 11:28:39.793287 > exceptions.ValueError: share_info invalid
Log was completely full of this crap.
Litecoin p2pool on same machine is running fine now, so I presume it's not my PC problem.
My PC details:
Code:
Linux 3.11.0-15-generic x86_64 GNU/Linux
Description: Ubuntu 13.10
Python 2.7.5+
Current p2pool version: 13.4-4-ge66e6d5
608  Economy / Service Announcements / Re: ✰ [ANN] BITMIXER.IO ✰ High Volume Bitcoin Mixer ✰ on: January 19, 2014, 11:02:01 AM
Quote
Date Registered:    January 10, 2014, 02:13:45 PM

Very nice to see new mixer service. But you should know, that without reputation (you are not backed by any known, trusted person), without history from previous projects, you may have no trust to run such service. Personally I would not send any coins to you, you may dissapear with them without any notice and I will be left with nothing.

People, please be aware before sending any coins to this new, unknown service.
609  Economy / Auctions / Re: [WTS] antminer 180GH/S x 1, auction ends 16 Jan 10pm EST on: January 15, 2014, 09:54:07 AM
No escrow, no bidding.
Thanks.
610  Bitcoin / Pools / Re: [185 TH] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: January 14, 2014, 10:37:47 PM
Avalons do work properly at least when using a good firmware with a recent enough cgminer (3.2.2 here).
Bitburner Fury miners are working well too.

Good to hear, I had some Bitburner Fury miners but without greater success. Probably not enough tweaking with timing. Unfortunately, I sold them Wink I had no time to configure them to work better on p2pool Smiley
Also, yes, I forgot to mention Avalons on my post earlier on!
611  Bitcoin / Mining support / Re: Hacking The KNC Firmware: Overclocking on: January 14, 2014, 06:42:04 PM
Any one tried to lower SPI Voltage, to reduce heat and power usage? Any issues?
612  Alternate cryptocurrencies / Mining (Altcoins) / Re: Swedish ASIC miner company kncminer.com on: January 14, 2014, 04:34:45 PM
Hi,

i am just starting to tinkering with those oct jups. Looking at the posted "Advanced tuning" tab screenshots i am seeing here i noticed that my "Advanced Tuning" tab looks slightly different and the voltages are already at MAX?!

Thats how it looks. As 0.0374V seems to be the end of that dropout menu it looks like i am not able to rise the voltage?

And why you want to do that? Voltage should worry you only if you have UNDERPERFORMING miner. What's your stats?
613  Bitcoin / Pools / Re: [185 TH] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: January 14, 2014, 03:39:20 PM
BFL 65nm ASIC and ASICminer's USB Erupters are working great on p2pool. They are best performing devices for all SHA256 altcoins and for p2pool as well. They getting most efficiency, beating all other machines, resulting with higher payouts than expected on p2pool.

ALL other devices, from ALL other manufacturers, (Antminers, Bi-Fury USBs, BE Blades etc.) they have significant bugs and flaws, and are not able to mine alternative currencies, like ZET, FRC. And they of course not mining on p2pool as well.
614  Alternate cryptocurrencies / Mining (Altcoins) / Re: Swedish ASIC miner company kncminer.com on: January 14, 2014, 02:45:16 PM
I never keep the web stats page up at all. I barely ever use it and when I did finally use it just to checking something noticed how slow things were going.


Is there any documentation for using the "tune" firmware? Before you start to blow up your rig? How many volts? Frequency, anything like that? Did KNC release anything on that or just threw it at us and said good luck?



Advanced tuning is only usable if your miner is not healthy (dead dies, disabled cores etc.), or you overclocking your machine. I am running 630 GH/s right now with my Oct Jupiter.
615  Bitcoin / Pools / Re: [185 TH] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: January 14, 2014, 02:30:51 PM
I have no intention of keeping Bitcoins long term I cash them in for fiat just about daily. I'm now starting to buy items on overstock with my BTC as well.

Well then the higher luck may interest you.  P2pool is more efficient for block broadcasting, so it gets fewer orphans.  This gives p2pool slightly higher luck.

That's true.
Right now, stats are saying:
Code:
Pool Luck(?) (7 days, 30 days, 90 days): 118.2%     105.1%     111.3%
616  Bitcoin / Mining support / Re: Hacking The KNC Firmware: Overclocking on: January 14, 2014, 12:12:51 PM
Hi,

I am using Oct Jupiter with 0.99.1-tune firmware. After I pressed "Reset factory settings" on Advanced tab, I can no longer access Advanced tab at all. Instead I have browser message with "Fetch advanced configuration/status failed." and "OK" button. Restarting, flashing to earlier firmware and flashing back to 0.99.1-tune does not resolved the issue. Jupiter itself is mining away nicely, but I can't access Advanced tab anymore.
Any one had similar problem?
Ctrl+F5?

Of course I tried it, doesn't work.

Try to run:

waas -d -o /config/advanced.conf

Thanks!

It turned out, that this file was completely empty.
617  Bitcoin / Mining support / Re: Hacking The KNC Firmware: Overclocking on: January 13, 2014, 09:19:29 PM
Hi,

I am using Oct Jupiter with 0.99.1-tune firmware. After I pressed "Reset factory settings" on Advanced tab, I can no longer access Advanced tab at all. Instead I have browser message with "Fetch advanced configuration/status failed." and "OK" button. Restarting, flashing to earlier firmware and flashing back to 0.99.1-tune does not resolved the issue. Jupiter itself is mining away nicely, but I can't access Advanced tab anymore.
Any one had similar problem?
Ctrl+F5?

Of course I tried it, doesn't work.
618  Alternate cryptocurrencies / Mining (Altcoins) / Re: Swedish ASIC miner company kncminer.com on: January 13, 2014, 01:29:36 PM
Hi,

I am using Oct Jupiter with 0.99.1-tune firmware. After I pressed "Reset factory settings" on Advanced tab, I can no longer access Advanced tab at all. Instead I have browser message with "Fetch advanced configuration/status failed." and "OK" button. Restarting, flashing to earlier firmware and flashing back to 0.99.1-tune does not resolved the issue. Jupiter itself is mining away nicely, but I can't access Advanced tab anymore.
Any one had similar problem?
619  Bitcoin / Mining support / Re: Hacking The KNC Firmware: Overclocking on: January 13, 2014, 01:25:59 PM
Hi,

I am using Oct Jupiter with 0.99.1-tune firmware. After I pressed "Reset factory settings" on Advanced tab, I can no longer access Advanced tab at all. Instead I have browser message with "Fetch advanced configuration/status failed." and "OK" button. Restarting, flashing to earlier firmware and flashing back to 0.99.1-tune does not resolved the issue. Jupiter itself is mining away nicely, but I can't access Advanced tab anymore.
Any one had similar problem?
620  Bitcoin / Pools / Re: [185 TH] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: January 12, 2014, 10:07:59 AM
Has anyone had experience running an Antminer on P2Pool. It's got a built in Gui I think very similar to Avalons. Currently I only know how to set up stratum based servers. Would I need to SSH and change the settings to mine P2P? Thanks!

Antminers are not responding to LP/work restart, don't bother to setup p2pool for them, they are just not compatible and you will get 30% or more Rejected work.
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 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!