Bitcoin Forum
May 23, 2024, 12:04:22 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 44 45 46 47 48 49 50 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 ... 411 »
  Print  
Author Topic: [ANN] [PMC] Premine Coin | Rare | Mining Transaction Fee Proof of Concept  (Read 382860 times)
MGGB
Full Member
***
Offline Offline

Activity: 236
Merit: 100


View Profile
January 26, 2014, 04:29:26 PM
 #1861

I was hoping to get some Premine, but I guess I missed the cut.  If anybody that got some wants to hook me up, that would be super cool!


1A1VuQi9ejKq1P1EePsS4g76gWA9zztxcr


Thanks

Sent you 50.

Thanks, That's awsome Smiley
gtac01
Full Member
***
Offline Offline

Activity: 238
Merit: 250



View Profile
January 26, 2014, 04:36:52 PM
 #1862

WTB all your PMCs, PM ME your offers
Nullu
Hero Member
*****
Offline Offline

Activity: 532
Merit: 500


View Profile
January 26, 2014, 04:44:32 PM
 #1863

WTB all your PMCs, PM ME your offers

I hope you realise that by holding more coins you are limiting distribution and making the coin less valuable?

BTC - 14kYyhhWZwSJFHAjNTtyhRVSu157nE92gF
Nullu
Hero Member
*****
Offline Offline

Activity: 532
Merit: 500


View Profile
January 26, 2014, 04:48:55 PM
 #1864

I can now scrape every hash for every block in the blockchain giving a starting block point, and an end block point. All I have to do is cycle through each hash, grab the block reward and the wallet address, and generate the console commands.

There's bound to be some text limit in the console in the premine QT wallet. If someone wants to be helpful, they can spam it with characters and find out what the maximum number of chars you can input at any one time.  Smiley

BTC - 14kYyhhWZwSJFHAjNTtyhRVSu157nE92gF
hilgi
Sr. Member
****
Offline Offline

Activity: 280
Merit: 250


View Profile
January 26, 2014, 04:50:59 PM
 #1865

I tried mining using my 8GH Jalapeno. I mined 13 blocks so far, all of them worth exactly 0. I wasn't expecting high profit, I just wanted to help the network.

13 blocks?
Thats 13 PMC fee from me.
Have fun

great idea! I did the same.
fenghush
Sr. Member
****
Offline Offline

Activity: 658
Merit: 250



View Profile
January 26, 2014, 04:55:18 PM
 #1866

1PMC per;

WTB all your PMCs, PM ME your offers

maardein
Sr. Member
****
Offline Offline

Activity: 420
Merit: 250


View Profile
January 26, 2014, 05:03:40 PM
 #1867

WTB all your PMCs, PM ME your offers

Did you take a look in the trading thread? https://bitcointalk.org/index.php?topic=430184.0

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

Activity: 274
Merit: 250



View Profile
January 26, 2014, 05:06:14 PM
 #1868

I wrote earlier in this thread but I could not receive. Sync Problems now have been killed and I now could receive some:


1JWmca6dkFyFNGjFrCqcdtXhkSrJW4KwXN


Thank You.
Nullu
Hero Member
*****
Offline Offline

Activity: 532
Merit: 500


View Profile
January 26, 2014, 05:09:32 PM
 #1869

Code is 50% complete.

We can use this to host future competitions; whoever finds every nth block wins an award of PMC. Say every 100th block starting from the last block mined on the blockchain.

It'll be very easy to award payouts when it's finished.

BTC - 14kYyhhWZwSJFHAjNTtyhRVSu157nE92gF
Benezivas
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250


View Profile
January 26, 2014, 05:21:26 PM
 #1870

Code is 50% complete.

We can use this to host future competitions; whoever finds every nth block wins an award of PMC. Say every 100th block starting from the last block mined on the blockchain.

It'll be very easy to award payouts when it's finished.

That should become quite an interesting reward system.
creditcoin_CRD (OP)
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
January 26, 2014, 05:24:35 PM
 #1871

Code is 50% complete.

We can use this to host future competitions; whoever finds every nth block wins an award of PMC. Say every 100th block starting from the last block mined on the blockchain.

It'll be very easy to award payouts when it's finished.

That should become quite an interesting reward system.


I agree - I like it.

Nullu
Hero Member
*****
Offline Offline

Activity: 532
Merit: 500


View Profile
January 26, 2014, 05:27:04 PM
 #1872

Code is 50% complete.

We can use this to host future competitions; whoever finds every nth block wins an award of PMC. Say every 100th block starting from the last block mined on the blockchain.

It'll be very easy to award payouts when it's finished.

That should become quite an interesting reward system.

The beauty of it is, I can wrap it in classes, and this can be used as a library for any altcoin that is on http://cryptexplorer.com.

I'm almost there, but a little snag is when the address has a lot of transactions;

Code:
Array
(
    [0] => Array
        (
            [0] => 1L7NpgXA13wTHQM2X7sCnotYN7sC5PbWmi
            [1] => 0
        )

    [1] => Array
        (
            [0] => 1L7NpgXA13wTHQM2X7sCnotYN7sC5PbWmi
            [1] => 0
        )

    [2] => Array
        (
            [0] => 18fWYir8TfBydnhcDbVyUb8SJ9X8L4uhQs
            [1] => 0
        )

    [3] => Array
        (
            [0] => 1L7NpgXA13wTHQM2X7sCnotYN7sC5PbWmi
            [1] => 0
        )

    [4] => Array
        (
            [0] => 1Pwe8A6LFe32yc4dxevTkUGEcEvdVa8yKT
            [1] => 0
        )

    [5] => Array
        (
            [0] => 1DqSBBsMKu9jTWtfF3KS1DbZBj8fJdrCGq
            [1] => 0
        )

    [6] => Array
        (
            [0] => 1ANMANYcYCqSpaL8fcPFwYQz2d18igkCXP
            [1] => 1
        )

    [7] => Array
        (
            [0] => 1FNqtfwDgazV5eTn1CkT8DB1fDhHmuqYcD
            [1] => 0
        )

    [8] => Array
        (
            [0] => 1L7NpgXA13wTHQM2X7sCnotYN7sC5PbWmi
            [1] =>
        )

    [9] => Array
        (
            [0] => 1L7NpgXA13wTHQM2X7sCnotYN7sC5PbWmi
            [1] =>
        )

)

Now, the addresses with 0 below them are clearly miners who are hitting 0 reward blocks, and that's the address the block went to, so simple enough, right?

Now look at the last two addresses;  1L7NpgXA13wTHQM2X7sCnotYN7sC5PbWmi. Why has it appeared twice? Well there are multiple transactions associated with this address, but in theory if there is a 0 block reward in there, my script should find it. I'm not quite sure why it's not finding any value. I think it's due to decimalisation. I will enhance my code to look for floating point numbers and see what it finds.

BTC - 14kYyhhWZwSJFHAjNTtyhRVSu157nE92gF
Nullu
Hero Member
*****
Offline Offline

Activity: 532
Merit: 500


View Profile
January 26, 2014, 05:35:36 PM
 #1873

Ok, that's all it was. I wasn't grabbing floating point numbers. Now all I need to do is cast them to floats and generate the console code to award miners. Script 75% complete. Took less time than I thought, really.

BTC - 14kYyhhWZwSJFHAjNTtyhRVSu157nE92gF
hilgi
Sr. Member
****
Offline Offline

Activity: 280
Merit: 250


View Profile
January 26, 2014, 05:36:39 PM
 #1874

We really need to spread this beyond this forum also. This is a limited pool of people, I am trying to promote it in Facebook groups with limited success.

Interestingly enough our Facebook page got over 300 likes yesterday, almost all Spanish speaking. I thought it might be some "like" factory but I am now seeing wallet addresses showing up  and they seem to be real profiles.

If you are a part of local Bitcoin groups, give some to them, look for other types of groups and forums.
Burninj
Legendary
*
Offline Offline

Activity: 1148
Merit: 1000


View Profile
January 26, 2014, 05:40:38 PM
 #1875

Ok great news all, Djezo, owner of Leasearig is in the process of adding altcoin to his service!!!!

That's a huge way to promote pmc!!! I'm gonna add my 23 mhs rig to his service for PMC!!!

I pmed creditcoin to contact djezo so he can add it!

Let's see if that can boost pmc popularity and usefulness
anonuser777
Full Member
***
Offline Offline

Activity: 140
Merit: 100


View Profile
January 26, 2014, 05:47:17 PM
 #1876

Great work on the automated script to reward miners. Perhaps you could introduce random bonuses every 100 or 1000 blocks. Though it's easy enough to do manually. I was previously sending small amounts to unlucky miners (0 reward blocks). I sent a small amount to the miner of block 10000 just after it was mined Smiley

The nice thing about it is that it generates more transaction fees, so less chance of getting a 0 reward.

I've been away from the keyboard a fair bit, but I'm in the background doing what I can to support the coin.

Smiley
Musent
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250


View Profile
January 26, 2014, 05:54:24 PM
 #1877

It's about 80-90% complete.

Updated: http://faucet.cryptodemand.com/

Still not complete, but coming along very nicely. The server is empty right now but will finish up the backend in a little while. Need a break.

Feedback welcome. Please PM it to me so I can keep up with the changes Smiley
fenghush
Sr. Member
****
Offline Offline

Activity: 658
Merit: 250



View Profile
January 26, 2014, 05:55:36 PM
 #1878

Let me know if you get stuck somewhere.
It's about 80-90% complete.

Updated: http://faucet.cryptodemand.com/

Still not complete, but coming along very nicely. The server is empty right now but will finish up the backend in a little while. Need a break.

Feedback welcome. Please PM it to me so I can keep up with the changes Smiley

Musent
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250


View Profile
January 26, 2014, 05:58:13 PM
 #1879

Let me know if you get stuck somewhere.
It's about 80-90% complete.

Updated: http://faucet.cryptodemand.com/

Still not complete, but coming along very nicely. The server is empty right now but will finish up the backend in a little while. Need a break.

Feedback welcome. Please PM it to me so I can keep up with the changes Smiley

Will do, thanks for the offer Smiley
Musent
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250


View Profile
January 26, 2014, 05:58:50 PM
 #1880

Ok great news all, Djezo, owner of Leasearig is in the process of adding altcoin to his service!!!!

That's a huge way to promote pmc!!! I'm gonna add my 23 mhs rig to his service for PMC!!!

I pmed creditcoin to contact djezo so he can add it!

Let's see if that can boost pmc popularity and usefulness

This will be a huge plus to PMC!
Pages: « 1 ... 44 45 46 47 48 49 50 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 ... 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!