domschiener / leaderboard-example

IOTA Proof of Concept Application example. With tutorial.
Other
67 stars 51 forks source link

Can not send #2

Open vascoosx opened 7 years ago

vascoosx commented 7 years ago

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

straight commented 6 years ago

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!

stephanj79 commented 6 years ago

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

So it works...

Greets

dsir-minute commented 6 years ago

seems that this older piece of code does not work anymore

tedjames commented 6 years ago

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
dsir-minute commented 6 years ago

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 !