Bitcoin Forum
June 18, 2024, 02:25:35 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 ... 234 »
2101  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [PMC] Premine! - 100% Premine / 100% Distribution - Mining TX fees only on: February 01, 2014, 04:29:30 PM
Or you could create virtual machine and run your scrypt with another wallet.dat on it...same thing.

I have no idea how to do that.  Grin
2102  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [PMC] Premine! - 100% Premine / 100% Distribution - Mining TX fees only on: February 01, 2014, 04:27:54 PM
I'll have to see if I run into that issue, but as I use a delay between sending out payouts it should be fine.

Ok, I think this is what I'll do;

Move the script to a 24/7 server, and provide everyone with the donation address;

If the script ever exceeds 100 PMC, the remaining funds will be sent to a cold wallet address. That way, should anything go wrong, any overflow coins will be safe, and it the script needs topping up, I can send them from here to keep it running as long as possible.

I have 2k PMC to keep it running, so it's not going to run out any time soon, but if you want to help keep it running, this would be the way to do it.

I've turned off my script for now, now that I know it works. What I may do is set the minimum possible tx fee higher, and when blocks are being generated faster on the network, add it as an additional delay between sending out rewards.
2103  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [PMC] Premine! - 100% Premine / 100% Distribution - Mining TX fees only on: February 01, 2014, 04:14:35 PM
As you can see it's running perfectly.

I will now perform a 30 minute run.

Should I be sending myself less than one PMC each time I do this? Can I send 0? What do you think?
I've been told the minimum tx amount for PMC is 0.0000546 but I haven't tested to see if that's true. Be careful though, I've broken wallet.dat files of other coins before by sending too small amounts in a tx.

Thanks for the warning. Maybe I should take some precautions and make sure the amount does not go below that, until I can store the majority of my coins elsewhere.

Couldn't I create a new wallet.dat, swap this one out, and send myself coins to an address in that wallet.dat? I can store the rest in there for safety.

Or I could have the main script run on a different server, and periodically top it up using a script on this machine. That would be quite safe. Infact I could go one better and give you all the donation address.

If anyone wants to top up the blockrewarder, you can just send a payout to the account.  Smiley
2104  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [PMC] Premine! - 100% Premine / 100% Distribution - Mining TX fees only on: February 01, 2014, 04:07:46 PM
Remember that gambling sites, on the whole, suck up coins. I don't know if they'll actually increase distribution or further centralise it. Although I guess if the owners of the site sell the coins they make, then that would be a form of distribution..
2105  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [PMC] Premine! - 100% Premine / 100% Distribution - Mining TX fees only on: February 01, 2014, 04:06:17 PM
Nullu   YOU ARE TOO CLEVER Grin,THANKS FOR YOU GOOD  WORK!

Thank you.  Smiley

Lets wait and see if it reduces the tx fees when the blockchain speeds up again though.  Cheesy
2106  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [PMC] Premine! - 100% Premine / 100% Distribution - Mining TX fees only on: February 01, 2014, 04:00:51 PM
It seems to be working fine. It's just that the tx fees don't always necessarily end up in the next block, so there's a slight chance you'll get double or even triple rewards, but I can easily avoid that by upping the time between payouts to balance it out. It's not really such a bad thing anyway. Call it an unintended payout bonus.  Smiley

The blockchain isn't move fast enough to see if it will divide the payout when it speeds up, but with this current payout size I can leave it running for a few hours.

Quick sample of my last 3 minute run;

Quote
Current Block18924
Difference:1
Payout:0.0001

Current Block18925
Difference:1
Payout:0.0001

Current Block18926
Difference:1
Payout:0.0001

Current Block18927
Difference:1
Payout:0.0001

Current Block18928
Difference:1
Payout:0.0001

Current Block18929
Difference:1
Payout:0.0001

Current Block18930
Difference:1
Payout:0.0001

Current Block18931
Difference:1
Payout:0.0001

Current Block18932
Difference:1
Payout:0.0001

Current Block18933
Difference:1
Payout:0.0001

Current Block18934
Difference:1
Payout:0.0001

Current Block18935
Difference:1
Payout:0.0001

Current Block18936
Difference:1
Payout:0.0001

Current Block18937
Difference:1
Payout:0.0001

As you can see it's running perfectly.

I will now perform a 30 minute run.

Should I be sending myself less than one PMC each time I do this? Can I send 0? What do you think?
2107  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [PMC] Premine! - 100% Premine / 100% Distribution - Mining TX fees only on: February 01, 2014, 03:48:53 PM
Ok, so here's what I have;

- Check the blockchain every 3 seconds
- However many blocks have been generated in that time, divide the payout by that
- If txfee is less than 0.00000001, set it to 0.00000001
- current txfee is 0.00010000. So if 10 blocks are generated in 3 seconds, the payout will be 0.00001000
If 0 blocks have been generated you could get a divide by zero error there Wink

Can't happen. It will only run the reward part of the script if 1 or more blocks has been generated. Smiley

If no new blocks have been generated, it will wait another 3 seconds until one is.
Explorer looks better now with the tx's.

Nahh there's still something wrong, they all have 0.0001 fees, and some blocks still have multiples. Somehow you're sending tx's too often, or there would be more blocks with 0 of your reward tx's.

Yeah, not sure what the issue is there. It should be changing that value. For some reason it's not changing the tx fee. I'll look into it.
2108  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [PMC] Premine! - 100% Premine / 100% Distribution - Mining TX fees only on: February 01, 2014, 03:39:16 PM
Ok, so here's what I have;

- Check the blockchain every 3 seconds
- However many blocks have been generated in that time, divide the payout by that
- If txfee is less than 0.00000001, set it to 0.00000001
- current txfee is 0.00010000. So if 10 blocks are generated in 3 seconds, the payout will be 0.00001000
If 0 blocks have been generated you could get a divide by zero error there Wink

Can't happen. It will only run the reward part of the script if 1 or more blocks has been generated. Smiley

If no new blocks have been generated, it will wait another 3 seconds until one is.
2109  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [PMC] Premine! - 100% Premine / 100% Distribution - Mining TX fees only on: February 01, 2014, 03:35:02 PM
Ok, so here's what I have;

- Check the blockchain every 3 seconds
- However many blocks have been generated in that time, divide the payout by that
- If txfee is less than 0.00000001, set it to 0.00000001
- current txfee is 0.00010000. So if 10 blocks are generated in 3 seconds, the payout will be 0.00001000
2110  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [PMC] Premine! - 100% Premine / 100% Distribution - Mining TX fees only on: February 01, 2014, 03:27:20 PM
Ok, my script is functional now, but I don't feel safe running it for long if there is a problem.

You should see transactions on the blockchain now. I'm sending 1 PMC to myself, and sending 0.00012345 tx fees. However if the blockchain continues moving this fast I will have to stop it. I'm not setting it to 0.001 until I know what's going on.

I've put 500 PMC into the blockrewarder account. Happy mining.
Looks like your script is overdoing it?

http://cryptexplorer.com/block/00000000003df3f578eed4602d693ea466dd26fc76d94f1c13224ae742b53362

Doesn't that just show the transactions being sent out? Those looks like they go to different addresses.

It shouldn't send a tx fee unless there is a new block on the network. Every time the loop runs it checks to see if there are more blocks on the network. If there are, it sends the tx fee. That's correct, isn't it? If I sent a tx fee every time a new block in on the network, it should end up in a new block? So where are there blocks with 2 or 3 of my tx fees?
Just because you send it out at certain time doesn't mean it will be in the next block, especially with these kind of block times. On average you may achieve 1 reward tx per block though.

Oh. I see. Should I make it relative to the speed blocks are being generated?

So whatever the difference between the current block and the next block is every 3 seconds, say, divide the tx fee by that amount?

So if after 3 seconds 5 blocks have been generated, divide the tx fee by 5.

This will keep the script running at the same speed, but lower the tx fee proportional to the generation of new blocks. Anyone trying to bombard the network will get less and less tx fees.
2111  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [PMC] Premine! - 100% Premine / 100% Distribution - Mining TX fees only on: February 01, 2014, 03:11:03 PM
Ok, my script is functional now, but I don't feel safe running it for long if there is a problem.

You should see transactions on the blockchain now. I'm sending 1 PMC to myself, and sending 0.00012345 tx fees. However if the blockchain continues moving this fast I will have to stop it. I'm not setting it to 0.001 until I know what's going on.

I've put 500 PMC into the blockrewarder account. Happy mining.
Looks like your script is overdoing it?

http://cryptexplorer.com/block/00000000003df3f578eed4602d693ea466dd26fc76d94f1c13224ae742b53362

Doesn't that just show the transactions being sent out? Those looks like they go to different addresses.

It shouldn't send a tx fee unless there is a new block on the network. Every time the loop runs it checks to see if there are more blocks on the network. If there are, it sends the tx fee. That's correct, isn't it? If I sent a tx fee every time a new block in on the network, it should end up in a new block? So where are there blocks with 2 or 3 of my tx fees?
2112  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [PMC] Premine! - 100% Premine / 100% Distribution - Mining TX fees only on: February 01, 2014, 03:08:53 PM
Ok, my script is functional now, but I don't feel safe running it for long if there is a problem.

You should see transactions on the blockchain now. I'm sending 1 PMC to myself, and sending 0.00012345 tx fees. However if the blockchain continues moving this fast I will have to stop it. I'm not setting it to 0.001 until I know what's going on.

I've put 500 PMC into the blockrewarder account. Happy mining.
Looks like your script is overdoing it?

http://cryptexplorer.com/block/00000000003df3f578eed4602d693ea466dd26fc76d94f1c13224ae742b53362

Hm. What's happened there? It should only add the tx fee once for new blocks.

I'm switching off the script for now. As you say whoever is throwing hash at PMC right now shouldn't get this PMC.
2113  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [PMC] Premine! - 100% Premine / 100% Distribution - Mining TX fees only on: February 01, 2014, 03:07:05 PM
Well I'm adding 0.00012345 to a block every 2 seconds. I'm not going to add one to every block at this rate. I'm certainly not setting it per block for the moment.

I may even lower the payout time. Hopefully that gives other miners a chance to get the tx fees.
2114  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [PMC] Premine! - 100% Premine / 100% Distribution - Mining TX fees only on: February 01, 2014, 03:03:42 PM
Ok, my script is functional now, but I don't feel safe running it for long if there is a problem.

You should see transactions on the blockchain now. I'm sending 1 PMC to myself, and sending 0.00012345 tx fees. However if the blockchain continues moving this fast I will have to stop it. I'm not setting it to 0.001 until I know what's going on.

I've put 500 PMC into the blockrewarder account. Happy mining.
2115  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [PMC] Premine! - 100% Premine / 100% Distribution - Mining TX fees only on: February 01, 2014, 02:56:16 PM

The blocks are moving quite fast..

What's going on?

There's no point me running my script until this is confirmed or not.
2116  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [PMC] Premine! - 100% Premine / 100% Distribution - Mining TX fees only on: February 01, 2014, 02:50:29 PM

What do you mean?
2117  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [PMC] Premine! - 100% Premine / 100% Distribution - Mining TX fees only on: February 01, 2014, 02:22:04 PM
Could someone who is mining keep an eye out for 0.00012345 rewards?

I'm going to use that amount to test this.
2118  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [PMC] Premine! - 100% Premine / 100% Distribution - Mining TX fees only on: February 01, 2014, 01:56:20 PM
Well, it took me 10 minutes to work out how to use the JSON RPC PHP library, so I can't see any problem in having this script running by the end of tonight.

So I'll set the TX fee to 0.01, and for every new block, I'll send myself some Premine. I can have this running 24/7 once It's finished, but again this is only until the new client is released.  Smiley
2119  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [PMC] Premine! - 100% Premine / 100% Distribution - Mining TX fees only on: February 01, 2014, 01:26:33 PM
Is there a new reward bug?  I'm now mining these 0.46795 blocks,  please tell me this is someone giving back to the miners? 


edit: Is this the reward bot mentioned above?



Nah, it's not me. I haven't finished my script yet. It's probably the faucet mentioned above generating tx fees.  Smiley

Combination of Faucet + Reward Bot by Dev...

These are pretty high rewards, these should really help the network get going Smiley

It should certainly help increase distribution.  Grin

I'm going to work on my version tonight. I still have 2k Premine set aside for block rewards.
2120  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [PMC] Premine! - 100% Premine / 100% Distribution - Mining TX fees only on: February 01, 2014, 12:50:44 PM
I will not close the thread, not to worry.


In other news: my "reward bot" is finished and running. this should help ensure rewards for every block mined for the time being.


You scripted one? That's awesome. I'd still like to create one of my own, though.  Smiley
Pages: « 1 ... 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 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 ... 234 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!