Bytecoin Developers Team

Results 12 comments of Bytecoin Developers Team

@lhfly5201314 According to the wiki section you cited, to create new addresses (say, `3`) you should make a request with `secret_spend_keys` list filled with the empty strings of desired length...

@kocho Mind the daemon you send request to. This is an example of `get_transfers` request to `walletd`: ``` curl -s -u : -X POST http://localhost:8070/json_rpc -H 'Content-Type: application/json-rpc' -d '{"jsonrpc":...

@nilhcraiv It's hard to say what's going on in your case. Do you have a stable reproducer of the problem?

@smartlinkglobal Are you still experiencing troubles to see the balance? Given the hash of your transaction, you can easily check if it's been added to the canonical chain of the...

@pingram3541 Currently GUI does not support changing data folder path opened by default: It always opens a predefined path on each OS. We are brooding about how to make this...

@ArtRaptors You are using the old Bytecoin daemon. Please, [update](https://bytecoin.org/downloads) your software.

@KrzysztofHajdamowicz Please have a look at the [subsection](https://github.com/bcndev/bytecoin/wiki/Running-Bytecoin-Services) in our wiki where we give a recipe for doing this right.

@cryptoluka To create or sign a Bytecoin transaction one has to effectively reimplement `walletd` what sounds impractical. Why are you dissatisfied with the standard way to sing transactions via `walletd`...

@pmitchev Thanks for highlighting such security aspects that must be really taken seriously. We are working on that.

@Mandela-Blockchain At the moment, there is no publicly released source code of the Bytecoin Explorer.