uncleflo

profile picture

Some cool dude. Higher order of decision making. Absolute.

Registered since September 28th, 2017

Has a total of 4246 bookmarks.

Showing top Tags within 9 bookmarks

howto   information   development   guide   reference   administration   design   website   software   solution   service   product   online   business   uk   tool   company   linux   code   server   system   application   web   list   video   marine   create   data   experience   description   tutorial   explanation   technology   build   blog   article   learn   world   project   boat   download   windows   security   lookup   free   performance   javascript   technical   network   control   beautiful   support   london   tools   course   file   research   purchase   library   programming   image   youtube   example   php   construction   html   opensource   quality   install   community   computer   profile   feature   power   browser   music   platform   mobile   work   user   process   database   share   manage   hardware   professional   buy   industry   internet   dance   advice   installation   developer   3d   search   material   access   customer   travel   camera   test   standard   review   documentation   css   money   engineering   develop   webdesign   engine   device   photography   digital   api   speed   source   management   program   phone   discussion   question   event   client   story   simple   water   marketing   app   yacht   content   setup   package   fast   idea   interface   account   communication   cheap   compare   script   study   market   live   easy   google   resource   operation   startup   monitor   training  


Tag selected: blockchain.

Clear all

Showing 9 results.

Looking up blockchain tag. Showing 9 results. Clear

HICKY BLOCKCHAIN DATING - The Hicky App

https://hicky.io/

Saved by uncleflo on June 10th, 2018.

The Hicky App: Hicky reinvents the way you meet people online ❤️. Get early access now! How Hicky Works: The Hicky platform is powered by the HKY token to ensure security and incentivise good behaviour.

hicky app blockchain people money platform online


Innovative Blockchain Based Gambling Platform Built by Players for Players, Gamblica to Start Token Sale on March 1

http://bitcoinist.com/innovative-blockchain-based-gambling-platform-built-players-players-gamblica-start-token-sale-march-1/

Saved by uncleflo on March 19th, 2018.

Gamblica, an innovatively designed international gambling platform powered by the groundbreaking blockchain technology, is all set to start its token sale campaign on March 1. Built by the players for the players, Gamblica is looking to initiate a new era in the global gambling industry by addressing long-standing problems such as trust and protection of personal data.

gambling ico invest investing website information article blog description innovation blockchain technology sale campaign global solution protection data


IOTA - The Backbone of IOTA is Here - Scalable, Decentralized, Modular, No Fees

https://iota.org/

Saved by uncleflo on February 11th, 2018.

As the Internet-of-Things keep expanding, the need for interoperability and sharing of resources become a necessity. IOTA enables companies to explore new business-2-business models by making every technological resource a potential service to be traded on an open market in real time, with no fees. In this new autonomous Machine Economy IOTA will be the backbone. The Tangle ledger is able to settle transactions with zero fees so devices can trade exact amounts of resources on-demand, as well as store data from sensors and dataloggers securely and verified on the ledger. The main innovation behind IOTA is the Tangle, a revolutionary new blockless distributed ledger which is scalable, lightweight and for the first time ever makes it possible to transfer value without any fees. Contrary to today’s Blockchains, consensus is no-longer decoupled but instead an intrinsic part of the system, leading to decentralized and self-regulating peer-to-peer network. Read our Whitepaper.

company iota explore model make technology resource service trade market realtime fee cryptocurrency information reference blockchain whitepaper lookup


KuCoin - The People's Exchange

https://www.kucoin.com

Saved by uncleflo on February 11th, 2018.

Founded by a group of blockchain enthusiasts who had proved themselves in industry giants like Ant Financial and GF Securities, Kucoin aims at providing users digital asset transaction and exchange services which are even more safe and convenient, integrating premium assets worldwide, and constructing state of the art transaction platform. The founding team of Kucoin Blockchain Asset Exchange Platform has carried out in-depth research on blockchain technology as early as in 2011 and achieved the technical architecture of Kucoin exchange platform in 2013. The Kucoin team has officially entered the blockchain asset trading service platform in 2017 with the most reliable and extended technical architecture, superior service and better operation strategies to better serve blockchain asset transaction.

exchange enthusiast industry finance financial security digital asset transaction service safe convenient integrate invest investment worldwide construct art platform blockchain technology operation strategy


Blockchain.info

https://blockchain.info

Saved by uncleflo on February 11th, 2018.

Blockchain.info is a bitcoin cryptocurrency wallet and block explorer service. Launched in August 2011, the service provides data on recent transactions, mined blocks in the bitcoin blockchain, charts on the bitcoin economy, and statistics and resources for developers. Information from and links to the website are common in media coverage and in bitcoin forums. The Blockchain.info mobile app for Android allows users to securely send and receive bitcoins and browse blockchain information. In December 2013, the company acquired ZeroBlock LLC, makers of the leading mobile bitcoin app.

blockchain cryptocurrency wallet explorer service data transaction chart economy statistics resource developer information media coverage forum android secure lookup reference leading app make luxembourg


BitTrex - The Next-Generation Digital Currency Exchange

https://bittrex.com/

Saved by uncleflo on February 10th, 2018.

With blockchain technology continuing to innovate, Bittrex supports established and emerging currencies. The cryptocurrency landscape is in constant state of expansion as brand new cryptocurrencies innovate on blockchain technology and develop business opportunities with the power of the blockchain. At Bittrex.com, we take pride in supporting both new and established cryptocurrencies, providing you with an ever-growing selection of trading and investing opportunities. We conduct compliance audits on all new coin launches, ensuring that our users have the information they need to make informed trades. Below you will find a selection of the 190+ cryptocurrencies we support.

exchange trade trading price cryptocurrency investment invest information inform support establish innovation expand expansion technology blockchain develop opportunity power coin compliance audit launch user selection emerge currency


Bitcoin Developer Guide

https://bitcoin.org/en/developer-guide

Saved by uncleflo on January 24th, 2018.

Find detailed information about the Bitcoin protocol and related specifications. The Developer Guide aims to provide the information you need to understand Bitcoin and start building Bitcoin-based applications, but it is not a specification. To make the best use of this documentation, you may want to install the current version of Bitcoin Core, either from source or from a pre-compiled executable.

detail technical bitcoin protocol specification guide information understand build application develop version core source execute server daemon reference howto development blockchain learn block transaction


Zero Knowledge Range Proof

https://github.com/ing-bank/zkrangeproof

Saved by uncleflo on December 28th, 2017.

ING's zero knowledge range-proof precompiled contract for the go-ethereum client. One fundamental concern in blockchain technology is the confidentiality of the data on the blockchain. In order to reach consensus between all independent nodes in a blockchain network, each node must be able to validate all transactions (for instance against double-spent), in most cases this means that the content of the transactions is visible to all nodes. Fortunately several solutions exist that preserve confidentiality on a blockchain (private transactions, HyperLedger Fabric Channels, Payment Channels, Homomorphic encryption, transaction-mixing, zero knowledge proofs etc.). This article describes the implementation of a zero-knowledge range-proof in Ethereum. The zero knowledge range proof allows the blockchain network to validate that a secret number is within known limits without disclosing the secret number. This is useful to reach consensus in a variety of use cases: Validate that someone's age is between 18 and 65 without disclosing the age; Validate that someone is in Europe without disclosing the exact location; Validate that a payment-amount is positive without disclosing the amount (as done by Monero). The zero-knowledge range-proof requires a commitment on a number by a trusted party (for instance a government committing on someone's age), an Ethereum-user can use this commitment to generate a range-proof. The Ethereum network will verify this proof.

official golang implementation ethereum cryptocurrency library zero range proof validation commit verify transaction encryption description knowledge blockchain network number limit europe location disclose trust solution confidential ing payment


Crypterium ICO

https://crypterium.io/

Saved by uncleflo on December 28th, 2017.

Leading Cryptobank for the Cryptoeconomy. Crypterium's goal is to provide a complete vertically integrated service that encompasses the best ideas from the entire community of the world's best blockchain enthusiasts. A cryptobank for everyone. In 8 years’ time, the crypto-economy will exceed 10 trillion dollars. Cryptobanks will become a cornerstone in the relations between decentralized economy and future daily life by expanding payment infrastructure and possibilities, creating new cryptocurrency payments scenarios and lowering interest rates. Crypterium is a cryptobank creating the future, today. Crypterium is a contactless cryptobank for everyone. Everything you need in your smartphone: payments, transfers, currency exchange, instant loans. Our goal - replace your bank.

ico cryptocurrency integration service idea community blockchain enthusiasm economy payment possibilities scenario contactless back transfer exchange loan banking expand card virtual card principle infrastructure security loyalty credit technology system opportunity interaction app online


No further bookmarks found.