You are viewing a single comment's thread:
Hopefully, I can put this into use to get this darn trading bot to make its transactions, or at least figure out why it's doing everything. Any input would be great. I really don't know what I'm missing, though. It's running and giving me no errors, but it's not processing on the Hive Engine side. The struggle is real, lol.
1e05736e9a0ac4f7f6bea7fee70d5547ee91c778
I put in a pull request with the fix if you want to see what is different. You were on the right path, wrong key. Also, it's the hive-nectar library you are wanting to use in place of beem, nectarengine does a lot of what you have coded automatically if you want to look into it at a later date. But for the transaction builder, signer, etc, it's hive-nectar
pip install hive-nectar
and basically anything that used to saybeem
replace with nectar.I'm not exactly familiar with how GitHub works...
So we're removing the posting key...
and each bit of inputs would be "from hive.nectar input ______"
View more