Bitcoin Forum
May 07, 2024, 12:25:35 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 [12] 13 14 »  All
  Print  
Author Topic: Mobcoin (MOB) - X11 PoW/PoS - Smooth launch! 19900 blocks to mine! - BITTREX!  (Read 22686 times)
coinfello
Legendary
*
Offline Offline

Activity: 1274
Merit: 1000


FLAT OUT!!!


View Profile
December 14, 2014, 08:59:15 PM
 #221

Oké i made it till 50 sats. I will put some more btc to get it to 100 sats.

I love this coin, its an underdog. Everybody who sell lower then 50, i buy directly, but remember u will shame yourself when doing it. I start selling at 500sats and i won't sit back down before i reach that. Roger that guys!

This coin is for us, for the community. There is no scam, there is nothing. Just a ordinairy coin what can reach the top, and i will offer my btc to reach that. I am also 1 of the guys who start buying Bitcoins 3 years ago. I believe in bitcoins, litecoins and mobcoins.
U can call me stupid, but i just try to help the crypto coins to make it real.

If u want to donate me to help to pump this coin its ok, ofc i wont say: no. But remember again: i dont need donations. I'm a friendly guy with a woman and 1 little kid and 4 dogs. I got my job in real life and i take crypto money as a future thing.

The only thing i do with donations to my BTC adress is to pump coins ( i never dump so it die, if i believe in a coin i dont stop pumping it )

I made mistakes by pumping nav ( navajo ) to where it is right now, i am still 1 of the biggest holders because i dont want to dump anything where a dev was working for.

WARNING!: before you donate to my bitcoin adress, send me an pm here to what coin u want to get to a higher level. And remember: at this time i got my focuse on MOB coin. All other coins (except bitcoin or litecoin) can be stole, only if u got a good reason and proofs i can offer my own bitcoins include yours to pump the price where it belongs.

I'm here for the next 9 hours, after that i take a sleep for 6 hours and i'll be back.

I'll help to pump from 0.5 bitcoin donated ( by myself i put over 2k euro to get MOB coin till this level and i will offer again a 5k euro till the 500 sats )

cool  Cool
id say if u where in btc 3 years ago ud have a nice stash to play with  Smiley

 
1715084735
Hero Member
*
Offline Offline

Posts: 1715084735

View Profile Personal Message (Offline)

Ignore
1715084735
Reply with quote  #2

1715084735
Report to moderator
1715084735
Hero Member
*
Offline Offline

Posts: 1715084735

View Profile Personal Message (Offline)

Ignore
1715084735
Reply with quote  #2

1715084735
Report to moderator
Remember that Bitcoin is still beta software. Don't put all of your money into BTC!
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
pineapples
Legendary
*
Offline Offline

Activity: 1204
Merit: 1000


to your stations, man the pineapples!!!


View Profile
December 15, 2014, 03:52:04 AM
 #222

