Post
Topic
Board Announcements (Altcoins)
Re: 🔹🔹🔹[ANN][BSD] BitSend -The first Segwit Masternodecoin 0.14.0.3 Airdrop
by
Limx Dev
on 01/12/2017, 15:44:12 UTC
Segwit is now active on BitSend, confirmed working by my transaction here: https://chainz.cryptoid.info/bsd/tx.dws?561529.htm

Thank you, yes it is true. We are now the first masternode coin with newest coinbase and segwit. I am very happy about that.

Code:
{
  "chain": "main",
  "blocks": 402644,
  "headers": 402644,
  "bestblockhash": "0000000001a33e036076deb621daf300849dd3f4f9f4a38078c8a1b05c633e3d",
  "difficulty": 54.12132082532227,
  "mediantime": 1512141149,
  "verificationprogress": 1,
  "chainwork": "000000000000000000000000000000000000000000000000009dd9582469bab9",
  "pruned": false,
  "softforks": [
    {
      "id": "bip34",
      "version": 2,
      "reject": {
        "status": true
      }
    },
    {
      "id": "bip66",
      "version": 3,
      "reject": {
        "status": true
      }
    },
    {
      "id": "bip65",
      "version": 4,
      "reject": {
        "status": true
      }
    }
  ],
  "bip9_softforks": {
    "csv": {
      "status": "active",
      "startTime": 1503255158,
      "timeout": 1607990400,
      "since": 366336
    },
    "segwit": {
      "status": "active",
      "startTime": 1503255158,
      "timeout": 1607990400,
      "since": 402624
    }
  }
}

Segwit with Core 0.14.x
The Segwit opens up new possibilities like the Lightning Network, Tumblebit, Schnorr Signatures, Confidential Transactions, Cross-chain atomic swaps, and so on.
We are already exploring all these new functions, and testing the water. We expect the first implementations as fast as possible.


Kind Regards Christian