Benjamin Collins

Results 37 comments of Benjamin Collins

@arthaszeng I created https://element.shellshop.lol/ to have another web-facing nodes to compare to, in addition to https://ropsten.element.transmute.industries/. Are you able to create a DID and resolve on one of these?

I think I've seen this when starting up a server. Want to see if it's happening, and why it's happening, because the seed should be defined in the configuration file.

Taking some notes, it looks like this error can be reproduced by running the test for the `cas-ipfs` module. ``` > @sidetree/[email protected] pretest ~/Github/sidetree.js/packages/cas-ipfs > docker-compose up -d ipfs mongo...

Looks like this hasn't been addressed yet? ``` > db.transactions.findOne(); { "_id" : ObjectId("61c4bad88070be268cdd0132"), "anchorString" : "1.EiBV7a9R8F83nqph9W8lj3sSHojXKSNMUAkR-t7Ua27uNw", "transactionNumber" : NumberLong(0), "transactionTime" : 8662822, "transactionTimeHash" : "0xcc1c8cedd53e2d61faa2811e4819a0db995be01a8db030d8f49794a9335f3498", "transactionFeePaid" : 0, "normalizedTransactionFee"...

It looks like this issue is still relevant, so instead of closing it, i'll try to update it with more context and tasks. In this case the wallet used for...

I think for the time being, for Element we might continue to use an Ethereum based HD path unless there is a specific need to do otherwise. Welcome to more...

Maybe we also need for the script to open port 30303 udp to allow geth to sync?

Thanks for opening an issue!. A couple of questions to try and get a better idea of what's going on. 1. Which documentation are you referencing? 2. Which OS/system are...

Once I've done working with the CAS unit tests, I'll try testing this patch to see how much time it can save for the reloads.

@paulfdietrich any updates?