-
I can't get my wallet balance updated on the spv node. I've already downloaded the full blockchain headers (+300MB):
`[info] Node is loaded.
mpziU8iqm4Z55M69sByFNX7v4DyAhb7XE7
`
Here you can see the …
ghost updated
6 years ago
-
In the main readme file it says that one is able to run an spv node using bcoin, However there is really no documentation about how one is supposed to do so, The only thing that I've found is an examp…
-
When you first start up, there's a "Synced: 0%" at the top right. I assumed this meant my chain wasn't synced, but since I'm using Infura I was confused assuming it should be auto-synced.
After a f…
-
I think the wallet listing criteria needs to be rethought and made stricter. Any changes to the criteria should also be reflected on the site immediately by delisting all wallets which fail to meet th…
-
version 0.30.0 / master branch of the app
```
Daemon: 2018-11-05 13:02:48,021 CRITICAL twisted:154:
Traceback (most recent call last):
File "twisted/internet/defer.py", line 1416, in _inl…
-
First time using Bisq. Tried to make a buy, which failed. What happened with security deposit?
-
In version 1.0.0-beta.12 I was doing:
```
var node = new bcoin.spvnode( options.. )
node.use(bcoin.walletplugin)
```
In version 1.0.0-beta.15 `bcoin.walletplugin` is undefined. What is the equivalen…
-
There should be a special transaction type to indicate that a transaction is to purchase the rights to a piece of digital content.
This would only differ from a normal transaction in two ways:
1…
-
The FAQ on https://www.bitcoincash.org used to say:
> Bitcoin Cash transactions use a new flag SIGHASH_FORKID, which are invalid on the legacy blockchain. This prevents Bitcoin Cash transactions fr…
-
I think it might be a good idea to rename spvchain.ldb to chain.ldb. --spv will just require its own prefix/datadir.
The whole `spvchain` filename was from when bcoin was younger and didn't have opt…