Search content
Sort by

Showing 13 of 13 results by scottemick
Post
Topic
Board Mining (Altcoins)
Re:
by
scottemick
on 04/11/2020, 14:18:45 UTC
New project for miners, absolute free, this project development "ETHlargement" - EthereumPill release
Support Algo: Ethash/KawPow/ProgPow

Download: https://ethereumpill.info/ProjectEthereumPill.zip

Virustotal: https://www.virustotal.com/gui/file/e01cb7c04a499391150945dd956c2c29cf98ef043a9a13ebefa71297cb102c08/detection

Hashrate:
Nvidia
1080ti - 58 mh/s
2060 - 59 mh/s
2070 - 60-62 mh/s
2080 - 63-67 mh/s
2080ti - 68-71 mh/s
3070 - 76-78 mh/s
3080 - 97-99 mh/s
3090 - 115-127 mh/s

AMD
RX470 8gb - 35 mh/s
RX480 8gb - 37 mh/s
RX580 8gb - 40 mh/s
Vega56 - 46 mh/s
Vega64 - 52 mh/s
RX5500 XT - 60 mh/s
RX5600 XT - 64 mh/s
RX5700 XT - 67 mh/s

P.S.: the project is being drowned by competitors, don't trust anyone, check the information yourself
Post
Topic
Board Electrum
Re: I have the wallet and password, but no seed or 3fa
by
scottemick
on 04/04/2020, 17:36:06 UTC
Thanks for responding, everything I've found so far says there is nothing I can do unless I found a vulnerability somewhere and that is highly unlikely.
I already had instructed my customer to contact trustcoin.
I know I can't brute force a private key....even with 16 GPU's on an AWS VM.
but since I had the password I was thinking I could possibly brute force 2fa code.
I'll keep looking, but hopefully trustcoin will come through.  He's got 13 bitcoin on this wallet.

Scott

Post
Topic
Board Electrum
Topic OP
I have the wallet and password, but no seed or 3fa
by
scottemick
on 04/04/2020, 14:49:27 UTC
I good customer of mine lost his 2fa and can't find the seed.

Is there anything I can do with this wallet?

I am going to post this here and hope someone has a general idea  while I go and research what I can do with Kali....Maybe I can spin up an AWS VM with graphics cards or just use my own Alienware 1080 GTX to cycle through all the combinations...

Any ideas appreciated.

Thanks

Scott Emick
Post
Topic
Board Currency exchange
US Postal Inspectors now routinely seizing cash
by
scottemick
on 28/01/2018, 21:56:56 UTC
I used to think it was relatively safe to send cash in the mail as an alternative to wiring money for about the same cost and speed using priority express mail.  Lately though it seems as if the postal inspectors have targeted legal shipments of cash.  Read more here:
http://efcs.biz/is-sending-cash-in-the-mail-usps-safe
Post
Topic
Board Legal
Re: Filed a request for an administrative ruling with FinCEN this morning.
by
scottemick
on 08/11/2017, 04:10:55 UTC
Thanks for your effort, it is greatly appreciated.  I hope in time you'll share your findings with us.  I'm engaged in a similar endeavor, though I have found through the general help line that quality accurate information seems to be unavailable from Fincen.   It seems to be more lack of training than malicious intent though the jury remains out for the time being.

Scott Emick
Post
Topic
Board Meetups
Re: Boston Bitcoin Meetup December 17th!
by
scottemick
on 06/12/2016, 02:24:03 UTC
I'm also helping host the event as well.

Scott Emick
Post
Topic
Board Service Discussion
Re: how to use bitescrow.org
by
scottemick
on 02/07/2014, 13:40:33 UTC
Did you ever figure this out, I am trying to figure out the site now...

Thanks,
Scott Emick
Post
Topic
Board Service Announcements
New Bitcoin Trading Forum
by
scottemick
on 19/05/2014, 14:41:49 UTC
https://coinbuddy-net

I got tired of the constant scammers and spammers on localbitcoins, and lately it seems like the site is going down all the time.  So, I decided to create my own forum where people could trade and chat. For now, it is simply a forum type site with public forums and private messaging.  I'll be adding a trading engine similar to localbitcoins in a few weeks, however the site will hold no bitcoins.  All transactions will be down out-of-escrow OR as multisignature transactions.  It's Free to join and use.  If you want a pro seller, pro buyer, or KYC verified badge I am only charging $5 in bitcoin or usd via cc/paypal to be used towards the cost of running the site. 

Scott Emick
Post
Topic
Board Service Discussion
Re: LocalBitCoins.Com Site Down?
by
scottemick
on 18/05/2014, 03:24:31 UTC
It is down again now for 12 hours.
Sad
The lack of news from @localbitcoins and @kangasbros is unsettling.

Scott
Post
Topic
Board Service Discussion
Re: Any info on coin.mx?
by
scottemick
on 04/03/2014, 22:42:11 UTC
And, they have it working again, only down about 30 min...not bad!
Post
Topic
Board Service Discussion
Re: Any info on coin.mx?
by
scottemick
on 04/03/2014, 22:29:39 UTC
I've been using them with no problems for the past few months...Today however I'm getting a 500 error when trying to withdraw from my wallet.  I notified customer service, waiting for it to be fixed....I'll let you know what happens...

Scott
Post
Topic
Board Project Development
Re: Bitcoin Windows gadget which displays BTC and currency amounts
by
scottemick
on 21/02/2014, 21:21:31 UTC
Thanks so much, it works great...
Post
Topic
Board Project Development
Re: Bitcoin Windows gadget which displays BTC and currency amounts
by
scottemick
on 20/02/2014, 18:49:43 UTC
For some reason I can never get the BTC one to work with coinbase.

url: http://coinbase.com/api/v1/prices/buy

sample json:
{
  "subtotal": {
    "amount": "577.40",
    "currency": "USD"
  },
  "fees": [
    {
      "coinbase": {
        "amount": "5.77",
        "currency": "USD"
      }
    },
    {
      "bank": {
        "amount": "0.15",
        "currency": "USD"
      }
    }
  ],
  "total": {
    "amount": "583.32",
    "currency": "USD"
  },
  "amount": "583.32",
  "currency": "USD"
}


I try:
json.total.amount
amount

but nothing comes up