mirror of
https://github.com/urbit/shrub.git
synced 2025-01-04 10:32:34 +03:00
btc: update hash verification process
This commit is contained in:
parent
332652e0d1
commit
0da2778193
@ -170,7 +170,14 @@
|
||||
::
|
||||
++ on-watch on-watch:def
|
||||
++ on-leave on-leave:def
|
||||
++ on-peek on-peek:def
|
||||
::
|
||||
++ on-peek
|
||||
|= =path
|
||||
^- (unit (unit cage))
|
||||
?+ path (on-peek:def path)
|
||||
[%x %btc-wallet ~] ``noun+!>(btc-hash)
|
||||
==
|
||||
::
|
||||
++ on-agent
|
||||
|= [=wire =sign:agent:gall]
|
||||
^- (quip card _this)
|
||||
|
@ -2,4 +2,4 @@
|
||||
|= [[now=time * bec=beak] ~ ~]
|
||||
:- %noun
|
||||
:- %btc-wallet-hash
|
||||
.^(@uv %cz (en-beam bec /app/btc-wallet/js/bundle/index/js))
|
||||
.^(@uv %gx (en-beam bec(q %glob) /btc-wallet/noun))
|
||||
|
8
pkg/btc-wallet/README.md
Normal file
8
pkg/btc-wallet/README.md
Normal file
@ -0,0 +1,8 @@
|
||||
To verify your version of the bitcoin wallet, run the following command in the
|
||||
dojo:
|
||||
|
||||
`> +btc-wallet-check`
|
||||
|
||||
it should return with the following hash:
|
||||
|
||||
`0v9t022.n8kv1.5emkt.s2p9i.hvsa9`
|
Loading…
Reference in New Issue
Block a user