Bitcoin Forum
June 18, 2024, 08:23:24 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 ... 234 »
2001  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [PMC] Premine! - 100% Premine / 100% Distribution - Mining TX fees only on: February 03, 2014, 09:05:14 PM
It seems that what was potentially causing my script to crash was infact txfees imposed by the network.

Basically, what my script does is set the txfee it wishes to send (the miners reward), then sends the coins from wallet address A, to wallet address B. When wallet address A is running low, wallet address B sends the coins back to wallet address A, so wallet address A can keep sending coins back to B.

It's basically a cycle;

A sends to B
A sends to B
A sends to B
A sends to B
A sends to B
B sends all to A
Repeat from start.

This is the basic principle of generating block rewards. Each time before wallet address A sends to B, it calculates what the bonus should be, and sets the tx fee to that amount.

Where I was tripping up was when sending coins from B back to A. I was querying my wallet and finding out how many coins were in B, and trying to send them all back to A. This doesn't work. If the network imposes its own tx fee on the transaction, then I am trying to send slightly more coins than I can afford to send from B, as you also have to deduct the txfee imposed by the network.

I've gotten around this by simply sending 1 less coin than the total coins in address B. I'll know soon enough if it has worked. This is such an annoying little glitch.

Edit: Script has passed two cycles successfully without crashing. Hopefully 1 PMC is enough of a buffer to prevent the network trying to impose too much of a tx fee on my transfer of coins from B back to A.

Block rewarder is back up and running for the time being.
2002  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [PMC] Premine! - 100% Premine / 100% Distribution - Mining TX fees only on: February 03, 2014, 08:27:10 PM
I've figured out a way to run two seperate independent wallets on my single home machine. I wouldn't dare try to open both wallets at once, but I should be able to run the block rewarder locally from now on. That way if it throws a wobbler I can fix it here.
2003  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Prospercoin -Launched-Exchange Poloniex.com-Gravity Well NO PREMINE on: February 03, 2014, 08:15:29 PM
Well, better to be safe than sorry I suppose.  Wink

Have a nice little stash of ProsperCoins now. Might just keep mining it I think.  Smiley
2004  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Prospercoin -Launched-Exchange Poloniex.com-Gravity Well NO PREMINE on: February 03, 2014, 08:09:57 PM

It's ok. Just don't want to spread unnecessary alarm.  Grin
2005  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Prospercoin -Launched-Exchange Poloniex.com-Gravity Well NO PREMINE on: February 03, 2014, 08:02:25 PM

Could you not have just said "the wallet is clean"?

The wallet is clean.  Tongue
2006  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [PMC] Premine! - 100% Premine / 100% Distribution - Mining TX fees only on: February 03, 2014, 07:56:25 PM
Ok, it looks like for whatever reason the block rewarder has stopped producing rewards. It could be that block generation sped up at some point and so the script has gone into cool down until the rate slows back down, or the script isn't running for some reason. I'll check the server tomorrow.

Looking at the blockchain, the amount of transactions in each block is considerably smaller, which leads me to believe the script is in cool down mode due to a higher block generation rate. It probably would have been a good idea to set a maximum cap on the cool down rate. As it stands, if the network doesn't slow down, then the block rewarder won't continue to send out rewards until the difficulty readjusts.

Actually, the cool down rate just needs to be reset after each cycle of the payout rewarder. I'll need to make some adjustments.  Grin
2007  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [PMC] Premine! - 100% Premine / 100% Distribution - Mining TX fees only on: February 03, 2014, 07:47:33 PM
Someone knows this exchange https://c-cex.com/ ?

Exchange pair PMC/USD would be great.

Add to the list also http://cryptokopen.eu/ (exchange versus euro)

Who knows how we can reach these exchanges ?

Just vote here.
https://bitcointalk.org/index.php?topic=444266.0

Vote, Vote, Vote. We can reach fourth Place Cheesy
Voting closes tomorrow evening.

It's a little unfair, to be honest. To be added so late to the end of the poll closing makes it pretty hard to compare the votes.
2008  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CASH] Get your Crypto CASH now! on: February 03, 2014, 06:49:59 PM
oke... nice... didnt know that... thnx...  Cool


one other question.... I mined cash for about 3 days in a row.... I found 37 blocks... amount off 700+... and i only got 230+ payed out.... this is on the minebig pool... how can that be...

I've been mining coins a for a long time now... but this never happend to me... normally its almost the same amount....

Same thing here but with easy-mining pool. I found 27 block for 530 coins. But I have been paid only 220 coins. This is really strange.

That's how pooled mining works.  You are only paid for the amount of shares your miners worked on per block.  You do not get the full amount of the block.  Even if your miners happen to find the block you still only receive a portion of it.  

I know that. But at some point, you should have almost the same average when solomining or pool mining. You just decrease the variance when pool mining. But here, the ratio is superior to 2 which seems really a lot.

It's more complicated than that. If you are the top hasher in a pool, but the pool has 1000 smaller hashers which in total far exceed your own hash, they can take more of your share than if you ended up solo mining by yourself. It's about your hash vs the rest of the pool hash, and how many of the coins found on the pool are by you. If you are a whale in a pool full of minnows, and you are finding most of the blocks, you may be getting a bad deal.

Whether to solo mine or pool mine is always a judgement.
2009  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Prospercoin -Launched-Exchange Poloniex.com-Gravity Well NO PREMINE on: February 03, 2014, 06:33:43 PM
Will hire artist, we will still keep old coin Logo Cheesy, will find the way to work on that

