leaderboard-example icon indicating copy to clipboard operation
leaderboard-example copied to clipboard

Can not send

Open vascoosx opened this issue 8 years ago • 5 comments

I am trying to send with the host http://service.iotasupport.com but I am getting a 401 status code. Why is this happening?

vascoosx avatar Sep 02 '17 03:09 vascoosx

Have encountered the same issues during my trial, while able to bypass it after overriding iota.localAttachToTangle, similar to https://github.com/iotaledger/wallet/blob/master/ui/js/iota.lightwallet.js Also, in this sample, the weight is only using 9 (https://github.com/domschiener/leaderboard-example/blob/master/js/send.js#L106). This is no longer acceptable by node and required to update 14. Hope it helps. Thanks!

straight avatar Oct 11 '17 16:10 straight

the only node which you can use (at this time) is http://node.iotawallet.info:14265 Use MWM 14.

So it works...

Greets

stephanj79 avatar Oct 11 '17 20:10 stephanj79

seems that this older piece of code does not work anymore

dsir-minute avatar Jan 20 '18 14:01 dsir-minute

I can't send anything either via a local testnet. I'm getting an invalid transaction hash error anytime I try to send a transaction: console

and the address it's being sent to was made properly as far as I'm aware of: app

tedjames avatar Jan 21 '18 22:01 tedjames

I cloned this repo, fixed a few things and updated it a bit : see https://github.com/dsir-minute/iotaLeaderBoard2 Now pick a healthy wallet server (the one hardcoded in there is clumsy) and insert it (I've added host and port next to the seed form in the sidepanel), and enjoy !

dsir-minute avatar Jan 23 '18 20:01 dsir-minute