Sky Young
c388d4c1cf
Add mainnet seed
2019-07-23 09:20:12 -06:00
Sky Young
2bc297d93b
Use package @oipwg/fclient
2019-07-18 11:52:43 -06:00
Sky Young
c670ef2ed2
Fix things that were not merged properly
2019-07-15 16:18:46 -06:00
Sky Young
153da80920
Merge remote-tracking branch 'bcoin/master' into bcoin-1.0.2
2019-07-15 15:42:15 -06:00
Matthew Zipkin
c8db665992
bin: fully deprecate bcoin cli
2019-02-21 10:12:31 -08:00
Matthew Zipkin
08b23c1777
pkg: link bclient to bin
2019-02-20 15:05:11 -08:00
Javed Khan
aaec50fc4c
Merge pull request #652 from pinheadmz/patch-8
...
spvnode: parse --no-wallet flag
2019-01-04 20:34:03 +05:30
Jameson Lopp
2e47fb96c9
update link to bcoin docs
2018-12-11 10:49:39 -05:00
Matthew Zipkin
3377e6536e
spvnode: parse --no-wallet flag
...
To match behavior in `node` (fullnode) if a user wants to use `bmultisig` instead of the built-in wallet.
2018-12-10 15:06:16 -08:00
Javed Khan
b18a8a3f13
bin: handle close when interrupted
2018-09-17 23:54:34 +05:30
Matthew Zipkin
e6b3697784
spvnode: add new option file instead of config
...
Addresses #608 and extends #563
2018-09-13 09:38:31 -07:00
Javed Khan
7f4494e278
multi: pass new Node option file to wallet plugin
...
`file` is similar to `config`, but it propogates to the wallet plugin
and loads the wallet config file only if set to true.
This is useful to disable config files for both node and wallet when
running a full node, for example in a test environment.
2018-08-13 17:36:21 +05:30
Christopher Jeffrey
92feb1be52
node: do not alter pool size.
2018-08-10 16:27:19 -07:00
Christopher Jeffrey
b92839c82a
bcoin: use buffer-map. see #533 .
2018-08-10 16:23:46 -07:00
Matthew Zipkin
d6ffee09b2
spv write to disk
2018-05-09 06:36:40 +00:00
Sky Young
3653da2d01
Flo-ify
2018-05-08 13:40:23 -07:00
EC2 Default User
4b64b06450
fix spvnode
2018-05-08 19:11:15 +00:00
Nodar Chkuaselidze
d25e553605
bin-wallet: fix bcoin wallet and add bin file to package.json
2018-03-29 22:14:47 -07:00
Christopher Jeffrey
fac9c714db
bin: drop bin/cli.
2018-03-29 21:56:53 -07:00
Christopher Jeffrey
99a7eb5fa5
wallet/bcoin: refactor exposure.
2018-03-29 21:56:51 -07:00
Christopher Jeffrey
e01a492489
cli: drop anti-replay.
2018-03-29 21:56:51 -07:00
Christopher Jeffrey
417b37b0c3
db: remove backend option.
2018-03-29 21:56:51 -07:00
Christopher Jeffrey
dbde501444
db: use bdb key object.
2018-03-29 21:56:50 -07:00
Christopher Jeffrey
163e89fc29
bcoin: lint.
2018-03-29 21:56:49 -07:00
Christopher Jeffrey
73664efcd0
bcoin: classify everything else.
2018-03-29 21:56:49 -07:00
Christopher Jeffrey
401829db5a
node: start using blgr and bcfg.
2018-03-29 21:56:47 -07:00
Christopher Jeffrey
37fdc7c08b
cli: improve wallet support.
2018-03-29 21:56:45 -07:00
Christopher Jeffrey
749d4edc11
wallet: fixes for wallet server.
2018-03-29 21:56:45 -07:00
Christopher Jeffrey
5a23ba96d0
wallet: get server working.
2018-03-29 21:56:45 -07:00
Christopher Jeffrey
d0ed214067
bcoin: remove dependence on util.js.
2018-03-29 21:56:45 -07:00
Christopher Jeffrey
a6dc571c2d
http: use bclient.
2018-03-29 21:56:45 -07:00
Christopher Jeffrey
a87260c959
http: rpc improvements. minor fixes.
2018-03-29 21:56:44 -07:00
Christopher Jeffrey
649f8cc171
http: stop using socket.io.
2018-03-29 21:56:44 -07:00
ultragtx
4e7675cc7a
Litecoin: litecoinify
2017-12-08 16:03:46 +08:00
Christopher Jeffrey
6bc8701f23
bcoin: some code cleanup.
2017-10-19 02:05:40 -07:00
Christopher Jeffrey (JJ)
26f9f975b2
Merge pull request #286 from Bucko13/retoken-passphrase
...
pass the passphrase to retoken
2017-10-18 22:31:43 -07:00
Christopher Jeffrey (JJ)
bdeb72a035
Merge pull request #281 from Bucko13/import-key-passphrase
...
pass passphrase for key import
2017-10-18 22:30:10 -07:00
Christopher Jeffrey (JJ)
3e3f3143d0
Merge pull request #334 from sangaman/watch-only-cli-fix
...
Allow --watch without accountKey value for cli createWallet
2017-10-18 13:08:27 -07:00
Node
3a802cacd6
cli: accept bech32 addresses in getTX/getCoin
2017-10-16 23:49:02 +04:00
Daniel McNally
126a24479a
Create distinct --key & --watch
...
Creates a separate --key argument to be separate from --watch and avoid confusion.
2017-10-13 13:25:38 -04:00
Daniel McNally
3104220f1b
Allow --watch without accountKey value
...
Fixes a bug with `cli wallet create` where if no value is specified for the --watch option, the accountKey is assigned a value of "true" which is invalid and causes errors downstream. This fix leaves accountKey as null, and the resulting functionality appears to match wallet creation via HTTP request where `watchOnly` is true and `accountKey` is not given a value.
2017-10-12 02:49:12 -04:00
Christopher Jeffrey
c6b76ec73f
Revert "wallet/mtx: add extraOutputs option."
...
This reverts commit 3957f83a59 .
2017-08-26 00:13:24 -07:00
Christopher Jeffrey
3957f83a59
wallet/mtx: add extraOutputs option.
2017-08-25 15:10:30 -07:00
Bucko
4085e3d9b9
pass the passphrase to retoken
2017-08-18 19:18:23 -07:00
Bucko
af32c5d4c2
pass passphrase for key import
2017-08-17 18:24:40 -07:00
Christopher Jeffrey
1df577cb74
validation: refactor.
2017-08-06 03:23:37 -07:00
Christopher Jeffrey
2fea1319d9
cli: fix errors.
2017-08-05 14:41:28 -07:00
Christopher Jeffrey
f701af0b74
cli: fix createtx.
2017-08-03 19:38:58 -07:00
Christopher Jeffrey
00e85cc7c2
cli: add --no-replay flag.
2017-08-02 17:27:02 -07:00
Christopher Jeffrey
88ef28d837
lint: no implicit casting.
2017-07-31 18:21:03 -07:00