3553 comments found.
After adding the domain to the Cloudflare system to increase user security, neither they nor I can connect to the platform anymore.
Server log: unable to connect to backend port:3000.
All security options are enabled in the Cloudflare system
please disable security measures that prevent port 3000 from calling 4000 for it to work
Hello Mashdiv, what is the ETA for these addons?
1. Swap 2. off/ON-ramper 3. Arbitrage module
currently team working on v6 we almost done, its major ui improvement for all frontend and addons and more landing pages and rework of all existing landing pages by following these standards
1- all pages use same container for perfect postioning and paddings
2- each extension have unique color schema that used across all its pages in user and admin side
3- navbar follow the color schema of the extension
4- each extension has its own navbar
5- all datatables now have hero section with premium design and animations
6- all theme configs now saved in 1 file to be used in all frontend for future support of editable themes so admin can edit all extensions themes and color schema from 1 area
7- all backend metadata and endpoints have perfect responses of what needed only
8- all modules updates to latest versions and all breaking changes fixed
9- all datatable forms now have live validation in frontend before calling backend by using the datatable own validation
10- all datatables forms now have proper titles and description for all inputs
11- dynamic pages made for create/edit of all datatables instead of the previous drawers for better layout and responsiveness
12- add support to grouping where each part of the form in datatable create/edit be part of a group for better data handling
and copy trading addon will be released with v6 release after that we will either work on swap or onramper or binary ai bots
greeat..and when is v6 eta?
this week
Reply my Ticket ID #252
My Admin menu are not working, i can’t access settings, CRM List, etc, everything on the menu,
But in the User section it works completely fine
admin side dont work if u dont have active and valid ssh and using https
because of security system
Hello Support Team
We facing issue related to auth, neither admin nor users able to login or signup on platform. Charts also not visible
Please check ticket #253 urgently
please use phpmyadmin to remove p2p_trades table then restart platform using
pnpm stop && pnpm start
as guided in patch notes
I tested it and everything seems fine, but the binary options page won’t open on my phone; it displays the error: “Something went wrong! An error occurred while loading the page.
will fix it for mobiles, thanks for report
OK Thank you very much. Please leave me the names of the files that need to be modified in support. https://support.mashdiv.com/hc/tickets/193 .
all binary issues fixed on mobile version and ui improved and theme toggle also patched
we will release an update in few minutes
Is the AI trading bot for market maker now available?
yes it has 5 bots that work on ecosystem for each market fully configurable, u can check it out https://codecanyon.net/item/ai-market-maker-automated-trading-bots-liquidity-management-price-stabilization-for-ecosystem/61007981
Hello MashDiv! I want to learn about your product before buying, because I see there are many versions of the product you are selling, I want to ask a few things as follows:
1_ Is the product priced at $325 the version with full source code (unbuilt source code of frontend, backend, initial database .sql file) according to the Live Demo version of the project “Bicrypto – Crypto Trading Platform, Binary Trading, Investments, Blog, News & More!” you are selling or not? (Because this is the first time I buy something, I often mistake the version with only frontend or backend or some incomplete version).
2_ If the product priced at $325 is the full version, does that mean I only need to pay once? Can I configure the source code myself and operate the project normally? Do I need to pay any additional recurring fees?
I really appreciate your feedback!
1- yes, and no it dont include the addons, that why they sold seperately 2- no u dont need to pay any extra, u might need to pay for support if u want after 6 months
Thanks for replying. What do you mean by “Add-on”? I just need the full source code (backend, frontend, .sql database) of the web project with Trading menus like the Live Demo you posted.
again
add-on or addon or extensions is something added on something
so an addon of forex is a forex addon added on the core https://codecanyon.net/item/bicrypto-crypto-trading-platform-watchlist-kyc-charting-library-wallets-binary-trading-news/35599184/comments
where the extension is https://codecanyon.net/item/forex-investment-addon-for-bicrypto/36668679
So if you do not have the add-on then the addon will not be in the core becauase that what addon means,
so the core – addon = core that u will get if u purchase only the core
Hi,
Your NFT demo looks good.
1. When will the NFT addon be available on Codecanyon?
2. I noticed the NFT has description but I did not see any traits (properties). Can creators add properties to NFT eg. traits, stats, booster, etc because it is standard?
3. When listing NFT/s, is there a “Creator Royalty” input number field to set a percentage for them to earn because it will motivate creators to create on the platform?
Thanks. Best regards.
1- waiting for approval from envato team , they are getting delayed alot
2- you can create traits and rarity
3- yes it has royality
i have this errior, [SLOW] Request to /api/admin/system/license/activate (POST) – Duration: 712ms
[ADMIN SYSTEM ERROR] License activation failed.
That’s why I said you should clean my licenses for the new installation.
again, your support is expired, you can update using envato downloads, we explained this alot over the years, please dont ask about it again, license u dont need if u use envato downloads, license u need if u want to update using our api server which is only happen if you have active support, and you dont have active support its expired as you see in your tag its dark not green
i want to use this script like dex logic, can i disable email/password login and make it only with web3 wallet connection and all users will use all website features via web3 connections.
we will develop that later, for now its cex except nft is dapp
as for wallet connect it allow login using wallets
When will the update be released, today or tomorrow?.
released already, didnt u get envato notification
System Update Current Version: 5.7.2
License Verified You have the latest version of Bicrypto – Crypto Trading Platform.
And it’s never updated, I don’t know why it’s showing up like this.
download core from envato and extract it in public_html we rereleased v5.7.2 with fix of p2p cron,also it included ur patchs
Thank you so much Please clear my licenses so I can do a clean install.
no need, just download core and extract it in same folder and run pnpm updator
I’m looking for something that will auto-trade pieces of crypto on margin – let’s say I own a small piece of ETH, then I sell it for $0.50 more, and as the market fluctuates it continues to buy/sell at small margins
I think it’s called grid trading
Can this do that?
we can develop it for u ofc
Like a plugin?
yes
[baseline-browser-mapping] The data in this module is over two months old. To ensure accurate Baseline data, please update: `npm i baseline-browser-mapping@latest -D`
The “middleware” file convention is deprecated. Please use “proxy” instead. Learn more: https://nextjs.org/docs/messages/middleware-to-proxy Creating an optimized production build …
> Build error occurred Error: Turbopack build failed with 4 errors: ./frontend/app/[locale]/(ext)/p2p/trade/[id]/components/trade-info.tsx:6:1 Export getCurrencySymbol doesn’t exist in target module 4 | import { ArrowDown, ArrowUp, DollarSign } from “lucide-react”; 5 | import { useTranslations } from “next-intl”; > 6 | import { getCurrencySymbol } from ”@/utils/currency”; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 7 | 8 | interface TradeInfoProps { 9 | amount: number;
The export getCurrencySymbol was not found in module [project]/frontend/utils/currency.ts [app-client] (ecmascript). Did you mean to import isValidCurrencyCode? All exports of the module are statically known (It doesn’t have dynamic exports). So it’s known statically that the requested export doesn’t exist.
Import traces: Client Component Browser: ./frontend/app/[locale]/(ext)/p2p/trade/[id]/components/trade-info.tsx [Client Component Browser] ./frontend/app/[locale]/(ext)/p2p/trade/[id]/components/trade-details.tsx [Client Component Browser] ./frontend/app/[locale]/(ext)/p2p/trade/[id]/components/trade-details-wrapper.tsx [Client Component Browser] ./frontend/app/[locale]/(ext)/p2p/trade/[id]/client.tsx [Client Component Browser] ./frontend/app/[locale]/(ext)/p2p/trade/[id]/page.tsx [Client Component Browser] ./frontend/app/[locale]/(ext)/p2p/trade/[id]/page.tsx [Server Component]
Client Component SSR:
./frontend/app/[locale]/(ext)/p2p/trade/[id]/components/trade-info.tsx [Client Component SSR]
./frontend/app/[locale]/(ext)/p2p/trade/[id]/components/trade-details.tsx [Client Component SSR]
./frontend/app/[locale]/(ext)/p2p/trade/[id]/components/trade-details-wrapper.tsx [Client Component SSR]
./frontend/app/[locale]/(ext)/p2p/trade/[id]/client.tsx [Client Component SSR]
./frontend/app/[locale]/(ext)/p2p/trade/[id]/page.tsx [Client Component SSR]
./frontend/app/[locale]/(ext)/p2p/trade/[id]/page.tsx [Server Component]
./frontend/app/[locale]/(ext)/p2p/trade/[id]/components/trade-info.tsx:6:1 Export getCurrencySymbol doesn’t exist in target module 4 | import { ArrowDown, ArrowUp, DollarSign } from “lucide-react”; 5 | import { useTranslations } from “next-intl”; > 6 | import { getCurrencySymbol } from ”@/utils/currency”; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 7 | 8 | interface TradeInfoProps { 9 | amount: number;
The export getCurrencySymbol was not found in module [project]/frontend/utils/currency.ts [app-ssr] (ecmascript). Did you mean to import isValidCurrencyCode? All exports of the module are statically known (It doesn’t have dynamic exports). So it’s known statically that the requested export doesn’t exist.
Import traces: Client Component Browser: ./frontend/app/[locale]/(ext)/p2p/trade/[id]/components/trade-info.tsx [Client Component Browser] ./frontend/app/[locale]/(ext)/p2p/trade/[id]/components/trade-details.tsx [Client Component Browser] ./frontend/app/[locale]/(ext)/p2p/trade/[id]/components/trade-details-wrapper.tsx [Client Component Browser] ./frontend/app/[locale]/(ext)/p2p/trade/[id]/client.tsx [Client Component Browser] ./frontend/app/[locale]/(ext)/p2p/trade/[id]/page.tsx [Client Component Browser] ./frontend/app/[locale]/(ext)/p2p/trade/[id]/page.tsx [Server Component]
Client Component SSR:
./frontend/app/[locale]/(ext)/p2p/trade/[id]/components/trade-info.tsx [Client Component SSR]
./frontend/app/[locale]/(ext)/p2p/trade/[id]/components/trade-details.tsx [Client Component SSR]
./frontend/app/[locale]/(ext)/p2p/trade/[id]/components/trade-details-wrapper.tsx [Client Component SSR]
./frontend/app/[locale]/(ext)/p2p/trade/[id]/client.tsx [Client Component SSR]
./frontend/app/[locale]/(ext)/p2p/trade/[id]/page.tsx [Client Component SSR]
./frontend/app/[locale]/(ext)/p2p/trade/[id]/page.tsx [Server Component]
./frontend/app/[locale]/(ext)/p2p/trade/[id]/components/trade-payment.tsx:32:1 Export getCurrencySymbol doesn’t exist in target module 30 | import { useToast } from ”@/hooks/use-toast”; 31 | import { useTranslations } from “next-intl”; > 32 | import { getCurrencySymbol } from ”@/utils/currency”; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 33 | 34 | interface TradePaymentProps { 35 | trade: any;
The export getCurrencySymbol was not found in module [project]/frontend/utils/currency.ts [app-client] (ecmascript). Did you mean to import isValidCurrencyCode? All exports of the module are statically known (It doesn’t have dynamic exports). So it’s known statically that the requested export doesn’t exist.
Import traces: Client Component Browser: ./frontend/app/[locale]/(ext)/p2p/trade/[id]/components/trade-payment.tsx [Client Component Browser] ./frontend/app/[locale]/(ext)/p2p/trade/[id]/components/trade-details.tsx [Client Component Browser] ./frontend/app/[locale]/(ext)/p2p/trade/[id]/components/trade-details-wrapper.tsx [Client Component Browser] ./frontend/app/[locale]/(ext)/p2p/trade/[id]/client.tsx [Client Component Browser] ./frontend/app/[locale]/(ext)/p2p/trade/[id]/page.tsx [Client Component Browser] ./frontend/app/[locale]/(ext)/p2p/trade/[id]/page.tsx [Server Component]
Client Component SSR:
./frontend/app/[locale]/(ext)/p2p/trade/[id]/components/trade-payment.tsx [Client Component SSR]
./frontend/app/[locale]/(ext)/p2p/trade/[id]/components/trade-details.tsx [Client Component SSR]
./frontend/app/[locale]/(ext)/p2p/trade/[id]/components/trade-details-wrapper.tsx [Client Component SSR]
./frontend/app/[locale]/(ext)/p2p/trade/[id]/client.tsx [Client Component SSR]
./frontend/app/[locale]/(ext)/p2p/trade/[id]/page.tsx [Client Component SSR]
./frontend/app/[locale]/(ext)/p2p/trade/[id]/page.tsx [Server Component]
./frontend/app/[locale]/(ext)/p2p/trade/[id]/components/trade-payment.tsx:32:1 Export getCurrencySymbol doesn’t exist in target module 30 | import { useToast } from ”@/hooks/use-toast”; 31 | import { useTranslations } from “next-intl”; > 32 | import { getCurrencySymbol } from ”@/utils/currency”; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 33 | 34 | interface TradePaymentProps { 35 | trade: any;
The export getCurrencySymbol was not found in module [project]/frontend/utils/currency.ts [app-ssr] (ecmascript). Did you mean to import isValidCurrencyCode? All exports of the module are statically known (It doesn’t have dynamic exports). So it’s known statically that the requested export doesn’t exist.
Import traces: Client Component Browser: ./frontend/app/[locale]/(ext)/p2p/trade/[id]/components/trade-payment.tsx [Client Component Browser] ./frontend/app/[locale]/(ext)/p2p/trade/[id]/components/trade-details.tsx [Client Component Browser] ./frontend/app/[locale]/(ext)/p2p/trade/[id]/components/trade-details-wrapper.tsx [Client Component Browser] ./frontend/app/[locale]/(ext)/p2p/trade/[id]/client.tsx [Client Component Browser] ./frontend/app/[locale]/(ext)/p2p/trade/[id]/page.tsx [Client Component Browser] ./frontend/app/[locale]/(ext)/p2p/trade/[id]/page.tsx [Server Component]
Client Component SSR:
./frontend/app/[locale]/(ext)/p2p/trade/[id]/components/trade-payment.tsx [Client Component SSR]
./frontend/app/[locale]/(ext)/p2p/trade/[id]/components/trade-details.tsx [Client Component SSR]
./frontend/app/[locale]/(ext)/p2p/trade/[id]/components/trade-details-wrapper.tsx [Client Component SSR]
./frontend/app/[locale]/(ext)/p2p/trade/[id]/client.tsx [Client Component SSR]
./frontend/app/[locale]/(ext)/p2p/trade/[id]/page.tsx [Client Component SSR]
./frontend/app/[locale]/(ext)/p2p/trade/[id]/page.tsx [Server Component]
at <unknown> (./frontend/app/[locale]/(ext)/p2p/trade/[id]/components/trade-info.tsx:6:1)
at <unknown> (./frontend/app/[locale]/(ext)/p2p/trade/[id]/components/trade-info.tsx:6:1)
at <unknown> (./frontend/app/[locale]/(ext)/p2p/trade/[id]/components/trade-payment.tsx:32:1)
at <unknown> (./frontend/app/[locale]/(ext)/p2p/trade/[id]/components/trade-payment.tsx:32:1)
ERR_PNPM_RECURSIVE_RUN_FIRST_FAIL frontend@ build: `next build` Exit status 1 ELIFECYCLE Command failed with exit code 1. ELIFECYCLE Command failed with exit code 1.
patched, will release update in a few mintes with binary improvements
and please remove /frontend/middleware.ts as we instructed in the patch notes
and u have to remove the p2p_trades table as per the docs of update https://docs.mashdiv.com/#patch-notes
please fix my problem there is no way to install the code TICKET ID #231 ive been working on since 2 days and you wont give any reply also you didnt do the installation
sorry its holiday, team will be available on monday
IT MEAN THEY WILL DO IT TODAY RIGHT?
yes
5.7.2 update error in the terminal PLS Why?
ERR_PNPM_RECURSIVE_RUN_FIRST_FAIL frontend@ build: `next build` Exit status 1 ELIFECYCLE Command failed with exit code 1. ELIFECYCLE Command failed with exit code 1.
either show full error or send it in ticket with screenshot please
Ticket #246
safe import of p2p, patched, will release update with binary improvements in few minutes
Thanks! Everything is OK
your welcome
1. When will you fix the percentage on the real account side, since it depends on the .ENV NEXT_PUBLIC_BINARY_PROFIT=87 file?
The percentage on the real account depends on the aforementioned file.
2. When will you integrate the button for the administrator to manually approve withdrawals, instead of the current automatic approval, so that it is approved before the withdrawal is processed?.
u can remove NEXT_PUBLIC_BINARY_PROFIT from .env its in durations now in admin side
will add option for that for u
If you need to make any paid customizations to the platform, do you do that?
yes we can