All public logs

Jump to navigation Jump to search

Combined display of all available logs of zaoniao. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
 
 
 
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)
  • 06:36, 10 July 2019 Admin (talk | contribs) created page Security (Created page with "{{#seo: |title=Cryptocurrency and Blockchain Security – zaoniaoWiki |keywords=security, cryptocurrency, blockchain, bitcoin, crypto, standard, issue |description=Cryptocurre...")
  • 06:36, 10 July 2019 Admin (talk | contribs) created page Security Measures (Created page with "<amp/> 600px|right The issue of ensuring security is a pertinent one, both for Bitcoin and classic currencies. In the comparatively shor...")
  • 06:35, 10 July 2019 Admin (talk | contribs) created page Security Resources (Created page with "* [https://medium.com/@pipermerriam/my-guide-to-solid-digital-security-fb76cb19c536 My guide to securing your digital life] * [http://blog.kraken.com/post/153209105847/securit...")
  • 06:35, 10 July 2019 Admin (talk | contribs) created page Security Token Offering (Created page with "{{#seo: |title=Security Token Offering - definition, services, process - zaoniaoWiki |keywords=security token offering, sto vs ico, security token offering platform, sto token...")
  • 06:34, 10 July 2019 Admin (talk | contribs) created page Security of cryptographic hash functions (Created page with "In cryptography, cryptographic hash functions can be divided into two main categories. In the first category are those functions whose designs are based on a mathemati...")
  • 06:34, 10 July 2019 Admin (talk | contribs) created page Security token (Created page with "{{#seo: |title=Security token - definition, providers, ICO - zaoniaoWiki |keywords=security token, what is a security token, security token offering, security token service, s...")
  • 06:33, 10 July 2019 Admin (talk | contribs) created page Seeks (Created page with "'''Seeks''' is a free and open-source project licensed under the Affero General Public License version 3 (AGPLv3). It exists to create an alternative to the current ma...")
  • 06:33, 10 July 2019 Admin (talk | contribs) created page Seele (Created page with "[https://seele.pro/ Seele] is a completely new innovative technology that works on the fourth generation blockchain. The developers claim that no matter what the platform will...")
  • 06:32, 10 July 2019 Admin (talk | contribs) created page SegWit (Redirected page to Segregated Witness) (Tag: New redirect)
  • 06:32, 10 July 2019 Admin (talk | contribs) created page SelfSell (Created page with "'''<big>Introduction of the Project</big>''' [https://www.selfsell.com/ SelfSell] advocates the concept of “Value yourself, Value your future”. Based on Blockchain techn...")
  • 06:31, 10 July 2019 Admin (talk | contribs) created page SelfKey (Created page with "'''Selfkey''' is the ecosystem and cryptocurrency, using the technology of smart contracts, is introduced into the sphere of personal data — processing, control over privacy...")
  • 06:31, 10 July 2019 Admin (talk | contribs) created page Self-certifying File System (Created page with "In computing, '''Self-certifying File System''' ('''SFS''') is a global and decentralized, distributed file system for Unix-like operating systems, while also providin...")
  • 06:31, 10 July 2019 Admin (talk | contribs) created page Selective Repeat ARQ (Created page with "'''Selective Repeat ARQ / Selective Reject ARQ''' is a specific instance of the Automatic Repeat-Request (ARQ) protocol used to solve sequence num...")
  • 06:30, 10 July 2019 Admin (talk | contribs) created page Segwit support (Created page with "==Developers== ''Note that support for a given proposal does not mean developers support merging it into Core or any other specific codebase.'' {| class="wikitable sortable"...")
  • 06:30, 10 July 2019 Admin (talk | contribs) created page Segregated Witness (Created page with "{{#seo: |title=Segregated Witness (SegWit) Protocol – zaoniaoWiki |keywords=Segregated Witness, SegWit, coin, wiki, blockchain, protocol, bitcoin |description=Segregated Wit...")
  • 06:29, 10 July 2019 Admin (talk | contribs) created page SegWit2x (Created page with "{{#seo: |title= B2X (SegWit2x) – Hard Fork – zaoniaoWiki |description=B2X (SegWit2x) is a new policy proposal for the Bitcoin that is now under consideration in the bitcoi...")
  • 06:23, 10 July 2019 Admin (talk | contribs) created page Saske (Created page with "{{#seo: |title=Saske. All about cryptocurrency - zaoniaoWiki |keywords=ico, Saske, blockchain, social, network, platform, project, SXAS, paid |description=Saske is a decentral...")
  • 06:22, 10 July 2019 Admin (talk | contribs) created page Satoshi (Redirected page to Satoshi (unit)) (Tag: New redirect)
  • 06:21, 10 July 2019 Admin (talk | contribs) created page Satoshi (disambiguation) (Created page with "'''''Satoshi''' may refer to:'' *Satoshi Nakamoto, curator of the Bitcoin network *Satoshi (unit), the smallest possible unit of bitcoin *The Original Bitcoin client...")
  • 06:20, 10 July 2019 Admin (talk | contribs) created page Satoshi Citadel Industries (Created page with "{{#seo: |title= Satoshi Citadel Industries - zaoniaoWiki |keywords=blockchain projects, Satoshi Citadel Industries, inc, satoshi industries, company, SCI |description=Satoshi...")
  • 06:19, 10 July 2019 Admin (talk | contribs) created page Satoshi Citadel Industries Inc. (Redirected page to Satoshi Citadel Industries) (Tag: New redirect)
  • 06:13, 10 July 2019 Admin (talk | contribs) created page Satoshi Client Block Exchange (Created page with "==Overview== This article describes how blocks are exchanged between nodes. See Protocol rules for more information on how blocks are validated. Upon in...")
  • 06:13, 10 July 2019 Admin (talk | contribs) created page Satoshi Client Initialization and Startup (Created page with "==Startup Process== The client uses a fixed number of threads that are created on startup. All of the reading and writing on active network sockets are handled by one thread....")
  • 06:13, 10 July 2019 Admin (talk | contribs) created page Satoshi Client Node Connectivity (Created page with " The Satoshi bitcoin client creates a thread to manage making connections to other nodes. The code for that thread is in a function called ThreadOpenConnections2 in [https://g...")
  • 06:12, 10 July 2019 Admin (talk | contribs) created page Satoshi Client Node Discovery (Created page with "==Overview== The Satoshi client discovers the IP address and port of nodes in several different ways. # Nodes discover their own external address by various methods. # Nodes...")
  • 06:12, 10 July 2019 Admin (talk | contribs) created page Satoshi Client Sockets and Messages (Created page with "The original bitcoin client uses a multithreaded approach to socket handling and messages processing. There is one thread that handles socket communication (ThreadSocketHandle...")
  • 06:12, 10 July 2019 Admin (talk | contribs) created page Satoshi Dice (Created page with "'''Satoshi Dice''' (sometimes stylized as '''SatoshiDICE''') is a "blockchain-based betting game" operating since 2012. In 2014, off chain session based bets were also made av...")
  • 06:11, 10 July 2019 Admin (talk | contribs) created page Satoshi Fund (Created page with "{{#seo: |title=Satoshi Fund. All about cryptocurrency - zaoniaoWiki |keywords=funds, invest, Satoshi Fund, satoshi, investment, company, inc |description=Satoshi Fund, cryptoc...")
  • 06:10, 10 July 2019 Admin (talk | contribs) created page Satoshi client (Redirected page to Original Bitcoin client) (Tag: New redirect)
  • 06:10, 10 July 2019 Admin (talk | contribs) created page Satoshi codes (Created page with "Someone [https://bitcointalk.org/?topic=37892 had the idea] to add numeric codes at the end of transactions to add a special meaning. Here is the explication that came along...")
  • 06:10, 10 July 2019 Admin (talk | contribs) created page Satoshi per byte (Created page with "'''Satoshi per byte''' is a unit for measuring transaction priority, defined by the transaction's fee in satoshi divided by the size of...")
  • 06:08, 10 July 2019 Admin (talk | contribs) created page Satoshin (Redirected page to Satoshi Nakamoto) (Tag: New redirect)
  • 06:08, 10 July 2019 Admin (talk | contribs) created page Saturn Network (Created page with "{{#seo: |title= Saturn Network – ICO, Token, Cryptocurrency – zaoniaoWiki |description=Saturn Network is a decentralized exchange DAO which is compatible with all EVM bloc...")
  • 06:08, 10 July 2019 Admin (talk | contribs) created page Save Token (Created page with "{{#seo: |title= Save Token – ICO, Token, Cryptocurrency – zaoniaoWiki |description=Save Token aims to support the decentralized revolution by bringing a special service }}...")
  • 06:07, 10 July 2019 Admin (talk | contribs) created page Sašo Mezgec (Created page with "Crypto currency Enthusiast, Co-founder and co-owner of Sparta Financial Services ltd. Category:People of the industry ==See Also on BitcoinWiki== * Opu Labs * AISI...")
  • 06:07, 10 July 2019 Admin (talk | contribs) created page Scalability (Created page with "{{#seo: |title=What is scalability? Blockchain scalability issue, size – zaoniaoWiki |keywords=scalability, blockchain, bitcoin, size, network, what is scalability, current...")
  • 06:06, 10 July 2019 Admin (talk | contribs) created page Scalability FAQ (Created page with "Answers to commonly-asked questions and concerns about scaling Bitcoin, including “level 1” solutions such as increasing the block size and “level 2” solutions such as...")
  • 06:06, 10 July 2019 Admin (talk | contribs) created page Scalping (Created page with "Scalping is one of the most popular trading styles. The essence of this method is reflected in the name — "remove the top layer, the scalp". ==Description== Scalping as a tr...")
  • 06:05, 10 July 2019 Admin (talk | contribs) created page Scam:Bithome.co (Redirected page to Bithome.co(Scam)) (Tag: New redirect)
  • 06:05, 10 July 2019 Admin (talk | contribs) created page Schema (Redirected page to BIP 0021) (Tag: New redirect)
  • 06:04, 10 July 2019 Admin (talk | contribs) created page Schnorr (Created page with "'''Schnorr''' signatures are a proposed future extension that give a new way to generate signatures r, s on a hash h. Given a hash value h, hash function f(), private key x,...")
  • 06:01, 10 July 2019 Admin (talk | contribs) created page Science Blockchain (Created page with "{{#seo: |title=Science Blockchain. All about cryptocurrency - zaoniaoWiki |keywords=ico, Science Blockchain, SCI, startup, incubator, accelerator, company, project, blockchain...")
  • 15:54, 9 July 2019 Admin (talk | contribs) created page Santiment (Created page with "{{#seo: |title=Santiment - Cryptomarkets intelligence platform - zaoniaoWiki |keywords=ICO,Santiment,SAN, platform, data, cryptocurrency, blockchain, project |description= San...")
  • 15:54, 9 July 2019 Admin (talk | contribs) created page Sanity check (Created page with "A '''sanity test''' or '''sanity check''' is a basic test to quickly evaluate whether a claim or the result of a calculation can possibly be true. It is a simple check to see...")
  • 15:53, 9 July 2019 Admin (talk | contribs) created page Sandblock (Created page with "[https://sandblock.io/ Sandblock] is a platform designed to satisfy any desire of the client by creating good bonus offers. Each user will be able to spend all their earned bo...")
  • 15:52, 9 July 2019 Admin (talk | contribs) created page SandCoin (Created page with "{{#seo: |title=SandCoin. All about cryptocurrency - zaoniaoWiki |keywords=ico, SandCoin, sand, coin, blockchain, derivative, product, project, bitcoin, SND |description=SandCo...")
  • 15:24, 8 July 2019 Admin (talk | contribs) created page Source for Safello (Created page with "{{#seo: |title=Safello. All about cryptocurrency - zaoniaoWiki |keywords=funds, invest, Safello, exchange, bitcoin, cryptocurrency, blockchain, project, sweden |description=Sa...")
  • 15:23, 8 July 2019 Admin (talk | contribs) created page Samourai Wallet (Created page with "{{#seo: |keywords=wallets,Samourai Wallet |description=Samourai Wallet - They claim to be amodern bitcoin wallet hand forged to keep your transactions private, your identity m...")
  • 15:23, 8 July 2019 Admin (talk | contribs) created page Samourai (Redirected page to Samourai Wallet) (Tag: New redirect)
  • 15:23, 8 July 2019 Admin (talk | contribs) created page Sameer Parekh (Created page with "'''Sameer Parekh''' is the founder of C2Net Software, Inc. While in high school in Libertyville, Illinois, he published an underground newspaper called ''The Free...")
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)