Bitcoin Forum
May 05, 2024, 04:09:59 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 157 158 159 160 161 162 163 164 ... 411 »
  Print  
Author Topic: [ANN] [PMC] Premine Coin | Rare | Mining Transaction Fee Proof of Concept  (Read 382860 times)
brokeminer
Newbie
*
Offline Offline

Activity: 41
Merit: 0


View Profile
January 28, 2014, 03:43:29 PM
 #2261

Is there a way to display the faucet balance on the actual faucet page? I know we can check the block explorer, but would be convenient.

Looks like it's at 0PMC again. Will donate more.

thx
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714925399
Hero Member
*
Offline Offline

Posts: 1714925399

View Profile Personal Message (Offline)

Ignore
1714925399
Reply with quote  #2

1714925399
Report to moderator
1714925399
Hero Member
*
Offline Offline

Posts: 1714925399

View Profile Personal Message (Offline)

Ignore
1714925399
Reply with quote  #2

1714925399
Report to moderator
creditcoin_CRD (OP)
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
January 28, 2014, 03:52:47 PM
 #2262

Is there a way to display the faucet balance on the actual faucet page? I know we can check the block explorer, but would be convenient.

Looks like it's at 0PMC again. Will donate more.

thx

the official faucet appears to have Server Balance: 731,357,085 micropremine


maybe you are using the other one?

minime1
Newbie
*
Offline Offline

Activity: 53
Merit: 0


View Profile
January 28, 2014, 03:55:00 PM
 #2263

Is there a way to display the faucet balance on the actual faucet page? I know we can check the block explorer, but would be convenient.

Looks like it's at 0PMC again. Will donate more.

thx

the official faucet appears to have Server Balance: 731,357,085 micropremine


maybe you are using the other one?

When will the other one be fixed/ready?
brokeminer
Newbie
*
Offline Offline

Activity: 41
Merit: 0


View Profile
January 28, 2014, 03:55:54 PM
 #2264

Is there a way to display the faucet balance on the actual faucet page? I know we can check the block explorer, but would be convenient.

Looks like it's at 0PMC again. Will donate more.

thx

the official faucet appears to have Server Balance: 731,357,085 micropremine


maybe you are using the other one?


I just looked up the balance on the donation address at faucet.premineco.in and it was zero -- unless those funds are immediately routed to other addresses?
EcuaMobi
Legendary
*
Offline Offline

Activity: 1862
Merit: 1469


https://Ecua.Mobi


View Profile WWW
January 28, 2014, 03:57:32 PM
 #2265

Is there a way to display the faucet balance on the actual faucet page? I know we can check the block explorer, but would be convenient.

Looks like it's at 0PMC again. Will donate more.

thx

the official faucet appears to have Server Balance: 731,357,085 micropremine


maybe you are using the other one?


I just looked up the balance on the donation address at faucet.premineco.in and it was zero -- unless those funds are immediately routed to other addresses?

The faucet receives donation on one address. But it delivers from multiple addresses. The total balance is published.

Quote
Server Balance: 776,407,085 micropremine

creditcoin_CRD (OP)
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
January 28, 2014, 03:58:01 PM
 #2266

Is there a way to display the faucet balance on the actual faucet page? I know we can check the block explorer, but would be convenient.

Looks like it's at 0PMC again. Will donate more.

thx

the official faucet appears to have Server Balance: 731,357,085 micropremine


maybe you are using the other one?


I just looked up the balance on the donation address at faucet.premineco.in and it was zero -- unless those funds are immediately routed to other addresses?

http://blockchai[Suspicious link removed]emineco.in/a/13WfaHn9GV

brokeminer
Newbie
*
Offline Offline

Activity: 41
Merit: 0


View Profile
January 28, 2014, 03:59:41 PM
 #2267

Is there a way to display the faucet balance on the actual faucet page? I know we can check the block explorer, but would be convenient.

Looks like it's at 0PMC again. Will donate more.

thx

the official faucet appears to have Server Balance: 731,357,085 micropremine


