Bitcoin Forum
September 22, 2024, 09:10:58 PM *
News: Latest Bitcoin Core release: 27.1 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 »
1  Bitcoin / Development & Technical Discussion / Re: PIR / Private Information Retrieval - Privacy for light wallets? on: December 08, 2021, 04:19:59 PM
Finally, if I am satisfied, I will empty my Electrum Wallet and keep the Wasabi Wallet.

You might want to keep your Electrum wallet and it's backup in rare case someone send Bitcoin to your old address.


True
2  Bitcoin / Development & Technical Discussion / Re: PIR / Private Information Retrieval - Privacy for light wallets? on: December 02, 2021, 03:54:58 PM
Thanks @BlackHatCoiner  and @o_e_l_e_o for the insights.

I've already installed the Wasabi Wallet, generated a wallet and written down the 12 seed words and the password. I have also generated a receive address. Next step is to restore the wallet on a second computer, to verify that Wasabi is actually capable of restoring a wallet using the seed words and the password. If everything goes well I will send some BTC to it. Finally, if I am satisfied, I will empty my Electrum Wallet and keep the Wasabi Wallet.
3  Bitcoin / Development & Technical Discussion / Re: PIR / Private Information Retrieval - Privacy for light wallets? on: December 01, 2021, 03:02:55 PM
Thanks @ETFbitcoin and @o_e_l_e_o for your answers.

I checked the wasabi wallet and it says something like
Quote
The process will also generate a set of recovery words, which you’ll need in case you forget your password.

That's the feature I am looking for. Having a "paper backup" gives me some peace of mind. I will look further into it and hopefully I will drop electrum and switch to wasabi wallet.
4  Bitcoin / Development & Technical Discussion / Re: PIR / Private Information Retrieval - Privacy for light wallets? on: November 30, 2021, 03:58:44 PM

Unfortunately, already pretty much the only incentive for people to run electrum servers is to spy on the clients, and this eliminates that "benefit". Smiley

I am a bit worried about this. I am an occasional user of electrum. I like the fact that you can restore the walled with the seed and that is "instant on" in the sense that there is no need to download the blockchain. Is there any way to mitigate the risks of using electrum. Using a VPN maybe? What is this spying about? Recoding the IP associated with the addresses and transactions?

Thanks in advance.
5  Bitcoin / Armory / Re: armory in ubuntu for newbees on: August 03, 2020, 07:00:49 AM
As a summary, I want to list a few things I had to take into account when running armory:

- When downloading bitcoin core, use the tgz and not the snap. With the tgz, the blockchain files will be stored in the .bitcoin/blocks directory where armory looks for them.
- Disable bitcoin core pruning.
- Wait for bitcoin core to fully synchronize before launching armory.
- Use a decent computer. Both bitcoin core and armory are demanding. I used a six year old computer with an intel core i3,  6 gigs of ram  and some 450 GB of HD and at some point it was too slow or even freezed.
- Use ubuntu 18.04 instead of the latest release.
- Run bitcoin core with the flag -server. bitcoin-qt -server
- Change the configuration of armory to disable the option "let armory manage bitcoin core".
6  Bitcoin / Armory / Re: armory in ubuntu for newbees on: August 01, 2020, 08:57:32 PM
Try to rescan the db.

Thanks goatpig Smiley

I did a "rebuild" and now when I click on the "send bitcoin" button, the window to send bitcoins appears as it should be.

Problem solved.
7  Bitcoin / Armory / Re: ArmoryDB doesn't scan blocks, no errors in log on: August 01, 2020, 01:39:48 PM
I also get a fcgi error. Mine is a bit different.
Quote
-ERROR - 15:36:48: (StringSockets.cpp:351) FcgiSocket::writeAndRead FcgiError: unknown fcgi header request byte

Now I'll try with "rebuild".
Quote
$ armory
Gtk-Message: 15:41:01.203: Failed to load module "canberra-gtk-module"
/home/jbarcelo
(ERROR) ArmoryUtils.py:3735 - Unsupported language  specified. Defaulting to English (en)
/usr/lib/armory/armoryengine/Transaction.py:3126: SyntaxWarning: import * only allowed at module level
  def PyCreateAndSignTx_old(srcTxOuts, dstAddrsVals):
No systemtrayicon available
(WARNING) SDM.py:402 - Spawning DB with command: ArmoryDB --db-type="DB_FULL" --cookie --satoshi-datadir="/home/jbarcelo/.bitcoin/blocks" --satoshi-port=8333 --datadir="/home/jbarcelo/.armory/" --dbdir="/home/jbarcelo/.armory/databases" --rebuild
(ERROR) ArmoryQt.py:1198 - 5 attempts to load blockchain failed.  Remove mempool.bin.
(ERROR) ArmoryQt.py:1203 - File mempool.bin does not exist. Nothing deleted.
8  Bitcoin / Armory / Re: armory in ubuntu for newbees on: July 31, 2020, 06:05:07 PM
They way I used to run armory was
1) bitcoin-qt -server
2) armory

Then I realized that there is an option in the configuration for armory to run bitcoin core. And that option was checked. That's why amory complained
Quote
BitcoindError: bitcoind not found

  I told armory where my bitcoin binary is and let armory run bitcoin. Now everything runs smoother. Before I was running bitcoin core myself and also telling armory to run bitcoin core and the computer was very sluggish for some reason. Now it's much faster.

But I think I broke something in the process as I cannot send bitcoin now.

Quote
Traceback (most recent call last):
  File "/usr/bin/../lib/armory/ArmoryQt.py", line 3451, in clickSendBitcoins
    DlgSendBitcoins(self.getSelectedWallet(), self, self).exec_()
  File "/usr/lib/armory/qtdialogs.py", line 4594, in __init__
    spendFromLockboxID=spendFromLockboxID)
  File "/usr/lib/armory/ui/TxFrames.py", line 151, in __init__
    RBFcallback=RBFcallback)
  File "/usr/lib/armory/ui/WalletFrames.py", line 232, in __init__
    self.updateOnWalletChange()
  File "/usr/lib/armory/ui/WalletFrames.py", line 347, in updateOnWalletChange
    self.selectWltCallback(wlt)
  File "/usr/lib/armory/ui/TxFrames.py", line 347, in setWallet
    self.setupCoinSelectionInstance()
  File "/usr/lib/armory/ui/TxFrames.py", line 396, in setupCoinSelectionInstance
    self.coinSelection = self.wlt.cppWallet.getCoinSelectionInstance()
  File "/usr/lib/armory/CppBlockUtils.py", line 2164, in getCoinSelectionInstance
    def getCoinSelectionInstance(self): return _CppBlockUtils.WalletContainer_getCoinSelectionInstance(self)
<class 'CppBlockUtils.DbErrorMsg'>: <CppBlockUtils.DbErrorMsg; proxy of <Swig Object of type 'DbErrorMsg *' at 0x7f345c8a4450> >

So I am thinking about looking into the factory reset options...
9  Bitcoin / Armory / Re: armory in ubuntu for newbees on: July 31, 2020, 03:21:51 PM
Wow, thanks for the whole explanation. I realize how armory has to constantly evolve to adapt to the changes of core. Now I use
Quote
bitcoin-qt -server
10  Bitcoin / Armory / Re: armory in ubuntu for newbees on: July 30, 2020, 09:37:08 PM
Broadcast timeout doesn't mean the tx didn't make to the mempool, it only means Armory sent the tx to your node but failed to acknowledge delivery in the allotted time (hence the timeout). When that happens, it tries to fallback to the RPC interface to broadcast through that, but since yours isn't set up, you got that message.

Ok. Perfect. Now I know what happened. Mine is a very old computer. That may explain the timeout.

Thanks for the explanation Smiley
11  Bitcoin / Armory / Re: armory in ubuntu for newbees on: July 30, 2020, 04:00:26 PM
Did you try on the testnet? You have to run Core with -server to enable the RPC at any rate.

I was trying on the main network.

And I didn't add the -server flag when I launched bitcoin-qt. Next time I will.

Thanks again, goatpig.
12  Bitcoin / Armory / Re: armory in ubuntu for newbees on: July 30, 2020, 03:21:18 PM
Now I get
Quote
The transaction you just attempted to broadcast has timed out.


The RPC interface of your node is disabled, therefor Armory cannot use it to gather more information about the timeout. It is recommended that you enable the RPC and try again.
13  Bitcoin / Armory / Re: armory in ubuntu for newbees on: July 30, 2020, 02:43:54 PM
Ok. I managed to create some transactions and they have been accepted and confirmed by the network.

14  Bitcoin / Armory / Re: armory in ubuntu for newbees on: July 28, 2020, 04:45:07 PM
The gcc 4.9 version does work. Now armory is scanning the global transaction history.
15  Bitcoin / Armory / Re: armory in ubuntu for newbees on: July 28, 2020, 04:32:08 PM
Well, my first attempt with armory gcc7.2 failed.

I will try with the gcc 4.9 version...

Code:
$ armory 
Gtk-Message: 18:20:00.871: Failed to load module "canberra-gtk-module"
/home/xxxx
(ERROR) ArmoryUtils.py:3735 - Unsupported language  specified. Defaulting to English (en)
/usr/lib/armory/armoryengine/Transaction.py:3126: SyntaxWarning: import * only allowed at module level
  def PyCreateAndSignTx_old(srcTxOuts, dstAddrsVals):
No systemtrayicon available
(ERROR) ArmoryQt.py:1862 - Failed to setup SDM
Traceback (most recent call last):
  File "/usr/bin/../lib/armory/ArmoryQt.py", line 1857, in startBitcoindIfNecessary
    TheSDM.setupSDM(extraExeSearch=self.satoshiExeSearchPath)
  File "/usr/lib/armory/SDM.py", line 190, in setupSDM
    if self.failedFindExe:  raise self.BitcoindError, 'bitcoind not found'
BitcoindError: bitcoind not found
(WARNING) SDM.py:402 - Spawning DB with command: ArmoryDB --db-type="DB_FULL" --cookie --satoshi-datadir="/home/xxxx/.bitcoin/blocks" --satoshi-port=8333 --datadir="/home/xxxx/.armory/" --dbdir="/home/xxxx/.armory/databases"
Illegal instruction (core dumped)

16  Bitcoin / Armory / Re: armory in ubuntu for newbees on: July 25, 2020, 05:44:17 AM
Thanks HCP for your input.

So far, I learned four things
- A system with some 400 Gbytes of HD is needed to store the blockchain.
Don't forget you'll need room for the OS and applications etc... go 1TB+ if you can

I am using an old computer with some 450 GBytes of HD. Fingers crossed that's enough.  I agree that a larger HD is needed. So far I downloaded 95% of the blockchain and used 75% of the HD. I haven't installed armory yet.


17  Bitcoin / Armory / Re: armory in ubuntu for newbees on: July 20, 2020, 08:54:53 PM
Thanks goatpig Smiley

I plan to install armory on a dedicated computer. A laptop that is some 7 years old.

I will install ubuntu 18.04 lts Smiley
18  Bitcoin / Armory / armory in ubuntu for newbees on: July 19, 2020, 09:02:20 PM
Hi everyone!

I want to run armory and I will post here my steps.

So far, I learned four things
- A system with some 400 Gbytes of HD is needed to store the blockchain.
- When downloading bitcoin core, use the tgz and not the snap. With the tgz, the blockchain files will be stored in the .bitcoin/blocks directory where armory looks for them.
- Disable bitcoin core pruning.
- Wait for bitcoin core to fully synchronize before launching armory.
19  Bitcoin / Armory / Re: Illegal instruction (core dumped) on: August 01, 2019, 02:17:37 PM
Definitely try the noasm builds.

Thank you goatpig for your dedication. Armory is already running and downloading the blockchain Smiley
20  Bitcoin / Armory / Re: Illegal instruction (core dumped) on: August 01, 2019, 11:14:19 AM
Answering to myself here ...
I will try the noasm .deb
Pages: [1] 2 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!