Jump to content

Groovebrother

Members
  • Posts

    34
  • Joined

  • Last visited

  • Days Won

    3

Posts posted by Groovebrother

  1. YOU ARE HERE

    • Actively testing
    • Running the latest pre-release
    • Trying to make a backup

        We are going to try something new. Send 0.001 tMNC (one milli-mincoin) to the following address by scanning the QR code using mincoin-wallet for Android. This will help me to measure engagement.

    mincoin-wallet-landmark-01.png.08951b28246e49341ae36377c4916f76.png

        You will find the latest pre-release linked as a pinned message in the #android-wallet channel on Discord.

     

    Create a Backup

        First, open mincoin-wallet and then touch the three dots near the top right (below the battery indicator).

    pie-screencap-02.thumb.png.39bb495c2eb2c8a5e334093b3435a7cf.png

        Next, choose "Safety" and new menu will appear. Then, choose "Back up wallet" to continue.

    pie-screencap-03.thumb.png.d3531d61b15b8bdb738afd3f94be7213.png

        Your backup will be encrypted with the chosen password and written to storage.

    pie-screencap-04.thumb.png.f947bdec9d91c9cdca3d75283d602589.png

        Input and then verify a strong password. When you are done, touch OK.

    pie-screencap-05.thumb.png.c4a8c06de67538c4b7a3a976428db656.png

        You can accept the default directory and filename by touching SAVE.  On my device, this creates a new file including a date in the suffix.

    /sdcard/Download/mincoin-wallet-backup-testnet-2019-07-27-14-47

    pie-screencap-06.thumb.png.6cd148b36f0b6914640e78579ce1a49f.png

        Afterwards, we are asked to remember the backup password.

    pie-screencap-07.thumb.png.880711f97cdabbdf98045dd4e30f32e4.png

     

        The next step is one way to copy the new backup file to your computer for safe-keeping.

        We are going to use the Android Debug Bridge (adb) to copy the backup file to our computer.

        Start by enabling Developer options and turning on USB debugging.

    pie-screencap-09.thumb.png.fbb6b8c798644ed39e301089111cb7b4.png

        Connect the USB cable to your computer and allow the incoming connection.

        In your console, type "adb devices" and look for output showing the list of devices attached.

    List of devices attached
    <IDENTIFIER>    device
    

        Afterwards you can pull the entire download directory into your present working directory with the following command.

    adb pull /sdcard/Download/ .

     

        Thanks for reading and helping to test the pre-release of our mincoin-wallet for Android!

  2. Just a list of milestones to include with our upcoming revival roadmap. Dates will be added. Any omissions will be added by an edit here.

    • DNS Seeds Restored
    • Testnet Restored
    • Tor Transports Enabled
    • Block Explorers Online
    • Forums Upgraded
    • v0.8.8 Release
    • Coinbase Maturity Hard Fork
    • Splash Guard Hard Fork
    • Trade Satoshi Market Opens
    • CoinMarketCap Data Refreshed
    • CryptoBetFair Games Opened
    • Whitepaper Refreshed
    • pools
    • additional markets
    • www.mincoin.us Upgraded
    • Blockfolio Price Tracking
    • Rebased onto Bitcoin 0.13 Branch
    • Testnet Upgraded to SegWit
    • Home Grown SegWit Capable Explorer goes Online
    • v0.13.0 Release
    • (Strict DER Signatures) BIP 66 softfork Activated
    • (OP_CHECKLOCKTIMEVERIFY) BIP 65 softfork Activated
    • (CSV) BIP 68 / BIP  112 / BIP 113 softfork Activated
  3. Here is an example configuration I use with my Mincoin-Qt wallet.

    daemon=1
    listen=1
    onion=127.0.0.1:9050
    torpassword=<Your Tor Control Port Password>
    logips=1
    logtimestamps=1
    shrinkdebugfile=0
    server=1
    rpcauth=<Use share/rpcuser/rpcuser.py in the Sources to Generate an RPC User Login Credential>
    rpcallowip=x.x.x.x/x
    rpcthreads=128
    spendzeroconfchange=0

    The torpassword value is used in combination with a torrc, see the bottom of this article for more information about connecting to Tor's control socket API.

  4. Hello,

        We are organizing a meeting of the minds scheduled Friday, December 28th to discuss the project. Everyone is welcome. We anticipate there will be participation on Discord in both the voice and text channels. Our community is located around the planet in various timezones and we know adhering to a strict schedule will be challenging. We will try to coordinate a time which works for everyone. Please share your availability and topics for discussion in this thread. I hope you will join us!

    Best Regards,

    -Xi

  5. Hi @Cryptobud,

        Thanks for your interest in promoting the Mincoin network!

        We definitely would like views on quality videos showcasing our wallet and transaction speed.

        You would need to know enough about our brand to be an authoritative spokesperson for the aspects of our currency which define us and we would need to pay as we go in order to meet our goals for total views.

        Target #1 - 10,000 views with 25% clicking a link provided by us for you to share with your audience.

        The link may be a Facebook group / like or something similar decided upon by the group.

        Measured success would define the terms of payment.

        We transact in MNC.

    Best Regards

    -Xi

  6. Pool Explorer's service saves you the time looking for new coins to mine and selecting the best pool for them.

    They are analyzing every coin from all of the pools and display it for you in one place for your convenience.

    poolexplorer.png.cdf4ae21fc7e48eb65e76cd902941677.png

    • View the coins for your selected mining algorithms
    • View the list of pools where your selected coin is mineable with sorting by number of blocks found in 24 hours (top pool)
    • Sorting of the entire coin list by block height (you can see new coins)
    • Filtering of coins by algo
    • Automatic new coins notifications when a coin is added on a pool in Telegram and Discord
    • You can immediately see which pool has added the coin first and start mining right away
    • When a new pool with a higher hashrate appears, this pool will be displayed in our service
  7. Hello,

        The CSV softfork rules will activate only after they are locked-in.

        In order to lock-in the CSV softfork, miners must build blocks signaling support for it.

        We define the rule change activation threshold in line 85 of src/chainparams.cpp.

        Therein, we see during a timespan of 20160 blocks, 95% of them must signal support for the softfork.

        Since there is no overlap between the timespans with regard to CSV softfork rule activation, we need to know when a timespan begins in order to count the blocks signaling support for it during the timespan.

        There have already been 102 timespans of 20160 blocks in our chain.

        The 103rd timespan of 20160 blocks began at height 2056320, 1543635824 seconds after the epoch on 12/01/2018 @ 3:43am (UTC).

        The 104th timespan of 20160 blocks will begin at height 2076480.

        The 105th timespan of 20160 blocks will begin at height 2096640.

     

        Since 95% of the blocks during a timespan of 20160 blocks must signal support for the softfork, this implies if there are 1008 blocks or more during a timespan which do not signal support for the softfork then it will be impossible to lock-in CSV until after the next timespan.

        (1 - 0.95) * 20160 = 1008

     

        It is impossible to lock-in CSV at the end of the 103rd timespan because there have already been more than 1008 v2 blocks mined during the timespan using older software (Mincoin v0.8.8.0).

        Therefore, the earliest possible lock-in for the CSV softfork will be after the 104th timespan and the earliest possible activation will be after the 105th timespan.

        At this rate, we estimate the earliest possible activation for the CSV softfork to be in 33d 7h 25m on 01/12/2019 @ 7:33am (UTC).

    -Xi

       

  8. 7 minutes ago, lovetolearn said:

    "Good Afternoon. We would like to know about questions that this company may have about adopting Mincoin to pay employees and as a way of receiving payments for products and services that Amazon offers. Please visit us at https://www.mincoin.us/ to get more info about how to contact us and other important details that can save you some time - feel free to reply via Messages on Twitter as well. Thank you for your time and have a wonderful day!" 

    Okay, so the first thing which comes to mind is that we are asking Mr. Voguls to do work by saying he should come to our website and learn how to contact us.

    Since the CTO is a business professional, I would imagine a business letter might be a good format to use.

    A business letter doesn't necessarily have to be in dead tree format either. Creating a PDF on some letterhead we produce would be more professional and also provide an opportunity for us to include attachments which are similarly well formatted.

     

    I especially like this exercise because it is saying, "Pitch the CTO of Amazon", but in reality I see we are working towards a communication process which could be used over and over again with various merchants, vendors and employers globally.

     

    This is the kind of outreach we will want to first cobble together in English, revise and polish and then translate for more widespread dissemination.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.