maybe you are using the other one?


I just looked up the balance on the donation address at faucet.premineco.in and it was zero -- unless those funds are immediately routed to other addresses?

The faucet receives donation on one address. But it delivers from multiple addresses. The total balance is published.

Quote
Server Balance: 776,407,085 micropremine


I see, thanks!
carlomagno
Sr. Member
****
Offline Offline

Activity: 284
Merit: 250


View Profile
January 28, 2014, 04:00:00 PM
 #2268

Other F.Page: fb.com/preminecoin

creditcoin_CRD (OP)
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
January 28, 2014, 04:00:50 PM
 #2269

Also - Here is a dice bot if anybody is interested:


Code:
<?php
require_once('jsonRPCClient.php');
/** PREMINE **/
$btcu = array("user" => "xxxxxxxxxx",             // RPC Username
            
"pass" =>   "xxxxxxxxx",               // RPC Password
            
"host" =>   "127.0.0.1",      // RPC Hostname/IP
            
"port" =>   9335);            // RPC Port
$b = new jsonRPCClient("http://{$btcu['user']}:{$btcu['pass']}@{$btcu['host']}:{$btcu['port']}");

define('MIN_BET'0.05);
define('MAX_BET'100);
define('ADDRESS''1Q8JCzk65dbBERsGma6uh5gZAPfYhm7T2A'); 

$bet MIN_BET;
$total_fees 0;
$count 0;
$count_won 0;
while ((
$bet <= MAX_BET) && ($count_won 200))
{
        
$balance_a $b->getbalance('*'0);
        if (!isset(
$starting_balance)) $starting_balance $balance_a;
        if(
$b->getbalance('*'1) < $bet) { // If we don't have enough confirmed bitcoins to send to satoshi dice...
            
echo "Waiting for confirmed balance";
            while(
$b->getbalance('*'1) < $bet)
            {
                echo 
".";
                
sleep(20); // Wait a full minute before checking the balance again.
            
}
            echo 
"\n";
        }
      try 
// Wrapped in a try catch block just incase we run out of cash.
        
{
            
$b->sendtoaddress(ADDRESS, (float) $bet);
      }
        catch(
Exception $e)
        {
            echo 
"Have: " $b->getbalance('*'1) . " Needed: " $bet "\n";
        die(
"Ran out of money?\n");
      }
        
$balance_b $b->getbalance('*'0);
        
$count++;
        
$fee $balance_a $balance_b $bet;
        
$total_fees += $fee;
        
$total_fees number_format($total_fees,8,'.','')+0;

        echo 
'Game #'.$count."\n";
        echo 
'Balance: ' $balance_a."       ";
        echo 
'Bet: '$bet."       ";
        echo 
'Fee: '. (number_format($fee8'.''') +0) . "       ";
        echo 
'Total Fees: '$total_fees"\n";
        echo 
'Balance: ' $balance_b "       ".'Waiting';

        
$balance_c 0;

        while (
$balance_b >= $balance_c)
        {
          
sleep(4);
    
$balance_c $b -> getbalance('*'0);
    echo 
'.';
        }

        echo 
"\nBalance: $balance_c       ";

        
$diff $balance_c $balance_b;

        if (
$diff $bet)
        {
                
$bet MIN_BET;
                
$count_won++;
                echo 
"Win! ($count_won out of $count)\n";
        }
        else
        {
                
$bet *= 2;
                echo 
'Lose!'."\n";
        }

        echo 
"\n";
}

echo 
'Starting Balance: '.$starting_balance."\n";
echo 
'Ending Balance  : '$balance_c."\n";
echo 
'Total Fees: '$total_fees."\n";
$amt_won $balance_c $starting_balance;
echo 
'Net Profit: '. (number_format($amt_won,8,'.','') + 0). "\n\n";

?>


Good for generating transactions and fees.

http://www.altcoingambling.com/16BitBet/PMC

evoked22
Sr. Member
****
Offline Offline

Activity: 308
Merit: 250


View Profile
January 28, 2014, 04:10:37 PM
 #2270

This is very interesting Cheesy

1FLtXkQChQhxSBCsKBqAQGUTjY66pgseP1


Can i please get some. Cheers

SnZN5o2ePUgtr9roQyavBC3r41vz7p63ne
maardein
Sr. Member
****
Offline Offline

Activity: 420
Merit: 250


View Profile
January 28, 2014, 05:28:50 PM
 #2271

This is very interesting Cheesy

1FLtXkQChQhxSBCsKBqAQGUTjY66pgseP1


Can i please get some. Cheers

Sent you some!

BTC: 1788UegKXGXXicfPcbZ1bmSUJ99ZWRCF7p
LTC: LZ2rCcoxK4X8wRRynqdxoimd4d3TDNk7Lk
PMP: PApSSdorQds5tQysymwDXPAN3viJLFTUs8
Benezivas
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250


View Profile
January 28, 2014, 05:30:18 PM
 #2272

This is very interesting Cheesy

1FLtXkQChQhxSBCsKBqAQGUTjY66pgseP1


Can i please get some. Cheers


Sent you one, viva the transaction fees!
brokeminer
Newbie
*
Offline Offline

Activity: 41
Merit: 0


View Profile
January 28, 2014, 05:40:07 PM
 #2273

What is the best way to distribute coins at this point -- just donate to the faucet?
subSTRATA
Legendary
*
Offline Offline

Activity: 1288
Merit: 1043


:^)


View Profile
January 28, 2014, 05:47:01 PM
Last edit: January 28, 2014, 05:57:27 PM by subSTRATA
 #2274

What is the best way to distribute coins at this point -- just donate to the faucet?

Go to block explorer and send some coins to all addresses that generated blocks but received no coins at all, like one bellow.

http://cryptexplorer.com/block/0000000000045e7067fa66320e11b8c4835cc1a5e7570a1a17520d4c4fde135f (most recent block)

the official faucet appears to have Server Balance: 731,357,085 micropremine

It is actualy that much + 24,000 PMC which were moved to separate address yesterday and removed from faucet balance.

http://cryptexplorer.com/block/0000000000488730fc4db8aff65e89635f1cfa8520a85f50a012d15fd9cfa20e

To send 25,000 PMC to unknown guy out there was very stupid idea, you know.

theres nothing here. message me if you want to put something here.
Nullu
Hero Member
*****
Offline Offline

Activity: 532
Merit: 500


View Profile
January 28, 2014, 05:52:58 PM
 #2275

I'll be working on getting my head around the RPC PHP library later on tonight. If it's relatively straight forward, then I should have a server-style setup which will generate tx fees for every block generated on the network. No coins will have to be sent directly to miners, as each block will simply be filled with the tx fee I set in my script.

I should be able to run it continuously, but eventually I'll try to figure out how to get it running on my raspberry pi. I'll set up an address that anyone can donate to, and once it is verifiable to be working, the developer can, if he wishes, add it to the first post as a way to directly donate to the network.

I could also give it a faucet style behaviour, so the tx fee is based on the total amount of coins stored at the address. This will keep the flow somewhat more predictable. If I wanted to be clever about it, I could create a formula that bases the tx fees on the funds at the address and also the current difficulty level to keep the TX fee relatively fair.

Of course this is by no means a permanent solution, as anything that isn't controlled by the network is vulnerable in nature. If my PC crashed or the electric went out, then obviously the mining rewards would stop rolling out. But of course this is only meant to run until the new wallet is released, however if the script works really well, it can be re purposed to do many many things.

I've got some fantastic ideas for Premine.

BTC - 14kYyhhWZwSJFHAjNTtyhRVSu157nE92gF
minime1
Newbie
*
Offline Offline

Activity: 53
Merit: 0


View Profile
January 28, 2014, 05:57:30 PM
 #2276

To send 25,000 PMC to unknown guy out there was very stupid idea, you know.
Who has the coins now?
Nullu
Hero Member
*****
Offline Offline

Activity: 532
Merit: 500


View Profile
January 28, 2014, 05:59:48 PM
 #2277

What is the best way to distribute coins at this point -- just donate to the faucet?

Go to block explorer and send some coins to all addresses that generated blocks but received no coins at all, like one bellow.

http://cryptexplorer.com/block/0000000000045e7067fa66320e11b8c4835cc1a5e7570a1a17520d4c4fde135f (most recent block)

the official faucet appears to have Server Balance: 731,357,085 micropremine

It is actualy that much + 24,000 PMC which were moved to separate address yesterday and removed from faucet balance.

http://cryptexplorer.com/block/0000000000488730fc4db8aff65e89635f1cfa8520a85f50a012d15fd9cfa20e

To send 25,000 PMC to unknown guy out there was very stupid idea, you know.

Wasn't it a bounty anyway? The bounty was for creating the faucet. I don't really think you can "steal" what you were given for creating the faucet. If he wants to be greedy, that's up to him.

BTC - 14kYyhhWZwSJFHAjNTtyhRVSu157nE92gF
subSTRATA
Legendary
*
Offline Offline

Activity: 1288
Merit: 1043


:^)


View Profile
January 28, 2014, 06:03:15 PM
 #2278

the official faucet appears to have Server Balance: 731,357,085 micropremine

It is actualy that much + 24,000 PMC which were moved to separate address yesterday and removed from faucet balance.

http://cryptexplorer.com/block/0000000000488730fc4db8aff65e89635f1cfa8520a85f50a012d15fd9cfa20e

To send 25,000 PMC to unknown guy out there was very stupid idea, you know.

Wasn't it a bounty anyway? The bounty was for creating the faucet.

"Powered by MiniFaucet v0.4 - get your own faucet!" does not sound to me like creating the faucet.

theres nothing here. message me if you want to put something here.
creditcoin_CRD (OP)
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
January 28, 2014, 06:03:57 PM
 #2279

What is the best way to distribute coins at this point -- just donate to the faucet?

Go to block explorer and send some coins to all addresses that generated blocks but received no coins at all, like one bellow.

http://cryptexplorer.com/block/0000000000045e7067fa66320e11b8c4835cc1a5e7570a1a17520d4c4fde135f (most recent block)

the official faucet appears to have Server Balance: 731,357,085 micropremine

It is actualy that much + 24,000 PMC which were moved to separate address yesterday and removed from faucet balance.

http://cryptexplorer.com/block/0000000000488730fc4db8aff65e89635f1cfa8520a85f50a012d15fd9cfa20e

To send 25,000 PMC to unknown guy out there was very stupid idea, you know.

Please read before spreading FUD - the funds are simply stored in an offline wallet so that the bulk of them are safe in case the faucet is hacked. Having 25k in the faucet makes it a target.

Nullu
Hero Member
*****
Offline Offline

Activity: 532
Merit: 500


View Profile
January 28, 2014, 06:04:59 PM
 #2280

What is the best way to distribute coins at this point -- just donate to the faucet?

Go to block explorer and send some coins to all addresses that generated blocks but received no coins at all, like one bellow.

http://cryptexplorer.com/block/0000000000045e7067fa66320e11b8c4835cc1a5e7570a1a17520d4c4fde135f (most recent block)

the official faucet appears to have Server Balance: 731,357,085 micropremine

It is actualy that much + 24,000 PMC which were moved to separate address yesterday and removed from faucet balance.

http://cryptexplorer.com/block/0000000000488730fc4db8aff65e89635f1cfa8520a85f50a012d15fd9cfa20e

To send 25,000 PMC to unknown guy out there was very stupid idea, you know.

Please read before spreading FUD - the funds are simply stored in an offline wallet so that the bulk of them are safe in case the faucet is hacked. Having 25k in the faucet makes it a target.


Many faucets do this. Yep.

BTC - 14kYyhhWZwSJFHAjNTtyhRVSu157nE92gF
Pages: « 1 ... 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 157 158 159 160 161 162 163 164 ... 411 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!