Bitcoin Forum
June 23, 2024, 11:35:50 AM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Wallet software / Re: multi account wallet for business on: August 20, 2022, 01:36:35 PM
Quote
Are you developing your own website or are you using CMS?
no, its my own website node-nuxt
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



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
besides, I'm afraid that it will be against the rules for the use of coinbase

2  Bitcoin / Wallet software / Re: multi account wallet for business on: August 19, 2022, 09:43:45 PM
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

my app is strongly resembles localbitcoinsCom, its p2p marketplace, crypto-items


3  Bitcoin / Wallet software / Re: multi account wallet for business on: August 19, 2022, 12:49:34 PM
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.
4  Bitcoin / Wallet software / multi account wallet for business on: August 18, 2022, 11:13:52 PM
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?
maybe you can suggest something better for my purpose.

the idea is simple, I need the user to have his own address where he could receive the crypt, preferably not limited to one currency and then on the site he could make transactions with other users (transactions on the site, of course, simply by rewriting from one database to another without blockchain
) and then he could withdraw it from main balance of the site, the database will simply keep tabs on how much money this person has.


5  Bitcoin / Project Development / LocalbitcoinBot - open source trading bot on: September 30, 2019, 04:34:43 PM
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.


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

Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!