Author

Topic: [ANN] [PMC] Premine Coin | Rare | Mining Transaction Fee Proof of Concept - page 260. (Read 382879 times)

member
Activity: 112
Merit: 10
how is the coin distributed? are there some people with more than 50k? if, how?


I doubt there is anybody with that much. Unless they bought it on the exchanges.
full member
Activity: 126
Merit: 100
how is the coin distributed? are there some people with more than 50k? if, how?
member
Activity: 112
Merit: 10
We already have a lot of coins in the Premine Faucet already. We'll need to find other methods of distribution apart from faucets too.




The 1500 I donated to Poloniex for their giveaway seems to have been popular. I may send part of what is left to them to pass out.
hero member
Activity: 532
Merit: 500
We already have a lot of coins in the Premine Faucet already. We'll need to find other methods of distribution apart from faucets too.

full member
Activity: 168
Merit: 100
How many premines in circulation?
498999.99996251

Are all in circulation, or retain the developer still a few (for advertising, etc.) ?


there are about 6500 left. 5000 of those are in escrow for a future bounty. The rest are being passed out mostly via twitter, and in this forum. I.E. a donation for the MacOSX wallet etc.

in short, free supply is coming to an end, and most all coins are in the hands of the people. Distribution is 99% up to you guys from here on out. This is where the rubber meets the road so to speak. Keep distributing!

This coin has made me really want FaucetCoin to be a thing. I vote you put coins in faucet > passed out by twitter. Just seems like a more legitimate way to prove that distribution is equal when no one can make fake accounts.
member
Activity: 112
Merit: 10
How many premines in circulation?
498999.99996251

Are all in circulation, or retain the developer still a few (for advertising, etc.) ?


there are about 6500 left. 5000 of those are in escrow for a future bounty. The rest are being passed out mostly via twitter, and in this forum. I.E. a donation for the MacOSX wallet etc.

in short, free supply is coming to an end, and most all coins are in the hands of the people. Distribution is 99% up to you guys from here on out. This is where the rubber meets the road so to speak. Keep distributing!
hero member
Activity: 532
Merit: 500
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.
This is a brilliantly altruistic endeavor  Grin
Will be sending you a couple PMC for the machine.

It seems to be fully functional now. I just need to factor in the tx fees imposed by the network now, so I don't eat into all the Block Rewarder funds when the network imposed txfee is above the tx fee generated by the block rewarder.

Thank you for your contribution.  Smiley
hero member
Activity: 854
Merit: 500
How many premines in circulation?
498999.99996251

Are all in circulation, or retain the developer still a few (for advertising, etc.) ?

Think he has some left. You'd have to ask the dev though.

Perhaps the dev should pay somebody in this forum with a few PMC how can get involved in advertising. This coin needs more attention and a more active comunity. Perhaps, PMC has grown out from the status of an experiment.
sr. member
Activity: 420
Merit: 250
I have now 1 PMC from faucet. 
Any giveway topic?  Smiley
This is a great coin, i want much, but faucet is to slow.

PMC:
1LyCCD9HGS1hKzze1M4q8Vm5W24wrG3dnx
sr. member
Activity: 350
Merit: 250
Vires in Numeris
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.
This is a brilliantly altruistic endeavor  Grin
Will be sending you a couple PMC for the machine.
full member
Activity: 139
Merit: 100
So the block rewarder ran smoothly last night. It kept increasing the payout until it reached 0.22007062, and then it ran out of funds.

Still not quite sure what's causing it to increase the reward like that. I've made a temporary fix and topped up the block rewarder with 100 PMC. I'll leave it running for today then see if I can figure out the problem. I think it's just a rounding issue with floating point numbers.

Edit: It appears that the network is imposing a 0.2 txfee. I think. Will leave it off until I work it out.
Sure it's not just transactions with greater size in terms of kb? The tx fee you set is per kb....sometimes my wallet will collect tons of tiny inputs to create a larger output, and slap a relatively high tx fee on it. Maybe that's why yours is getting higher too?
hero member
Activity: 532
Merit: 500
How many premines in circulation?
498999.99996251

Are all in circulation, or retain the developer still a few (for advertising, etc.) ?

Think he has some left. You'd have to ask the dev though.
hero member
Activity: 854
Merit: 500
How many premines in circulation?
498999.99996251

Are all in circulation, or retain the developer still a few (for advertising, etc.) ?
full member
Activity: 153
Merit: 100
i did download the new client. did backup my wallet and delete all files. but client doesn't connect to the network.
hero member
Activity: 532
Merit: 500
So the block rewarder ran smoothly last night. It kept increasing the payout until it reached 0.22007062, and then it ran out of funds.

Still not quite sure what's causing it to increase the reward like that. I've made a temporary fix and topped up the block rewarder with 100 PMC. I'll leave it running for today then see if I can figure out the problem. I think it's just a rounding issue with floating point numbers.

Edit: It appears that the network is imposing a 0.2 txfee. I think. Will leave it off until I work it out.
full member
Activity: 139
Merit: 100
hero member
Activity: 854
Merit: 500
sr. member
Activity: 336
Merit: 250
How many premines in circulation?
full member
Activity: 139
Merit: 100
I've been taking the few 100 PMC profit the dice game generated and redistributed them to the finders of blocks that had 0 outputs, which should hopefully give a better coin distribution.
sr. member
Activity: 420
Merit: 250
Voted for Premine!  https://bitcointalk.org/index.php?topic=443423.0

Yesterday  had same votes of KittehCoin  and quark had few votes and now appear the first. Done some giveaway? Tongue



voted

1LyCCD9HGS1hKzze1M4q8Vm5W24wrG3dnx
Jump to: