Bitcoin Forum
September 02, 2026, 11:26:39 AM *
News: Latest Bitcoin Core release: 31.1 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: [CLOSED][BOUNTY] ADAMANT Market-Making Software — Install & Honest Review (500–1500 ADM)  (Read 119 times)
adamant.im (OP)
Member
**
Offline

Activity: 1372
Merit: 54

ADAMANT — the most secure and anonymous messenger


View Profile WWW
August 05, 2026, 05:10:01 PM
Last edit: August 25, 2026, 07:25:25 AM by adamant.im
 #1

STATUS: CLOSED
Thanks everyone — this bounty is finished. New review submissions are no longer accepted.

Paid / approved reviews
  • Dentianaedo — 1200 ADM (approved for detailed NonKYC + WSL setup review)

Software questions → ANN thread.





[CLOSED][BOUNTY] ADAMANT Market-Making Software — Install & Write an Honest Review
500–1500 ADM · open-source · self-hosted CEX liquidity toolkit



We are looking for people who will actually install the free / basic version of ADAMANT Market-Making Software and write a useful, honest review.

This is not a signature / spam / “joined” bounty.
We pay for real setup feedback.

Official ANN
https://bitcointalk.org/index.php?topic=5590335.0

GitHub
https://github.com/Adamant-im/adamant-tradebot

Website
https://marketmaking.app


What to do
  • Install the free basic version (npm / Docker / git — your choice)
  • Connect it to a supported exchange account you control
  • Run it on a real pair (your own token or any other token listed on a supported free exchange)
  • Write a detailed review: setup steps, what worked, what broke, config tips, screenshots
  • Post the review in this bounty thread and include your ADM wallet address for payment
Supported exchanges (free / basic)
Azbit · P2PB2B · StakeCube · Coinstore · FameEX · NonKYC

You do not have to use ADM. Any liquid pair on those exchanges is fine.

What a good review should include
  • OS / VPS / install method (npm, Docker, or git)
  • Exchange + trading pair used
  • Setup time and any blockers (API keys, permissions, Node version, etc.)
  • Which commands / features you tried (mm init, mm doctor, mm on, order book / spread / depth, Messenger commands, etc.)
  • What worked well
  • What failed or was confusing
  • At least 2–3 screenshots (terminal, bot status, order book / exchange UI)
  • Short conclusion: would you recommend it to a token issuer? why / why not

Rewards
  • Useful but short review with screenshots: 500 ADM
  • Solid detailed review (setup + issues + tips): 800–1000 ADM
  • Excellent deep review (clear repro steps, configs, strong feedback for the team): 1200–1500 ADM
Reward depends on usefulness, not word count spam.
Low-effort “I installed it, cool project” posts will be ignored.

Rules
  • Original work only. No copy-paste reviews.
  • Submit here in this bounty thread. Do not dump reviews into the ANN for payment.
  • Include your ADM address in the submission post.
  • One paid review per person (unless we ask for a follow-up).
  • Fake screenshots / fake runs = no payment + report.
  • Not financial advice. Do not claim guaranteed profit / volume / ranking.

How to submit
Reply in this thread with:
Code:
Bitcointalk username:
ADM address:
Exchange + pair:
Install method:
Review:
(screenshots)

Questions about the software → ANN thread or mm@adamant.im / Telegram @adamant_business.
Questions about this bounty → reply here.

Happy testing.

💬 ADAMANT Messenger ● ● ● ● ● ● ●   Try it now: Secure and Anonymous Messenger   ● ● ● ● ● ● ●
Trusted and Open source ● Integrated payments ● Get welcome 0.09 ADM token for free messaging now
● ● ● ● ● 💬 ● ● ● ● ● 💬 ● ● ● ● ● 💬 ● ● ● ● ● 💬 ● ● ● ● ● 💬 ● ● ● ● ● 💬 ● ● ● ● ● 💬 ● ● ● ● ●
● ● ● ● ● 💬 ● ● ● ● ● 💬 ● ● ● ● ● 💬 ● ● ● ● ● 💬 ● ● ● ● ● 💬 ● ● ● ● ● 💬 ● ● ● ● ● 💬 ● ● ● ● ●
● ● ● ● ● 💬 ● ● ● ● ● 💬 ● ● ● ● ● 💬 ● ● ● ● ● 💬 ● ● ● ● ● 💬 ● ● ● ● ● 💬 ● ● ● ● ● 💬 ● ● ● ● ●
Dentianaedo
Newbie
*
Offline

Activity: 274
Merit: 0


View Profile
August 09, 2026, 08:03:54 AM
 #2

Bitcointalk username: Dentianaedo
ADM address: U4052524789207824071
Exchange + pair: NonKYC, BNB/USDT
Install method: npm, on Windows via WSL2 (Ubuntu 26.04)

My ADAMANT Market-Making Software Review 🛠️

I tested this on my own Windows machine instead of a VPS, using WSL2, figured that's what a lot of small teams/solo issuers would actually do if they're not already running a Linux box somewhere. Here's how it went, warts and all.

🧩 Getting WSL Working

First hurdle had nothing to do with the bot itself. WSL flat out refused to launch Ubuntu after install, throwing:

Catastrophic failure / Error code: Wsl/Service/E_UNEXPECTED

Took a few rounds of disabling/re-enabling the "Windows Subsystem for Linux" and "Virtual Machine Platform" features (restart in between each) plus wsl --update before it finally launched. Not ADAMANT's fault at all, but worth flagging since anyone new to WSL is going to hit this.

⚙️ Installing Node, MongoDB & the Bot

Node.js 22 and MongoDB installed exactly as documented in the README, copy-paste and it just worked, no complaints.

Installing the bot itself (npm install -g adamant-tradebot) failed the first time with an EACCES permission error, because the default global npm folder needed root. Fixed it by pointing npm's global prefix at a folder in my home directory instead of running everything through sudo.

🧙 The mm init Wizard

Clean, asks exactly what it needs (exchange, pair, API key/secret, ADM addresses), and gives a clear summary before saving the config.

One small annoyance: it wouldn't let me leave the Manager ADM address field empty, even though I only wanted to run the bot from the terminal. Had to generate a throwaway ADM wallet just to get past that step.

❌ Where It Broke: Exchange Connection

Config picked NonKYC and BNB/USDT as the pair. This is where things went wrong. Every time I ran mm doctor or mm on, it failed preflight with:

getMarkets failed: getMarkets returned no data

I spent a good while trying to rule out that this was something I did wrong:

✅ Checked config.jsonc directly, API key + secret saved correctly, with read+trade permissions (withdraw kept off on purpose)
✅ Ran a plain curl against NonKYC's public markets API from the same shell, got back valid JSON with BNB/USDT listed and active
✅ Checked BNB/USDT directly on NonKYC's site, real order book, real volume, nothing wrong with the market

So at this point I'm fairly confident the issue lives inside the bot's NonKYC connector, not on my end.

🔍 Debugging Was Harder Than It Should Be

mm logs barely gave me anything, the log file only had [The bot started] entries, no actual error detail or stack trace from the failed API call. I also tried mm logs --grep error, which errored out the first time on syntax (Missing value for --grep). Even after fixing that, there was nothing useful to grep since the real error just wasn't being logged in the first place.

For a self-hosted tool aimed at people troubleshooting on their own, better error logging here would go a long way.

Bottom line: I could not get the bot to actually run against NonKYC. Everything up to the exchange connection worked well, but that's also the part that actually matters, so I can't speak to order book building, spread management, or Messenger commands since it never got that far.

✅ What I Liked
mm doctor as a concept, one command checking install, config, DB, exchange API, and runtime is genuinely good design
Config file comments are clear, better than most bot configs I've used
⚠️ What Didn't Work / Was Confusing
Exchange API connection to NonKYC fails at getMarkets with no useful log detail to debug it
Manager ADM address shouldn't be mandatory if you're only using the CLI
mm logs --grep syntax isn't obvious and errors unhelpfully on first try
💡 Config Tip

If you hit the "Catastrophic failure" WSL error on first launch, don't bother reinstalling, just toggle the WSL / Virtual Machine Platform Windows features off and on (restart between each), then wsl --update.

🏁 Conclusion

Would I recommend this to a token issuer today? Cautiously. The whole self-hosted, no-custody-transfer approach is exactly the right pitch, and the CLI tooling (mm init / mm doctor) is well thought out.

I've reported the getMarkets issue to the team directly, will update this post if I hear back or if it gets fixed.

Screenshots attached:

mm init completed — config summary

https://i.postimg.cc/8zQwnJYV/image.png

mm doctor output showing the FAILED exchange API check

https://i.postimg.cc/MTK9bCF6/image.png

NonKYC BNB/USDT live order book/chart

https://i.postimg.cc/t4kSZRr9/image.png

curl output confirming NonKYC's API returns BNB/USDT data directly

https://i.postimg.cc/MTMdF7zK/image.png
adamant.im (OP)
Member
**
Offline

Activity: 1372
Merit: 54

ADAMANT — the most secure and anonymous messenger


View Profile WWW
August 11, 2026, 03:58:43 PM
 #3

@Dentianaedo — thanks, this is exactly the kind of review we hoped for.

Quick notes on your findings:

1) NonKYC getMarkets
Your curl vs bot mismatch is a real signal. Public markets JSON looks fine on your side, so we are treating this as a NonKYC connector / response-parsing issue (not a bad API key). Logged and in the queue.

Workaround for now if you want to finish the live part of the review: try Azbit, P2PB2B, StakeCube, Coinstore, or FameEX on any liquid pair. Same install / same config flow.

2) Manager ADM address required in mm init
Fair point. Right now the wizard still assumes a Messenger manager address even if you only want CLI. We’ll loosen that for CLI-only setups.

3) Logging / mm logs --grep
Agreed — “getMarkets returned no data” with almost nothing in the log file is useless for self-hosted debugging. Better error detail + clearer --grep usage is on the list.

4) WSL tip
Useful for other Windows users. Not our bug, but worth keeping in the community notes.

Reward
Review quality is high (setup path, screenshots, curl proof, clear repro). Even though MM modules never started because of the connector failure, the feedback itself is actionable.

Approved: 1200 ADMU4052524789207824071

We’ll send shortly and post the tx id here.

If you retest on another supported exchange (or after the NonKYC fix), feel free to add a short follow-up — that helps a lot, no extra payment required unless we ask for a deeper second pass.

Thanks again.

💬 ADAMANT Messenger ● ● ● ● ● ● ●   Try it now: Secure and Anonymous Messenger   ● ● ● ● ● ● ●
Trusted and Open source ● Integrated payments ● Get welcome 0.09 ADM token for free messaging now
● ● ● ● ● 💬 ● ● ● ● ● 💬 ● ● ● ● ● 💬 ● ● ● ● ● 💬 ● ● ● ● ● 💬 ● ● ● ● ● 💬 ● ● ● ● ● 💬 ● ● ● ● ●
● ● ● ● ● 💬 ● ● ● ● ● 💬 ● ● ● ● ● 💬 ● ● ● ● ● 💬 ● ● ● ● ● 💬 ● ● ● ● ● 💬 ● ● ● ● ● 💬 ● ● ● ● ●
● ● ● ● ● 💬 ● ● ● ● ● 💬 ● ● ● ● ● 💬 ● ● ● ● ● 💬 ● ● ● ● ● 💬 ● ● ● ● ● 💬 ● ● ● ● ● 💬 ● ● ● ● ●
adamant.im (OP)
Member
**
Offline

Activity: 1372
Merit: 54

ADAMANT — the most secure and anonymous messenger


View Profile WWW
August 25, 2026, 07:26:00 AM
 #4

Thanks everyone — we’re closing this bounty.

One solid review came in (Dentianaedo — NonKYC getMarkets failure + WSL setup notes). That feedback was useful and the reward was approved at 1200 ADM.

No more submissions / payments under this bounty.

The software itself stays free & open-source. Questions → ANN:
https://bitcointalk.org/index.php?topic=5590335.0

Thanks again to anyone who tried it or even just looked.

💬 ADAMANT Messenger ● ● ● ● ● ● ●   Try it now: Secure and Anonymous Messenger   ● ● ● ● ● ● ●
Trusted and Open source ● Integrated payments ● Get welcome 0.09 ADM token for free messaging now
● ● ● ● ● 💬 ● ● ● ● ● 💬 ● ● ● ● ● 💬 ● ● ● ● ● 💬 ● ● ● ● ● 💬 ● ● ● ● ● 💬 ● ● ● ● ● 💬 ● ● ● ● ●
● ● ● ● ● 💬 ● ● ● ● ● 💬 ● ● ● ● ● 💬 ● ● ● ● ● 💬 ● ● ● ● ● 💬 ● ● ● ● ● 💬 ● ● ● ● ● 💬 ● ● ● ● ●
● ● ● ● ● 💬 ● ● ● ● ● 💬 ● ● ● ● ● 💬 ● ● ● ● ● 💬 ● ● ● ● ● 💬 ● ● ● ● ● 💬 ● ● ● ● ● 💬 ● ● ● ● ●
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!