Recommended Posts

PeakeCoin Project Update

1 comment

paulmoon410788.8410 days ago3 min read

๐Ÿ› ๏ธ PeakeCoin Project Update โ€” April 30, 2025

As of today, weโ€™ve made steady progress on multiple fronts in the PeakeCoin ecosystem โ€” including automated trading, blockchain monitoring, FTP-powered AI requests, and integration with the Scala (XLA) blockchain. Below is a breakdown of where weโ€™re at and whatโ€™s coming next.


โœ… 1. Hive Engine Trading Bots

Weโ€™ve successfully deployed multiple bots on Hive Engine that automatically trade using real-time order book data and active key signing.

๐Ÿ” Bots Currently Running:

  • hive_trading_bot.py โ€” Trades SWAP.HIVE using a 1% spread with FTP log uploads.
  • matic_trading_bot.py โ€” Trades SWAP.MATIC under the paulmoon410 Hive account.
  • peakecoin_bnb_bot.py โ€” Lightweight bot for SWAP.BNB, optimized for fast iteration.

These bots rely on:

  • fetch_market.py โ€“ Fetches current top-of-book bid/ask prices.
  • place_order.py โ€“ Uses Hiveโ€™s Custom_json operation to place buy/sell orders securely.

๐Ÿ“‚ All logs and scripts are backed up to GeoCities FTP via ftp_upload.py.


๐Ÿค– 2. FTP-Powered AI Request System

Weโ€™ve built a system to run on-device AI using the HuggingFace DistilGPT2 model. The script (peakecoinai.py) does the following:

  • Polls /ai_requests on our GeoCities FTP.
  • Processes incoming prompts locally.
  • Uploads generated responses back to FTP every 30 seconds.

This creates an offline-capable AI input/output loop, perfect for low-resource environments.


๐Ÿ” 3. Scala (XLA) Blockchain Explorer

The scan_xla_blocks.py script is now live and scanning recent blocks on the Scala (XLA) blockchain:

  • Connects to https://remote.one.scala.network:11812/json_rpc
  • Pulls latest block heights and transactions.
  • Prints and logs transaction hashes from the last 10 blocks.
  • Uses flush=True to ensure logs print even under passive runtime environments.

This is helping us better understand on-chain activity and prep for future PeakeCoin cross-chain actions.


๐Ÿ”„ 4. Experimental Arbitrage Logic

Our lightweight trade_loop.py is testing real-time dynamic trading for SWAP.HIVE, updating pricing logic every 60 seconds and placing both buy and sell orders at ยฑ1% spread. This is a foundational step toward eventual cross-token arbitrage.


๐Ÿ“ˆ Whatโ€™s Next?

  • โœ… Build a PeakeCoin Dust Collector to sweep small balances into PEEK.
  • ๐Ÿง  Create an AI dashboard frontend using static HTML + FTP JSON outputs.
  • ๐Ÿ”„ Expand arbitrage bot to compare across multiple SWAP tokens.
  • โš™๏ธ Add retry and recovery logic for Hive Engine and Scala RPC failures.

Stay tuned, and if you want to follow the dev journey or contribute, visit:
๐Ÿ”— https://github.com/PaulMoon410/PeakeCoin_BNB_Bot

Thanks to everyone testing, reviewing, or just following along.

PeakeCoin is just getting started.


https://images.ecency.com/DQmf6qiA5ewf3ugFoThZGFb4xa1V3NSGihTuxUGFeMu3E5Z/image.png

Comments

Sort byBest