Snipa22 / nodejs-pool

Other
481 stars 421 forks source link

transaction is too big #447

Closed Projek-Kripto closed 5 years ago

Projek-Kripto commented 5 years ago

hi all, i got some error please help, small payment works great but when pool want to send payment due more then 5000 i got this error - Issue making payments{"code":-4,"message":"transaction is too big"}

bobbieltd commented 5 years ago

Ask coin devs

Projek-Kripto commented 5 years ago

@bobbieltd any other solution? i also use node-cryptonote-pool without any issue tho, thanks

bobbieltd commented 5 years ago

If node-cryptonote-pool works, nodejs-pool should works too. My guess : try to reduce mixin to see if it passes.

Projek-Kripto commented 5 years ago

@bobbieltd reduce mixin same error, i think i want to transfer manually but how to update the database?

DurinsMine commented 5 years ago

@Projek-Kripto connect using mysql workbench using root and password that was generated I think

Projek-Kripto commented 5 years ago

@DurinsMine i use phpmyadmin and manually send payment, thanks