Author

Topic: [ANN][MTC] Metrocoin is for Growth (Read 5276 times)

member
Activity: 72
Merit: 250
September 07, 2018, 12:42:34 PM
#43

We are confirming that the Real Metrocoin has never executed an airdrop.  Any such event published on Twitter and similar social media outlets are just futile attempts to gain market share using deceptive practices.  Join us here and on Telegram for accurate information on the one and only original MTC.
member
Activity: 72
Merit: 250
November 30, 2018, 07:59:01 AM
#42
New Metrocoin Mining pool with hourly MTC payouts : https://peertokens.co
member
Activity: 72
Merit: 250
November 26, 2018, 07:11:14 PM
#41
The Metrocoin Repositories have moved to https://github.com/metrocoindev.  An interim 64-bit windows release is available at https://github.com/metrocoindev/metrocoin along with updates for current Linux distributions.  The current seed node is located at one.metrocoin.me and may be added using addnode within the client.
jr. member
Activity: 126
Merit: 1
April 09, 2018, 09:15:27 PM
#40
 i read the information above and it looks like a good project to see and btw why is that there is no updated post in here,hope to see more things happen in this project
member
Activity: 72
Merit: 250
March 04, 2018, 05:04:57 PM
#39
Metrocoin 0.8 has been released. The commit can be found on GitHub at: https://github.com/metrocoins/metrocoin/commit/75828e7ef3aae17bbb8efede30e7dd39f955e0ad

Prior to building, please confirm you have the correct source tree with the git log command. The first log entry should be the change setting the version:

commit 75828e7ef3aae17bbb8efede30e7dd39f955e0ad
Author: Kedia <[email protected]>
Date:   Tue Feb 27 23:01:59 2018 -0500

This is a Maintenance Release Distribution focused on 64-bit Windows Platforms.  Short term support is being provided for Ubuntu 14.04 while interim support is being shifted to Ubuntu 16.04 scheduled for the summer of 2018.  Metrocoin DNS remains totally offline pending development updates.  During reenactment of the network, seed.metrocoin.me may be used as a root node. Previous releases are invalid forks.

0.8.6 changes
=============

- Default block size increase for miners
  (see https://gist.github.com/gavinandresen/7670433#086-accept-into-block)

- Remove the all-outputs-must-be-greater-than-CENT-to-qualify-as-free rule for relaying
  (see https://gist.github.com/gavinandresen/7670433#086-relaying)

- Lower maximum size for free transaction creation
  (see https://gist.github.com/gavinandresen/7670433#086-wallet)

- OSX block chain database corruption fixes
  - Update leveldb to 1.13
  - Use fcntl with `F_FULLSYNC` instead of fsync on OSX
  - Use native Darwin memory barriers
  - Replace use of mmap in leveldb for improved reliability (only on OSX)

- Fix nodes forwarding transactions with empty vins and getting banned

- Network code performance and robustness improvements

- Additional debug.log logging for diagnosis of network problems, log timestamps by default

- Fix Metrocoin-Qt startup crash when clicking dock icon on OSX

- Fix memory leaks in CKey::SetCompactSignature() and Key::SignCompact()

- Fix rare GUI crash on send

- Various small GUI, documentation and build fixes

Warning
--------

- There have been frequent reports of users running out of virtual memory on 32-bit systems
  during the initial sync.
  Hence it is recommended to use a 64-bit executable if possible.
  A 64-bit executable for Windows is planned for 0.9.

Assistance
------------

For assistance, please contact [email protected]

More information
-------------------

For more information or assistance, the following resources will be of use:

[Metrocoin.me](https://metrocoin.me)
[Reddit](https://reddit.com/r/metrocoin)
sr. member
Activity: 392
Merit: 250
TimSweat
September 26, 2015, 02:59:51 AM
#38
Might watch this just for the heck of it
legendary
Activity: 1638
Merit: 1013
July 01, 2015, 11:16:33 AM
#37
Anyone have a 'getpeerinfo' of working addnodes?

You can use

45.63.1.27

Diff at 77k and blocks at 20511. If you are going to solo mine, as soon as you find a block it will jump to current.
legendary
Activity: 1453
Merit: 1030
July 01, 2015, 11:05:03 AM
#36
Anyone have a 'getpeerinfo' of working addnodes?
legendary
Activity: 1638
Merit: 1013
June 17, 2015, 05:29:55 PM
#35
I have updated the bootstrap.dat to block 20386

https://bitcointalksearch.org/topic/m.11545746
legendary
Activity: 2632
Merit: 1450
June 09, 2015, 04:18:23 AM
#34
full member
Activity: 120
Merit: 100
June 08, 2015, 03:28:51 AM
#33
 mining pool is up and running  http://hashgoal.com/pool/MET/
legendary
Activity: 1638
Merit: 1013
June 07, 2015, 03:08:41 PM
#32
Windows wallet does not seem to have any active connections to the network ... tried the addnode metro.treefunder.co add command in the debug window and still nothing Sad

Blorgg

Make a metrocoin.conf file rather and put this in there:

Code:
rpcuser=yourminerUID
rpcpassword=yourminerPWD
rpcallowip = 127.0.0.1
rpcallowip=xxx.xxx.xxx.xxx (your miners IP address)
rpcport = 7554
server = 1
daemon = 1
listen=1
addnode=metro.treefunder.co
addnode=metrocoin.treefunder.co
newbie
Activity: 22
Merit: 0
June 07, 2015, 02:57:51 PM
#31
Windows wallet does not seem to have any active connections to the network ... tried the addnode metro.treefunder.co add command in the debug window and still nothing Sad

Blorgg
legendary
Activity: 1638
Merit: 1013
June 05, 2015, 06:30:38 PM
#30
Here is the Raspberry Pi wallet for v0.8.6-18 - for both the Qt and headless daemon (command line) - UPNP enabled. It is possible to solo mine with this wallet if you want to.

Important:
1) Always backup your wallet.dat first before you do anything
2) The wallet was built on a Raspberry Pi2 (ARM7) running Raspbian Wheezy.
3) Installation directory where the binaries are installed is ~/opt/metrocoin or /home/pi/opt/metrocoin
4) All that is needed is to execute the command below on your Pi in a terminal window and afterwards you need to click on the Metrocoin icon on your desktop to launch the Qt wallet or go to the directory with the wallets and run the daemon (metrocoind) with the options you want at the command prompt or in a terminal window
5) An Internet connection is required for the installation
6) A bootstrap.dat is used to fast track the blockchain sync - up to block 20386
7) The bootstrap.dat also works for Windows wallets. For your convenience I have included a direct link below to an untarred bootstrap.dat to make it easy for the Windows users. Windows users just have to copy the bootstrap.dat file into their c\users\yourusername\AppData\Roaming\metrocoin folder and run the Win client again
8.) You need at least an 8GB memory card
9) The installation itself takes about 30-45min on an out-of-the-box Pi
10) You cannot just download the binaries, you have to run the script to get the dependencies as well else it will not run
11) The installation script does not enable the UFW firewall by default. If you want to enable it, uncomment the UFW lines in the script and add the port you want open and run it again or enable it manually by running the UFW commands as in the script with the correct port numbers.
12) Always verify the checksums when you download files to make sure it was downloaded ok. To verify the checksums on your Pi, go to the ~/opt/metrocoin folder and execute sha256sum and md5sum and compare the values with the values in the checksums.txt file

Users will be familiar with the Qt wallet as it works like a Qt wallet in Windows. Instructions to use the headless command line daemon wallet:

1) Since you the installation script created a metrocoin.conf file with the startup settings in it, go to the folder with the binaries ~/opt/metrocoin and enter ./metrocoind in a terminal window to start the server
2) After the blockchain has been imported you can enter the normal wallet commands that you would as in a Windows debug console preceded with ./metrocoind eg. ./metrocoind getinfo
3) Remember to always make a backup of your wallet.dat file before you do anything like encrypting it
4) To encrypt your wallet run the command ./metrocoind encryptwallet

Let me know about any issues that you may encounter.

To kickstart the installation execute the following command at the command prompt or in a terminal window on your Pi:
Code:
wget https://bitbucket.org/jc12345/metrocoin/downloads/metrocoin_installation_pi.sh && chmod +x metrocoin_installation_pi.sh && ./metrocoin_installation_pi.sh && rm -f metrocoin_installation_pi.sh

Direct links:
Link to installation script
Link to metrocoin-qt
Link to metrocoind
Link to virustotal scan for metrocoind
Link to virustotal scan for metrocoin-qt
Link to bootstrap.dat up to block 20386 - .tar.gz
Link to bootstrap.dat up to block 20386 - .zip for the Win users
Link to checksums.txt
member
Activity: 72
Merit: 250
June 04, 2015, 10:51:46 AM
#29

Metrocoin Version 0.8 Windows and Mac Releases now mirrored on Download.com


member
Activity: 72
Merit: 250
June 03, 2015, 06:20:21 PM
#28
windows -qt wallet link please  Smiley
Metrocoin for Windows Version 0.8 Build One : https://github.com/metrocoins/metrocoin/releases/tag/met-v0.8.1-msw
member
Activity: 72
Merit: 250
June 03, 2015, 05:39:19 PM
#27
Metrocoin for Mac Version 0.8 Build One Release : https://github.com/metrocoins/metrocoin/releases/tag/met-v0.8.1-osx
member
Activity: 72
Merit: 250
June 03, 2015, 12:57:34 PM
#26
Version One of the Metrocoin Logo
member
Activity: 72
Merit: 250
June 03, 2015, 01:19:34 AM
#25
Metrosight API Ascii Art
member
Activity: 72
Merit: 250
June 02, 2015, 01:18:32 PM
#24

Metrosight API


Metrosight API is an open-source metrocoin blockchain REST and websocket API. Metrosight API runs in NodeJS and uses LevelDB for storage.

This is a backend-only service. If you're looking for the web frontend application, take a look at https://github.com/metrocoins/metrosight.

Metrosight API allows to develop metrocoin-related applications (such as wallets) that require certain information from the blockchain that metrocoind does not provide.

Metrosight API Initial Release : https://github.com/metrocoins/metrosight-api
member
Activity: 72
Merit: 250
June 02, 2015, 12:09:36 PM
#23

Metrocore


A pure, powerful core for your metrocoin project.

Metrocore is a complete, native interface to the Metrocoin network, and provides the core functionality needed to develop apps for metrocoin.

Metrocore v1.37 Release

https://github.com/metrocoins/metrocore


note: npm install metrocore is not yet active
sr. member
Activity: 381
Merit: 250
JaguarCrypto
May 28, 2015, 07:31:51 PM
#22
windows -qt wallet link please  Smiley
full member
Activity: 184
Merit: 100
May 27, 2015, 05:02:18 PM
#21
It must be a hacked account. I cant think that a full member would throw his name and rep away like this with such a poor attempt at a coin.

if this kind of stuff bothered bitcointalk there wouldnt be a section of the forum for selling accounts

I think there is a section where its tolerated, but I don't think there is a section specifically for selling accounts
member
Activity: 70
Merit: 10
May 27, 2015, 04:59:56 PM
#20
ok

What happened to Shadowrunner being first?

His account was compromised after the socialhack of the bitcointalk server. He tweeted shortly after the forum came back up not to trust his account as he no longer had access to it.

Be careful to trust a member with a high activity a lot of accounts may be compromised/stolen.... Ideal to create false trust for a fake dev.
legendary
Activity: 1517
Merit: 1042
@notsofast
May 27, 2015, 04:57:22 PM
#19
ok

What happened to Shadowrunner being first?

His account was compromised after the socialhack of the bitcointalk server. He tweeted shortly after the forum came back up not to trust his account as he no longer had access to it.
member
Activity: 70
Merit: 10
May 27, 2015, 03:44:45 PM
#18
Dev is too lazy to tell us a little story about the purpose/roadmap/reason.



When can we have nice coins again?

GZ with the Bullshit ribbon!
sr. member
Activity: 363
Merit: 250
May 27, 2015, 03:36:33 PM
#17
It must be a hacked account. I cant think that a full member would throw his name and rep away like this with such a poor attempt at a coin.

if this kind of stuff bothered bitcointalk there wouldnt be a section of the forum for selling accounts
sr. member
Activity: 426
Merit: 250
May 27, 2015, 03:12:02 PM
#15
too funny  Grin Grin
hero member
Activity: 588
Merit: 500
May 27, 2015, 03:09:03 PM
#14
2016 block retarget, brilliant!!
And 10% premine.
•Reserve of 10 Million MET for Research and Development Purposes

LOL
Awesome.... Make an ICO bro.... Grin Roll Eyes

We are past this community members. We need something.
hero member
Activity: 631
Merit: 500
Former SuchPool Admin
May 27, 2015, 03:08:48 PM
#13
no logo... 10% premine... lazy&greedy dev.
full member
Activity: 182
Merit: 100
May 27, 2015, 03:07:13 PM
#12
2016 block retarget, brilliant!!
And 10% premine.
•Reserve of 10 Million MET for Research and Development Purposes

LOL
Awesome.... Make an ICO bro.... Grin Roll Eyes
hero member
Activity: 588
Merit: 500
May 27, 2015, 03:04:01 PM
#11
Coingen

ocminer in for the save. Stop making coins if you are not going to support them. Not even a wallet?

Come on.
legendary
Activity: 1190
Merit: 1002
May 27, 2015, 03:01:13 PM
#10
What the hell do with TETCOIN ?
hero member
Activity: 704
Merit: 500
May 27, 2015, 02:57:01 PM
#9
Bravo Dev....Bravo
legendary
Activity: 2730
Merit: 1068
Juicin' crypto
May 27, 2015, 02:56:46 PM
#8
METROsexual that is!
hero member
Activity: 623
Merit: 500
May 27, 2015, 02:56:18 PM
#7
legendary
Activity: 1638
Merit: 1013
May 27, 2015, 02:55:10 PM
#6
Is this live?
hero member
Activity: 1022
Merit: 1000
May 27, 2015, 02:54:57 PM
#5
Oh stop it!
legendary
Activity: 1568
Merit: 1000
Twitter @Acimirov
May 27, 2015, 02:52:56 PM
#4
Quote
2016 blocks to retarget difficulty

Wat ?!
sr. member
Activity: 363
Merit: 250
May 27, 2015, 02:52:45 PM
#3
2016 block retarget, brilliant!!
legendary
Activity: 2688
Merit: 1240
May 27, 2015, 02:52:15 PM
#2
Coingen
member
Activity: 72
Merit: 250
May 27, 2015, 02:51:23 PM
#1

Metrocoin is an open source cryptocurrency for growth.



Metrocoin Presale Rules

Getting Started
Metrocoin.me
Metrocoin for Windows
Metrocoin for Mac
Source Code

Exchanges
Treefunder

Mining
Tetcoin Mining Pool

Analytics
https://met.treefunder.co : In Development


Specifications Summary
  • Algorithm: SHA256
  • Block Target: 10 minutes
  • Subsidy 256 MTC per Block
  • Distribution Method: Mining[/li
    • Supply Target: 100 Million Total MTC


    Social Media
    Google+ Community
    Google+
    Facebook
    Twitter
    Reddit

    Live Nodes
    see.metrocoin.me

    Status: Hashing

    Support provided for Ubuntu 14.04 LTS


    Developers

    Metrocore : A pure, powerful core for your metrocoin project.  Metrocore is a complete, native interface to the Metrocoin network, and provides the core functionality needed to develop apps for metrocoin.

    Metrosight API is an open-source metrocoin blockchain REST and websocket API. Metrosight API runs in NodeJS and uses LevelDB for storage.  This is a backend-only service. If you're looking for the web frontend application, take a look at https://github.com/metrocoins/metrosight.  Metrosight API allows to develop metrocoin-related applications (such as wallets) that require certain information from the blockchain that metrocoind does not provide.

Jump to: