Bitcoin Forum
May 22, 2024, 12:00:40 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 [678] 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 »
13541  Bitcoin / Pools / Re: [185 TH] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: March 04, 2014, 02:05:43 AM
Anybody have any ideas how to increase the hash rate? We are sinking to a smaller and smaller percentage of the network, and round times are growing. We're having 4 day rounds now, a few more difficulty jumps and it may be weeks or longer.

Something must be done.


13542  Economy / Securities / Re: [NastyFans.org] NASTY MINING | NASTY POOL on: March 04, 2014, 01:53:00 AM
Fantastic news
13543  Alternate cryptocurrencies / Altcoin Discussion / Re: **** Official Ethereum QA thread **** on: March 03, 2014, 06:08:45 AM
HFT is impossible.

Sounds like a positive
13544  Bitcoin / Pools / Re: A guide for mining efficiently on P2Pool, includes FUD repellent and FAQ on: March 01, 2014, 08:07:43 PM
Just out of curiosity does anyone use the settings the OP posts about in this thread?

I he or she makes some recommendations that I would like know if people are using or if there is some other sweet spot such as maxconnections= in bitcoin.conf?

Unless you have a very fast internet connection (both up and down) without any hard or soft caps I recommend you just block incoming bitcoind connections at your firewall (i.e. don't forward port 8333) and rely on outgoing connections (the default 8 is fine -- no need to increase this). That will avoid a lot of your bandwidth being used up by people wanting to download the blockchain.

That alone should substantially increase the number of people who are able to successfully run a p2pool node.


13545  Bitcoin / Pools / Re: A guide for mining efficiently on P2Pool, includes FUD repellent and FAQ on: March 01, 2014, 10:33:08 AM
Transactions can take less than a KB...

I think I misinterpreted this statement about rounding up from https://en.bitcoin.it/wiki/Transaction_fees as applying to mintxfee. It probably doesn't (but I will look at the code soon).

"the reference implementation will round up the transaction size to the next thousand bytes and add a fee of 0.1 mBTC (0.0001 BTC) per thousand bytes"

Quote
Why would you want to use such values (especially mintxfee=0.01)? And ask for directions in the thread where it's explained why you are not advised to (you are hurting your income and everyone else's)?

I chose those values for testing purposes to simplify the collection of transactions (generally down to one or two) since I was seeing similarly confusing behavior with more reasonable settings.
13546  Bitcoin / Pools / Re: A guide for mining efficiently on P2Pool, includes FUD repellent and FAQ on: February 28, 2014, 10:49:13 PM
I have blockprioritysize=0 and mintxfee=0.01 yet I'm still getting transactions with smaller fees. Does anyone know why before I start digging into the source code?

2014-02-28 14:48:26.238012 New work for worker! Difficulty: 156.935343 Share difficulty: 504240.247210 Total block value: 25.016500 BTC including 2 transactions

EDIT: Just a guess but maybe "per KB" is actually applied "per 1/2 KB"?

13547  Bitcoin / Hardware / Re: [Antminer S1 Sales open] Price changes daily, now 1.37 BTC for 180GH/s on: February 28, 2014, 08:05:51 PM
I've not used it myself but I've seen this fan highly recommended before.

http://www.newegg.com/Product/Product.aspx?Item=N82E16835553005

Those are much lower CFM than the original ones (as are most if not all "silent" fans). I wouldn't recommend as a replacement but as a second fan should be fine. (I didn't see the earlier context.)

13548  Bitcoin / Pools / Re: [185 TH] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: February 28, 2014, 07:02:00 PM
It's in data/coinname/log

Thank you.


2014-02-28 09:21:58.696997 > Error while processing Event callbacks:
2014-02-28 09:21:58.697274 > Traceback (most recent call last):
2014-02-28 09:21:58.697372 >   File "/home/p2pool/p2pool/p2pool/p2p.py", line 282, in handle_shares
2014-02-28 09:21:58.697467 >     self.node.handle_shares(result, self)
2014-02-28 09:21:58.697555 >   File "/home/p2pool/p2pool/p2pool/node.py", line 48, in handle_shares
2014-02-28 09:21:58.697869 >     self.node.set_best_share()
2014-02-28 09:21:58.697977 >   File "/home/p2pool/p2pool/p2pool/node.py", line 297, in set_best_share
2014-02-28 09:21:58.698067 >     self.best_share_var.set(best)
2014-02-28 09:21:58.698153 >   File "/home/p2pool/p2pool/p2pool/util/variable.py", line 74, in set
2014-02-28 09:21:58.698240 >     self.changed.happened(value)
2014-02-28 09:21:58.698327 > --- <exception caught here> ---
2014-02-28 09:21:58.698436 >   File "/home/p2pool/p2pool/p2pool/util/variable.py", line 42, in happened
2014-02-28 09:21:58.698523 >     func(*event)
2014-02-28 09:21:58.698608 >   File "/home/p2pool/p2pool/p2pool/node.py", line 96, in broadcast_share
2014-02-28 09:21:58.698694 >     peer.sendShares([share for share in shares if share.peer_addr != peer.addr], self.node.tracker, self.node.known_txs_var.value, include_txs_with\
=[share_hash])
2014-02-28 09:21:58.698782 >   File "/home/p2pool/p2pool/p2pool/p2p.py", line 290, in sendShares
2014-02-28 09:21:58.698867 >     assert tx_hash in known_txs, 'tried to broadcast share without knowing all its new transactions'
2014-02-28 09:21:58.698954 > exceptions.AssertionError: tried to broadcast share without knowing all its new transactions
13549  Bitcoin / Pools / Re: [185 TH] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: February 28, 2014, 06:49:38 PM
I got an error where it said something about trying to broadcast a share without having all the transactions (?). Then the share was counted against orphans, I think. The message scrolled off before I could save it. There's no log file for p2pool right? At least I couldn't find it.

13550  Bitcoin / Group buys / Re: Round 15/16 KnC Jupiter, DZ MC. Please move comments and ?s to this thread. Thx. on: February 27, 2014, 01:30:28 AM
I'm seeing 0% BTC ROI. (Paid .35 per shares got .35 back)
But still ok Smiley

I'm seeing payout as ~0.351 yes, but I'm fairly sure I paid closer to 0.32. Might depend on date of order or round, I guess.

My BTC ROI was very slightly negative as well, and yes I'm pretty sure it depended on your date of buy in. These GBs were usually priced in dollars, with BTC conversion at the time of order.
13551  Alternate cryptocurrencies / Pools (Altcoins) / Re: A Complete Guide to P2Pool - Merged Mining (BTC/NMC/DVC/IXC/I0C) plus LTC, Linux on: February 26, 2014, 11:02:21 PM
One thing to keep in mind though is that you'd be getting 1% of every share your node found. So if there are lots of shares in the share chain, you'd add up 1% of each of them and the pool receives that one single payment like any other miner in the payouts list. If the fee to the node operator is so small it's just useless dust he can't spend anyway, then he should either get more miners to use his node or drop the fee to 0.

