Bitcoin Forum
May 07, 2024, 12:40:04 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: The COGSmachine  (Read 23 times)
cogsmachine (OP)
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
July 19, 2023, 02:00:10 AM
 #1

Project premise
Web 3 services are vended. A COG is a Web 3 vending machine that exchanges services for Tokens.   

Overview and Ethos
 The COGSmachine community of developers created the COGSmachine platform without VC funding. COGSmachine is a network of humans and synthetics building technology for the betterment and advancement of society.

Description
A COG is a single machine that run COGSmachine software and communicates with other machines using $COGS tokens. Networked COG(s) communicating with one another speaking the $COGS protocol comprise a COGSmachine.   

Implementation
The COGSmachine architecture is shown here --> : https://pbs.twimg.com/media/Fx-VlxUXoAUIRUW?format=jpg&name=medium
. COGSmachine software runs in a docker container on a linux host and is packaged with NGINX, uWSGI, Flask, Python. Each COG has a digital identity via a "Bound Token" (BT), COGSmachine Qualified Domain Name (CQDN) and companion SSL Cert.

A COG exposes services/routes with Flask and services are invoked on CQDN named nodes over HTTPS(SSL/TLS) using SHA-256 tokens.  Transactions are verified via block hashes on the “cogschain”.  Developers can create Custom Tokenized Web3 actions with COGSmachine classes and Python Flask.  If hashes are validated via verifyHash the Flask route logic will execute.   

Verified transactions are propagated through the network by the $COGS protocol.

Privacy
The 'cogschain' is stores no human readable information.   

Status

Testnet is in alpha and will be go live later this summer.

... to be continued ...
Make sure you back up your wallet regularly! Unlike a bank account, nobody can help you if you lose access to your BTC.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
cogsmachine (OP)
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
July 19, 2023, 11:31:09 AM
 #2

.. continued from above ..

Consensus
COGSmachine consensus is an event driven network.  Transactional events are observed by COGS in the Witness Pool and multi factor verifiable.   Since each machine has identity via BT, SSL cert, and event driven hashed blocks (see: https://twitter.com/COGSmachine/status/1673887121864634369?s=20), double spend, forgery are mitigated.   Vault/Wallet Application is but one of many possibilities.   For example here is a p2p private chat app that exchanges $COGS for chat messages.  The message is sent with $COGS token(s) and received by the peer upon consensus.  https://twitter.com/COGSmachine/status/1669752168260284428?s=20  Notice that this is a chat between the machine identity 18wheel.eddie.cog and cogs.cogs.cogs  These are CQDNs on the cogschain .  CQDNs are resolvable with the resolveCQDN method of the COGSchain class. e.g.:

cchain = COGSchain() # cchain instance of COGSchain class
bt,routes = cchain.resolveCQDN(cqdn) # return bound tocken bt and route for cqdn
Pages: [1]
  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!