Bitcoin Forum
July 01, 2024, 11:47:28 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 ... 202 »
2281  Bitcoin / Pools / Re: [∞ YH] solo.ckpool.org 0.5% fee anonymous solo bitcoin mining! 39 blocks solved! on: April 27, 2015, 06:13:08 PM
Oh, ok, well that makes much more sense.  A 4ph/s rental would probably cost more than a block reward pays!
At current prices on MRR, renting 4PH/s would cost about 76BTC per 24 hours.  At current difficulty, you'd expect that same 4PH/s to make 42.25BTC.  You might be able to pull it off on nicehash.com if you can get the gear for 0.01BTC/TH/day.  There it would cost you 40BTC to rent that same 4PH/s for 24 hours.
2282  Bitcoin / Mining / Re: ASIC Miners on: April 27, 2015, 04:28:19 PM
They mine.  That's what they do.  They're called application specific for a reason.  Any coin that has the same encryption (SHA256d) can be mined by them.  You can't brute force.  You can't render.  You can mine SHA256d coins.

There were some interesting ideas about what to do with the byproduct of the mining process: the heat.  I think the most creative I saw was a wood drying kiln.
2283  Bitcoin / Pools / Re: [1500 TH] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: April 27, 2015, 04:05:31 PM
I'm also have an issue of not recieving funds from the last block that was found it gives me an amount but it doesn't show up in my wallet transactions.
I was hoping to use my exchange to cut down on fees. I know they say not to do that but i have been doing it on my exchange from all of my mining and it works just fine. Is there a reason for me not to on the p2p network.
Unlike most other pools, p2pool pays you from the reward generation transaction.  In other words, you get newly minted coins.  Some exchanges don't play nicely with newly minted coins - they expect the coins to come from a known input transaction, not generated.  That's why you don't mine to an exchange.
I really don't like the idea of mining to a wallet that could crash potentially bad idea. Maybe there should be an added change in code to support exchange deposits would be nice. Thanks dude the fast replies.

That would be up to the exchanges.  They'd have to alter their code to allow for generated coins.

As for wallets crashing, if you're mining on your own p2pool node, sure that's bad because the p2pool code requires a connection to a functional Bitcoin daemon.  Then again, you're taking that chance no matter on which pool you're mining.  Heck, you can mine to a paper wallet if you really want to.  As long as you've got the public/private keys in your control it doesn't matter.

Personally, I run a p2pool node on a VPS.  The Bitcoin daemon is compiled and built with no wallet functionality.  It's job is to feed the p2pool node work.  The addresses I use for mining are completely separate of that box.  I make regular backups of my wallet.dat file and keep those backups stored safely.  If I execute any large transactions, I make a backup immediately afterwards.
2284  Bitcoin / Pools / Re: [1500 TH] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: April 27, 2015, 03:49:52 PM
I'm also have an issue of not recieving funds from the last block that was found it gives me an amount but it doesn't show up in my wallet transactions.
I was hoping to use my exchange to cut down on fees. I know they say not to do that but i have been doing it on my exchange from all of my mining and it works just fine. Is there a reason for me not to on the p2p network.
Unlike most other pools, p2pool pays you from the reward generation transaction.  In other words, you get newly minted coins.  Some exchanges don't play nicely with newly minted coins - they expect the coins to come from a known input transaction, not generated.  That's why you don't mine to an exchange.
2285  Bitcoin / Pools / Re: [1500 TH] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: April 27, 2015, 03:44:37 PM
I finally got a node up and running. How do you change the difficulty of your miner? Are there any interfaces i should look into that allow me more control? I saw some people charging for there public nodes. Once you have one set up how would you charge a fee? It would be worth it if the fees helped me pay for extra bradband.
To change the difficulty of your miner, you use the "/" and "+" arguments after your BTC address.  For example, if you're mining with an S3, you might want to change the difficulty to 500.  In the config screen, you set your worker like this:

1DeVLDoGvkbbB5n3dPvbpDbwiKGjYckCy9+500/500

The +500 sets your pseudo-share difficulty.  The /500 sets you up to use the p2pool minimum share difficulty.  There has been plenty of discussion on the usage of "+" and "/" in this thread.  The short of it is that the "+" makes the graphs look nice.  The "/" will tell p2pool what difficulty share to accept from you to add to the share chain.  If you set "/" less than the current p2pool network share difficulty, it automatically uses the network share difficulty.  If you set it higher than the network difficulty, it uses what you set.

You can add a fee to your node by passing the --fee parameter on startup of your node.  For example:

Code:
./run_p2pool.py --give-author 0.5 --fee 0.5
That will donate 0.5% to the author and will collect 0.5% fee for you.

Thanks you.
this is a massive the thread so sorry that i asked the question i was scanning through it and couldnt find an answer. The code you refer to ./run_p2pool.py that would be used in linux? I'm running windows. Where do i input that code through python? I never understood that part wish it was spelled out better in by op. Next pc is def a lunix based. I'm tired of compiling windows programs.
I'm not a Windows guy, so I can't offer you much help there.  I would imagine it's somewhat similar... maybe something like: c:\path\to\python.exe run_p2pool.py...
2286  Bitcoin / Pools / Re: [1500 TH] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: April 27, 2015, 03:06:48 PM
That will donate 0.5% to the author and will collect 0.5% fee for you.

An important thing to remember is that the way it works is a % of shares founds, not a % of the bitcoin paid by those shares. So each share has a 1% chance of going towards the fee+donation. 99% of the shares are paid totally to you. If you run a public node with 1% in fee+donation, you might not see anything happening at first.

My hope is that one day if there's ever another major p2pool version released with mandatory upgrade, that forrest adds support for the donation (and fee?) to appear right with the share data in the blockchain. Thus if you are 1% donation, and a block is found, 1% of that share's pay goes to forrest and 99% to the share's owner. This smooths it out so you don't randomly lose a share (which you might only be finding once a day as small miner), and provides less variance to miners, pool operators, and forrest himself.
Great point roy7, and it's worth repeating.  When you charge a fee and/or donate to the author, the percentage you set is translated into a percentage chance that your found share will in fact be credited to the author's BTC address or your node's BTC address.

Imagine you're only finding a share a day, and the share you found was the one the node used for a fee/donation.
2287  Bitcoin / Mining speculation / Re: 2s3's or 1 c1 on: April 27, 2015, 02:58:43 PM
Yes exact same chip's.  They take up a decent amount of space by time you set up them up.  They run at a much higher freq then the S3's. Below is a old picture of my 2 C1's.

http://i100.photobucket.com/albums/m25/notlist3d/C1/IMG_3214_zps554b8085.jpg

This is within the first 2 day's of running as they still had syscooling pumps.
If you could find some way to run them in series... I don't know too much about water cooling and I never really got into the thermodynamics and fluid mechanics stuff... but if there was some way to hook up like 10 boards to a single pump/radiator then I could see the density argument.  Has anyone tried doing something like that?  Throwing 10 boards, a pump/radiator/fans/etc into a 4U enclosure?  I'm not sure if something like that is even possible...
2288  Bitcoin / Pools / Re: BITMAIN announces Antpool on: April 27, 2015, 02:35:49 PM
what is this percent ?

and else interested me , what according to add new block ?


http://www.picz.ge/img/s1/1504/27/0/00a68689c75c.png
That percentage shows you how how many shares it took to solve that block vs the expected amount of shares it should have taken.  In this case, it took 80,219,210,336 shares.  Expected number of shares to solve a block is 47,610,564,513.  It took 168.49% (Bitmain, you might want to check your math on your page since you show 168.47%) of expected shares to solve the block.
2289  Bitcoin / Pools / Re: [∞ YH] solo.ckpool.org 0.5% fee anonymous solo bitcoin mining! 39 blocks solved! on: April 27, 2015, 02:21:28 PM
Lol. Me with my huge 11Th.
I see your 11TH/s and raise my 9GH/s.  Booyeah!

{"hashrate1m": "9.43G", "hashrate5m": "8.81G", "hashrate1hr": "8.98G", "hashrate1d": "7.14G", "hashrate7d": "2.94G", "lastupdate": 1430144383, "workers": 1, "bestshare": 151967.86023650639}
2290  Bitcoin / Pools / Re: [1500 TH] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: April 27, 2015, 02:16:48 PM
I finally got a node up and running. How do you change the difficulty of your miner? Are there any interfaces i should look into that allow me more control? I saw some people charging for there public nodes. Once you have one set up how would you charge a fee? It would be worth it if the fees helped me pay for extra bradband.
To change the difficulty of your miner, you use the "/" and "+" arguments after your BTC address.  For example, if you're mining with an S3, you might want to change the difficulty to 500.  In the config screen, you set your worker like this:

1DeVLDoGvkbbB5n3dPvbpDbwiKGjYckCy9+500/500

The +500 sets your pseudo-share difficulty.  The /500 sets you up to use the p2pool minimum share difficulty.  There has been plenty of discussion on the usage of "+" and "/" in this thread.  The short of it is that the "+" makes the graphs look nice.  The "/" will tell p2pool what difficulty share to accept from you to add to the share chain.  If you set "/" less than the current p2pool network share difficulty, it automatically uses the network share difficulty.  If you set it higher than the network difficulty, it uses what you set.

You can add a fee to your node by passing the --fee parameter on startup of your node.  For example:

Code:
./run_p2pool.py --give-author 0.5 --fee 0.5
That will donate 0.5% to the author and will collect 0.5% fee for you.
2291  Bitcoin / Pools / Re: [∞ YH] solo.ckpool.org 0.5% fee anonymous solo bitcoin mining! 39 blocks solved! on: April 27, 2015, 02:40:11 AM
Jesus 727, hook me up with those miners Cheesy

All rentals bro, I wish I knew which one hit! If anyone has rigs on MRR that I've rented, please have a look at them.
Checked and it wasn't my gear that hit for you...

4 blocks.  Unreal.  Keep it up and that vacation will be on your own island Smiley
2292  Bitcoin / Pools / Re: BITMAIN announces Antpool on: April 26, 2015, 06:03:12 PM
Why ? This halving bad is as i know
Well, we all know what will happen - at block 420,000 the reward for finding a block will go from 25BTC to 12.5BTC.  What we don't know is what the price will be and what effect the halving will have on the market.
2293  Bitcoin / Pools / Re: BITMAIN announces Antpool on: April 26, 2015, 03:51:48 PM
Thanks but i cant good understand share (
A share is a unit of work that your S3 submits to the pool.  The pool uses these shares to calculate how much of the reward you get when the pool finds the block.
2294  Bitcoin / Pools / Re: [2100 TH] CKPool (kano.is) from the cgminer devs [0.9% PPLNS] on: April 26, 2015, 03:35:27 PM
I sure would like to bring back the S1s back to life i do have a few left.
Fire them up and point them to ck.'s solo pool Smiley.  Using them on a regular pool is just tossing money out the window... at current prices and difficulty you'll be mining $0.46 per day, but costing $0.96 per day - netting you -$0.50 - with an electricity cost of $0.10 per kWh (assuming 200GH/s at 400W).
2295  Bitcoin / Pools / Re: [1500 TH] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: April 26, 2015, 03:31:11 PM
Block!  Too bad we didn't get that one with the 85BTC in transaction fees.  I would have felt bad if we had, though.  The poor guy who sent that never meant to send those coins as transaction fees, but the script he used screwed him.  At least since it was included in a block by AntPool, maybe he might get lucky and be reimbursed.  Good luck that happening here, where the transaction fees would have been distributed to every p2pool miner.
2296  Bitcoin / Pools / Re: BITMAIN announces Antpool on: April 26, 2015, 03:28:24 PM
Even but 100% was that my s3 was raning.

What do i ? That i will get 0.004btc ?
You need to understand how this whole thing works.  When you look at mining calculators, they are providing you an expected value.  They simply say, "Given the probability of finding X shares in Y time, you would expect to earn Z coins".  The simplified version of the formula they all use is:
Code:
25 / (Network Diff * 2^32 / hash rate per second / 86400) = number of coins you earn in a day

Code:
25 / (47610564513 * 2^32 / 440000000000 / 86400) = 0.00464776 BTC


please tell me, what is above quotes, what is this number? 25,2^32,86400
Here are the numbers explained...
25 = number of coins for the block reward.
47610564513 = current network difficulty
2^32 = number of attempts to find a difficulty 1 share
440000000000 = hashes per second of an S3
86400 = seconds in a day

what is share ?
Share is what a pool uses to determine how much work you have done.  Your miner submits hashes (i.e. shares) to the pool.  AntPool pays you for your shares using the PPLNS system.
2297  Bitcoin / Bitcoin Technical Support / Re: how to use vanitygen? on: April 26, 2015, 03:20:40 PM
Do it on  a computer with a decent GPU.   The GPU speeds it up quite a bit compared to CPU.

I personally have not used the online one, but I know some people do.  I like to create them myself.
Even without using the GPU, creating an address that starts 1Ben won't take too much time.

If you do wish to use your GPU, instead of just using vanitygen, use oclvanitygen:

Code:
./oclvanitygen -d 2 1Ben

The -d 2 parameter is specific to my machine because I've got multiple GPUs (device 0 is the CPU, device 1 is the integrated graphics, device 2 is the discrete GPU).

Creating the 1Ben address took less than a second.
2298  Bitcoin / Pools / Re: [∞ YH] solo.ckpool.org 0.5% fee anonymous solo bitcoin mining! 38 blocks solved! on: April 26, 2015, 03:12:14 PM
Congrats man! Insane!

Thanks bro!  Cheesy
That vacation keeps getting upgraded Smiley.  Congrats yet again!
2299  Bitcoin / Pools / Re: good settings to make cgminer efficient with P2Pool? on: April 25, 2015, 05:51:45 PM
If ever the S5 reboots, you'll have to do this process again, since the new cgminer is in volatile memory.

That might be a deal breaker for me.  I appreciate your response, but I don't think this is a reasonable approach for a larger farm.  I will do some testing on my more stable units though thanks to your guide.  I do wish bitmain would open source their firmware so that an easier and more permanent solution could be implemented.
Is that something new with the S5?  I have S3s and replacing the binary is certainly not in volatile memory.  I've heard that changes you make to the init.d scripts might get lost on reboot.

In any case, couldn't you just write a simple script to execute on boot that does these steps?  Or would any script you write also get lost on the reboot?  There's got to be some place that's not lost on a reboot...
2300  Bitcoin / Pools / Re: [1500 TH] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: April 25, 2015, 05:47:55 PM
My predicted payout went from .06 to .25.  Sounds good to me, but what gives?   I'm seeing 111.18384982 BTC total to be paid.




My predicted payout went from .06 to .25.  Sounds good to me, but what gives?

No clue... I'm seeing the same thing.  All predicted payouts are off.  Look at the top 2 miners... their combined expected payout is over 34BTC.
Maybe someone gave a big donations to P2Pool users?
No, you would have gotten the transaction in your wallet if it were a donation.  Things seem to be back to normal now.  Weird.
Pages: « 1 ... 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 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 ... 202 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!