Pages:
Author

Topic: [ANN] [ITO] MDL Talent Hub - The trustchain for talent sourcing indsutry (Read 50692 times)

brand new
Activity: 0
Merit: 0
Are the instructions for participating in the ICO clear? Are you taking an precautionary measures to ensure scammers will not be able to mislead investors into sending funds to the wrong address?
newbie
Activity: 7
Merit: 0
Of course anonymity in the network is very important for many users. I hope your plan can significantly improve this. I'll observe the development.
newbie
Activity: 19
Merit: 0
Your project MDL Talent Hub was listed on CryptoKrunch.io!
 

Follow https://cryptokrunch.io/en/ico/MDL+Talent+Hub to check it.


Please contact us if any ICO information is missing or incorrect.


newbie
Activity: 21
Merit: 0
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.

https://mdl.wtf/images/ghana-chale-wote-2019/photo_2019-09-04_09-58-37.jpg

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.

https://mdl.wtf/images/ghana-chale-wote-2019/photo_2019-09-04_09-58-57.jpg

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.

https://mdl.wtf/images/ghana-chale-wote-2019/photo_2019-09-04_10-00-16.jpg

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

--

God bless Africa.
newbie
Activity: 21
Merit: 0
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!
newbie
Activity: 21
Merit: 0
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
newbie
Activity: 21
Merit: 0
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.
newbie
Activity: 21
Merit: 0
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.
member
Activity: 798
Merit: 17
Cryptoknowmics - World's First Decentralized Media
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.
jr. member
Activity: 56
Merit: 2
Is this a yet another shitcoin or no?
member
Activity: 798
Merit: 17
Cryptoknowmics - World's First Decentralized Media
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.
newbie
Activity: 21
Merit: 0
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.
newbie
Activity: 21
Merit: 0
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

full member
Activity: 770
Merit: 106
I am very pleased that the campaign is working and answering questions, but I cannot go to the exchange, how much is the MDL token now. Are they already used in the service to pay for services, or not?
sr. member
Activity: 699
Merit: 250
The fact that they are starting a poker tournament and a prize pool in MDL tokens is certainly a development, but what to do with tokens, where they can be exchanged besides https://ex.xbts.io/, will there be new exchanges and are trading planned with ETH and BTC?
member
Activity: 798
Merit: 17
Cryptoknowmics - World's First Decentralized Media
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.

fine. you can see that the project lives, please tell me the old wallet is fully supported, what can be done with coins, and how much is now worth it. Exchange does not open
newbie
Activity: 21
Merit: 0
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.
newbie
Activity: 8
Merit: 0
Nice, MDL is looking more and more professional each day! Smiley
copper member
Activity: 1246
Merit: 3
newbie
Activity: 21
Merit: 0
Pages:
Jump to: