People
Repo info
Activity
  • May 23 2016 07:35
    backpacker69 closed #8
  • May 23 2016 07:34
    backpacker69 synchronize #8
  • May 22 2016 09:47
    backpacker69 synchronize #8
  • May 22 2016 09:43
    backpacker69 synchronize #8
  • May 22 2016 07:39
    backpacker69 synchronize #8
  • May 19 2016 12:19
    backpacker69 edited #8
  • May 19 2016 12:16
    backpacker69 synchronize #8
  • May 18 2016 09:38
    huafei117 commented #7
  • May 18 2016 09:08
    backpacker69 opened #8
  • May 18 2016 07:46
    zhuchunyu opened #7
  • May 17 2016 17:46

    JetJet13 on master

    Update README.md (compare)

  • May 17 2016 17:36

    JetJet13 on master

    Update README.md (compare)

  • May 17 2016 17:22

    JetJet13 on master

    Update README.md (compare)

  • May 17 2016 17:21

    JetJet13 on master

    NuParserv007 fix fixed some ty… (compare)

  • May 17 2016 17:17

    JetJet13 on master

    quick README update (compare)

  • May 17 2016 17:12

    JetJet13 on master

    updated Jade to Pug and README … (compare)

  • May 17 2016 15:30
    JetJet13 commented #6
  • May 17 2016 14:39
    huafei117 commented #6
  • May 16 2016 07:57
    backpacker69 commented #6
  • May 16 2016 03:34
    zhuchunyu edited #6
sbuxmmm
@sbuxmmm
I tested 3.2.1 and 2.6.11
on windows server 2008
what's the nodjs version?
Johny Georges
@JetJet13
you can use anything greater than v0.10
sbuxmmm
@sbuxmmm
OK,thanks
Johny Georges
@JetJet13
I added those details to the README
sbuxmmm
@sbuxmmm
hello,jetjet13
I can't get the blockcount from rpc API
windows server 2008
Johny Georges
@JetJet13
have you installed the necessary libraries that the parser requires/imports ?
huafei117
@huafei117
jgarzik/python-bitcoinrpc@8c0114b
@sbuxmmm It is a bug with python-bitcoinrpc, not update to npm package
sbuxmmm
@sbuxmmm
OK,Thanks
backpacker69
@backpacker69
Johny, could you possibly update the github repository with latest stuff running on blockexplorer.nu? I have somehow different set of js files in layout.jade just comparing what i have running locally.
@JetJet13 also, I get this error in chrome console: angular.js:38Uncaught Error: [$injector:modulerr] http://errors.angularjs.org/1.4.3/$injector/modulerr?p0=NE&p1=Error%3A%20%5…udflare.com%2Fajax%2Flibs%2Fangular.js%2F1.4.3%2Fangular.min.js%3A19%3A339)
huafei117
@huafei117
@JetJet13 NuExplorerOS]# node server.js
info: Chill Winston, the logs are being captured 2 ways - console and file
App listening on port 800
Warning: Unexpected block undefined on line undefined + of undefined. This warning will be an error in v2.0.0
GET / 404 492ms - 6.55kb
GET /app/assets/stylesheets/style.css 304 3ms
GET /app/assets/stylesheets/animate.css 304 1ms
GET /app/assets/stylesheets/buttons.css 304 0ms
GET /app/assets/stylesheets/loading-bar.css 304 0ms
GET /app/assets/javascripts/angular-timeago.js 304 0ms
GET /app/assets/javascripts/ng-infinite-scroll.min.js 304 1ms
GET /app/assets/javascripts/loading-bar.js 304 1ms
GET /app/assets/javascripts/highcharts-ng.js 304 1ms
GET /app/assets/javascripts/qrcode.js 304 0ms
some error after running node service.js
the router mess me up , can not find the reason
backpacker69
@backpacker69
same here, running node server.js just returns to command prompt
huafei117
@huafei117
@backpacker69 you have to cd in node_modules/mongo-oplog-watcher/node_modules/mongoskin/ and have a npm install
backpacker69
@backpacker69
@huafei117 good one, thank you, that did make the server start
but nothing works unfortunately in the browser
just front page with everything empty
and GET /app/factories/form_factory.js 404 85ms - 6.55kb
together with Warning: Unexpected block undefined on line undefined + of undefined. This warning will be an error in v2.0.0
huafei117
@huafei117
i have this error too.
backpacker69
@backpacker69
that's error from pug btw, if you replace it with jade it becomes something different:
Warning: Unexpected block "content" on line 3 of ~/NuExplorerOS2/public/app/jade/error.jade. This block is never used. This warning will be an error in v2.0.0
huafei117
@huafei117
i am not good at express , the router model mess me up
backpacker69
@backpacker69
anyway, i think this error means there's a problem with layout.pug
ok, i found the problem, layout.pug contains link to /app/factories/form_factory.js while file really is called form_Factory.js
and it will fail to find form factory everywhere but windows
backpacker69
@backpacker69
next error for me was in status api
for some reason it expects to find db.StatusCollection.find({_id:'statusInfo'}
while there is no such id in StatusCollection
i changed that to {}
and it works kinda
huafei117
@huafei117
are your have this error? JetJet13/NuExplorerOS#1
backpacker69
@backpacker69
i did until i changed status api
oh, i've figured out why i had problem with statusinfo
backpacker69
@backpacker69
i didn't insert all stuff in the database like readme said
Johny Georges
@JetJet13
Afternoon guys
Johny Georges
@JetJet13
Has anyone been able to get it working ?
backpacker69
@backpacker69
yeah, i've pushed all the changes that I needed to make to my fork
and sent pull request
Johny Georges
@JetJet13
alright, I'll check out your request
Out of curiosity, what did reversing the block order do ?
Johny Georges
@JetJet13
fix*
backpacker69
@backpacker69
without the fix, blocks go from block height 0 up to today
Syndel
@SyndelHuang
This message was deleted