Pages:
Author

Topic: [Launch] Molly Coin [TAB] [ Scrypt pow/pos ] [ 25 million TAB ] (Read 9018 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
Pages:
Jump to: