Search content
Sort by

Showing 8 of 8 results by CyberAlien
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [ARO] | Arionum | CPU | PHP Based | Decentralized Revolution
by
CyberAlien
on 21/06/2018, 07:04:39 UTC
Does anyone know if there's any javascript based miner?

I'm thinking of something similar to Coinhive that will mine Arionum?
Post
Topic
Board Securities
Re: FortuneJack Server Files & Database
by
CyberAlien
on 08/04/2018, 23:44:09 UTC
It's bullshit - the zip file is password protected.

It'll end up being on of those "PM me to ask for the password so I can request that you send me BTC for it" things.
Post
Topic
Board Computer hardware
Re: anyone heard of Blockware Solutions?
by
CyberAlien
on 26/01/2018, 15:34:49 UTC
Hello Blockware,

As per this craigslist post, you are based out of San Diego as well. I live around 2 hours drive from San Diego and happy to meet you at your store and buy the product. Please let me know if it works.

https://sandiego.craigslist.org/csd/syd/d/bitmain-antminer-a3s-s9s-d3s/6471970313.html

Thanks,

While they are probably scamming, it's idiots like you that make scammers look smart.

The clearly say in the Craigslist post you linked to that they are "located out of Chicago."  They've simply advertised to San Diego residents on Craigslist.
Post
Topic
Board Bitcoin Discussion
Someone is selling Electrum vulnerability script
by
CyberAlien
on 07/01/2018, 16:21:11 UTC
If you haven't updated already, you should do so immediately.

This was shared a few minutes ago on Twitter:  http://satoshibox.com/j5tc6hwdbp2tbs2z4h8uhcxs

I don't know if it actually works and I don't have 0.05 BTC to test it.  But I thought it may be useful for some developers to investigate.
Post
Topic
Board Scam Accusations
Re: www.bitminers.pro Scam! with Proof
by
CyberAlien
on 22/12/2017, 15:36:33 UTC
Just out of curiosity, how did you find this website?
Post
Topic
Board Service Announcements
Bitcoin Patrol - Stolen Bitcoin Recovery Service
by
CyberAlien
on 10/12/2017, 00:20:19 UTC
Bitcoin Patrol specializes in recovering stolen bitcoins.  There are no upfront costs to using our service.

If your bitcoins are recovered, we take 20% of them and return 80% to you.  The methods we use can be extremely time consuming and expensive.  Our service is simple, just fill out the form on our website and we'll get started.

Bitcoin Patrol:  https://bitcoinpatrol.org

NOTE:  We offer no guarantees and cases are NOT on a first-come, first-serve basis.  We work on a commission basis, therefore, we work on the cases that will generate the largest profit for us (taking into account the time and expenses we incur).  This may sound greedy, but it's reality.  We work on every case submitted, sometimes it just takes awhile.

IMPORTANT:  We ask for extremely sensitive details, such as your private key.  Most of the time, that doesn't matter - because your wallet has already been emptied by hackers.  Please make sure your wallet is completely emptied before submitting the form on our website.  You should NEVER again use the address or private key you submit to us (or to anyone else).
Post
Topic
Board Service Announcements
Re: Online Bitcoin Wallet Generator + API System
by
CyberAlien
on 04/12/2017, 21:59:59 UTC
Hello, so if I understand correctly this is similar to myetherwallet right ? but what does your wallet offer more than lets say blockchain.info, I know the centralized part of the password side of it but what about the rest especially in comparison of myetherwallet service

I haven't used MyEtherWallet, so I can't really comment on them, sorry.  From the looks of it, it appears to be a client-side generator, so generating public addresses and private keys programmatically isn't possible.  I also couldn't find any API they offer that does this.

As for Blockchain.info, you can create Bitcoin addresses through their API, but they don't provide you with their private keys.  If I could have gotten the private keys through their API, I never would have created MyPrivateWallet in the first place Smiley
Post
Topic
Board Service Announcements
Online Bitcoin Wallet Generator + API System
by
CyberAlien
on 04/12/2017, 21:03:43 UTC
I'd like to introduce MyPrivateWallet - an online Bitcoin wallet generator.

MyPrivateWallet:  https://myprivatewallet.com

Our homepage is designed to be extremely easy to use for newbies - it simply displays a new Bitcoin address and private key anytime you refresh the page.

MyPrivateWallet API:  https://myprivatewallet.com/api/

Generate addresses and private keys in JSON format for easy integration.  The service was just going to be an API, but the homepage was added for newbies.

====================================

Frequently Asked Questions

Why not offer a Javascript-based wallet generator?

For a couple of reasons.  First, there's already a couple of websites that do this and do a great job at it.  Second, our system is entirely based around our API.  It wouldn't be feasible to offer an API that requires users to run parse the Javascript or run a third party system like PhantomJS to get the results.

Is MyPrivateWallet safe to use?

Yes, but it's important that you make sure your computer is also safe to use.  You have to be connected to the Internet for our system to work.  Therefore, if there's any malware on your computer, it could potentially steal your private key - if that's what the malware is designed to do.

Do you store any details about users?

No, our system is specifically designed to not store any information.  Anything from access logs to error logs are disabled.  Please note that we do use CloudFlare, who may temporarily store certain information such as IPs.  But if CloudFlare itself were to ever get hacked, there's thousands of much more popular websites that would be targeted instead of us.

Do you store public addresses or private keys?

No, this wouldn't really be feasible for us to do.  A single user of our API could easily generate millions of addresses and private keys on a daily basis.  While some large companies could probably store this much information and make use of it, it would be pretty much impossible for us to do.

Why was MyPrivateWallet created at all?

The best description of MyPrivateWallet is that it's a hybrid between paper wallet generators and web wallets.  Unlike most paper wallet generators, you do have to be connected to the Internet to use our system.  Unlike most web wallets, we provide you with the private keys to your addresses so you're in full control.

====================================

How To Safely Use MyPrivateWallet

If you can't be sure that your computer is free from malware, we suggest installing a virtual machine (Ubuntu tends to be the safest).

After installing Ubuntu, open up the Terminal application and run the following command:

Code:
curl "https://myprivatewallet.com/api/"

Every time you run the command, you'll be issued a new address and private key that can be safely used.

NOTE:  While certain things, such as feature requests, are always welcome, please remember that we can't provide you with any addresses or private keys that you've generated.  If you lose them, they're gone forever.  Keep them somewhere safe.