Looking at the public node list, most of the public nodes are well under 1 TH. (That shouldn't be a surprise given the total hash rate for p2pool as a whole.) If you have a 500 GH node and take 1% that means your fee hash rate is 5 GH, making your fee payments quite small. Maybe not technically dust, but small enough to be annoying. Opinions differ but personally I'd rather get at least a 1-share fee occasionally.
13552  Bitcoin / Hardware / Re: [Setup & Troubleshoot] Bitmain AntMiner S1 180GH/S miner on: February 26, 2014, 10:11:43 PM
WiFi is hit or miss on these and I don't think its actually supported, they just happen to be using a WiFi router as a control unit.

Your best bet is to get a cheap WiFi extender box with an ethernet port and plug into that. I have several hooked up like that and they work fine, but either way you have to make sure you have good WiFi coverage without interference.

13553  Bitcoin / Pools / Re: [6600Th] Eligius: 0% Fee BTC, 105% PPS NMC, No registration, CPPSRB (New Thread) on: February 26, 2014, 10:03:55 PM
Because no-fee transactions which aren't very high priority are non-standard, or not relayed, or whatever the term is.

Do you have data on the frequency of these transactions in mined blocks?
13554  Bitcoin / Pools / Re: [6600Th] Eligius: 0% Fee BTC, 105% PPS NMC, No registration, CPPSRB (New Thread) on: February 26, 2014, 09:56:55 PM
That being said, according to the transaction list of blockchain.info, there are really not a lot of transactions being sent with no fees.

Not that blockchain.info knows about. Since the best way to get no-fee transactions into a block is to send them directly to the miners, I wouldn't expect blockchain.info to know about many of them.
I'm confused about what you're saying. Either the transaction includes a fee or it doesn't, regardless of who relays the transaction.

Some no-fee transactions won't get relayed by the standard client, but still might get included by a miner. Anth0ny seems to be saying that the majority of no-fee transactions are like that, but I'm not sure why he believes this.
13555  Alternate cryptocurrencies / Pools (Altcoins) / Re: A Complete Guide to P2Pool - Merged Mining (BTC/NMC/DVC/IXC/I0C) plus LTC, Linux on: February 26, 2014, 09:52:17 PM
Maybe one day p2pool will allow the fee amount to be recorded in the share, like the donation amount is, so it can be paid exactly when each share is paid and all shares remain with the miner.

The issue with this would be dust. If you have a 1% fee on your node then your node hash rate would have to be such that 1% of that wouldn't create dust on every block.

13556  Bitcoin / Group buys / Re: [Closed]R17x: Black Arrow Prospero X-3 <DZMC Exclusive> $130 / 40GHS on: February 25, 2014, 08:47:42 PM
Why  - 1.5%   ?

That was the originally stated policy for refunds. It is a "1.5% restocking fee." What exactly they are restocking has never been explained, but at this point I'd be very happy getting 98.5% of my coins back instead of the 0% I've actually gotten.


you don't think its worth waiting until may? iv only got a few shares... i think i sent .3 btc

I have no comment on that. I requested a refund for my own reasons. You should do your own analysis and act accordingly.

13557  Bitcoin / Pools / Re: [4800Th] Eligius: 0% Fee BTC, 105% PPS NMC, No registration, CPPSRB (New Thread) on: February 25, 2014, 08:23:15 PM
Can somebody explain what the deal is with moving into worse position in the queue?  Wouldn't it make more sense for the queue to be like an actual queue (first in, first out).
It is first in, first out. But often slower miners don't reach their minimum payouts immediately. They don't lose their queue position just because they haven't met that requirement, so once they do meet it, they get inserted in the position they hold.

OK, I understand that. FCFS starting with last payment. Makes sense.
13558  Bitcoin / Pools / Re: [4800Th] Eligius: 0% Fee BTC, 105% PPS NMC, No registration, CPPSRB (New Thread) on: February 25, 2014, 07:28:49 PM
Can somebody explain what the deal is with moving into worse position in the queue?  Wouldn't it make more sense for the queue to be like an actual queue (first in, first out).


13559  Bitcoin / Hardware / Re: [Antminer S1 open for sale again] The last round before the Chinese New Year on: February 25, 2014, 06:20:25 PM
2 out of 3 orders are now also on their way to me.
However, they're shipped with DHL instead of UPS (without me asking for it)

For my last 2 orders, UPS didn't calculate any additional custom costs or anything, just delivered for free. Hopefully DHL will do the same...

Are you in the US? There is no customs duty on computer equipment, although I suppose they could still charge a processing fee for customs clearance (which as you say UPS apparently does not).
13560  Bitcoin / Group buys / Re: [Closed]R17x: Black Arrow Prospero X-3 <DZMC Exclusive> $130 / 40GHS on: February 25, 2014, 06:11:41 PM
Why  - 1.5%   ?

That was the originally stated policy for refunds. It is a "1.5% restocking fee." What exactly they are restocking has never been explained, but at this point I'd be very happy getting 98.5% of my coins back instead of the 0% I've actually gotten.
Pages: « 1 ... 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 [678] 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!