pmitchev

Results 5 issues of pmitchev

Because of change in the simplewallet API, the payment module is not able to send transactions on Bytecoin 1.0.3+ based coins. To fix, replace this line: https://github.com/fancoder/cryptonote-universal-pool/blob/master/lib/paymentProcessor.js#L123 with: ``` var...

Bytecoin and Dashcoin transactions have 24 hours life (not sure about other coins). When a transaction passes the daemon check (return success) but it is not included in the blockchain...

There is possible network attack in which malicious nodes can make syncing practically impossible. The attack is super easy and cheap to implement and can make the network practically useless...

I got this error when trying to build on macOS ``` /bytecoin/src/platform/Network.cpp:826:52: error: no member named 'to_string' in namespace 'common'; did you mean 'std::to_string'? boost::asio::ip::tcp::resolver::query query(addr, common::to_string(port)); ```

x:spvwallet ob$ go version go version go1.9.2 darwin/amd64 x:spvwallet ob$ make install cd cmd/spvwallet && go install # github.com/OpenBazaar/spvwallet/api ../../api/rpc.go:557:36: cannot use tx.Txid (type string) as type []byte in argument...