Would it be possible to create a desktop wallet in C#?
ofcourse this is possible . but i am not sure how much you will be successful . you can make wallet for Android in about 15 minutes ( if you are sharper in typing ) . this wallet will work on private key import . source programming help source : YouTube
15 min? I don't think he meant an SPV wallet
Post
Topic
BoardDevelopment & Technical Discussion
Re: Is this possible?
by
coinvault.io
on 04/11/2016, 09:03:48 UTC
You have NBitcoin for bitcoin libraries Then there is also http://stratisplatform.com/ who are building a full node in C#
FYI coinvault.io web wallet is written in C# and has some open source libraries
Post
Topic
BoardMarketplace (Altcoins)
Re: Altcoin history books for sale (cryptocurrency)
by
coinvault.io
on 12/10/2016, 13:54:24 UTC
Can I pay with crypto?
Post
Topic
BoardAnnouncements (Altcoins)
Re: [SDC] ShadowCash | Welcome to the UMBRA
by
coinvault.io
on 28/09/2016, 21:28:25 UTC
Hi community, Are you interested in a web wallet? Check out coinvault.io or get in touch
Post
Topic
BoardAnnouncements (Altcoins)
Re: ★★ KoreCoin v2.0 ★★ [KORE]New ERA - VOIP WALLET -100% ANON - 100% PoS - PoBAnon
by
coinvault.io
on 28/09/2016, 21:23:30 UTC
Hi KoreaCoin Are you interested in a web wallet for KORE? coinvault.io is a secure web wallet where users own private keys.
Great innovations dev, can you tell me how i can add a new coin and does this also serve as online wallet that can stake?
Thanks I really hope to make it much easier to use crypto-currencies for the average person, The aim is that users of CoinVault don't need to know much about Bitcoin in order to use it.
afraid that wont work. Since terracoin launch. Some mining pool has been creating blocks with an invalid block version. That is why i had to set the islegacy version to the highest value they made. Apparently this is now conflicting with merged mining.
Everyone could try running this patch against their coind's and see if it accepts the block. If so i will apply it to the github and we can move the hard fork forward
So it looks like while I was sleeping the problem was solved! I am getting the Windows exes recompiled. Thanks everyone for the help!!
This is great news! btw https://bchain.info/TRC/ should be updated too, its not even moving. So basically those TRC which are sitting on Vircurex are good as shit?
Yep. We will need to warn everyone once again to update their wallets. Last time! I am adding "Create working testnet" to list of things to do in two weeks.
Excellent I will update coinvault.io with the new build, go TRC
Thanks for the guide it looks great. Can you PM me regarding adding the coins?
please add Antshare wallet too.. their official wallet is only available for win 64 users. and I am using a win 32 system. so I am not able to use their wallet. so if you add antshare wallet too. it would be a great movement.
Thanks.
I will soon release a guide on how to add new coins to coinvault
Thanks for the guide it looks great. Can you PM me regarding adding the coins?
Post
Topic
BoardAnnouncements (Altcoins)
Re: [POT]PotCoin - Banking for the Legal Cannabis Industry ✦ ✦ ✦Grow With Us ✦ ✦ ✦
by
coinvault.io
on 19/09/2016, 13:23:01 UTC
Hi Potcoin community, coinvault.io team here, is there interest in the community for a secure web wallet? CoinVault has no access to users private keys.
If you are interested in adding Potcoin to to our family of coins send a PM
Post
Topic
BoardAnnouncements (Altcoins)
Re: | STRATIS | The first blockchain developed for businesses |Full POS
by
coinvault.io
on 15/09/2016, 15:54:10 UTC
Hi community, We are working on adding stratis to coinvault.io A secure hybrid web wallet where the wallet password is used when encrypting the wallet, effectively only the user has access to the private keys. Support for mnemonic's, HD keys (with BIP32 and BIP44), no email required so user can stay anonymous and more.
Feel free to ask me anything More updates will come soon.
FYI CoinVault is built in C#.
Go stratis
Post
Topic
BoardAnnouncements (Altcoins)
Re: [ANN][DLC] DollarCoin | New Money Internet | PoW SHA-256 | New Web Wallet!!!
https://www.cryptonator.com and https://www.coinvault.io really look professional but it is not advisable for you to leave your coins with an exchange for too long of a time. Is there anybody with information whether these online wallets can stake coins that are stored with them?
Hi CoinVault team here, You are right the general rule is if you don't own the private keys you don't really own your funds. CoinVault does not hold accessible copies of private keys, only encrypted copies which are useless without the wallet password. The wallet HD seed is encrypted with the users wallet password (which goes through 64k rounds of a KDF function and a strong salt) we then store the encrypted data only. The user has to provide the wallet password to be able to sign transactions. This still requires trust in the developers code (which applies for many wallets out there including hardware and offline wallets) but the attack surface is reduced dramatically.
I am happy for any feedback you have on the wallet