Pages:
Author

Topic: -- [ANN] New Coin Launch - SHIT coin - SHT -- - page 27. (Read 129427 times)

legendary
Activity: 3052
Merit: 1534
www.ixcoin.net
I've got plenty to sell if anyone wants to buy them  Wink

You want way too much for them.
legendary
Activity: 2548
Merit: 1054
CPU Web Mining 🕸️ on webmining.io
I've got plenty to sell if anyone wants to buy them  Wink
full member
Activity: 238
Merit: 100
I wish Coinex.pw would pick up Shit. Im sure a few people may make a buck or two


yes that would be great!  I know there is at least some demand to get this on an exchange.   
full member
Activity: 210
Merit: 100
I wish Coinex.pw would pick up Shit. Im sure a few people may make a buck or two
full member
Activity: 192
Merit: 100
Thanks, how did you sent all that in one shot

With practice.

I tried sending from one account to another and it failed.  I got several 100 billion transactions through but some of those failed.  Eventually I got it all onto one account in about 20 transactions and could send it in one shot from there.  Fortunately, I think I am the only one mining at the moment and I got all the transaction fees back Smiley
full member
Activity: 210
Merit: 100
Thanks, how did you sent all that in one shot
full member
Activity: 192
Merit: 100


I guess there really IS such a thing as too much shit.  So, let's play "who wants to be a trillionaire"  1 trillion shit to the first shitcoin address posted to this thread.


BSo61NkfSbJcjpTah44qSqCTeWHwePgJYs
"txid" : "12703b9c716e83521b4775ac3fae039a4c087bf824423d899efea8dab7db0a0e"
full member
Activity: 210
Merit: 100


I guess there really IS such a thing as too much shit.  So, let's play "who wants to be a trillionaire"  1 trillion shit to the first shitcoin address posted to this thread.


BSo61NkfSbJcjpTah44qSqCTeWHwePgJYs
full member
Activity: 192
Merit: 100
Aww, crap, I broke it.

Code:
{
    "version" : "v1.0.0.0-takeaduker",
    "protocolversion" : 99999,
    "walletversion" : 60000,
    "balance" : 8006512150000.00000000,
    "newmint" : 297000000.00000000,
    "stake" : 0.00000000,
    "blocks" : 144246,
    "moneysupply" : -8158584461587.97070312,
    "connections" : 3,
    "proxy" : "",
    "ip" : "xx.xx.xx.xx",
    "difficulty" : 0.00194366,
    "testnet" : false,
    "keypoololdest" : 1383709358,
    "keypoolsize" : 102,
    "paytxfee" : 10000.00000000,
    "errors" : ""
}

moneysupply doesn't fit in a 64 bit integer any more, so it wrapped Wink

I guess there really IS such a thing as too much shit.  So, let's play "who wants to be a trillionaire"  1 trillion shit to the first shitcoin address posted to this thread.

legendary
Activity: 1540
Merit: 1011
FUD Philanthropist™
i hope you have a talent for it because i don't think i understood that shifting in c talk
and i have been learning c/c++ for more than a decade and cracking reverse engineering..
You have to be good at math to excel and get really good in coding i think AND have a real talent / gift for it.
but if you are going into school for it best of luck i never did that.
If you truly enjoy coding it won't matter how hard it is ..you will keep at it, doing what you enjoy doing.
hero member
Activity: 686
Merit: 504
always the student, never the master.
I think that's r3, rewarding all those loyal to SHIT by upping the block reward back up to 500 million for a while.

As if there wasn't enough shit all over the place.

We did talk about doing that at some point and he may have gone ahead with it now.

see source code for further analysis...
Ok, ya got me.  I have been coding for food for years but would have never thought that "nSubsidy >>= (nHeight / 2000);" would wrap at 64*2000...

Code:
#include
#include

int64_t foo;

main() {
        int i;

        for (i=0; i< 75; ++i) {
                foo = 50000000ULL;
                foo >>= i;
                printf ("loop %d %ld\n", i, foo);
        }
}
yields
Code:
loop 0 50000000
loop 1 25000000
loop 2 12500000
loop 3 6250000
loop 4 3125000
loop 5 1562500
loop 6 781250
loop 7 390625
loop 8 195312
loop 9 97656
loop 10 48828
loop 11 24414
loop 12 12207
loop 13 6103
loop 14 3051
loop 15 1525
loop 16 762
loop 17 381
loop 18 190
loop 19 95
loop 20 47
loop 21 23
loop 22 11
loop 23 5
loop 24 2
loop 25 1
loop 26 0
loop 27 0
loop 28 0
loop 29 0
loop 30 0
loop 31 0
loop 32 0
loop 33 0
loop 34 0
loop 35 0
loop 36 0
loop 37 0
loop 38 0
loop 39 0
loop 40 0
loop 41 0
loop 42 0
loop 43 0
loop 44 0
loop 45 0
loop 46 0
loop 47 0
loop 48 0
loop 49 0
loop 50 0
loop 51 0
loop 52 0
loop 53 0
loop 54 0
loop 55 0
loop 56 0
loop 57 0
loop 58 0
loop 59 0
loop 60 0
loop 61 0
loop 62 0
loop 63 0
loop 64 50000000
loop 65 25000000
loop 66 12500000
loop 67 6250000
loop 68 3125000
loop 69 1562500
loop 70 781250
loop 71 390625
loop 72 195312
loop 73 97656
loop 74 48828

Was that intentional?  If so, it is dangerous since the behavior of shift operators in C is implementation dependent when the shift value is larger than the word size if you believe http://stackoverflow.com/questions/1024968/64bit-shift-problem

hmmm... lie or deny.... LoL

on a serious note, i just learned something. i appreciate your post. now i understand why some of my php loops have bizzare behavior(side note, i really should brush up on algebra). i'm using the wrong loop structure in combination with while loops. doh.

as to your post, it was completely unintentional. i have no schooling in programming, but i have enrolled in courses and begin in january. thanks for teaching me something new and maybe someday i'll actually understand why.
legendary
Activity: 3052
Merit: 1534
www.ixcoin.net


Spoetnik,

Are you starting shit on my thread?

Wait, this is the SHIT thread. 

Carry on!  lol.
legendary
Activity: 2548
Merit: 1054
CPU Web Mining 🕸️ on webmining.io
I think that's r3, rewarding all those loyal to SHIT by upping the block reward back up to 500 million for a while.

As if there wasn't enough shit all over the place.

We did talk about doing that at some point and he may have gone ahead with it now.

Lol, you really have no idea how coins work do you?

we can't all be Mensa Geniuses..

oh wait both of you claimed you were on Cryptsy chat a few weeks ago (the official mensa group meeting location)


Not all of us can work at Wendy's - I'll have a #4, thanks

Oh wait, you can't even hold down a minimum wage job, that's right

you claim to be a genius but appear to have the intellect of an angry child..
at least you are trying to be creative on that, i'll give you credit for that rather than your usual mimicking of me, parroting back what ever i say to you lol
you know it's absolutely brilliant you claim to be a professional "businessman" and you act this way publicly and privately.
do you think insulting low income customers is beneficial in the slightest ? please do continue with this crap.. i have heard 4 insults from you last 24 hours insulting me
because i am poor and / or that i had worked for a fast food chain in the past.. keep em coming i love it.. i'll just leave the rope on the floor ok Wink

People, this guy sent me 3 pm's before threatening to sue me for defaming his business swearing at me & shit and he has claimed to be an authentic certified Mensa genius
yet what was even more funny than being threatened with a law suit was the following day in front of everyone on Cryptsy's chat box he said..
I better watch it because it is easy to find out who i am and that he is rich and could "come get me" anytime he wants, all he has to do is hop on a plane..
so yeah come and beat me up genius lol

and you have no idea what my work situation is so your comment earlier Spots is a load of weird bs.. i expect better from a "genius"
We can't all be rich carpet cleaners LOLOL
And by the way vacuuming is not carpet cleaning (i had to clarify this rather obvious point to him previously)

So anyway go pick on some more poor people.. your on a roll with that whole schtick lately and its utterly brilliant ..i love it Smiley

.. maybe get a life you spend 24 hrs a day hanging out here and on Cryptsy's chat box (kissing ass and scamming and lying)

I insult you because you are a moron that is stupid to hold a job at a fast food restaurant, not because of the work it is or your financial situation.

By the way, since you are too dense to understand. We had several $100,000 steam cleaning vans, not vacuuming, genius. I was also certified in every way possible with the IICRC, and fully insured, licensed, certified, and bonded. Take your amateur shit elsewhere and leave big boy business to the professionals

And I have never threatened to come get you; like I give a shit about some useless excuse for a human being hoser. You just hope that in your dreams. You are obssesed with me and it's scary. I will wake up to you mouth breathing and drooling over me, staring while I sleep, I already know it

Luckily, there is Ignore here, so don't bother responding
legendary
Activity: 1540
Merit: 1011
FUD Philanthropist™
I think that's r3, rewarding all those loyal to SHIT by upping the block reward back up to 500 million for a while.

As if there wasn't enough shit all over the place.

We did talk about doing that at some point and he may have gone ahead with it now.

Lol, you really have no idea how coins work do you?

we can't all be Mensa Geniuses..

oh wait both of you claimed you were on Cryptsy chat a few weeks ago (the official mensa group meeting location)


Not all of us can work at Wendy's - I'll have a #4, thanks

Oh wait, you can't even hold down a minimum wage job, that's right

you claim to be a genius but appear to have the intellect of an angry child..
at least you are trying to be creative on that, i'll give you credit for that rather than your usual mimicking of me, parroting back what ever i say to you lol
you know it's absolutely brilliant you claim to be a professional "businessman" and you act this way publicly and privately.
do you think insulting low income customers is beneficial in the slightest ? please do continue with this crap.. i have heard 4 insults from you last 24 hours insulting me
because i am poor and / or that i had worked for a fast food chain in the past.. keep em coming i love it.. i'll just leave the rope on the floor ok Wink

People, this guy sent me 3 pm's before threatening to sue me for defaming his business swearing at me & shit and he has claimed to be an authentic certified Mensa genius
yet what was even more funny than being threatened with a law suit was the following day in front of everyone on Cryptsy's chat box he said..
I better watch it because it is easy to find out who i am and that he is rich and could "come get me" anytime he wants, all he has to do is hop on a plane..
so yeah come and beat me up genius lol

and you have no idea what my work situation is so your comment earlier Spots is a load of weird bs.. i expect better from a "genius"
We can't all be rich carpet cleaners LOLOL
And by the way vacuuming is not carpet cleaning (i had to clarify this rather obvious point to him previously)

So anyway go pick on some more poor people.. your on a roll with that whole schtick lately and its utterly brilliant ..i love it Smiley

.. maybe get a life you spend 24 hrs a day hanging out here and on Cryptsy's chat box (kissing ass and scamming and lying)
full member
Activity: 192
Merit: 100
I think that's r3, rewarding all those loyal to SHIT by upping the block reward back up to 500 million for a while.

As if there wasn't enough shit all over the place.

We did talk about doing that at some point and he may have gone ahead with it now.

see source code for further analysis...
Ok, ya got me.  I have been coding for food for years but would have never thought that "nSubsidy >>= (nHeight / 2000);" would wrap at 64*2000...

Code:
#include
#include

int64_t foo;

main() {
        int i;

        for (i=0; i< 75; ++i) {
                foo = 50000000ULL;
                foo >>= i;
                printf ("loop %d %ld\n", i, foo);
        }
}
yields
Code:
loop 0 50000000
loop 1 25000000
loop 2 12500000
loop 3 6250000
loop 4 3125000
loop 5 1562500
loop 6 781250
loop 7 390625
loop 8 195312
loop 9 97656
loop 10 48828
loop 11 24414
loop 12 12207
loop 13 6103
loop 14 3051
loop 15 1525
loop 16 762
loop 17 381
loop 18 190
loop 19 95
loop 20 47
loop 21 23
loop 22 11
loop 23 5
loop 24 2
loop 25 1
loop 26 0
loop 27 0
loop 28 0
loop 29 0
loop 30 0
loop 31 0
loop 32 0
loop 33 0
loop 34 0
loop 35 0
loop 36 0
loop 37 0
loop 38 0
loop 39 0
loop 40 0
loop 41 0
loop 42 0
loop 43 0
loop 44 0
loop 45 0
loop 46 0
loop 47 0
loop 48 0
loop 49 0
loop 50 0
loop 51 0
loop 52 0
loop 53 0
loop 54 0
loop 55 0
loop 56 0
loop 57 0
loop 58 0
loop 59 0
loop 60 0
loop 61 0
loop 62 0
loop 63 0
loop 64 50000000
loop 65 25000000
loop 66 12500000
loop 67 6250000
loop 68 3125000
loop 69 1562500
loop 70 781250
loop 71 390625
loop 72 195312
loop 73 97656
loop 74 48828

Was that intentional?  If so, it is dangerous since the behavior of shift operators in C is implementation dependent when the shift value is larger than the word size if you believe http://stackoverflow.com/questions/1024968/64bit-shift-problem
legendary
Activity: 3052
Merit: 1534
www.ixcoin.net
I think that's r3, rewarding all those loyal to SHIT by upping the block reward back up to 500 million for a while.

As if there wasn't enough shit all over the place.

We did talk about doing that at some point and he may have gone ahead with it now.

see source code for further analysis...

With my busy schedule you can't just give me a quick one sentence rundown?

It's fine with me either way. You've done a great job deving this coin.

You're ready for prime time.  Hopefully with nano taken care of you can get OSC listed on Cryptsy.

You've come a long way in a few short months, r3.  Congrats!
legendary
Activity: 3052
Merit: 1534
www.ixcoin.net
I think that's r3, rewarding all those loyal to SHIT by upping the block reward back up to 500 million for a while.

As if there wasn't enough shit all over the place.

We did talk about doing that at some point and he may have gone ahead with it now.

Lol, you really have no idea how coins work do you?

we can't all be Mensa Geniuses..

oh wait both of you claimed you were on Cryptsy chat a few weeks ago (the official mensa group meeting location)


No, I said I had an IQ test years ago and could easily get into Mensa but felt that was pretty much a waste of money. 

So no, I am not nor have I ever been a Mensa member.

But I agree there's way too many geniuses trolling about.  lol.
hero member
Activity: 686
Merit: 504
always the student, never the master.
I think that's r3, rewarding all those loyal to SHIT by upping the block reward back up to 500 million for a while.

As if there wasn't enough shit all over the place.

We did talk about doing that at some point and he may have gone ahead with it now.

see source code for further analysis...
legendary
Activity: 2548
Merit: 1054
CPU Web Mining 🕸️ on webmining.io
I think that's r3, rewarding all those loyal to SHIT by upping the block reward back up to 500 million for a while.

As if there wasn't enough shit all over the place.

We did talk about doing that at some point and he may have gone ahead with it now.

Lol, you really have no idea how coins work do you?

we can't all be Mensa Geniuses..

oh wait both of you claimed you were on Cryptsy chat a few weeks ago (the official mensa group meeting location)


Not all of us can work at Wendy's - I'll have a #4, thanks

Oh wait, you can't even hold down a minimum wage job, that's right
legendary
Activity: 1540
Merit: 1011
FUD Philanthropist™
I think that's r3, rewarding all those loyal to SHIT by upping the block reward back up to 500 million for a while.

As if there wasn't enough shit all over the place.

We did talk about doing that at some point and he may have gone ahead with it now.

Lol, you really have no idea how coins work do you?

we can't all be Mensa Geniuses..

oh wait both of you claimed you were on Cryptsy chat a few weeks ago (the official mensa group meeting location)
Pages:
Jump to: