Bitcoin Forum

Other => Beginners & Help => Topic started by: Durieel on July 23, 2015, 01:14:18 PM



Title: Bitcoin wallet, security, my website and game, Advices/Help required
Post by: Durieel on July 23, 2015, 01:14:18 PM
Hello!

I got a website with a game of mine, the thing is that i dont have any idea what i should do to apply bitcoinwallet into the website, whats best (security). What kind of system would you recommend to make it easier to withdraw and deposit from/to site. I want it to work safe and sound, i can code this but i need idea, i know how wallet works iam not that newbie into such things, but i need to resolve this problem.

PS.

I dont know if its right section, mod edit it if its wrong, thanks


Title: Re: Bitcoin wallet, security, my website and game, Advices/Help required
Post by: notlist3d on July 23, 2015, 01:19:16 PM
Hello!

I got a website with a game of mine, the thing is that i dont have any idea what i should do to apply bitcoinwallet into the website, whats best (security). What kind of system would you recommend to make it easier to withdraw and deposit from/to site. I want it to work safe and sound, i can code this but i need idea, i know how wallet works iam not that newbie into such things, but i need to resolve this problem.

PS.

I dont know if its right section, mod edit it if its wrong, thanks

DO NOT put a live wallet on a website unless you have to.  It's a way to put a security target on your back.  What is your need are you doing a business or just wanting use on website?

You could put an address up, and have it deposited to a safe cold wallet.   


Title: Re: Bitcoin wallet, security, my website and game, Advices/Help required
Post by: Durieel on July 23, 2015, 01:38:20 PM
Iam doing business side, users gonna deposit/withdraw, someone said that i should use paper-wallet. So what kind of options or which wallets would be recommended. I understand that 3rd companies are not this safe, as you have to rely on their security right?


Title: Re: Bitcoin wallet, security, my website and game, Advices/Help required
Post by: Muhammed Zakir on July 23, 2015, 01:40:10 PM
A multisig wallet or hierarchical deterministic(HD) wallet.


Title: Re: Bitcoin wallet, security, my website and game, Advices/Help required
Post by: notlist3d on July 23, 2015, 01:42:35 PM
Iam doing business side, users gonna deposit/withdraw, someone said that i should use paper-wallet. So what kind of options or which wallets would be recommended. I understand that 3rd companies are not this safe, as you have to rely on their security right?

Look into "cold wallets" they are very secure but a little harder to get to and spend.    Putting it on website would be a hot wallet if the server really run a wallet behind the scenes.

Basically last thing you want is for the web server to hold your wallets, and your coins.


Title: Re: Bitcoin wallet, security, my website and game, Advices/Help required
Post by: Durieel on July 23, 2015, 02:05:31 PM
Iam doing business side, users gonna deposit/withdraw, someone said that i should use paper-wallet. So what kind of options or which wallets would be recommended. I understand that 3rd companies are not this safe, as you have to rely on their security right?

Look into "cold wallets" they are very secure but a little harder to get to and spend.    Putting it on website would be a hot wallet if the server really run a wallet behind the scenes.

Basically last thing you want is for the web server to hold your wallets, and your coins.

Thanks gotta take a deeper look into this, i will write a post if i find more questions about it. Thanks for fast reply ;)

EDIT:

They are harder to spend because of security? As far as i know hot wallet is not that safe as someone could break into pc. So then comes next question could, whats bad thing with having third company as blockchain. And do you know what kind of system uses popular gambling dices like "Dadice, Primedice"?


Title: Re: Bitcoin wallet, security, my website and game, Advices/Help required
Post by: Muhammed Zakir on July 23, 2015, 02:10:55 PM
Primedice uses both hot wallet and cold wallet but they only store small amounts in hot wallet.


Title: Re: Bitcoin wallet, security, my website and game, Advices/Help required
Post by: everaja on July 23, 2015, 02:13:55 PM
I would suggest you to use Offline & multi signature wallet.
Bitcoin multisig wallets have tremendous potential for increasing the security of funds and giving technology tools to enforce corporate governance.
I guess it will fit best for your Business. :)


Title: Re: Bitcoin wallet, security, my website and game, Advices/Help required
Post by: Durieel on July 24, 2015, 08:29:51 PM
Hello! Again

I decided to go for warm-wallet. From what i understand thats a method with 3 wallets: Cold one, neither cold neither warm wallet (where you transfer btc from cold one manually once a day, with limited amount), hot one which are connected to the internet all the time, as well as with user. So where could i find a tutorial or step by step article/video about setting up warm-wallet?!


Title: Re: Bitcoin wallet, security, my website and game, Advices/Help required
Post by: pedrog on July 24, 2015, 09:28:47 PM
It's probably better for you to use an external service like Blockchain.info, if you just want to accept payments, Bitpay, Coinbase or Gocoin should meet your requirements.It's probably better for you to use an external service like Blockchain.info, if you just want to accept payments, Bitpay, Coinbase or Gocoin should meet your requirements.


Title: Re: Bitcoin wallet, security, my website and game, Advices/Help required
Post by: money.investment on July 26, 2015, 06:10:31 AM
Hello! Again

I decided to go for warm-wallet. From what i understand thats a method with 3 wallets: Cold one, neither cold neither warm wallet (where you transfer btc from cold one manually once a day, with limited amount), hot one which are connected to the internet all the time, as well as with user. So where could i find a tutorial or step by step article/video about setting up warm-wallet?!

If you are familiar with nodejs andgoing for warm wallet, then you can try light SPV wallets like -

1. Webcoin
https://github.com/mappum/webcoin

2. Termcoin
https://github.com/chjj/termcoin

or A pure C implementation of SPV wallet on your server

BIT-C
https://github.com/bit-c/bitc