Author

Topic: [Launch] Molly Coin [TAB] [ Scrypt pow/pos ] [ 25 million TAB ] (Read 9039 times)

newbie
Activity: 133
Merit: 0
Hi,I am CEO of instantbitex exchange.We are present nearly 70th rank in coinmarketcap.We list token/coin for 0.50btc for 4 base pairs for request contact [email protected]
copper member
Activity: 252
Merit: 15
legendary
Activity: 1218
Merit: 1001
It's almost been a month & not a peep...
sr. member
Activity: 334
Merit: 250
🌟 æternity🌟 blockchain🌟
We have long way to go, but there is many opportunity for $TAB to rise.
Keep calm and mining.


node :
91.134.53.161:25671
199.68.199.33:25671
We are at block 35631 out of 50000 POW blocks, another 1.5-2 weeks of mining possible.

The original dev has decided to allow me to take over the coin.  I'll post more details later on the plan, as well as an updated wallet.  There will be a hardfork, and I am thinking we will try a variable high-proof-of-stake system.  Android wallet also coming.



i would like to mine this coin. Let me know how i can do it after the hardfork as i see the pools are dead. thanks
full member
Activity: 213
Merit: 101
We are at block 35631 out of 50000 POW blocks, another 1.5-2 weeks of mining possible.

The original dev has decided to allow me to take over the coin.  I'll post more details later on the plan, as well as an updated wallet.  There will be a hardfork, and I am thinking we will try a variable high-proof-of-stake system.  Android wallet also coming.

newbie
Activity: 11
Merit: 0
We have long way to go, but there is many opportunity for $TAB to rise.
Keep calm and mining.
http://33.media.tumblr.com/avatar_c0adefcc037b_128.png

node :
91.134.53.161:25671
199.68.199.33:25671
full member
Activity: 154
Merit: 100
Current money supply is only ~1.9M coins and ~19k blocks left until POW ends...another 2 weeks of mining or so.

Dev hasn't been on since Mar 21.  Guess we can wait and see if they show up at end of POW, otherwise I'm up to hardfork it, take it over and turn this into something.

I guess if dev leaves this coin, someone with a plan for this coin, can take over
full member
Activity: 213
Merit: 101
Current money supply is only ~1.9M coins and ~19k blocks left until POW ends...another 2 weeks of mining or so.

Dev hasn't been on since Mar 21.  Guess we can wait and see if they show up at end of POW, otherwise I'm up to hardfork it, take it over and turn this into something.
sr. member
Activity: 387
Merit: 250
is this another dope coin  Cheesy
full member
Activity: 213
Merit: 101
Still about 22k blocks up to be mined on molly Cheesy
full member
Activity: 213
Merit: 101
Guys, are there nodes?
The old daemon died and won't connect, i'm about to compile the new source to have this running again so people can withdraw.



Yeah, there's a few.  I saw the daemon on your pool stopped.  Opened a port on my personal NOMP so I could mine Tongue  Not sure where the dev went, if he doesn't come back I'm thinking I'll probably do something with this coin to turn it into something.  I was thinking maybe a secure snapchat or something like that and a mobile wallet.  We are 50% through the POW mining period now (25k out of 50k blocks), so there's still a couple weeks of mining left.

Code:
~/mollyd getpeerinfo
[
    {
        "addr" : "106.185.41.253:25671",
        "services" : "00000001",
        "lastsend" : 1427845422,
        "lastrecv" : 1427845422,
        "conntime" : 1427721395,
        "version" : 70000,
        "subver" : "/Molly:1.0.0/",
        "inbound" : false,
        "releasetime" : 0,
        "startingheight" : 22874,
        "banscore" : 0
    },
    {
        "addr" : "123.56.129.215:25671",
        "services" : "00000001",
        "lastsend" : 1427845160,
        "lastrecv" : 1427845422,
        "conntime" : 1427721987,
        "version" : 70000,
        "subver" : "/Molly:1.0.0/",
        "inbound" : false,
        "releasetime" : 0,
        "startingheight" : 22883,
        "banscore" : 0
    },
    {
        "addr" : "199.68.199.33:25671",
        "services" : "00000001",
        "lastsend" : 1427845422,
        "lastrecv" : 1427845423,
        "conntime" : 1427723207,
        "version" : 70000,
        "subver" : "/Molly:1.0.0/",
        "inbound" : false,
        "releasetime" : 0,
        "startingheight" : 22906,
        "banscore" : 0
    },
    {
        "addr" : "91.134.53.161:25671",
        "services" : "00000001",
        "lastsend" : 1427845422,
        "lastrecv" : 1427845422,
        "conntime" : 1427829078,
        "version" : 70000,
        "subver" : "/Molly:1.0.0/",
        "inbound" : false,
        "releasetime" : 0,
        "startingheight" : 24797,
        "banscore" : 0
    }
]
hero member
Activity: 574
Merit: 500
( ͡° ͜ʖ ͡°)
Guys, are there nodes?
The old daemon died and won't connect, i'm about to compile the new source to have this running again so people can withdraw.


full member
Activity: 213
Merit: 101
Any update on this coin?  Is the dev coming back?
legendary
Activity: 1218
Merit: 1001
I'm glad I sat this one out.
sr. member
Activity: 260
Merit: 251
Anyone have the windows wallet download saved? It was apparently removed right before it was added to exchange.
I don't.  But what I did do.... Cheesy  Is I forked the code on github and fixed a few things:

- Uncommented the POW_CUTOFF_BLOCK check on line 2113 of main.cpp
- Changed #define loop to #define loopforever, so the loop macro doesn't conflict with QEventLoop in QT5
- Updated loop to loopforever in a bunch of source files
- Removed the weird DLL's that the original dev had in the source code
- Fixed the build for QT5
- Added the correct static flags for WIN32 in the molly-qt.pro

And then rebuilt the windows wallet with MingW64 and QT5.3.

molly-qt.zip
shasum: 285510c7a17019569fc476b22ccb60e57ed54c86

Github repo:  https://github.com/miningfool/TAB

Usually not a good idea to download random wallet links from people...but in this case, the dev went quiet so...  You can scan it, someone put it on virustotal or whatever...should be clean.  I'd argue its cleaner than the original, cuz I don't know where those DLL's in the original repo (libgcc_s_dw2-1.dll and libstdc++-6.dll) came from.

did virus check
https://www.virustotal.com/en/file/e0a91ce40e9784fa62067f0b2139f3fc78fa0398b28c645d07fb9d43fee43310/analysis/
legendary
Activity: 1260
Merit: 1009
Nice job, thank you.
full member
Activity: 213
Merit: 101
Anyone have the windows wallet download saved? It was apparently removed right before it was added to exchange.
I don't.  But what I did do.... Cheesy  Is I forked the code on github and fixed a few things:

- Uncommented the POW_CUTOFF_BLOCK check on line 2113 of main.cpp
- Changed #define loop to #define loopforever, so the loop macro doesn't conflict with QEventLoop in QT5
- Updated loop to loopforever in a bunch of source files
- Removed the weird DLL's that the original dev had in the source code
- Fixed the build for QT5
- Added the correct static flags for WIN32 in the molly-qt.pro

And then rebuilt the windows wallet with MingW64 and QT5.3.

molly-qt.zip
shasum: 285510c7a17019569fc476b22ccb60e57ed54c86

Github repo:  https://github.com/miningfool/TAB

Usually not a good idea to download random wallet links from people...but in this case, the dev went quiet so...  You can scan it, someone put it on virustotal or whatever...should be clean.  I'd argue its cleaner than the original, cuz I don't know where those DLL's in the original repo (libgcc_s_dw2-1.dll and libstdc++-6.dll) came from.
legendary
Activity: 1260
Merit: 1009
Anyone have the windows wallet download saved? It was apparently removed right before it was added to exchange.
full member
Activity: 234
Merit: 100
Dev gone? Is coin dead? Price has tanked.
full member
Activity: 375
Merit: 101
We need an exchange mr molly dev

Yes, exchange needed!


Hey mate, don't you know? MOLLY ($TAB) is on YOBIT now

Selling 5 lots of 100k @ 3.  (3BTC per lot). But one or buy them all!
Selling 128k, 2btc obo.
Selling 100k, 1.9btc.   Grin
Will sell 40k for .25 DM me

there is a market place for you
https://yobit.net/en/trade/TAB/BTC
sr. member
Activity: 392
Merit: 250
TimSweat
you gonna mine a coin that has a difficulty of over 190 almost 200 ? got the pwoer go for it .
full member
Activity: 213
Merit: 101
Uggh.  The dev hasn't been on in awhile.  double digit satoshis on a coin that has less than 2M coins at the moment and 1/3rd through POW phase (well, assuming the POW cutoff ever gets put into the wallet, otherwise its just mine it forever).
legendary
Activity: 1260
Merit: 1009
Noticed that too. Windows Wallet link now leads to


Quote
Invalid or Deleted File.


The key you provided for file access was invalid. This is usually caused because the file is no longer stored on MediaFire. This occurs when the file is removed by the originating user or MediaFire.

Still have questions, or think we've made a mistake? Please contact support for further assistance.
hero member
Activity: 994
Merit: 503
So this got on an exchange and right afterwards the windows wallet download link no longer works?

hero member
Activity: 827
Merit: 1000
Twitter: @bitcoin_dad
Will sell 40k for .25 DM me
full member
Activity: 213
Merit: 101
Selling 100k, 1.9btc.   Grin
member
Activity: 112
Merit: 10
Selling 128k, 2btc obo.
full member
Activity: 213
Merit: 101
Selling 5 lots of 100k @ 3.  (3BTC per lot). But one or buy them all!
legendary
Activity: 1260
Merit: 1009
Wallet started ok and synched for me just now. You guys using conf files or no?
Hey, you're into this?  Maybe it can be salvaged/saved then Cheesy  I didn't need a conf file or addnodes.  You just have to let the wallet sit for about a minute and it will find peers on IRC.  I don't think this will get anywhere near 25M coins from mining.  I made a tricked out wallet with optimized stake split and combine parameters, and I'm winning sometimes like 2-3 stake blocks per minute and eating up the block height as much as I can trying to get to 50k faster than 34 days without the money supply expanding much more.  Of course the question is ....for what? Tongue  What is this coin gonna do or be or what concept other than a picture of pills.  Its used mostly by ravers and stuff right?  Maybe can have some kind of techno music tie-in.

Hah yes I have a little bit. Just 26k though.

full member
Activity: 213
Merit: 101
Wallet started ok and synched for me just now. You guys using conf files or no?
Hey, you're into this?  Maybe it can be salvaged/saved then Cheesy  I didn't need a conf file or addnodes.  You just have to let the wallet sit for about a minute and it will find peers on IRC.  I don't think this will get anywhere near 25M coins from mining.  I made a tricked out wallet with optimized stake split and combine parameters, and I'm winning sometimes like 2-3 stake blocks per minute and eating up the block height as much as I can trying to get to 50k faster than 34 days without the money supply expanding much more.  Of course the question is ....for what? Tongue  What is this coin gonna do or be or what concept other than a picture of pills.  Its used mostly by ravers and stuff right?  Maybe can have some kind of techno music tie-in.
full member
Activity: 213
Merit: 101
Selling 520,000 Molly for 15.6BTC (3000 satoshis).  Anyone interested?
legendary
Activity: 1260
Merit: 1009
Wallet started ok and synched for me just now. You guys using conf files or no?
full member
Activity: 213
Merit: 101
So what's the deal, does the original dev have any plans for this coin?  Or is this on ice until we hit 50k blocks?  Is the wallet gonna get updated so POW ends correctly?  I'll have to brainstorm a bit and try to think of some kind of unique stuff we could do with this coin.  I don't think an exchange is gonna take it until the wallet is fixed.
hero member
Activity: 770
Merit: 500
FLY DONATION ADDRESS IN SIGNATURE
Is anyone else having problems with the wallet and it not syncing and not being able to open it? was there an update that I missed?
sr. member
Activity: 260
Merit: 251
We need an exchange mr molly dev

Yes, exchange needed!
member
Activity: 163
Merit: 10
We need an exchange mr molly dev
member
Activity: 163
Merit: 10
Where did all the miners go?
newbie
Activity: 9
Merit: 0

wow

networkhash is  30Gh/s
hero member
Activity: 770
Merit: 500
FLY DONATION ADDRESS IN SIGNATURE
When does staking start and how do you know if staking is working? I've easily had my coins longer than 24 hours and still no staking?
Staking has already started.  It stakes good.  Just have to wait for your coins to get enough weight to win a stake.
Ya thanks funny thing was as soon as I posted that comment I went to my wallet and had to stakes just begin lol Good work Dev and work on getting like Bittrex to add this coin because they love to ninja launch coins if there is enough demand for it
hero member
Activity: 770
Merit: 500
FLY DONATION ADDRESS IN SIGNATURE
When does staking start and how do you know if staking is working? I've easily had my coins longer than 24 hours and still no staking?
sr. member
Activity: 532
Merit: 250
guys spread hash on our pool
member
Activity: 163
Merit: 10
I found some molly!!



Good job so far.
@Molly Dev whats the word on an exchange?
legendary
Activity: 1218
Merit: 1001


Molly as in like this kind of Molly ? lol
hero member
Activity: 770
Merit: 500
FLY DONATION ADDRESS IN SIGNATURE
So is this coin serious or what are the plans behind this coin?
1 mine
2?
3 profits

Get pilled out brah. It's Molly!
Fuck that I'm higher than a fucking kite on Vyvanse right now and trying to figure out why I'm mining 3 fucking coins right now!! One called Molly another called LiteDoge and fucking ANAL COIN!! So I think I'm pretty good on the pills right now mate lmao Wink
legendary
Activity: 1428
Merit: 1001
Fucker of "the system"
So is this coin serious or what are the plans behind this coin?
1 mine
2?
3 profits

Get pilled out brah. It's Molly!
hero member
Activity: 770
Merit: 500
FLY DONATION ADDRESS IN SIGNATURE
So is this coin serious or what are the plans behind this coin?
sr. member
Activity: 364
Merit: 250
Debian/Ubuntu 64 bits wallet
http://www.mediafire.com/download/85pwn17ri89g81o/molly-qt_linux_x86_64.zip

Mac Wallet
http://www.mediafire.com/download/y08yaaqwywn9jri/Molly-Qt_OSX.zip

TAB: THXSrdteDobQYRfyXcBLZrmyh5hFr2i4Gq
BTC: 1Gu3KYr3HV1TGJmqgSXXQbGxxdLzTEAN6o
hero member
Activity: 770
Merit: 500
FLY DONATION ADDRESS IN SIGNATURE
So who the fuck is solo mining the shit out of this coin?
newbie
Activity: 11
Merit: 0
sr. member
Activity: 364
Merit: 250
so the dev still need Linux and OSX wallets?
newbie
Activity: 11
Merit: 0
pilled up now thanks xtc fairy

@@@@Bittrex would add , $Molly will be 20-30 GH in no time Smiley

Shout out the words $Molly $TAB to @Bittrex

Molly Molly.!!!
Who got sum Molly ?

http://s3.amazonaws.com/rapgenius/1360510176_molly.png
legendary
Activity: 1428
Merit: 1001
Fucker of "the system"
pilled up now thanks xtc fairy
legendary
Activity: 1428
Merit: 1001
Fucker of "the system"
for the germans

https://bitcointalksearch.org/topic/--992681

this is my first translation in the BTCbtc era please correct me on the terms wallet and blocks

thank you
sr. member
Activity: 532
Merit: 250
http://tab.binpool.com/ - our pool up and launch. spread hash on our pool

dev i am not understant. please added pool in OP, you other pools added - @BinPool please added too
member
Activity: 107
Merit: 10
Any exchange for this coin ?

Could be YObit?

let us know
thanks
Yes Please add $tab !!
newbie
Activity: 11
Merit: 0
Your config file.

molly.conf


addnode=91.134.53.161:25671
addnode=76.19.96.186:25671
addnode=106.185.41.253:25671
addnode=74.111.225.128:25671
addnode=173.65.97.61:25671
addnode=52.11.253.226:25671
newbie
Activity: 26
Merit: 0
fix the fucking wallet !!
full member
Activity: 375
Merit: 101
Any exchange for this coin ?

Could be YObit?

let us know
thanks
legendary
Activity: 1218
Merit: 1002
https://bitcointalk.org/index.php?topic=990965.new#new

chinese ,

my address: TW4CUEFKX3gNWNVeZdgKsP7mHBiu44mdjN

thanks dev ,

do not post your molly address in this thread, it can be taken as giveaway....
next time send it PMing
legendary
Activity: 1218
Merit: 1002
Italian translation posted on Italian sub-forum.

Windows wallet scanned on virustotal : No virus found
file hash 2e455dc07eb9c20937d24216c05a6a468ef9b7fb1a40e17c3fc13d97a7e2e737
thanks
sr. member
Activity: 532
Merit: 250
wallet update from github.

dev please added pool http://tab.binpool.com/ in OP
full member
Activity: 213
Merit: 101
I have started to stake successfully  Grin
newbie
Activity: 11
Merit: 0
Just wanted to point out that POW never ends on this coin.  The last pow block check is commented out:

https://github.com/Tabcoin/TAB/blob/master/src/main.cpp#L2113

Code:
//if (IsProofOfWork() && nHeight > POW_CUTOFF_BLOCK)
        //return DoS(100, error("AcceptBlock() : No PoW block allowed anymore (height = %d)", nHeight));

It looks like that was inherited from BitcoinFast, in BitcoinFast's case it is setup to allow you to PoW mine 10 coins per block indefinitely.  In this coin its 500 forever.  Makes me want to go check what the PoW diff is on bitcoinfast lol Tongue

https://github.com/Tabcoin/TAB/blob/master/src/main.cpp#L962
Code:
// miner's coin base reward based on nBits
int64 GetProofOfWorkReward(int nHeight, int64 nFees, uint256 prevHash)
{
int64 nSubsidy = 500 * COIN;

if (nHeight == 1)
{
nSubsidy = 250000 * COIN; // 250k coins
return nSubsidy + nFees;
}
    if (nHeight < 50000)
    {
        nSubsidy = 500 * COIN;  
    }
    return nSubsidy + nFees;
}
Note there's no check for the case when nHeight is >= 50000.

In any event, there's 50,000 pow blocks so plenty of time to make whatever tweaks... just pointing this out because I have some hash on this, and would like to see this coin go somewhere....anywhere...

There is "static const int POW_CUTOFF_BLOCK = 50000;"
I will update in some time next week, Thank for letting me know Smiley
hero member
Activity: 574
Merit: 500
( ͡° ͜ʖ ͡°)
Pool updated to the latest source!
full member
Activity: 213
Merit: 101
Just wanted to point out that POW never ends on this coin.  The last pow block check is commented out:

https://github.com/Tabcoin/TAB/blob/master/src/main.cpp#L2113

Code:
//if (IsProofOfWork() && nHeight > POW_CUTOFF_BLOCK)
        //return DoS(100, error("AcceptBlock() : No PoW block allowed anymore (height = %d)", nHeight));

It looks like that was inherited from BitcoinFast, in BitcoinFast's case it is setup to allow you to PoW mine 10 coins per block indefinitely.  In this coin its 500 forever.  Makes me want to go check what the PoW diff is on bitcoinfast lol Tongue

https://github.com/Tabcoin/TAB/blob/master/src/main.cpp#L962
Code:
// miner's coin base reward based on nBits
int64 GetProofOfWorkReward(int nHeight, int64 nFees, uint256 prevHash)
{
int64 nSubsidy = 500 * COIN;

if (nHeight == 1)
{
nSubsidy = 250000 * COIN; // 250k coins
return nSubsidy + nFees;
}
    if (nHeight < 50000)
    {
        nSubsidy = 500 * COIN; 
    }
    return nSubsidy + nFees;
}
Note there's no check for the case when nHeight is >= 50000.

In any event, there's 50,000 pow blocks so plenty of time to make whatever tweaks... just pointing this out because I have some hash on this, and would like to see this coin go somewhere....anywhere...
newbie
Activity: 26
Merit: 0
apparently you are right sir,sadly, they launch it though,then worry about the "small details" like actually being able to do the POS....be abandoned within a week or so
newbie
Activity: 3
Merit: 0
Why can't someone release a coin with a working pre-configured wallet? Is that asking too much. I downloaded the wallet update,is there a new wallet? Thanks for being so very specific in your last reply.

yes you are asking too much  Wink Grin
newbie
Activity: 26
Merit: 0
Why can't someone release a coin with a working pre-configured wallet? Is that asking too much. I downloaded the wallet update,is there a new wallet? Thanks for being so very specific in your last reply.
newbie
Activity: 11
Merit: 0
Anyone else having wallet problems? Mine won't connect,any help greatly appreciated.
Check addition node at OP, thank.

Sorry could you be more specific?
what in detail must I do to get this wallet connected?thanks

Please download new wallet.
Delete your old file but keep wallet.dat, then resync it.
Thank.

Molly Molly.
newbie
Activity: 26
Merit: 0
Anyone else having wallet problems? Mine won't connect,any help greatly appreciated.
Check addition node at OP, thank.

Sorry could you be more specific?
what in detail must I do to get this wallet connected?thanks
newbie
Activity: 11
Merit: 0
Please update new wallet : http://www.mediafire.com/download/i1dw178f74q6856/UrgentMolly_update.zip
 
Pool can update the source code at github please.

Molly dev..........
newbie
Activity: 11
Merit: 0
This is my hack to drop BitcoinFast peers:

Added at line 2954 in main.cpp:

Code:
	if(pfrom->strSubVer.find("BitcoinFast") != std::string::npos)
{
    printf("disconnecting BitcoinFast node!\n");
    pfrom->Misbehaving(100);
    pfrom->fDisconnect = true;
    return false;
}

Its a workaround and there's apparently a ton of BitcoinFast peer addresses getting passed around now, but at least it is keeping the wallet clean.

Your welcome  Wink

Thank, please inbox me for bounty.
legendary
Activity: 999
Merit: 1000
Keep dropping synch, Molly don't fail me now in my time of need!
full member
Activity: 213
Merit: 101
This is my hack to drop BitcoinFast peers:

Added at line 2954 in main.cpp:

Code:
	if(pfrom->strSubVer.find("BitcoinFast") != std::string::npos)
{
    printf("disconnecting BitcoinFast node!\n");
    pfrom->Misbehaving(100);
    pfrom->fDisconnect = true;
    return false;
}

Its a workaround and there's apparently a ton of BitcoinFast peer addresses getting passed around now, but at least it is keeping the wallet clean.

Your welcome  Wink
sr. member
Activity: 532
Merit: 250
http://tab.binpool.com/ - our pool up and launch. spread hash on our pool
newbie
Activity: 11
Merit: 0
Anyone else having wallet problems? Mine won't connect,any help greatly appreciated.
Check addition node at OP, thank.
newbie
Activity: 26
Merit: 0
Anyone else having wallet problems? Mine won't connect,any help greatly appreciated.
hero member
Activity: 644
Merit: 500
Why coins always launched at night Smiley)
Properly another scam Smiley)



Not the whole world live in the same time zone as you do. When it's day for you, its night for me and visa versa
legendary
Activity: 1050
Merit: 1000
https://bitcointalk.org/index.php?topic=990965.new#new

chinese ,

my address: TW4CUEFKX3gNWNVeZdgKsP7mHBiu44mdjN

thanks dev ,
full member
Activity: 154
Merit: 100
Molly when launched guy's..? I could not understood when was this. Really upset.
legendary
Activity: 1526
Merit: 1001
Any Exchange?


whatt Huh this coin new lanching today . U need exchange ? U make exchange for U  Tongue
full member
Activity: 375
Merit: 101
legendary
Activity: 1218
Merit: 1002
You can earn TAB by translating also.

Can any one translate to different languages  ?
Please let me know. 

Sent you a pm Wink

sent pm too
full member
Activity: 210
Merit: 100
You can earn TAB by translating also.

Can any one translate to different languages  ?
Please let me know. 

Sent you a pm Wink
newbie
Activity: 11
Merit: 0
You can earn TAB by translating also.

Can any one translate to different languages  ?
Please let me know. 
legendary
Activity: 1526
Merit: 1001
what !! now my rigs maintenance and i can't mining this .. arggg ..
legendary
Activity: 1050
Merit: 1000
diff very high ,can't mining up coins ,
hero member
Activity: 623
Merit: 500
mining molly now.. sweatin Grin
legendary
Activity: 1190
Merit: 1002
Why coins always launched at night Smiley)
Properly another scam Smiley)

legendary
Activity: 1404
Merit: 1001
Pass - Too many Scrypt POS this week. Good luck!
hero member
Activity: 574
Merit: 500
( ͡° ͜ʖ ͡°)
legendary
Activity: 1050
Merit: 1000
Mine the hottest new coins at ipoMiner.com
ipoMiner is up and running smoothly, come mine with us. It's on direct port 3483 Smiley
full member
Activity: 196
Merit: 100
hero member
Activity: 574
Merit: 500
Node?


getpeerinfo


06:31:31

[
{
"addr" : "52.11.253.226:64059",
"services" : "00000001",
"lastsend" : 1426393890,
"lastrecv" : 1426393890,
"conntime" : 1426393262,
"version" : 70000,
"subver" : "/Molly:1.0.0/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 2,
"banscore" : 0
},
{
"addr" : "184.91.27.213:52795",
"services" : "00000001",
"lastsend" : 1426393889,
"lastrecv" : 1426393888,
"conntime" : 1426393374,
"version" : 70000,
"subver" : "/Molly:1.0.0/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 17,
"banscore" : 0
},
{
"addr" : "108.231.88.101:59139",
"services" : "00000001",
"lastsend" : 1426393889,
"lastrecv" : 1426393860,
"conntime" : 1426393430,
"version" : 70000,
"subver" : "/Molly:1.0.0/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 22,
"banscore" : 0
},
{
"addr" : "24.21.89.229:25671",
"services" : "00000001",
"lastsend" : 1426393889,
"lastrecv" : 1426393890,
"conntime" : 1426393788,
"version" : 70000,
"subver" : "/Molly:1.0.0/",
"inbound" : false,
"releasetime" : 0,
"startingheight" : 109,
"banscore" : 0
},
{
"addr" : "192.99.0.112:38223",
"services" : "00000001",
"lastsend" : 1426393889,
"lastrecv" : 1426393889,
"conntime" : 1426393791,
"version" : 70000,
"subver" : "/Molly:1.0.0/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 111,
"banscore" : 0
},
{
"addr" : "98.198.26.41:64459",
"services" : "00000001",
"lastsend" : 1426393889,
"lastrecv" : 1426393888,
"conntime" : 1426393816,
"version" : 70000,
"subver" : "/Molly:1.0.0/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 120,
"banscore" : 0
}
]
full member
Activity: 196
Merit: 100
The purse can not sync
hero member
Activity: 994
Merit: 503
I am not rich. I can't pick and choose.
legendary
Activity: 1517
Merit: 1042
@notsofast
I'm over drug coins. I'll be passing on this ninja, but good luck.
hero member
Activity: 574
Merit: 500
{
"blocks" : 6,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"difficulty" : 0.00027833,
"errors" : "",
"generate" : false,
"genproclimit" : -1,
"hashespersec" : 0,
"networkhashps" : 0,
"pooledtx" : 0,
"testnet" : false
}
newbie
Activity: 11
Merit: 0


Twitter: https://twitter.com/Molly_Tab
Get word $MOLLY $TAB out there guys


General   
                              
  • Symbol   TAB
    Algorithm   Scrypt PoW/PoS (PoW end 50,000 blocks)
    Block Time   60 seconds
    RPC Port   25672
    P2P Port   25671

 
Proof of Work
                              
  • Total Coins (est)   25,000,000 [TAB]
    Difficulty Retarget:   30 blocks
    Premined: 1% 250,000 [TAB]
    Block Reward   500
    No Block Halving Until POW End.

 
Proof of Stake   
                              
  • Min Age   7 hours
    Max Age   30 ddays
    Minted Blocks Maturity   30 blocks
    Stake Interest   8% / year

Attention Please Re-download and re-sync wallet again.
Please delete everything but wallet.dat

Wallet & Github :

Windows Wallet: http://www.mediafire.com/download/29yk4djp94ynsmv/MollyUpdate_withLibs.zip
Debian/Ubuntu 64 bits wallet
http://www.mediafire.com/download/85pwn17ri89g81o/molly-qt_linux_x86_64.zip

Mac Wallet
http://www.mediafire.com/download/y08yaaqwywn9jri/Molly-Qt_OSX.zip

Github: https://github.com/Tabcoin/TAB/

Pool
https://tab.minerpools.com/
https://www.ipominer.com/
http://ispace.co.uk/
http://tab.binpool.com/

Addition Node:

molly.conf

addnode=91.134.53.161:25671
addnode=76.19.96.186:25671
addnode=106.185.41.253:25671
addnode=74.111.225.128:25671
addnode=173.65.97.61:25671
addnode=52.11.253.226:25671

Translation Bounty : 2,000 TAB each.
[ Please translate and inbox me the link of sub forum for bounty , Thank ]
Mac Wallet: 5,000 TAB
Linux Wallet : 5,000 TAB

Italian : https://bitcointalksearch.org/topic/re-lancio-molly-coin-tab-scrypt-powpos-25-millioni-tab-992218
German: https://bitcointalksearch.org/topic/--992681
Jump to: