Author

Topic: generating fresh deposit address (Electrum) (Read 138 times)

sr. member
Activity: 602
Merit: 387
Rollbit is for you. Take $RLB token!
For higher transaction volume, you must setup your own Electrum server which requires a full node.
I found two guides on technical steps and requirements to set up an Electrum server with a Bitcoin node.

Running your own Electrum server
How to set up your own Bitcoin node, Electrum wallet and Server

A Bitcoin full node is recommended but if privacy is important, use Tor to maximize privacy.
legendary
Activity: 2534
Merit: 6080
Self-proclaimed Genius
-snip- i want to tunnel payments through my wallet only (i don't want to use centralized ways to do this for me -snip-),
so i want to generate fresh deposit address with no blockchain history to avoid confusion with transactions etc. i'm using electrum wallet, and using these code languages for my website; HTML/CSS for my frontend/static, and PHP for my backend server.
If you want to exclusively use Electrum:
You can use an "Electrum Merchant" setup which consists of an Electrum wallet on a secured machine and a "watch-only" (read-only) wallet on your website's server.
This provides the basic instructions on how to set it up: electrum.readthedocs.io/en/latest/merchant.html

Take note that Electrum is an SPV wallet which relies on public servers. (if you do not own one)
Most of which have a limit on the number of transactions and addresses they allow to sync.
For higher transaction volume, you must setup your own Electrum server which requires a full node.
legendary
Activity: 1526
Merit: 1359
i need help with how to set-up freshly new deposit address everytime someone want to deposit money Cheesy

It depends on how many new addresses you need and how frequently. The simplest method would likely be to pre-generate a bunch of new addresses from your Electrum wallet. There Is no limit to the number of deposit addresses you can create in advance. These addresses can then be stored in a database.  In the backend, a PHP script can be used to select a new, unique address from the database whenever needed. You can always add more addresses to the database as required.
newbie
Activity: 19
Merit: 1
i need help with how to set-up freshly new deposit address everytime someone wants to deposit money Cheesy

If that's what you need then I already provided the link it only needs your xPub or master public key all generated deposit addresses are generated from your own wallet you fully control like the wallet you created from Electrum you can use the xPub from that wallet to import it into BTCpay all deposit addresses generated when someone wants to deposit in your site it would generate a unique unused address that you can also see in your Electrum wallet.

Better read the documentation to guide you on how to host this below

- https://docs.btcpayserver.org/Walkthrough/

You can also watch their videos here https://m.youtube.com/channel/UCpG9WL6TJuoNfFVkaDMp9ug

thanks a lot, Cheesy
legendary
Activity: 3374
Merit: 3095
Playbet.io - Crypto Casino and Sportsbook
i need help with how to set-up freshly new deposit address everytime someone wants to deposit money Cheesy

If that's what you need then I already provided the link it only needs your xPub or master public key all generated deposit addresses are generated from your own wallet you fully control like the wallet you created from Electrum you can use the xPub from that wallet to import it into BTCpay all deposit addresses generated when someone wants to deposit in your site it would generate a unique unused address that you can also see in your Electrum wallet.

Better read the documentation to guide you on how to host this below

- https://docs.btcpayserver.org/Walkthrough/

You can also watch their videos here https://m.youtube.com/channel/UCpG9WL6TJuoNfFVkaDMp9ug
newbie
Activity: 19
Merit: 1
It seems you're not done yet? You didn't mention what exactly you need?

Or do you developing a payment method and you are trying to implement it on your website?

I suggest if you don't want to some control your wallet or use any centralized payment methods why not use BTCpayserver?
You can host this on your own PC and add other coins supported.

If you are interested check this link below.

- https://github.com/btcpayserver/btcpayserver
i need help with how to set-up freshly new deposit address everytime someone want to deposit money Cheesy
legendary
Activity: 3374
Merit: 3095
Playbet.io - Crypto Casino and Sportsbook
It seems you're not done yet? You didn't mention what exactly you need?

Or do you developing a payment method and you are trying to implement it on your website?

I suggest if you don't want to some control your wallet or use any centralized payment methods why not use BTCpayserver?
You can host this on your own PC and add other coins supported.

If you are interested check this link below.

- https://github.com/btcpayserver/btcpayserver
newbie
Activity: 19
Merit: 1
i'm currently finishing up few projects, payment methodes on this project is cryptocurrency (only BTC now, i may add other soon), i want to tunnel payments through my wallet only (i don't want to use centralized ways to do this for me f.e. TripleA (https://triple-a.io/)), so i want to generate fresh deposit address with no blockchain history to avoid confusion with transactions etc. i'm using electrum wallet, and using these code languages for my website; HTML/CSS for my frontend/static, and PHP for my backend server. Cheesy
Jump to: