Author

Topic: ♦♦♦♦♦♦[ANN]♦♦MTR♦♦MasterTraderCoin♦♦10.4m♦♦TOSHIDESK LLC♦♦ETNA Partnership♦♦♦♦♦♦ - page 121. (Read 229761 times)

legendary
Activity: 2124
Merit: 1013
K-ing®
only 1420 MTR on sell order list on bittrex, and  1102 MTR on cex

price about 6000, and i think weak hands are out....

legendary
Activity: 2124
Merit: 1013
K-ing®
Please send my IPO coins to

MTUN2qgBM3QraZP7LnzH9jK7xgiDem33rc

Thx
Ish

nice try


No he actually is the other investor that had a missing MTR address.

Working it now Ishmeister777.

Cheers,

MasterTrader777

Edit: Sent :

To: ishmeister777 MTUN2qgBM3QraZP7LnzH9jK7xgiDem33rc
Debit: -474.2017877 MTR
Transaction fee: -0.00001 MTR
Net amount: -474.2017977 MTR
Transaction ID: ded7a2538db675df237ed79c0abfd0c8f86b4d40e1ae3bae9ab20ea869ee0406

sorry ish
newbie
Activity: 1
Merit: 0
Please send my IPO coins to

MTUN2qgBM3QraZP7LnzH9jK7xgiDem33rc

Thx
Ish
newbie
Activity: 4
Merit: 0
Just got dug out from a small snowstorm, and then I find out that MTR is gaining momentum, and I missed the addy posting for my ICO.  In the interests of transparency, I am posting my mine:  MJTb6q1o1jVeszGiFyDdUQBc5yrJjjCMXK .....and I would like to say that it has been exciting watching this develop.  On with the show! Shocked
hero member
Activity: 588
Merit: 500
Will Bitcoin Rise Again to $60,000?
I love the POS for this coin-- nothing better than free coins---

Everything running smooth. I love updates. No other dev does this the right way like this.
legendary
Activity: 980
Merit: 1001
aka "whocares"
I love the POS for this coin-- nothing better than free coins---
N30
sr. member
Activity: 309
Merit: 250
Updated and synced well. Sorry for late update.


Glad everything panned out perfectly, and nobody lost coins.

 Hello mastertrDER777,

I just realized about the new wallet. I was out of town for some days. I am trying to sync the old wallet but it is still downloading the blocks.

Is there a dead line to get the new wallet? I would not like to loose my MTR coins.


full member
Activity: 138
Merit: 100
C-cex just emailed me saying my MTR are in my wallet...and they are.   Cheesy
sr. member
Activity: 300
Merit: 250
Been waiting 24hrs for c cex to get back to me, only very small amount , hate being ripped off tho Angry Angry

Coins recieved.
legendary
Activity: 1148
Merit: 1000
Updated and synced well. Sorry for late update.

Beautiful! CCEX safe to transfers to and from.

member
Activity: 85
Merit: 10




I did straight compile and it worked. Any error messages you get just google to find solution. I got one error & here's what I had to do to fix:

Code:
chmod 755 src/leveldb/build_detect_platform




If you could make a nice detailed guide on how to install on Linux I would appreciate it.

I will throw you some MTR as a gift.

Thanks for help the community while I was grabbing some much needed rest.

Cheers,

MasterTrader777

Guide is already here: https://github.com/CrypticApplications/MTR-Update/blob/master/doc/readme-qt.rst

Step by step would be something like this for Ubuntu:

1. Open terminal & install Git

Code:
sudo apt-get install git

2. Install dependencies (I'm not sure this is all that is)

Code:
sudo apt-get install qt5-default qt5-qmake qtbase5-dev-tools qttools5-dev-tools \
    build-essential libboost-dev libboost-system-dev \
    libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev \
    libssl-dev libdb++-dev

3. Clone from github & go into directory

Code:
git clone https://github.com/CrypticApplications/MTR-Update.git && cd MTR-Update

4. In directory enter

Code:
qmake "USE_UPNP=1" && make

5. In case of errors just google it -  errors are likely due to missing dependency. I had some error about detecting platform so I did:

Code:
chmod 755 src/leveldb/build_detect_platform

and after that issue "make" command again

6. That should be all and Qt wallet executable should magically appear in your directory.


MasterTrader wallet up and running on Mint 17.1 - many thanks bizz, I just needed the chmod command and it compiled fine. Sorry I was lazy and didn't search for the solution, maybe I was rushed at the time and took the easy way out.

CJ
legendary
Activity: 2124
Merit: 1013
K-ing®
everything is ok, nice and smoothly


still waiting for first montly stake
legendary
Activity: 1638
Merit: 1013
legendary
Activity: 1498
Merit: 1001
CryptoCurrency EXchange: https://c-cex.com
legendary
Activity: 980
Merit: 1001
aka "whocares"
Wow kinda got crazy in here last night...


It is frustrating cuz normally If I were in public, or at work I would resort to some trash talk and chest puffing. I have to say I admire that you keep your cool amongst all the aqusations and DUMB questions.

Btw great update, I'm stoked to be in the open beta!

I am stoked about the beta and equally stoked we are past the 12500 block  Grin
legendary
Activity: 1148
Merit: 1000
Wow kinda got crazy in here last night...


It is frustrating cuz normally If I were in public, or at work I would resort to some trash talk and chest puffing. I have to say I admire that you keep your cool amongst all the aqusations and DUMB questions.

Btw great update, I'm stoked to be in the open beta!
full member
Activity: 224
Merit: 100
I bought some MTR with almost the same price as ico, i think it is pretty cheap
To MTR dumper, i wanna say...
THANK YOU!!!  

Grin
hero member
Activity: 492
Merit: 500



Also Community I have a question.

What features would you all like in the MTR wallet if you had your choice.

Give me your best ideas.

Cheers,

MasterTrader777

Hi MasterTrader

Not so much an idea for a feature in the wallet, but any chance you might release a wallet for Linux? I'm happy to leave a Linux system running 24/7 staking, but much less so a Windows system. At the moment I fire up my Windows 7 test system to stake for an hour or so while I have my breakfast Cheesy

Been lurking from very early on and kept up with what you're doing everyday. Great work, keep it up

CJ

You can compile from sources on github. It's not hard at all.  Look for readme there about building qt. Just install some dependencies, hit 2 commands & you have safest wallet possible.
Hi bizz

I did try, both ways - straight compile and by installing qt creator - but failed. I'll have another go and post the error messages I get. Has anyone successfully built a Linux MTR wallet from the source?

CJ

I did straight compile and it worked. Any error messages you get just google to find solution. I got one error & here's what I had to do to fix:

Code:
chmod 755 src/leveldb/build_detect_platform




If you could make a nice detailed guide on how to install on Linux I would appreciate it.

I will throw you some MTR as a gift.

Thanks for help the community while I was grabbing some much needed rest.

Cheers,

MasterTrader777

Guide is already here: https://github.com/CrypticApplications/MTR-Update/blob/master/doc/readme-qt.rst

Step by step would be something like this for Ubuntu:

1. Open terminal & install Git

Code:
sudo apt-get install git

2. Install dependencies (I'm not sure this is all that is)

Code:
sudo apt-get install qt5-default qt5-qmake qtbase5-dev-tools qttools5-dev-tools \
    build-essential libboost-dev libboost-system-dev \
    libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev \
    libssl-dev libdb++-dev

3. Clone from github & go into directory

Code:
git clone https://github.com/CrypticApplications/MTR-Update.git && cd MTR-Update

4. In directory enter

Code:
qmake "USE_UPNP=1" && make

5. In case of errors just google it -  errors are likely due to missing dependency. I had some error about detecting platform so I did:

Code:
chmod 755 src/leveldb/build_detect_platform

and after that issue "make" command again

6. That should be all and Qt wallet executable should magically appear in your directory.

Jump to: