PHP Bitcoin wallet/transfer interface -
first, need tell i'm pretty new bitcoin.
i'm asked build bitcoin exchange website. i'll have server plan build linux , php.
-all transfers issued manually
so have online wallet , manually transfer bitcoins given addresses receive bitcoins wallet.
the problem i'm not allowed use 3rd party api.
so how can create online wallet without 3rd party api on php server?
should install bitcoind server or there other way? idea install bitcoind remote server?
thanks.
the problem i'm not allowed use 3rd party api.
it decision make system safe, not enough.
should install bitcoind server or there other way? idea install bitcoind remote server?
with approach, need bitcoin node (which bitcoind reliable one) accessible php code, should remote!
i don't think security problem install bitcoind on php server, long configured listen localhost , not visible publicly, , respond server php requests. don't forget there still many other security risks here.
for example if able hack server , access it, can use funds. best practice implement cold storage solution transfer part of funds in hot online exchange wallet it, , bring hot wallet manually whenever needed.
Comments
Post a Comment