Bitcoin Forum
June 22, 2024, 10:46:25 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 »
1  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [ITO] MDL Talent Hub - The trustchain for talent sourcing indsutry on: November 11, 2019, 11:10:24 AM
The Annual CHALE WOTE Street Art Festival is the collective effort of many young people, from artists, musicians, filmmakers, writers and designers to students and activists… It draws an average of over two thousand art lovers to the streets of James Town each year, and this year promises to be no different.



The annual CHALE WOTE Street Art Festival is an alternative platform that brings alive the magic of art, music and dance along High Street in James Town, Accra. The festival re-imagines African folktales through a variety of art forms - graffiti murals, large photography displays, interactive art installations, live street performances, extreme sports stunting, an African film festival, a fashion parade, a DJ jam block party, beach music concert, fashion and food marketplace, and much more.



Thanks to the support of our active community and hard word of Osaberima(kumi Sakyi Charles), our Africa Ambassador, MDL Talent Hub participated this year and that was a lot of fun. Enjoy the photos and video. We do hope very much to attend in 2020, when more of us can join.



Checkout the full post: https://mdl.wtf/en/2019-09-14-mdl-in-ghana-chale-wote-2019/

--

God bless Africa.
2  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [ITO] MDL Talent Hub - The trustchain for talent sourcing indsutry on: August 22, 2019, 08:15:44 AM
We are super proud to announce that the new MDL iOS Wallet is being developed and its already functional.

We are now in process of opening a new developer account on Apple store and getting all the approvals, so hang in there, this may take a little while! Smiley

Despite the frustration of the disconnect between price and adoption trends, the MDL team remains focused on delivery.

We have an amazing group of passionate, energetic, skilled, and committed individuals that care deeply about MDL, its mission, and its success. And they care about the team, with many reducing their compensation to enable us to keep the team operating at full capacity. MDL is simply not staffed with mercenaries available to the highest bidder. Our team members are actually coming together to support each other rather than disbanding like many other projects.

https://mdl.wtf/en/2019-08-22-mdl-development-update-aug/

MDL Talent Hub will still have a robust community of users and partners and we will still retain the competitive advantage that it has today.
In the meantime, we’re all headed back to work. Thank you for your support and trust!
3  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [ITO] MDL Talent Hub - The trustchain for talent sourcing indsutry on: August 12, 2019, 06:55:17 AM
Is this a yet another shitcoin or no?
it can’t be called a shitty cat yet, because the team is working, answering questions, here and in telegrams, and news on the project constantly appears.

Correct, we will release some news about the new IOS wallet later this week, stay tuned Wink
4  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [ITO] MDL Talent Hub - The trustchain for talent sourcing indsutry on: August 11, 2019, 07:55:25 PM
Is this a yet another shitcoin or no?
Well, MDL project unlike many projects is developing, is active, have a community and token is listed in a DEX with constant daily volume. MDL is backed by SKY community and we are not going away anytime soon.
5  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [ITO] MDL Talent Hub - The trustchain for talent sourcing indsutry on: August 11, 2019, 07:53:46 PM
We have released a new version of our blockchain, Long John Silver [MDL v0.26.0] ; check it out and download it: https://github.com/MDLlife/MDL/releases/tag/v26.0

Code:
### Added

- When sending coins in the UI, the user can choose to send in MDL, or the equivalent amount of MDL in USD
- Add the option for changing the language of the GUI.
- Add Spanish and Simplified Chinese language options
- Add genesis block hash in `INTR` message
- Add `bip32` package for preliminary HD wallet support
- Add CLI `checkDBDecoding` command to verify the `skyencoder`-generated binary decoders match the reflect-based decoder
- Add CLI `addresscount` command to return the count of addresses that currently have unspent outputs (coins) associated with them.
- Add `-max-inc-msg-len` and `-max-out-msg-len` options to control the size of incoming and outgoing wire messages
- Add `-disable-header-check` flag to disable Host/Origin/Referer header checks for the node APIs
- Add `header_check_enabled` parameter in the `/health` endpoint response
- Add `unsigned` option to `POST /api/v1/wallet/transaction` to create unsigned transactions from a wallet
- Add `unsigned` option to `POST /api/v2/transaction/verify` for verifying an unsigned transaction
- Add `POST /api/v2/wallet/transaction/sign` to sign an unsigned transaction with a wallet
- Add `POST /api/v2/transaction` to create an unsigned transaction from addresses or unspent outputs without a wallet
- Add `/api/v2/data` APIs for transaction notes and generic key-value storage.
- Update `/metrics` endpoint to add metrics from `/health`: `unspent_outputs`, `unconfirmed_txns`, `time_since_last_block_seconds`, `open_connections`, `outgoing_connections`, `incoming_connections`, `start_at`, `uptime_seconds`, `last_block_seq`.

### Fixed

- Return a v2-style error for disabled API endpoints
- #2172 Fix electron build failure for linux systems
- Don't send wire protocol messages that exceed the configured 256kB limit, which caused peers to disconnect from the sender
- #2348 Fix panic in `MDL-cli` `transaction` command if no (zero) arguments are passed. Exactly one argument is expected.

### Changed

- Duplicate wallets in the wallets folder will prevent the application from starting
- An empty wallet in the wallets folder will prevent the application from starting
- Use [`skyencoder`](https://github.com/MDLlife/skyencoder)-generated binary encoders/decoders for network and database data, instead of the reflect-based encoders/decoders in `cipher/encoder`.
- Add `/api/v1/resendUnconfirmedTxns` to the `WALLET` API set
- In `POST /api/v1/wallet/transaction`, moved `wallet` parameters to the top level of the object
- Incoming wire message size limit increased to 1024kB
- Clients restrict the maximum number of blocks they will send in a `GiveBlocksMessage` to 20
- `POST /api/v2/wallet/seed/verify` returns an error if the seed's checksum is invalid
- Increase the detail of error messages for invalid seeds sent to `POST /api/v2/wallet/seed/verify`
- Move package `github.com/MDLlife/MDL/src/cipher/go-bip39` to `github.com/MDLlife/MDL/src/cipher/bip39`
- The `Content-Security-Policy` header was modified to make it stricter
- Update `INTR` message verify logic to reject connection if blockchain pubkey not matched or provided
- Change the coinhour burn rate to 10%

### Removed

- `/api/v1/explorer/address` endpoint (use `GET /api/v1/transactions?verbose=1` instead). See https://github.com/MDLlife/MDL/blob/master/src/api/README.md#migrating-from--api-v1-explorer-address
- The unversioned REST API (the `-enable-unversioned-api` is removed, prefix your API requests with `/api/v1` if they don't have an `/api/vx` prefix already). See https://github.com/MDLlife/MDL/blob/master/src/api/README.md#migrating-from-the-unversioned-api
- JSON-RPC 2.0 interface (this is no longer used by the CLI tool, and the REST API supports everything the JSON-RPC 2.0 API does). See https://github.com/MDLlife/MDL/blob/master/src/api/README.md#migrating-from-the-jsonrpc-api
- `/api/v1/wallet/spend` endpoint (use `POST /api/v1/wallet/transaction` followed by `POST /api/v1/injectTransaction` instead). See https://github.com/MDLlife/MDL/blob/master/src/api/README.md#migrating-from--api-v1-spend
- Remove shell autocomplete files

fine. Tell me, do you need to update your old wallet for windows? And why is it written on your topic that the creator is possibly a scam.

> do you need to update your old wallet for windows?
Yes, would be good to keep up to date, there are several improvements mentioned above.
> why is it written on your topic that the creator is possibly a scam
I have no idea, it seems like several projects on bitcointalk have been reported scam recently, but MDL project is not a scam, we have our own blockchain, android wallet, IOS wallet is being baked internally there are some beta releases available if you ask on Telegram and soon will hit AppStore. Besides we have a complete infra online with Golang backend, React Frontend, Kubernetes cluster, ArangoDB database, Elasticsearch and our team is constantly working to deliver new features.
6  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [ITO] MDL Talent Hub - The trustchain for talent sourcing indsutry on: July 30, 2019, 01:47:01 PM
We have just released a small development update including other important developments like being added into Crypto-potential.com and the release of new important updates for MDL Android Wallet.
https://mdl.wtf/en/2019-07-24-mdl-development-update-july/

Check it out, let us know what do you think about it. Smiley

Cheers.
7  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [ITO] MDL Talent Hub - The trustchain for talent sourcing indsutry on: July 30, 2019, 12:56:43 PM
We have released a new version of our blockchain, Long John Silver [MDL v0.26.0] ; check it out and download it: https://github.com/MDLlife/MDL/releases/tag/v26.0

Code:
### Added

- When sending coins in the UI, the user can choose to send in MDL, or the equivalent amount of MDL in USD
- Add the option for changing the language of the GUI.
- Add Spanish and Simplified Chinese language options
- Add genesis block hash in `INTR` message
- Add `bip32` package for preliminary HD wallet support
- Add CLI `checkDBDecoding` command to verify the `skyencoder`-generated binary decoders match the reflect-based decoder
- Add CLI `addresscount` command to return the count of addresses that currently have unspent outputs (coins) associated with them.
- Add `-max-inc-msg-len` and `-max-out-msg-len` options to control the size of incoming and outgoing wire messages
- Add `-disable-header-check` flag to disable Host/Origin/Referer header checks for the node APIs
- Add `header_check_enabled` parameter in the `/health` endpoint response
- Add `unsigned` option to `POST /api/v1/wallet/transaction` to create unsigned transactions from a wallet
- Add `unsigned` option to `POST /api/v2/transaction/verify` for verifying an unsigned transaction
- Add `POST /api/v2/wallet/transaction/sign` to sign an unsigned transaction with a wallet
- Add `POST /api/v2/transaction` to create an unsigned transaction from addresses or unspent outputs without a wallet
- Add `/api/v2/data` APIs for transaction notes and generic key-value storage.
- Update `/metrics` endpoint to add metrics from `/health`: `unspent_outputs`, `unconfirmed_txns`, `time_since_last_block_seconds`, `open_connections`, `outgoing_connections`, `incoming_connections`, `start_at`, `uptime_seconds`, `last_block_seq`.

### Fixed

- Return a v2-style error for disabled API endpoints
- #2172 Fix electron build failure for linux systems
- Don't send wire protocol messages that exceed the configured 256kB limit, which caused peers to disconnect from the sender
- #2348 Fix panic in `MDL-cli` `transaction` command if no (zero) arguments are passed. Exactly one argument is expected.

### Changed

- Duplicate wallets in the wallets folder will prevent the application from starting
- An empty wallet in the wallets folder will prevent the application from starting
- Use [`skyencoder`](https://github.com/MDLlife/skyencoder)-generated binary encoders/decoders for network and database data, instead of the reflect-based encoders/decoders in `cipher/encoder`.
- Add `/api/v1/resendUnconfirmedTxns` to the `WALLET` API set
- In `POST /api/v1/wallet/transaction`, moved `wallet` parameters to the top level of the object
- Incoming wire message size limit increased to 1024kB
- Clients restrict the maximum number of blocks they will send in a `GiveBlocksMessage` to 20
- `POST /api/v2/wallet/seed/verify` returns an error if the seed's checksum is invalid
- Increase the detail of error messages for invalid seeds sent to `POST /api/v2/wallet/seed/verify`
- Move package `github.com/MDLlife/MDL/src/cipher/go-bip39` to `github.com/MDLlife/MDL/src/cipher/bip39`
- The `Content-Security-Policy` header was modified to make it stricter
- Update `INTR` message verify logic to reject connection if blockchain pubkey not matched or provided
- Change the coinhour burn rate to 10%

### Removed

- `/api/v1/explorer/address` endpoint (use `GET /api/v1/transactions?verbose=1` instead). See https://github.com/MDLlife/MDL/blob/master/src/api/README.md#migrating-from--api-v1-explorer-address
- The unversioned REST API (the `-enable-unversioned-api` is removed, prefix your API requests with `/api/v1` if they don't have an `/api/vx` prefix already). See https://github.com/MDLlife/MDL/blob/master/src/api/README.md#migrating-from-the-unversioned-api
- JSON-RPC 2.0 interface (this is no longer used by the CLI tool, and the REST API supports everything the JSON-RPC 2.0 API does). See https://github.com/MDLlife/MDL/blob/master/src/api/README.md#migrating-from-the-jsonrpc-api
- `/api/v1/wallet/spend` endpoint (use `POST /api/v1/wallet/transaction` followed by `POST /api/v1/injectTransaction` instead). See https://github.com/MDLlife/MDL/blob/master/src/api/README.md#migrating-from--api-v1-spend
- Remove shell autocomplete files

8  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [ITO] MDL Talent Hub - The trustchain for talent sourcing indsutry on: April 03, 2019, 08:09:02 AM
Hello all,


MDL Talent Hub Team have been working hard during this winter, and we have the second part of our series of updates to share. It includes new desktop wallet with enhanced cli and gui, Android wallet with advanced functions, new block explorer with many many new cool features and also the designs of our portal that are getting more and more sexy Wink

Check it out: https://mdl.wtf/en/2019-04-02-mdl-dev-update-part-2/


Best regards,

MDL DEVS.
9  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [ITO] MDL Talent Hub - The trustchain for talent sourcing indsutry on: March 14, 2019, 01:37:38 PM
The new wallet is released.



Download it in our Github: https://github.com/MDLlife/MDL/releases/tag/v0.25.1

Cheers.
10  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [ITO] MDL Talent Hub - The trustchain for talent sourcing indsutry on: March 11, 2019, 08:31:06 PM
New wallet v25.1 is being cooked.
Soon available with advanced sending options.  Cool
11  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [ITO] MDL Talent Hub - The trustchain for talent sourcing indsutry on: March 06, 2019, 07:30:56 PM
MDL Talent Hub  is live on XBTS DEX Exchange!

On the Trading pairs: MDL/ BTC , MDL/ BTS , MDL/ETH, MDL/CNY, MDL/USD , MDL/GOLD and other pairs are Available!



Visit https://xbts.io/ and check it out.
12  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [ITO] MDL Talent Hub - The trustchain for talent sourcing indsutry on: March 05, 2019, 12:43:17 PM
Hi Everyone,

We have just published the first article of a series of articles explaining the tech updates.  Cool Cool Cool Cool Cool Cool

Check it out: https://mdl.wtf/en/2019-03-04-mdl-dev-update-part-1/

Let us know if you like it.

Cheers.
13  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] SMILO PLATFORM - THE HYBRID BLOCKCHAIN PLATFORM WITH A CONSCIENCE on: March 04, 2019, 03:13:11 PM
I've heard the mainnet goes live this week, is this correct ?
14  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [ITO] MDL Talent Hub - The trustchain for talent sourcing indsutry on: February 25, 2019, 12:25:11 PM
link https://mdl.wtf/en/en/2018-14-10-mdl-talent-hub-android-wallet-store/ leads to a non-existent page. And when authorizing on https://api.mdl.live/login through in contact, nothing happens, is this normal?
Hi cergfalcone, the link you entered is not valid. The correct link should be: https://mdl.wtf/en/2018-11-14-mdl-talent-hub-android-wallet-store/

Please also check the most recent article about Google Play Beta release of our Android Wallet: https://mdl.wtf/en/2019-01-03-mdl-android-wallet-open-beta-release/

Cheers.
15  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [ITO] MDL Talent Hub - The trustchain for talent sourcing indsutry on: February 25, 2019, 12:17:34 PM
strange month no news from the team, And on the stock exchange wave, there is no there was a transaction on the middle, I wonder what it is connected with, where is there apparently information?

Hello Guys, I've heard the team is preparing some development updates.
In the mean time, please check the Blockdelta article about MDL: https://www.blockdelta.io/my-daily-life/
16  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] SMILO PLATFORM - THE HYBRID BLOCKCHAIN PLATFORM WITH A CONSCIENCE on: February 18, 2019, 09:47:15 PM
Very Good guys. I love to see the progress. Keep up the good work.

When is the mainnet launch ?

17  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [ITO] MDL Talent Hub - The trustchain for talent sourcing indsutry on: December 14, 2018, 07:48:25 PM
Yes, the application will also be available for download very soon.
You can use the https://mdl.live website, we are open for registrations.

If you are interested to know more about the actual development of the project, this is a statement on our official Blog from our Management Team in regards to the future and safety of the project:
https://mdl.wtf/en/2018-12-10-mdl-talent-hub-is-sustainable/


Best,
MDL Devs.
18  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [ITO] MDL Talent Hub - The trustchain for talent sourcing indsutry on: November 17, 2018, 11:14:08 AM
Hi All,

This MDL Dev team speaking,

We have just recently released the MDL Android wallet on Google Play Store.

Please see the following article for more details and download your MDL Android wallet today! Smiley

https://mdl.wtf/en/2018-11-14-mdl-talent-hub-android-wallet-store/

PM me to get some free coins Wink


Best,

MDL DEVS.
19  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ICO] MDL Talent Hub: There is new thread! Check inside on: November 15, 2018, 10:25:12 PM
Hi All,

This is the MDL Dev team, we are here to let you know latest updates:

MDL Talent Hub is releasing the Android Wallet on Google Play Store.
Today marks a huge milestone on our path, the release of the Android Wallet on Google Play Store. We would like to invite you to join the testing program for an unreleased version of the MDL Wallet app.

Find out more on our blog: https://mdl.wtf/en/en/2018-14-10-mdl-talent-hub-android-wallet-store/

Thank you.
20  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [🚀][ANN][Aurum Project] 💠 Xᴀᴜʀᴜᴍ 💠 ▲1 XAUR = 0.000426686186 g gold▲ on: November 15, 2018, 04:44:17 PM
What's your email dev ?.. i want to submit a proposal

The coin was 51% attacked, anyone knows what is the official response from the team ?

https://www.ccn.com/claim-crypto-exchange-lost-500000-due-to-aurumcoin-51-attack/
Pages: [1] 2 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!