Keep up the good work!  Smiley
2010  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [PMC] Premine! - 100% Premine / 100% Distribution - Mining TX fees only on: February 03, 2014, 06:30:43 PM
Giveaway @ Poloniex!



Nice, thanks.

Also, do you guys think this coin will work? There is only 500k coins, and we seem to have hoarders. Given the current price somebody could hoard a LOT of coins (vs to total coin amount) and then this coin will completely fail. I'm trying not to keep over 80 personally and have given the rest away.

Maybe we should have made the coin total much higher and kept the official giveaway (from the dev) going for months (maybe with a little help from a small volunteer team).

Everyone has their price, and the people hoarding who do not care about PMC will sell it off sooner rather than later. It will find it's way around the market over time. Distribution is definitely going up, not down. Hoarding PMC is pointless anyway. You're just wasting BTC. It needs to be in lots of hands.
2011  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][PRT] Particle | CPU/GPU, Fast, Easy Mine, * NO PREMINE * | Official Thread on: February 03, 2014, 06:28:22 PM
100 confirmations is a bit extreme.
2012  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [PMC] Premine! - 100% Premine / 100% Distribution - Mining TX fees only on: February 03, 2014, 06:25:07 PM
Giveaway @ Poloniex!



Where do you go to get in on this giveaway?


Giveaway tab at the top of the page. You need to be logged in.

Thanks a bunch Nullu Smiley

By the way, good job on the block reward script Smiley

No problem.

I think it's fully operational now. We'll have to see how it goes over the next few days.

PMC is at 2000 satoshi, ALL 500k are worth 10btc nice market cap guys! Who wants my 2600 worthless PMC
I'll take them Smiley
1L5JV4af7Kcx7i8eYfmimYKJKVGsusYmPT

I love how everyone is trying to convince this guy PMC is worthless to get him to hand over his coins. You bunch of sharks. Cheesy
2013  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [PMC] Premine! - 100% Premine / 100% Distribution - Mining TX fees only on: February 03, 2014, 06:24:13 PM
PMC has now been added to the cryptokopen.eu poll.
https://bitcointalk.org/index.php?topic=444266.0

Vote for PMC, guys.  Grin
2014  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [PMC] Premine! - 100% Premine / 100% Distribution - Mining TX fees only on: February 03, 2014, 06:20:48 PM
Giveaway @ Poloniex!



Where do you go to get in on this giveaway?


Giveaway tab at the top of the page. You need to be logged in.
2015  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [PMC] Premine! - 100% Premine / 100% Distribution - Mining TX fees only on: February 03, 2014, 06:02:45 PM
http://cryptexplorer.com/block/00000000002d684807a817ed4c5632ed83cd2e4b89cb45fd3663777b13330fbb

See that 0.01000052?

That's my block rewarder in action, and it means there have been 51 successive bonus payouts on top of the block reward. It will keep incrementing until the hashrate goes up enough to speed up block generation more than 1 block every 3 seconds. Reward will go up by 0.00000001 for every generated block until that happens. (to a maximum of 0.02000000)

Now to see if it can run continually overnight.  Smiley

As you can see, however, due to the way tx fees work, some blocks have more than one bonus;

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

Extremely good payouts if you mine Premine right now. Remember how rare it is!
2016  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][PRT] Particle | CPU/GPU, Fast, Easy Mine, * NO PREMINE * | Official Thread on: February 03, 2014, 11:52:30 AM
Yesterday I had a simple, but nice idea for a logo. Check this out, guys:


You can see more versions:
http://forum.bitparticle.com/viewtopic.php?f=9&t=261&p=507#p507

+1

Simple, clean and elegant.
2017  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [PMC] Premine! - 100% Premine / 100% Distribution - Mining TX fees only on: February 03, 2014, 11:35:53 AM
Block rewarder seems to be running ok. Did spot one bug in the code that sends the coins back to the wallet to keep the cycle going, but I believe it was just because I was trying to send the total amount of coins in account A, back to account A, instead of the total amount of coins in account B, back to account A.

About the anti-farming algorithm; basically, if blocks start flying, it will add the amount of blocks in seconds to the delay between rewards. During that time, even more blocks will be generated. Essentially for as long as an unusual amount of blocks is being generated on the network, the longer and longer between reward payouts. So you can't farm these rewards. The harder/longer you try, the less you'll get. This won't affect the majority of people. If you have a lot of hash and plan to mine Premine long term then you'll get the block rewards at the next difficulty adjustment.
2018  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [PMC] Premine! - 100% Premine / 100% Distribution - Mining TX fees only on: February 03, 2014, 11:08:01 AM
Block rewarder is live, and the payout goes up by 0.00000001 PMC every payout until the speed of block generation on the network increases.

Get mining for your bonus PMC!

0.01000003 reward and going up.
2019  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [PMC] Premine! - 100% Premine / 100% Distribution - Mining TX fees only on: February 03, 2014, 10:58:31 AM
Due to current block speed the block rewards are quite decent right now if you want to Mine PMC. I just got one block of 0.2 PMC and another of 0.006 PMC.

Now is the time to mine PMC.  Grin
2020  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][FCK] ★★ FCK THE BANKS ★★ | ★ FCKBANKSCOIN ★ | ★ OFFICIAL POOL LIVE ★ on: February 03, 2014, 10:38:20 AM
Fck to the Moon.  Grin

..you know what I mean.
Pages: « 1 ... 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 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 ... 234 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!