Search content
Sort by

Showing 6 of 6 results by RobinsonNikolay
Post
Topic
Board Wallet software
Re: multi account wallet for business
by
RobinsonNikolay
on 20/08/2022, 13:36:35 UTC
Quote
Are you developing your own website or are you using CMS?
no, its my own website node-vuejs
Quote
I don't know what do you mean your site does not allow coinpayments or BTCpayserver
I mean it would be against the concept of app
https://imgur.com/DqYjTXL
for now i have implemented it via coinbase api, but still looking for a better option, I don’t really want to keep all the money on coinbase

Post
Topic
Board Wallet software
Re: multi account wallet for business
by
RobinsonNikolay
on 19/08/2022, 22:06:29 UTC
I perfectly understand that you can’t trust online wallets, but I don’t have the money and knowledge to immediately make a server wallet with many currencies at once, my project is already 80% ready, but with this part it turned out to be a mess, I contacted binance support, they said that it is impossible there, but after studying the coinbase documentation, I believe that it is quite possible with a business account. but i'm still looking for third-party alternatives.

Post
Topic
Board Wallet software
Re: multi account wallet for business
by
RobinsonNikolay
on 19/08/2022, 21:43:45 UTC
Quote
I don't understand what is the point of keeping coins on centralized exchanges
this will greatly simplify the development of the application
Quote
f you want to have security theater you can just create simple website database of numbers and pretend you are transacting between users.
this is exactly what I planned, people deposit their money from the outside to the my master wallet and then transactions inside the application occur simply by rewriting from one database to another
Quote
There are wallets available for multiple currencies and you can just use them, shitcoins usually have low transactions fees, and most of them are worthless centralized junk.
here is the problem, I can imagine how to manually make bitcoin wallets using the ready-made bitcoin-core package, but I don’t quite understand how to manually screw other currencies, besides, this will greatly increase the load on the server (assumption). therefore, I am looking for a third-party service with good api that could provide such an opportunity to generate multiple addresses for one currency and then simply assign each address to a specific user

Post
Topic
Board Bitcoin Technical Support
Re: multi account wallet for business
by
RobinsonNikolay
on 19/08/2022, 12:49:34 UTC
Quote
If you want multiple currencies you should probably look into a payment processor such as coinpayments or btcpayserver.
If you just want BTC, use bitcoin core. Assign an address to a user and enable walletnotify. On deposit you will get notified and you can process the deposit however you like. Should be scalable.

Yes, bitcoin core fits well with what I have described, but I would like the user to have the opportunity to use other currencies(4-5 popular currency ada, eth, usdc), unfortunately, the specifics of the my site do not allow using the payments services(coinpayments or btcpayserver) that you mentioned. at the moment I'm leaning towards binance with its ability to create sub-accounts in a business account via api.
Post
Topic
Board Bitcoin Technical Support
Topic OP
multi account wallet for business
by
RobinsonNikolay
on 18/08/2022, 23:13:52 UTC
hello, I am looking for a good online wallet with the ability to create multiple accounts for users.
I found something similar to this in coinbase, through api I can create addresses for each user, also identify the user through notifications from coinbase, but are there any better alternatives for this?

Post
Topic
Board Project Development
Merits 1 from 1 user
Topic OP
LocalbitcoinBot - open source trading bot
by
RobinsonNikolay
on 30/09/2019, 16:34:43 UTC
⭐ Merited by hugeblack (1)
Hello, guys. I have created localbitcoin bot, which u can free download from github.
https://github.com/RobinsonNikolay/LocalbitcoinBot

Bot works through system terminal/console.
https://imgur.com/a/r1PZBhW

All settings u can make in file account.json
Code:
{
"qiwi":{
"79991112233": "qiwiApiToken",
"": "",
"": ""
},
"login": "MyLocalBitcoinNick",
"localbitcoinApiKeyFirst": {
"apiKey": "there api key",
"apiSecret": "there write secret"
},
"localbitcoinApiKeySecond": {
"apiKey": "there api key",
"apiSecret": "there write secret"
},
"buyOrderOptions":{
"minOpenOrderAmount": "3000",
"visible": true
},
"sellOrderOptions":{
"maxOpenOrderAmount": "30000",
"minOpenOrderAmount": "3000",
"visible": true,
"sms_verification_required": true
},
"proxy": {
"login": "",
"password": "",
"address": "",
"port": ""
}
}

This free version of the bot only works with russian payment system QIWI.
You can enter as many qiwi accounts as you like, the bot will use them one at a time.
You must create two app localbitcoins on the page https://localbitcoins.com/accounts/api/
and issue a token for each qiwi account.
In the login column write your nickname in localbitcoins
Also buy and sell orders should already be created on the locale.
The bot itself will not create them, it will edit the price every half minute.

Ask any questions in the telegram @RobinsonNikolay
By the same principle, bots are available on other payment systems in localbitcoins (for a fee)

Other payment systems
Quote
yandex
webmoney (for any currency dollar, rub..)
perfetmoney usd
payeer rub usd
advcash
eth litcoin ripple through binance api
paypal while in development
possible to make for your payment system