Open ameeraz19 opened 1 year ago
@botdigit-admin any ideas?
You need a very minimum amount in thr market wallet.
On Thu, Aug 24, 2023, 12:05 PM Dan Clipca @.***> wrote:
@botdigit-admin https://github.com/botdigit-admin any ideas?
— Reply to this email directly, view it on GitHub https://github.com/eckmarcommunity/eckmar/issues/72#issuecomment-1692258880, or unsubscribe https://github.com/notifications/unsubscribe-auth/AXSCEGDI4OIBWDSAJZBAEQTXW6QXXANCNFSM6AAAAAA35NVLMU . You are receiving this because you are subscribed to this thread.Message ID: @.***>
How users can find the market wallet? And how i can make sure that the market connected to the wallet?
hello friend i deposit on the marketplace wallet address that set on the coins.php and still not work on the become vendor page its not showing the wallet address to deposit on
You need a very minimum amount in thr market wallet. … On Thu, Aug 24, 2023, 12:05 PM Dan Clipca @.> wrote: @botdigit-admin https://github.com/botdigit-admin any ideas? — Reply to this email directly, view it on GitHub <#72 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AXSCEGDI4OIBWDSAJZBAEQTXW6QXXANCNFSM6AAAAAA35NVLMU . You are receiving this because you are subscribed to this thread.Message ID: @.>
never mind its worked now i was trying from admin user its didn't work but when i create user its works
never mind its worked now i was trying from admin user its didn't work but when i create user its works
please can do a step by step description of how you solved this problem. i am having the same problem.
hello friend i deposit on the marketplace wallet address that set on the coins.php and still not work on the become vendor page its not showing the wallet address to deposit on
You need a very minimum amount in thr market wallet. … On Thu, Aug 24, 2023, 12:05 PM Dan Clipca @.**> wrote: @botdigit-admin https://github.com/botdigit-admin any ideas? — Reply to this email directly, view it on GitHub <#72 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AXSCEGDI4OIBWDSAJZBAEQTXW6QXXANCNFSM6AAAAAA35NVLMU . You are receiving this because you are subscribed to this thread.Message ID: @.**>
You are not required to send coins to the address set in coin.php. Instead, verify the functionality of your node. If it's operational, create a new user. This action will automatically generate a new address for that user, and concurrently create a "become vendor" address. Afterwards, transfer coins to the "become vendor" address. Once you've accumulated enough coins, you'll gain the capability to become a vendor.
hello I do exactly what the instruction says also i setup the bitcoin daemon and its work... I created new user and added the pgp key when i go to the become vendor page and click "become a vendor" i got this message: " You must deposit enough funds to the one address! " but its not showing any address to transfer the bitcoin to... in the coins.php-> coin_list i made this change: 'coin_list' => [ 'btc' => \App\Marketplace\Payment\BitcoinPayment::class, // 'xmr' => \App\Marketplace\Payment\MoneroPayment::class, // 'btcm' => \App\Marketplace\Payment\BitcoinMutlisig::class, // bitcoin multisig // 'stb' => \App\Marketplace\Payment\StubCoin::class, // 'pivx' => \App\Marketplace\Payment\PivxCoin::class, // 'ltc' => \App\Marketplace\Payment\LitecoinPayment::class, // 'dash' => \App\Marketplace\Payment\DashPayment::class, // 'bch' => \App\Marketplace\Payment\BitcoinCashPayment::class, // 'xvg' => \App\Marketplace\Payment\VergeCoin::class, ]
thats mean the website must use the btc only so in .env i do this settings for connection : BITCOIND_HOST=127.0.0.1 BITCOIND_PORT=8332 BITCOIND_USERNAME=Username BITCOIND_PASSWORD=Password
what wrong here?