Code:
{
int64_t nSubsidy = 750 * COIN;
if(pindexBest->nHeight < 1)
{
nSubsidy = 75000 * COIN;
}


doesnt seem to be any reduction of subsidy at any point. 750 MOB pow forever ??

https://github.com/MobCoinz/MobCoin/blob/667569b2a96e457c7381b6df8c6ba73e996002ee/src/main.cpp#L966




YEEE F*#KIN HA BIG RED TEXT !!!           

(\__/)    
(='.'=)   
(")_(")   










     BUMBA
Jookly
Legendary
*
Offline Offline

Activity: 1131
Merit: 1007


View Profile
December 15, 2014, 06:44:56 AM
 #223

Code:
{
int64_t nSubsidy = 750 * COIN;
if(pindexBest->nHeight < 1)
{
nSubsidy = 75000 * COIN;
}


doesnt seem to be any reduction of subsidy at any point. 750 MOB pow forever ??

https://github.com/MobCoinz/MobCoin/blob/667569b2a96e457c7381b6df8c6ba73e996002ee/src/main.cpp#L966



yup. just as stated in the OP
topcat363
Sr. Member
****
Offline Offline

Activity: 392
Merit: 250


View Profile
December 15, 2014, 08:10:00 AM
 #224

Code:
{
int64_t nSubsidy = 750 * COIN;
if(pindexBest->nHeight < 1)
{
nSubsidy = 75000 * COIN;
}


doesnt seem to be any reduction of subsidy at any point. 750 MOB pow forever ??

https://github.com/MobCoinz/MobCoin/blob/667569b2a96e457c7381b6df8c6ba73e996002ee/src/main.cpp#L966



yup. just as stated in the OP



huh?

pineapples
Legendary
*
Offline Offline

Activity: 1204
Merit: 1000


to your stations, man the pineapples!!!


View Profile
December 15, 2014, 09:45:05 AM
 #225

Code:
{
int64_t nSubsidy = 750 * COIN;
if(pindexBest->nHeight < 1)
{
nSubsidy = 75000 * COIN;
}


doesnt seem to be any reduction of subsidy at any point. 750 MOB pow forever ??

https://github.com/MobCoinz/MobCoin/blob/667569b2a96e457c7381b6df8c6ba73e996002ee/src/main.cpp#L966



yup. just as stated in the OP



huh?

lol.
my mistake, all this coding hurts my brain Cheesy

Code:
static const int LAST_POW_BLOCK = 19901;

https://github.com/MobCoinz/MobCoin/blob/667569b2a96e457c7381b6df8c6ba73e996002ee/src/main.h



YEEE F*#KIN HA BIG RED TEXT !!!           

(\__/)    
(='.'=)   
(")_(")   










     BUMBA
topcat363
Sr. Member
****
Offline Offline

Activity: 392
Merit: 250


View Profile
December 15, 2014, 12:34:15 PM
 #226

Code:
{
int64_t nSubsidy = 750 * COIN;
if(pindexBest->nHeight < 1)
{
nSubsidy = 75000 * COIN;
}


doesnt seem to be any reduction of subsidy at any point. 750 MOB pow forever ??

https://github.com/MobCoinz/MobCoin/blob/667569b2a96e457c7381b6df8c6ba73e996002ee/src/main.cpp#L966



yup. just as stated in the OP



huh?

lol.
my mistake, all this coding hurts my brain Cheesy

Code:
static const int LAST_POW_BLOCK = 19901;

https://github.com/MobCoinz/MobCoin/blob/667569b2a96e457c7381b6df8c6ba73e996002ee/src/main.h


how soon until the last block? richlist didnt work for me either. THIS COIN IS STEADY AT 30 STATS HUGE ROOM FOR GROWTH

mrben77
Full Member
***
Offline Offline

Activity: 279
Merit: 100



View Profile
December 15, 2014, 07:36:47 PM
 #227

still hoping and waiting dev come back with us Smiley
minerjoen
Hero Member
*****
Offline Offline

Activity: 644
Merit: 500



View Profile
December 15, 2014, 07:52:37 PM
 #228

Oké i made it till 50 sats. I will put some more btc to get it to 100 sats.

I love this coin, its an underdog. Everybody who sell lower then 50, i buy directly, but remember u will shame yourself when doing it. I start selling at 500sats and i won't sit back down before i reach that. Roger that guys!

This coin is for us, for the community. There is no scam, there is nothing. Just a ordinairy coin what can reach the top, and i will offer my btc to reach that. I am also 1 of the guys who start buying Bitcoins 3 years ago. I believe in bitcoins, litecoins and mobcoins.
U can call me stupid, but i just try to help the crypto coins to make it real.

If u want to donate me to help to pump this coin its ok, ofc i wont say: no. But remember again: i dont need donations. I'm a friendly guy with a woman and 1 little kid and 4 dogs. I got my job in real life and i take crypto money as a future thing.

The only thing i do with donations to my BTC adress is to pump coins ( i never dump so it die, if i believe in a coin i dont stop pumping it )

I made mistakes by pumping nav ( navajo ) to where it is right now, i am still 1 of the biggest holders because i dont want to dump anything where a dev was working for.

WARNING!: before you donate to my bitcoin adress, send me an pm here to what coin u want to get to a higher level. And remember: at this time i got my focuse on MOB coin. All other coins (except bitcoin or litecoin) can be stole, only if u got a good reason and proofs i can offer my own bitcoins include yours to pump the price where it belongs.

I'm here for the next 9 hours, after that i take a sleep for 6 hours and i'll be back.

I'll help to pump from 0.5 bitcoin donated ( by myself i put over 2k euro to get MOB coin till this level and i will offer again a 5k euro till the 500 sats )

cool  Cool
id say if u where in btc 3 years ago ud have a nice stash to play with  Smiley

 
Yes it's started with some computers as a hobby with a friend of my with a simple quad core pc we created like 2 bitcoins in 1 week. Good times.
Now it's time to offer some boosts to the coins who need it. But ofc i'm not a pumper what will risk his own bitcoins to a other coin. 1 BTC risk is not that bad, and when people donate bitcoins to me i will double it if it got a good reason ( i can not follow this forum 24/7 so a big change i miss a good coin, so when some1 donate to me that 1 is also helping me to get attention to a coin i may has missed )

Bitcoin: 1GPjrqoWGQfqyCEYnPhbA3nWN9dmMwFHRE
Elementrem: 0xF4789b95826C4474B3E7C780Fd90f639b51C4B6c
dukeneptun
Legendary
*
Offline Offline

Activity: 1064
Merit: 1000


View Profile
December 16, 2014, 02:00:56 PM
 #229

Well
131 blocks to the end of POW. (131 min )

topcat363
Sr. Member
****
Offline Offline

Activity: 392
Merit: 250


View Profile
December 16, 2014, 04:34:22 PM
 #230

Well
131 blocks to the end of POW. (131 min )




nice!!

mrben77
Full Member
***
Offline Offline

Activity: 279
Merit: 100



View Profile
December 17, 2014, 06:12:37 AM
 #231

pow is end now , dev is still not back , continue waiting
topcat363
Sr. Member
****
Offline Offline

Activity: 392
Merit: 250


View Profile
December 17, 2014, 02:43:01 PM
 #232

pow is end now , dev is still not back , continue waiting


the dumping has stopped ppl are buying..were almost at 40

mrben77
Full Member
***
Offline Offline

Activity: 279
Merit: 100



View Profile
December 18, 2014, 06:31:39 PM
 #233

pow is end now , dev is still not back , continue waiting


the dumping has stopped ppl are buying..were almost at 40

it's good to hear that , the price is best soon Smiley
sharry
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
December 18, 2014, 09:42:18 PM
 #234

pow is end now , dev is still not back , continue waiting


the dumping has stopped ppl are buying..were almost at 40

it's good to hear that , the price is best soon Smiley

but if dev will not come then why investor buy this coin
mrben77
Full Member
***
Offline Offline

Activity: 279
Merit: 100



View Profile
December 21, 2014, 07:30:31 PM
 #235

dev doesn't still appear . please wake up dev , maybe he goes to xmas holiday soon Sad
Sun123
Full Member
***
Offline Offline

Activity: 187
Merit: 100


View Profile
December 23, 2014, 01:12:18 PM
Last edit: December 23, 2014, 02:05:29 PM by Sun123
 #236

pow is end now , dev is still not back , continue waiting


the dumping has stopped ppl are buying..were almost at 40

it's good to hear that , the price is best soon Smiley

but if dev will not come then why investor buy this coin
The investor buys now. Then sell for 450 Satoshi.
topcat363
Sr. Member
****
Offline Offline

Activity: 392
Merit: 250


View Profile
December 23, 2014, 03:06:06 PM
 #237

pow is end now , dev is still not back , continue waiting


the dumping has stopped ppl are buying..were almost at 40

it's good to hear that , the price is best soon Smiley

but if dev will not come then why investor buy this coin
The investor buys now. Then sell for 450 Satoshi.




QUOTE OF THE YEAR RIGHT HERE

kryptologist
Hero Member
*****
Offline Offline

Activity: 714
Merit: 500


@kryptographer


View Profile
December 23, 2014, 04:08:01 PM
 #238

Is the dev still working on this?

Thanks
Jookly
Legendary
*
Offline Offline

Activity: 1131
Merit: 1007


View Profile
December 23, 2014, 04:11:32 PM
 #239

Dev, we dont need no stinkin' dev.  Grin

mrben77
Full Member
***
Offline Offline

Activity: 279
Merit: 100



View Profile
December 23, 2014, 06:29:31 PM
 #240

pow is end now , dev is still not back , continue waiting


the dumping has stopped ppl are buying..were almost at 40

it's good to hear that , the price is best soon Smiley

but if dev will not come then why investor buy this coin
The investor buys now. Then sell for 450 Satoshi.

Yes , volume at bittrex still good , it means investor still look at mob coin , price will increase soon
Pages: « 1 2 3 4 5 6 7 8 9 10 11 [12] 13 14 »  All
  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!