Bitcoin Forum
May 05, 2024, 11:22:09 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Altcoin Discussion / BitCoin PoS on: November 17, 2017, 11:41:31 PM
Any one got any plans to Fork BTC 15.1 fro PoW + PoS Coin? with entire block chain and air drop like BCH.

5% Yearly Stake, 10 min block time, SHA256 I guess?

I think it would take a top 10 spot in no time.

2  Bitcoin / Bitcoin Wallet for Android / Android Password Hacker on: June 07, 2015, 04:46:24 AM
I had my phone erased, due to my own mistake. So I needed to get my wallet running again on my phone from a backup I created. Well when I went to import it, I could not for the life of me get the correct password. I tired for over an hour.

So after reading a few of the posts here and some from the bitcoind forum I modified a ruby script created by Revalin to work with openssl and look for the correct header record as specified here: https://raw.githubusercontent.com/schildbach/bitcoin-wallet/master/wallet/README.recover

The ruby code works well enough, it is for the newer (v3.47+) wallets, but can be quickly modified for older ones. It does create some files in the system directory based on the password you put in the script. Likely due to the ">" in the charters var.  I am sure someone more knowledgeable in ruby could fix it up proper. It was my first time I have used that language, and it solved my issue.

Anyway I didn't see anything specific for this type of wallet, so I thought I would share. Hope this helps someone some day.

Code:
#!/usr/bin/ruby -w

# Put your best guess in passphrase
passphrase = "oops"
characters = " !\"\#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~"

def test(phrase)
  print phrase, "\t"
  msg=`openssl enc -d -aes-256-cbc -a -in bitcoin-wallet-backup-2014-12-06 -k #{phrase} |tr -cd "[:print:]" | awk '{print $1}'`
  msg = msg.chomp
  if msg == "org.bitcoin.production"
    puts "Found it!  #{phrase}"
    exit 0
  end
end

# transpose adjacent chars
(passphrase.length - 1).times do |i|
  testphrase = passphrase.dup
  testphrase[i] = passphrase[i+1]
  testphrase[i+1] = passphrase[i]
  test testphrase
end

# delete one char
passphrase.length.times do |i|
  testphrase = passphrase.dup
  testphrase = testphrase[0,i] + testphrase[(i+1)..-1]
  test testphrase
end

# substitutute one char
passphrase.length.times do |i|
  characters.chars.each do |c|
    testphrase = passphrase.dup
    testphrase[i] = c
    test testphrase
  end
end

# insert one char
(passphrase.length + 1).times do |i|
  characters.chars.each do |c|
    testphrase = passphrase.dup
    testphrase.insert(i, c)
    test testphrase
  end
end


puts "No luck."
exit 1

3  Alternate cryptocurrencies / Altcoin Discussion / Happy Halloween from HBN. Trick or Treat? on: October 29, 2013, 10:11:54 PM
Beggar's Night is now in effect for all Hobos! Come knock on my door and receive a trick or treat.

To knock you must send 5 HBN to F5UhYJKuwEfpLu8iFeZuUU8aKj2ZmFNQzk.

Please include the transaction ID and a return address.

If first digit of the Merkle Root, of the block your transaction is included in is 0(zero) through 4(four) you get tricked and receive nothing!

If it is 5 -9 you get 50 HBNs.

All collected tricks will be converted to BTC and donated to http://hobo.gets-it.net/index.php

Only 1 knock per person!

Don't forget to grab the newest wallet. Full Multi-Wallet with staking mining and gui support due out very soon.






4  Alternate cryptocurrencies / Announcements (Altcoins) / HoboNickels - HBN - High Fast Stake - Version 2.0! More Secure, Less Intensive on: September 27, 2013, 11:08:17 PM
HoboNickels HBN


Home landing page: http://www.hobonickels.info/

Facebook: https://www.facebook.com/pages/Hobonickels-HBN-Crypto-Currency/672818916094322

Reddit: http://www.reddit.com/search?q=hobonickels

A history of the Hobo Nickel: http://en.wikipedia.org/wiki/Hobo_nickel

The Original Hobo Nickel Society: http://www.hobonickels.org/

Proof of Work(Ending at block 6.0 Million):
Scrypt
5 coin blocks
2 Min Bocktime.

Proof of Stake:
100% Max Yearly Reward
20% Min yearly Reward.
250 Max PoS Reward


Features:
Dynamically Loadable Wallets
Updated Coin Control
Auto Check Points
Easy Accessible Peer, Stake, and Block information
Click-able icons
Stake For Charity
Built in Block Browser and Network Graph
Split/Combine User Settings




HBN Icon created by Jay Hobo. Please check his other work by clicking the coin
5  Economy / Economics / NASDAQ vs BTC on: September 01, 2013, 03:14:10 AM
This maybe have been posted before, if so sorry, but I thought it was pretty cool. Just happened to be explaining to my wife the NASDAQ Y2k bubble, and showed her the chart, and I knew it looked it looked familiar!

6  Alternate cryptocurrencies / Altcoin Discussion / [COMPLETED] HoboNickels - United Way Donation Amount Raised: $733! on: July 31, 2013, 04:27:31 AM
My employer does an United Way Fundraiser each year. During that time they match each gift. I would like to do the same, which means each of your donations will quadrupole in value!

How can you help?  

Donate to this HBN address.  THIS IS OVER NOW

For each donation, up to 3,000 HBN total, I will match it.  This amount may increase in the future. ( I have now increased this match to 5,000)  ( This matching is now maxed out )

At the time of redemption I will pay minimum 2.5c per HBN in wallet. If an exchange is higher I will match that. The redemption time will be in Sept./Oct. 2013, exact date to be posted later.  A receipt will be scanned and posted as final proof of donation.

Don't have any HBN? No problem, just point your miners here, https://bitcointalk.org/index.php?topic=262943.0 . You can also trade some here, https://bitcointalk.org/index.php?topic=263910.0. Or get some FREE! right here, https://bitcointalk.org/index.php?topic=262754.0 . Official thread HBN here, https://bitcointalk.org/index.php?topic=261550.0

You can also bid for a T-Shirt https://bitcointalk.org/index.php?topic=267042.0 with proceeds going to this charity event. (Completed)

For all donors I will buy your HBN at 2c per HBN. This is currently higher then Cryptsys! PM me.

Top Donator will win 1 USB Block Erupter, with free shipping!
Current Top: Jdtmp4 @ 2100 HBN. Thanks!


All donors (except the top donor) will be put into a raffle to win a 2nd USB Block Erupter!  Each 5 HBNs will be worth 1 ticket. This will be provable fair with the HBN block chain. I'll post the full details in a later post.

All donations must be in by Sept 10th 5pm EST to qualify for the top donor or the raffle.

FAQ

Q: Can I claim this on taxes as a charitable donation?
A: Maybe, consult your tax adviser. This thread can mark your receipt if you so choose.

Q: Are you going to claim this on taxes as a charitable donation?
A: Maybe, I better seek the advise of a tax adviser.

Q: How can I trust you?
A: I have done many deals on this board, on BitMit, and on many poker sites.  Otherwise I only have my word.

Q: HBN pays interest will that be included in the final donation?
A: If an exchange allows me to trade, yes. Otherwise maybe.

Q: Can we pick the place to donate too?
A: The top donator can assist, if they would like, in picking where to donate to. United Way offers some direct choices.  

Q: Why are you doing this?
A: I have been lucky in my life, so I like to pass that onto others.

Q: Can you ship outside of USA?
A: Yes(mostly), you must pay the difference between domestic and international shipping. Please PM me if there are questions.
7  Alternate cryptocurrencies / Altcoin Discussion / [WTB] HBN on: July 27, 2013, 05:47:12 PM
Sell your HBN here.  Offering BTC and LTC.

2 LTC for 1k HBN .
0.05BTC 1k HBN.

Or make offer.
8  Economy / Currency exchange / Amazon GC on sale. on: May 26, 2013, 08:44:23 PM
$50 Amazon, starting at 45! Find me on Bitmit.

https://www.bitmit.net/en/item/35300-50-amazon-on-sale-email-delivery-fast-turn-around
9  Economy / Currency exchange / Need to raise 3k of bitcoin on: May 20, 2013, 10:48:10 PM
I have Amazon GF slightly over cost.
https://www.bitmit.net/en/item/34256-amazon-25-gift-card-email-deliveryy

Will do multiple $25 trades or single larger amounts, at or even slightly below cost, to those with good rep.

Thanks
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!