This repository has been archived by the owner on Oct 20, 2023. It is now read-only.
Replies: 1 comment 4 replies
-
Should work from my experience. Which coin is that? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've done some googling and i've dug through the code and i'm not quite sure how this should work. I have followed the integration steps that were done for ethw and i've integrated pinkcoin. It's basically another eth clone that uses geth as it's node. I have it working and integrated with MC. I can mine to it, hit blocks.... everything works great until i get to the payment processing.
Does MC work with geth for payment processing? It's ok if it doesn't but i don't want to keep digging if it does not. I have the account setup in geth with a password and i have geth setup to allow unlocks from the http interface.
--allow-insecure-unlock
When it comes time for the payment processingand I added the option
--unlock hex_key_value --password password_file.txt
to the node run command and in the node's logs I see everything looking good, then mc tries to make a payment andI see in the node logs:
Any idea's as to why the transaction type is not supported?
Thanks,
Beta Was this translation helpful? Give feedback.
All reactions