Search content
Sort by

Showing 20 of 774 results by ibrahim11
Post
Topic
Board Speculation
Re: Wall Observer BTC/USD - Bitcoin price movement tracking & discussion
by
ibrahim11
on 26/04/2020, 06:08:33 UTC
came back to this thread after a long time

...not surprised  Grin
Post
Topic
Board Goods
Topic OP
[Selling] Surgical Face Masks, Personal Protective Equipment
by
ibrahim11
on 04/04/2020, 04:40:58 UTC
Group for buyers and sellers advertising surgical face masks and personal protective equipment.

https://t.me/Covid19Equipment

N.B. This is for a vouch once the goods (surgical face masks) have been received from the telegram group admin/owner. Group seems to be moderated, but trade at your own risk.

Will update once DHL  tracking and items received
Post
Topic
Board Goods
Topic OP
[WTB] Large Qty of Surgical Face Masks 3Ply
by
ibrahim11
on 03/04/2020, 23:01:25 UTC
WTB Disposable Surgical face masks 3ply - Quantity required around 10,000+

Escrow / Paypal

Shipping to Europe
Post
Topic
Board Meta
Re: KYC now required
by
ibrahim11
on 01/04/2019, 17:02:15 UTC


Pls verify
Much appreciate
Post
Topic
Board Off-topic
Re: ANON BLOCKCHAIN SUMMIT AUSTRIA 2019 | VIENNA 2-3 APRIL TICKET - LOW PRICE
by
ibrahim11
on 31/03/2019, 14:43:54 UTC
DELETE
Post
Topic
Board Off-topic (Nederlands)
Topic OP
ANON BLOCKCHAIN SUMMIT AUSTRIA 2019 | VIENNA 2-3 APRIL TICKET - LOW PRICE
by
ibrahim11
on 30/03/2019, 17:49:28 UTC
DELETE
Post
Topic
Board Off-topic
Topic OP
ANON BLOCKCHAIN SUMMIT AUSTRIA 2019 | VIENNA 2-3 APRIL TICKET - LOW PRICE
by
ibrahim11
on 30/03/2019, 17:45:50 UTC
Can't make it to the blockchain summit in Austria on 2-3 April 2019. I have a ticket for sale (worth 360 euros) but am willing to sell for 270euros, price negotiable; escrow can be used if required - DM or reply if interested  Smiley
Post
Topic
Board Bitcoin Technical Support
Re: Found multiple old wallets - how to open?
by
ibrahim11
on 15/09/2018, 18:53:26 UTC
I want to extract the private keys from some old btc wallets. When starting pywallet I get "Warning:root:pycrypto or libssl not found, decryption may be slow".

This warning can be safely ignored.



Then when I run the command to dump private keys I get the error "DB_CREATE|DB_INIT_LOCK|DB_INIT_LOG|DB_INIT_MPOOL|DB_INIT_TXN|DB_THREAD|DB_RECOVER)) bsddb.db.DBNoSuchFileError: (2, 'No such file or directory -- C:\Users\Ibrahim\Appdata\Roaming\Bitcoin\__db.001"

What (exact) command are you trying to execute ?
Also, did you make sure to have a few backups of your wallet files available ? Pywallet can mess up those files pretty heavily, making them unreadable.

I am running this command which gives me the error stated in my other post:

pywallet.py --dumpwallet --wallet=C:\Users\xxxxxxx\wallet.dat --passphrase="xxx" > C:\Users\xxxxx\walletDump.txt

Post
Topic
Board Service Discussion (Altcoins)
Re: What is the best investment right now?
by
ibrahim11
on 15/09/2018, 01:44:44 UTC
A good altcoin to look at is Nix Platform. They will soon be able to integrate all DEXs.

Apart from that- ETH and ICX are good buys
Post
Topic
Board Bitcoin Technical Support
Re: Found multiple old wallets - how to open?
by
ibrahim11
on 14/09/2018, 16:41:49 UTC
It's probably easier just to update python?

Pywallet does not run on python3. You need python 2.x to run pywallet.



I'm now getting an error "No such file or directory C:\Users\xxx\Appdata\Roaming\Bitcoin\__db.001" - do I need to install bitcoin-qt?

What are you trying to achieve with pywallet ?
If you want to use it regularly as a wallet (not advised) you do need core + blockchain synced.

But if you only want to dump your private keys, it is not required.

How (with what flags) are you starting pywallet ?
I want to extract the private keys from some old btc wallets. When starting pywallet I get "Warning:root:pycrypto or libssl not found, decryption may be slow".

Then when I run the command to dump private keys I get the error "DB_CREATE|DB_INIT_LOCK|DB_INIT_LOG|DB_INIT_MPOOL|DB_INIT_TXN|DB_THREAD|DB_RECOVER)) bsddb.db.DBNoSuchFileError: (2, 'No such file or directory -- C:\Users\Ibrahim\Appdata\Roaming\Bitcoin\__db.001"
Post
Topic
Board Bitcoin Technical Support
Re: Found multiple old wallets - how to open?
by
ibrahim11
on 14/09/2018, 16:22:36 UTC
I don’t think python 2.7 comes with pip. And you can’t install twisted for newer versions of python Sad idk what to do then?

Pip is by default included since python 2.7.9+.
On earlier versions you have to install it with apt-get install python-pip in linux and through running get-pip.py on windows.

Regarding your problem installing pip:
You also need OpenSSL installed on your system. Download and install it and check the OpenSSL version used by python via:
Code:
import ssl
print(ssl.OPENSSL_VERSION)

inside the python interpreter. What is the output ?

It's probably easier just to update python?
I'm now getting an error "No such file or directory C:\Users\xxx\Appdata\Roaming\Bitcoin\__db.001" - do I need to install bitcoin-qt?
Post
Topic
Board Bitcoin Technical Support
Re: Found multiple old wallets - how to open?
by
ibrahim11
on 14/09/2018, 16:14:49 UTC
I don’t think python 2.7 comes with pip. And you can’t install twisted for newer versions of python Sad idk what to do then?

Pip is by default included since python 2.7.9+.
On earlier versions you have to install it with apt-get install python-pip in linux and through running get-pip.py on windows.

Regarding your problem installing pip:
You also need OpenSSL installed on your system. Download and install it and check the OpenSSL version used by python via:
Code:
import ssl
print(ssl.OPENSSL_VERSION)

inside the python interpreter. What is the output ?

It's probably easier just to update python?
Look at my new post  Smiley
Post
Topic
Board Bitcoin Technical Support
Re: Found multiple old wallets - how to open?
by
ibrahim11
on 14/09/2018, 16:12:30 UTC

 I meant other coins, forked off of bitcoin core, like LTC, Dash, etc

And I answered, yes. Depending on when you got the coins...
Could you shed some light pls? See my post above  Smiley

Python comes with pip automatically?

Can you not do:
Code:
python -m pip install Zope.Interface.whl
With Zope.Interface.whl being in the python folder.

I don’t think python 2.7 comes with pip. And you can’t install twisted for newer versions of python Sad idk what to do then?

Pip is by default included since python 2.7.9+.
On earlier versions you have to install it with apt-get install python-pip in linux and through running get-pip.py on windows.

Regarding your problem installing pip:
You also need OpenSSL installed on your system. Download and install it and check the OpenSSL version used by python via:
Code:
import ssl
print(ssl.OPENSSL_VERSION)

inside the python interpreter. What is the output ?

I have managed to install Python 2.7.15 (with pip included )and installed Twisted for python 2.7 by editing the registry and forcing Twisted to install - I will now try and extract private keys
Post
Topic
Board Bitcoin Technical Support
Re: Found multiple old wallets - how to open?
by
ibrahim11
on 14/09/2018, 15:51:36 UTC

 I meant other coins, forked off of bitcoin core, like LTC, Dash, etc

And I answered, yes. Depending on when you got the coins...
Could you shed some light pls? See my post above  Smiley

Python comes with pip automatically?

Can you not do:
Code:
python -m pip install Zope.Interface.whl
With Zope.Interface.whl being in the python folder.
I don’t think python 2.7 comes with pip. And you can’t install twisted for newer versions of python Sad idk what to do then?
Post
Topic
Board Bitcoin Technical Support
Re: Found multiple old wallets - how to open?
by
ibrahim11
on 14/09/2018, 13:47:55 UTC

 I meant other coins, forked off of bitcoin core, like LTC, Dash, etc

And I answered, yes. Depending on when you got the coins...
Could you shed some light pls? See my post above  Smiley
Post
Topic
Board Bitcoin Technical Support
Re: Found multiple old wallets - how to open?
by
ibrahim11
on 14/09/2018, 13:05:17 UTC
Do as Thirdspace suggests and take the keys (save them in a file somewhere or something) and then import them into electrum while still offline and then, once deleting the file (text file) with the keys in them and setting a password on your electrum wallet, reconnect your internet...

There is no advantage in keeping your PC offline while importing the private keys into electrum, even with a plain text file of your private keys.
Either your PC is infected (which will compromise your private keys once they are accessabe + transfer them once internet is available) or it is clean.

Keeping your every-day-pc offline for a few minutes doesn't change anything. To properly import them offline, you'll need a linux live OS which will wipe anything from memory afterwards.
But since OP is using a desktop wallet anyway, this doesn't matter since he PC has to be clean anyway.



I am also getting the error:
"File "", line 1 Syntax error invalid syntax

Can someone help me with regards to installing pywallet.py??

That's not an installation issue.
You are trying to execute it the false way. Can you post the complete command you are entering ?

It seems like you are running the whole file within the python interpreter.
You have to run it from outside using:
Code:
python yourfile.py -argument1 -argument2

in the command line.
I opened cmd and typed in python get-pip.py and it gives me the same error "File "", line 1 Syntax error invalid syntax. I downloaded 'get-pip.py' and placed it into C:\python27

C:\python27\   is already added to my PATH in environment variables for PC system settings. I need pip to install Zope.Interface wheel (.whl) file.

I just want to get pywallet working so I can extract the private keys of multiple wallets to then import into electrum and not wait 3hrs+ to scan every wallet.dat I found.

Update: I've managed to install python again on my laptop but when I execute 'python get-pip.py' I get the following errors?:
Post
Topic
Board Bitcoin Technical Support
Re: Found multiple old wallets - how to open?
by
ibrahim11
on 14/09/2018, 12:36:09 UTC
So I found a few old wallets from 2013. I can't wait for bitcoin-qt to rescan every time I replace the wallet.dat to check the balance.
are you using new install, latest bitcoin core version, to check them out?
do you mean redownloading the full blockchain? because rescan usually doesn't take much time
if you just need to dump private keys, turn off the sync or your internet connection
then just use dumpwallet or dumpprivkey commands on console
I'm using latest bitcoin core. And I can't use dumpprivkey on console because I don't know my wallet address!
Post
Topic
Board Bitcoin Technical Support
Found multiple old wallets - how to open?
by
ibrahim11
on 13/09/2018, 22:11:04 UTC
So I found a few old wallets from 2013. I can't wait for bitcoin-qt to rescan every time I replace the wallet.dat to check the balance. I know you can use pywallet to dump private keys. However, I am having some trouble installing pywallet. I have installed python 2.7 and 'Twisted for python 2.7'. But I can't seem to find Zope.Interface for python 2.7?

I am also getting the error:
"File "", line 1 Syntax error invalid syntax

Can someone help me with regards to installing pywallet.py??

Link to pywallet: https://github.com/jackjack-jj/pywallet/blob/master/README

Suggestions welcome  Smiley
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] NIX - Cross-chain privacy & smart contracts [Private BTC & Atls TX's]
by
ibrahim11
on 01/07/2018, 17:45:10 UTC
lol they banned me from discord for telling them they were dumb for choosing an Algorithm
that has mostl likely Fpgas and hidden asics , asics and fpgas can basically mine this algo heavily
for alot less than $2 per nix so expect the price to go sub $1 , even lower when people start getting claims



Nostradamus .... What do you want to bet that will not be so? That this prediction comes from nowhere, with random numbers?
0.5 BTC of bet? Do we make a smart contract with this bet and put a date?

M.
LOL give that man your 0.5 btc,  last price 0.00014001= $0.8909
NIX goes to $0.25 or less after people get their NIX and dump on market after poor public relations from dev team

It goes to a few cents. If it looks like a scam, acts like a scam, and sounds like a scam, then it probably is a scam. Dev team gets triggered easily.

Wanna point out, their attitude is like: they own the fund/project so fck all who asks valid, but sensitive questions and they dont give a shit about community. Wonder when they will cash out btw.
Lol stop fudding; judging by your rep on this forum, you seem like a salty noob.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [ZOI] Zoin - Zerocoin based privacy - CPU - No founder's reward - 0.8.7.4
by
ibrahim11
on 19/04/2017, 02:10:47 UTC
Price upto 2300sat. Zoin looking good - this could be big