Bitcoin Forum
May 07, 2024, 05:22:46 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Warning: One or more bitcointalk.org users have reported that they strongly believe that the creator of this topic is a scammer. (Login to see the detailed trust ratings.) While the bitcointalk.org administration does not verify such claims, you should proceed with extreme caution.
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 [44]
  Print  
Author Topic: [ANN] [ITO] MDL Talent Hub - The trustchain for talent sourcing indsutry  (Read 50692 times)
tomsmilo
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
April 03, 2019, 08:07:59 AM
 #861

Nice, MDL is looking more and more professional each day! Smiley
1715102566
Hero Member
*
Offline Offline

Posts: 1715102566

View Profile Personal Message (Offline)

Ignore
1715102566
Reply with quote  #2

1715102566
Report to moderator
1715102566
Hero Member
*
Offline Offline

Posts: 1715102566

View Profile Personal Message (Offline)

Ignore
1715102566
Reply with quote  #2

1715102566
Report to moderator
The Bitcoin network protocol was designed to be extremely flexible. It can be used to create timed transactions, escrow transactions, multi-signature transactions, etc. The current features of the client only hint at what will be possible in the future.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
mdl_developer
Newbie
*
Offline Offline

Activity: 21
Merit: 0


View Profile
April 03, 2019, 08:09:02 AM
 #862

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.
_Sergo
Member
**
Offline Offline

Activity: 798
Merit: 17

Cryptoknowmics - World's First Decentralized Media


View Profile
April 11, 2019, 10:13:09 AM
 #863

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

Elifey
Sr. Member
****
Offline Offline

Activity: 699
Merit: 250


View Profile
May 29, 2019, 12:49:15 PM
 #864

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?
Andrei_Workout
Full Member
***
Offline Offline

Activity: 770
Merit: 106



View Profile WWW
June 07, 2019, 06:47:11 PM
 #865

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?

Twitter  - | -  Facebook  - | -  LinkeedIn     _____________   🎋 Bamboo - Insurance for Everyone   ____________    YouTube  - | -  Instagram  - | -  Bitcointalk
▀   Innovative, borderless and free health and medical insurance on blockchain.  
_______________________We're here to eradicate the health protection gap and empower people to feel better and live longer.  ______________________
mdl_developer
Newbie
*
Offline Offline

Activity: 21
Merit: 0


View Profile
July 30, 2019, 12:56:43 PM
 #866

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

mdl_developer
Newbie
*
Offline Offline

Activity: 21
Merit: 0


View Profile
July 30, 2019, 01:47:01 PM
 #867

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.
_Sergo
Member
**
Offline Offline

Activity: 798
Merit: 17

Cryptoknowmics - World's First Decentralized Media


View Profile
August 03, 2019, 07:29:28 PM
 #868

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.

fraazi
Jr. Member
*
Offline Offline

Activity: 56
Merit: 2


View Profile
August 10, 2019, 09:26:31 PM
 #869

Is this a yet another shitcoin or no?
_Sergo
Member
**
Offline Offline

Activity: 798
Merit: 17

Cryptoknowmics - World's First Decentralized Media


View Profile
August 11, 2019, 06:41:38 PM
 #870

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.

mdl_developer
Newbie
*
Offline Offline

Activity: 21
Merit: 0


View Profile
August 11, 2019, 07:53:46 PM
 #871

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.
mdl_developer
Newbie
*
Offline Offline

Activity: 21
Merit: 0


View Profile
August 11, 2019, 07:55:25 PM
 #872

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.
mdl_developer
Newbie
*
Offline Offline

Activity: 21
Merit: 0


View Profile
August 12, 2019, 06:55:17 AM
 #873

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
mdl_developer
Newbie
*
Offline Offline

Activity: 21
Merit: 0


View Profile
August 22, 2019, 08:15:44 AM
 #874

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!
mdl_developer
Newbie
*
Offline Offline

Activity: 21
Merit: 0


View Profile
November 11, 2019, 11:10:24 AM
 #875

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.
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 [44]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!