Post
Topic
Board Bitcoin Technical Support
Topic OP
generating fresh deposit address (Electrum)
by
jordimetil
on 23/05/2024, 23:29:06 UTC
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/JavaScript for my frontend/static, and PHP for my backend server. Cheesy