<html>
    
    <head>
    <title>6p/1</title>
    </head>
    <style>
    * {
      box-sizing: border-box;
    }
    
    /* Style the body */
    body {
      font-family: Arial, Helvetica, sans-serif;
      margin: 0;
    }
    
    body {
      padding: 20px;
      text-align: left;
      background: #ddd;
    }
    body a {
      text-decoration: none;
      color: #2471A3;
    }
    
    body a:hover {
      text-decoration: underline;
      color: none;
    }
    
    </style>
    <body>
    <h1>6P 回憶</h1>
    
    <p>
    <b>爲何是 6P?</b><br>
    <i><a target="_top" href="/index/blog.html?blogname=okchai">okchai</a> ,
     5 October 2023</i><br>
    我的英文名縮寫是 okchai, 姓王名建財,古人還有字什麽什麽的,比如曹操,字孟德本名吉利小名阿瞒,以此論推,我字6P小名阿財,
    6P 出自 Qora Naming Service(QNS),旮旯QORA區塊鏈創世紀若干年後,一個和兩個英文字母的 QNS 機會已經被搶光,我用兩百萬旮旯買下
    <a target="_top" href="/i">"i"</a>, 拼個世界地圖貼上,自己唯一成功注冊的鍵盤符號是 “]"--也就是 
    <a target="_top" href="/]">SlashBracket</a> 登門網頁的由來,<a target="_top" href="/6p">"6P"</a>純粹是搜找所剩無幾兩個英文字母的QNS時注冊來代表自己的符號。<br><br>
    
    i 和 6p 都是 QNS, Qora naming service, 什麼是 QNS?先講個自己對互聯網世界的理想,自由的網頁 TCP 9090 端口遍佈全世界的任何網址,讓 9090 代表自由的網絡空間。在我的設想下,任何網址和域名都可以有義務架設 9090 自由空間,本小公司以身作則,公司網站 <a target="_top" href="http://aitway.com:9090">http://aitway.com:9090</a> 和 <a target="_top" href="http://aitway.com.sg:9090">http://aitway.com.sg:9090</a> 都讓 9090 自由空間寄生,如果全世界都效法我這個概念,真正的自由網頁空間就水到渠成,":9090"是 網址TCP 的規格,QNS 的作用就是一種另類域名,i 和 6p 的網頁空間分別是 <a target="_top" href="http://aitway.com:9090/i">http://aitway.com:9090/i</a> 和 <a target="_top" href="http://aitway.com:9090/6p"> http://aitway.com:9090/6p</a> ,標準網址是 http,不是 https 意思是內容安全必須自己多加留意,一般上唯讀網頁是不需要 https ,如果很在乎隱私權,https 的查閱隱私機制可以由 localhost 機制巧妙地替代。每個網址和域名上寄生的 9090 自由空間都由 Qora 旮旯區塊鏈的活點(full node) 幕後運作,世界各地的旮旯活點會自動同步更新內容,歡迎有同樣自由理想的人一起架設旮旯活點。<br><br>
    作為一個自由人,只要註冊一個錢包戶口,買下一個 QNS 域名,比如我買下 6p,就可以自由地在 9090 自由空間塗寫,享有完全把控空間的自主權,條件是必須要有Qora token 旮旯幣。如果你有優質的內容設想,我不介意全面提供經費。多年前我已經開始 Airdrop空投 Timah 和旮旯幣,有內涵而且要自由空間那麼錢只是小問題。在區塊鏈上搞內容網頁本來就相當考功夫,在旮旯區塊鏈也一樣,旮旯數據經常會跟不上主鏈,要等待青燈亮是相當考耐心的工作,得要有一些禪意才能很心平氣和地在9090空間發表文章。
    
    </p>
    
    </body>
    
    </html>
    <html lang="en">
    <head>
    <link rel="shortcut icon" href="/freecity/favicon.ico">
    <title>/6p : okchai's Qora web3</title>
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <style>
    * {
      box-sizing: border-box;
    }
    
    /* Style the body */
    body {
      font-family: Arial, Helvetica, sans-serif;
      margin: 0;
    }
    
    /* Header/logo Title */
    .header1 {
      padding: 1px;
      text-align: center;
      background: #493D26;
      color: grey;
    }
    
    /* Increase the font size of the heading */
    .header1 h1 {
      font-size: 40px;
    }
    .header1 a {
      text-decoration: none;
        color: #2471A3;
    }
    
    .header1 a:hover {
      text-decoration: underline;
        color: white;
    }
    
    /* Sticky navbar - toggles between relative and fixed, depending on the scroll position. It is positioned relative until a given offset position is met in the viewport - then it "sticks" in place (like position:fixed). The sticky value is not supported in IE or Edge 15 and earlier versions. However, for these versions the navbar will inherit default position */
    .navbar {
      overflow: hidden;
      background-color: #333;
      position: sticky;
      position: -webkit-sticky;
      top: 0;
    }
    
    /* Style the navigation bar links */
    .navbar a {
      float: left;
      display: block;
      color: white;
      text-align: center;
      padding: 14px 20px;
      text-decoration: none;
    }
    
    
    /* Right-aligned link */
    .navbar a.right {
      float: right;
    }
    
    /* Change color on hover */
    .navbar a:hover {
      background-color: #ddd;
      color: purple;
    }
    
    /* Active/current link */
    .navbar a.active {
      background-color: #666;
      color: white;
    }
    
    /* Column container */
    .row {  
      display: -ms-flexbox; /* IE10 */
      display: flex;
      -ms-flex-wrap: wrap; /* IE10 */
      flex-wrap: wrap;
    }
    
    /* Create two unequal columns that sits next to each other */
    /* Sidebar/left column */
    .side {
      -ms-flex: 30%; /* IE10 */
      flex: 30%;
      background-color: #f1f1f1;
      padding: 20px;
    }
    .side a {
      text-decoration: none;
      color: #2471A3;
    }
    
    .side a:hover {
      text-decoration: underline;
      color: none;
    }
    
    /* Main column */
    .main {   
      -ms-flex: 70%; /* IE10 */
      flex: 70%;
      background-color: white;
      padding: 20px;
    }
    .main a {
      text-decoration: none;
      color: #2471A3;
    }
    
    .main a:hover {
      text-decoration: underline;
      color: none;
    }
    
    
    /* Footer */
    .footer {
      padding: 20px;
      text-align: center;
      background: #ddd;
    }
    .footer a {
      text-decoration: none;
      color: #2471A3;
    }
    
    .footer a:hover {
      text-decoration: underline;
      color: none;
    }
    
    /* Responsive layout - when the screen is less than 700px wide, make the two columns stack on top of each other instead of next to each other */
    @media screen and (max-width: 700px) {
      .row {   
        flex-direction: column;
      }
    }
    
    /* Responsive layout - when the screen is less than 400px wide, make the navigation links stack on top of each other instead of next to each other */
    @media screen and (max-width: 400px) {
      .navbar a {
        float: none;
        width: 100%;
      }
    }
    
    </style>
    </head>
    <body>
    
    <div class="header1">
     <img border="0" src="/okchai/timahpulai.jpg" width="100%">
    <font size="1"><a target="_tab" href="/index/showpost.html?msg=2ijD3az6rrWxH5imZ7q6YUioR7pJkCMLTaXGRjgRgonrZtuv2jqYEqhypb7wKyZztnStHnMH1QLz3D658HKu8qhc"> [ SPONSORED &#24291;&#21578; ]</a></font>
    </div>
    
    <div class="navbar">
     <a href="#index1">Index 目錄</a>
    <a href="/index/showpost.html?msg=2ijD3az6rrWxH5imZ7q6YUioR7pJkCMLTaXGRjgRgonrZtuv2jqYEqhypb7wKyZztnStHnMH1QLz3D658HKu8qhc">___ <font size="1">SPONSORED &#24291;&#21578;</font></a>
      <a href="#main-page" class="right"> #Main Page </a>
    </div>
    
    <div class="row">
      <div class="side">
     <a href="/"><img border="0" src="/okchai/okchaijpg.jpg"  width="38" height="38"></a>
     <font size="5"> /6p </font>
    <a href="/qora.htm"><font size="3" color="#0057b7"><b> Kian Chai </b> </font></a>
     <a href="/qns"><font size="3" color="#ffd700"><b> Ong </b></font></a><br>
    An <a href="/i/news"><b><font face="Arial Black">i/news</font>
    <font color=blue>i</font><font color=red>Slash</font><font color=green>News</font></b></a> 
    listed Dweb <br>
     <p>
    <font size="1" color="#198964">Install <a href="/qora.htm">Qora</a> and use 
    <a href="http://127.0.0.1:9090">localhost(default tcp:9090)</a> to browse Qora web3 
    hyperlinks here(this web3site), offline(database snapshot) or online(real-time database), 100% censorship-resistant. Best view with IPFS Companion(browser extension), video and picture files stored at IPFS.</font>
     <p>
    8 May 2023 <a name="v1">#v1 </a><br>
       <video width="100%" poster="http://ipsg.ddns.net:8080/ipns/k51qzi5uqu5dg6sufudavfh42ovwicrdryrum1s23td34qf112un2uy6pjpsvi/itube/singapore_marina_sands_bubble_fountain_show_video_pic.jpg" controls>
       <source src="http://ipsg.ddns.net:8080/ipns/k51qzi5uqu5dg6sufudavfh42ovwicrdryrum1s23td34qf112un2uy6pjpsvi/itube/singapore_marina_sands_bubble_fountain_show_video.mp4" type="video/mp4">
       Your browser does not support the video tag.
       </video>
     When the Marina Bay Sands' Bubble-Water-Dance-Light Show was newly built, I (<a href="/index/blog.html?blogname=okchai">okchai</a>) often brought my children to watch it. One time, I recorded this rare and enjoyable moment. 新加坡濱海金沙泡泡水舞光影剛剛建好時,我(<a href="/index/blog.html?blogname=okchai">okchai</a>)經常帶孩子去觀賞,有一次錄下這難得的好時光。<br>     
       </p>
      <p>
    8 May 2023 <br>
       <video width="100%" poster="http://ipsg.ddns.net:8080/ipns/k51qzi5uqu5dg6sufudavfh42ovwicrdryrum1s23td34qf112un2uy6pjpsvi/itube/okchai_pic.jpg" controls>
       <source src="http://ipsg.ddns.net:8080/ipns/k51qzi5uqu5dg6sufudavfh42ovwicrdryrum1s23td34qf112un2uy6pjpsvi/itube/okchai.mp4" type="video/mp4">
       Your browser does not support the video tag.
       </video> 
       I (<a href="/index/blog.html?blogname=okchai">okchai</a>) am demonstrating how to store and stream video files using IPFS. 我(<a href="/index/blog.html?blogname=okchai">okchai</a>)獻醜示範用IPFS儲存影片存檔。
       </p><br>
    <p>
    9 May 2023<br>
    <audio controls>
      <source src="https://ipfs.io/ipfs/QmeJJJSNvtfbtV6iMHjWtRUvDP5y1Fxrd6Y7avYhNTytT9" type="audio/mpeg">
    Your browser does not support the audio element.
    </audio>
    <br>天下媽媽都是一樣的 (All mothers are alike) Cover by ns, guitar cover by okchai.<br>
    If can't play, <a href="https://ipfs.io/ipfs/QmeJJJSNvtfbtV6iMHjWtRUvDP5y1Fxrd6Y7avYhNTytT9">click here</a>.
    </p><br>
    <b><a name="index1">Index 目錄</a></b><br><br>
       <a href="#v1">#v1 Videos 影片1</a><br>
       [Bubble-Water-Dance-Light Show 金沙泡泡水舞光影]<br>
       [My Guitar 吉他隨便彈彈]<br>
       [天下媽媽都是一樣的 (All mothers are alike) <i>audio</i>]
      <br><br>
        <a href="#b1">#b1 Wall 隨筆1</a><br>
       [Maxwell Food Centre 午餐吃飽一點]<br>
       [Bye bye 8 Shenton Way 見證拆樓]<br>
       [View of 49th Floor 49樓看見埔萊山]<br>
       [A Rock on Changi Beach 樟宜海邊奇石]<br>
       <br><br>
     <b>/6p Following</b><br>
    <font size="1" color="#198964">Welcome to create a Qora web3page,  I will follow your Qora web3page if I<a href="/index/blog.html?blogname=okchai">(okchai)</a> know you have valuable/interesting content. </font><br><br>
       <a href="/freecity">/freecity</a> 自由天地<br>
       FreeCity : web freedom dweb by okchai <br><br>
       
       <a href="/timah">/Timah</a><br>
       Timah and TIM token official page<br><br>
        
       <a href="/qora.htm">/Qora.htm</a> 旮旯軟件<br>
       Qora software installation guide<br><br>
       
       <a href="/ceqa">/CEQA</a><br>
       Corporate Enterprise Qora Alliance<br><br>
       
       <a href="/qns">/qns</a><br>
       Qora Naming Service<br><br>
     
       <a href="/quniversity">/quniversity</a><br>
       Quniversity : Freedom is not free<br><br>
       
       <a href="/twindao">/TwinDAO</a><br>
       TwinDAO project and TwinDAO token<br><br>
             
       <a href="/timmedia">/timmedia</a> 錫傳媒<br>
       TIM Media : decentralized power by Qora and IPFS<br><br>
       
       <a href="/defi">/DeFi</a><br>
       DeFi using Qora, Ardor and Ignis.<br><br>
        
       <a href="/itube">/iTube</a><br>
       Decentralized video streaming power by Qora and IPFS<br><br>
       
       <a href="/aitway">/aitway</a> 壹位電腦<br>
       decentralized web for Aitway, a company in Singapore<br><br>
       
       <a href="/aitway_v2">/aitway_v2</a><br>
       Aitway V2 marketing project<br><br>
    
       <a href="/artists">/artists</a><br>
       Pixels drawing using PNG files <br><br>
    
       <a href="/freecity/blokchain1.htm">/freecity/blokchain1.htm</a><br>
       blokchain ebook by okchai<br><br>
    
       <a href="/iquotes">/iquotes</a><br>
       quotes <br><br><br>
    
       <iframe width="100%" height="120" frameborder="0" src="/polonidex" name="ad" border="0"></iframe>
       <font size="1"><a target="_tab" href="/index/showpost.html?msg=2ijD3az6rrWxH5imZ7q6YUioR7pJkCMLTaXGRjgRgonrZtuv2jqYEqhypb7wKyZztnStHnMH1QLz3D658HKu8qhc">SPONSORED &#24291;&#21578;</a></font><br>
          
      </div>
      <div class="main">
      <img border="0" src="/i/2223.png" width="18"><a name="main-page"><font color="#198964"> #Main Page</font></a>
    <h2>Red Dot Design Museum</h2>
    <p>
    <img border="0" src="http://ipsg.ddns.net:8080/ipns/k51qzi5uqu5dg6sufudavfh42ovwicrdryrum1s23td34qf112un2uy6pjpsvi/web3/reddot2023.jpg"  width="100%">
    23 May 2023 : The place that evokes nostalgia from my children's childhood. 勾起回憶的地方。</p><br>
    
    <h2>玩 Triffic App 尋寶</h2>
    <p>
    <img border="0" src="http://ipsg.ddns.net:8080/ipns/k51qzi5uqu5dg6sufudavfh42ovwicrdryrum1s23td34qf112un2uy6pjpsvi/web3/gps_tpg.png"  width="25%" align="right">
    19 May 2023<br>
    The Triffic App is available on Apple iOS and Android. It is a treasure-hunting game similar to Pokemon Go, where you walk around searching for balloons on the map. Points are calculated using GPS Tokens. Once you accumulate 10,000 GPS, these tokens can be transferred to the Ardor-GPS blockchain through the app. GPS serves as a child chain of the Ardor blockchain. On the Ardor-GPS blockchain, there is a decentralized exchange (DEX) where GPS can be exchanged for Ardor and Ignis tokens. GPS doesn't necessarily need to be listed on centralized exchanges. By obtaining Ardor or Ignis through the DEX, you can exchange them for Bitcoin or USD Tokens on certain exchanges.<br><br>
    
    I personally tested the Triffic App and successfully transferred GPS from the app to the Ardor blockchain. The process took several days and was manually handled by the Triffic team. During the process of the GPS child chain being created on the Ardor blockchain, I held some Ignis and received an airdrop on January 16, 2023, which amounted to 10,406.15 GPS. The DEV team has delivered on all their promises. I will continue to monitor the development of the Triffic App and occasionally play the treasure-hunting game to show my support.<br><br>
    
    Triffic App 在蘋果 iOS 和 Android,是一個類似 Pokemon Go 的尋寶游戲,在街上走走尋找地圖上的氣球,積分以 GPS Token 計,纍計到 10,000GPS 可以通過 App 轉到 Ardor-GPS 區塊鏈上,GPS 是 Ardor 的一個 
    child chain,在 Ardor-GPS 區塊鏈上有 GPS 兌換 Ardor 和 Ignis 的 DEX,GPS 不一定要在中央制交易所上市,通過 DEX 取得 Ardor 或 Ignis,就可以在一些交易所兌換成比特幣或 USD Token。<br><br>
    我親自測試 Triffic App,做過一次 GPS 從 App 轉到 Ardor 區塊鏈,需要幾天時間,Triffic 官方手動式處理。
    另外,我本身在 GPS child chain 上鏈過程中,在 Ardor 區塊鏈上存 Ignis 有取得 Airdrop,2023年1月16日 收到 10,406.15GPS,DEV 一切承諾都有兑現,我繼續觀察 Triffic App 發展,偶爾玩玩尋寶游戲以行動支持。
    </p>
    <p>
    <img border="0" src="/i/1.png" width="100%" height="10">
    </p>
    <h2>Maxwell Food Centre 午餐吃飽一點</h2>
    <p align="center">
    <img border="0" src="http://ipsg.ddns.net:8080/ipns/k51qzi5uqu5dg6sufudavfh42ovwicrdryrum1s23td34qf112un2uy6pjpsvi/web3/maxwell_food_centre.jpg" width="45%" alt="Maxwell Food Centre ">
    <img border="0" src="http://ipsg.ddns.net:8080/ipns/k51qzi5uqu5dg6sufudavfh42ovwicrdryrum1s23td34qf112un2uy6pjpsvi/web3/somerset.jpg" width="45%" alt="Somerset">
    </p>
    <p>
    9 May 2023 <a name="b1">#b1 </a><br>
    The Somerset fried rice, which costs S$3.50, is actually filling enough. I usually pay S$4 for a larger portion to feel more satisfied. For lunch, I often share a table with strangers and pair my meal with a cup of black coffee.<br><br>
    Somerset 炒飯,S$3.50 其實已經夠飽,我向來只點S$4的分量,吃飽一點。午餐我一個人經常跟陌生人同桌,配一杯黑咖啡。
    </p>
    <br>
    <h2>Bye bye 8 Shenton Way 見證拆樓</h2>
    <p>
    <img border="0" src="http://ipsg.ddns.net:8080/ipns/k51qzi5uqu5dg6sufudavfh42ovwicrdryrum1s23td34qf112un2uy6pjpsvi/web3/temasektower.jpg" width="50%" alt="8 Shenton Way" align="right">
    8 May 2023 </a>
    <br>
    Today, while passing by 8 Shenton Way, I saw this circular high-rise building being demolished. I was moved and took a photo with my phone, bearing witness to the history of this area.<br><br>
    In the photo, the building on the left is the Monetary Authority of Singapore, the central bank responsible for issuing the country's currency. The tall building in the middle is Springleaf Tower, and the McDonald's restaurant downstairs is a good place for me to rest. On the right is International Plaza, my base of operations, and my IT workstation is on the third floor. Next to International Plaza, underground is the Tanjong Pagar MRT station, with a shopping mall called Xchange inside. Before moving to International Plaza, I had a shop in the Xchange for six years.
    <br><br>
    When I first came to Tanjang Pagar  to do IT retail business at the Xchange, 8 Shenton Way was called Temasek Tower, tt was later renamed 8 Shenton Way and then renamed again as AXA Tower.
    I often went up and down in this building, and many of my clients' offices were located there. Famous technology company Redhat and e-commerce company Lazada have also set up regional headquarters there.
    <br><br>
    After it is demolished, the tallest building in the country will be built. I don't want to say much about it, as the old must make way for the new, but it's not that simple. Personally, I think the original building's design was first-rate, and over the years, it had become a landmark building. It shouldn't have been demolished.
    <br><br>
    Being in this area, several tall buildings nearby have been demolished for rebuilding, which has caused inconvenience and detracted from the unique character of the previously stable cityscape. I hope this is the last building to be demolished for rebuilding. At the end of Anson Road is the already removed Tanjong Pagar Port, leaving behind a large empty space, the development project should be shifted there.
    <br><br>
    今天路過 8 Shenton Way,眼看這圓形高樓建築將要完全拆除,一時有感拿起手機拍一張照片,見證這一區的歷史。
    <br><br>
    照片中,左邊粉紅色大廈是新加坡金融管理局,發行島國貨幣的央行地位。中間的高樓是 Springleaf Tower,樓下
    麥當勞快餐店是我休息是好空間。右邊是凱聯大廈,我的大本營,本小工作室在三樓。凱聯大廈旁地底
    就是丹戎巴葛地鐵站,站内有個商場叫 Xchange ,搬到凱聯大廈前我在 Xchange 開了6年小店。<br><br>
    我剛剛來到這裏開小店時,8 Shenton Way 是叫 Temasek Tower,後來改成 8 Shenton Way,然後再被冠名變成 
    AXA Tower。<br><br>
    這棟大廈我經常上上下下,相當多客戶的辦公樓在裏頭,著名科技公司 Redhat 和電商 Lazada 曾經在這裏設立區域大本營。 <br><br>
    拆了後要建島國最高的建築物,我不想多提,舊的不去新的不來,其實沒那麽簡單,我個人覺得原本的大廈設計一流,多年來已經是地標建築,不應該整棟拆除。<br><br> 
    身在這個小區,短短安順路附近就有幾棟高樓被拆來重建,原本市容相對穩定有特色的地區因一而再的重建而大煞風景,
    多多少少造成諸多不便,希望這是重建是最後一個拆樓。安順路末端就是已經撤走的丹戎巴葛碼頭,留下一大片空地,工程發展應該轉移到那邊去。
    </p><br>
    <h2>View of 49th Floor 49樓看見埔萊山</h2>
    <p>
    <img border="0" src="/i/1.png" width="100%" height="10">
    </p>
    <p>
    <img border="0" src="/okchai/timahpulai.jpg" width="100%">
    8 May 2023 <br>
    A decade ago, I lived on the 49th floor of the International Plaza for almost two years. When the air was very fresh on clear days, the visibility was very far. In this cropped photo, you can see the Gunung Pulai mountain in Malaysia in the distance, just behind Singapore's highest point, Bukit Timah. This photo has been written into the Qora blockchain. <br><br>
    多年前,我曾經住在高高在上的 49 樓近兩年,空氣非常清新時能見度非常遠,這一張可以看到遠在天邊的馬來西亞古來埔萊山,剛好在新加坡最高點武吉知馬後面。這是原照片經過縮小數據處理然後寫入旮旯區塊鏈。
    </p><br>
    <h2>A Rock on Changi Beach 樟宜海邊奇石</h2>
    <p>
    <img border="0" src="/okchai/ChangiRock"  width="120" align="right">
    8 May 2023<br>
    At the western end of Changi Beach in Singapore, there is a large rock that looks like a loaf of bread. If you walk west along the beach from Changi Village and pass through various recreational facilities, the beach eventually ends at the rock. This image has also been written into the Qora blockchain, and the data has been reduced in size to save blockchain resources. The image is recorded in block <a target="_tab" href="/index/blockexplorer.html?block=409288">409288</a> of the Qora blockchain.<br><br>
    For ideal decentralized storage space, large digital data such as videos, audios, and photos are better suited for storage in IPFS, Sia storage, and other decentralized storage spaces that are specifically designed for large storage. The resources for storing blocks in any blockchain are precious, so it is necessary to consider carefully before storing data in a blockchain. Writing photo data into the Qora blockchain is relatively easy, but there are limitations due to limited resources, and reducing the size of the data is necessary. Only meaningful photos are considered for writing into the blockchain.<br><br>
    The videos on this website are definitely imported from a decentralized storage space, usually IPFS. Photos will mainly be stored on IPFS, while the Qora blockchain is mostly used only for writing pure text data.<br><br>
    新加坡樟宜海邊盡頭的一大塊奇石,從樟宜尾村海邊往左走,經過一間又一間度假消遣設施後,海邊沒路走就是盡頭。這圖像也已經被寫入旮旯區塊鏈,縮小數據是爲了節省區塊鏈資源,圖像寫入記錄在旮旯 block
    <a target="_tab" href="/index/blockexplorer.html?block=409288">409288</a>。<br><br>
    理想的分散式儲存空間,影片,音頻和照片數碼數據比較適合儲存在專門設計來做儲存的 IPFS, Sia storage 等等等分散式儲存空間,任何正在運作的區塊鏈的 block 儲存資源都是很珍貴的,在旮旯區塊鏈寫入照片數據是相當簡易的事,資源有限因此有所限制,縮小是必要,非常有意義的照片我才會考慮寫入區塊鏈。<br><br>
    本網頁的影片一定是從分散式儲存空間導入,一般上就是 IPFS,而未來的照片主要也會用上 IPFS,區塊鏈只是純文字數據寫入。
    </p>
    <p>
    <font size="1"><a target="_tab" href="/index/showpost.html?msg=2ijD3az6rrWxH5imZ7q6YUioR7pJkCMLTaXGRjgRgonrZtuv2jqYEqhypb7wKyZztnStHnMH1QLz3D658HKu8qhc">SPONSORED</a></font>
    <br>
     <a href="/aitway"><img border="0" src="https://aitway.com/pics/cityview2.jpg"  width="100%">
    </a><br>
    <font size="1"><a target="_tab" href="/index/showpost.html?msg=2ijD3az6rrWxH5imZ7q6YUioR7pJkCMLTaXGRjgRgonrZtuv2jqYEqhypb7wKyZztnStHnMH1QLz3D658HKu8qhc">&#24291;&#21578;</a></font>
    <br>
    </p>
    <iframe width="100%" height="2100" frameborder="0" src="/6p/1" name="main" border="0"></iframe>
    
      </div>
    </div>
    
    <div class="footer">
    <p>
    <font size="1"><a target="_tab" href="/index/showpost.html?msg=2ijD3az6rrWxH5imZ7q6YUioR7pJkCMLTaXGRjgRgonrZtuv2jqYEqhypb7wKyZztnStHnMH1QLz3D658HKu8qhc">SPONSORED &#24291;&#21578;</a></font> | 
    <a href="/aitway_v2">/aitway_v2</a> : AITWAY provides a limited tokens custody service with the aim of facilitating customers' access to Qora web3. It's best for customers to keep their own tokens secure. 壹位電腦提供有限度 token 託管服務,目的是要方便客戶取用旮旯 web3 ,自己的 token 最好自己保管。| 
    <font size="1"><a target="_tab" href="/index/showpost.html?msg=2ijD3az6rrWxH5imZ7q6YUioR7pJkCMLTaXGRjgRgonrZtuv2jqYEqhypb7wKyZztnStHnMH1QLz3D658HKu8qhc">SPONSORED &#24291;&#21578;</a></font><br><br>
    </p>
     <p>
                  Qora gateway list : 
                  <a href="http://keppelroad.com">keppelroad.com</a> |      
    	      <a href="http://riau.co.uk">riau.co.uk</a> |
                  <a href="http://yawti.com">yawti.com</a> |  
                  <a href="http://aitway.com:9090">aitway.com:9090</a> |      
    	      <a href="http://aitway.com.sg:9090">aitway.com.sg:9090</a> |
                  <a href="http://yawtia.com:9090">yawtia.com:9090</a> | 
    	      <a href="http://kianchai.com:9090">kianchai.com:9090</a> |
                  <a href="http://146.56.47.125:9090">146.56.47.125:9090</a> |
                  <a href="http://209.145.49.74">209.145.49.74</a> |
                  <a href="http://62.171.129.176:9090">62.171.129.176:9090</a> |<br>
                  ICANN domains are pointed to a Qora gateway and some are up for sale.<br>
     </p>
     <p>
     <font size="4">
     <a href="/i/cn">中</a>
     <a href="/i/a">A</a>
     <a href="/i/b">B</a>
     <a href="/i/c">C</a>
     <a href="/i/d">D</a>
     <a href="/i/e">E</a>
     <a href="/i/f">F</a>
     <a href="/i/g">G</a>
     <a href="/i/h">H</a>
     <a href="/i/i">I</a>
     <a href="/i/j">J</a>
     <a href="/i/k">K</a>
     <a href="/i/l">L</a>
     <a href="/i/m">M</a>
     <a href="/i/n">N</a>
     <a href="/i/o">O</a>
     <a href="/i/p">P</a>
     <a href="/i/q">Q</a>
     <a href="/i/r">R</a>
     <a href="/i/s">S</a>
     <a href="/i/t">T</a>
     <a href="/i/u">U</a>
     <a href="/i/v">V</a>
     <a href="/i/w">W</a>
     <a href="/i/x">X</a>
     <a href="/i/y">Y</a>
     <a href="/i/z">Z</a>
     <a href="/i/1">1</a>
     <a href="/i/2">2</a>
     <a href="/i/3">3</a>
     <a href="/i/4">4</a>
     <a href="/i/5">5</a>
     <a href="/i/6">6</a>
     <a href="/i/7">7</a>
     <a href="/i/8">8</a>
     <a href="/i/9">9</a>
     <a href="/i/0">0</a>
    &nbsp;&nbsp;
     <a href="/index/showpost.html?msg=4z64ShrryU9m97cXzayE5uZxhqFP1hqTCnrbGAv8MCuSpCuACaQX6iTLcZ89eVZ7Ezi2qLqKZF9ueVWxN2kTXb2N">@</a>
    &nbsp;<a href="/twindao">&#174;</a>
     </p> 
    </div>
    
    </body></html>