Author

Topic: Any guides how to secure your bitcoins on server ? (Read 258 times)

legendary
Activity: 2954
Merit: 4158
A lot of the times, the reason why the exchange gets hacked is because of the owner wanting to run away. Either that or there is an inside job by people who have access to the server.

The main thing you have to do is to host a server offsite, from datacenters. Anyone could pretend to be you to get your service provider to reset the password for you. Has happened before and social engineering is not exactly preventable.

You have to secure your server with a password, that only selected people know. Other than that, you do have to get a cold storage. Its the only bulletproof way of storing the majority of Bitcoins.
hero member
Activity: 840
Merit: 508
Make winning bets on sports with Sportsbet.io!
Well i would suggest keeping the bitcoin wallet somewhere else than the server. You can send RPC calls to external wallet too.
What kind of service are you hosting? That would help with the question.
If you don't want to use RPC calls to some other server, then the advised config would be something like this simply:

Code:
daemon=1
server=1
rpcuser=somelongstring
rpcpassword=reallylongpasswords
rpcallowip=127.0.0.1
rpcport=some unused port

It's pretty simple, however if storing huge amount of coins, then it's advised to hire someone reputable to make it more secure.
jr. member
Activity: 115
Merit: 2
From time to time we hear that some exchange service being hacked, but after time we dont hear about security breach that was exploited.

My question - is there any best practices on the Internet how to build more or less secure web application with bitcoin server ?
Jump to: