I reply to all queries on the forums and via email, once per day, Monday to Friday (not weekends).

If you are new here, please see some information on how to ask for support. Thank you!

d3vnu77

Forum Replies Created

Viewing 15 posts - 31 through 45 (of 100 total)
  • Author
    Posts
  • in reply to: Invalid Created Times showing up in the transactions #9106
    d3vnu77
    Participant

    Your wordfence is blocking me, thinking Im trying to run SQL queries through the form here.. so I’ve attached an image of my response.

    Attachments:
    You must be logged in to view attached files.
    in reply to: Adapter is off by 1000 blocks from the 2ACoin daemon. #9105
    d3vnu77
    Participant

    Thank you.

    in reply to: Invalid number of decimals in deposits #9102
    d3vnu77
    Participant

    I put a value of 8 into the get_decimal_places function.

    I have NOT gotten it to work by putting a value of 8 in the coins.csv file on the production server or the test server with only your plugins installed.

    I have NOT gotten it to work by adding the following code to the themes function.php or a separate plugin (see attached image, some reason it will not let me post code here), on the production server or the test server…

    The only thing that seems to work is putting a value of 8 into the get_decimal_places function. Then is displays correctly…as seen in the image

    ________________________________

    On a secondary note, thinking out loud here I notice when you posted the filter here: https://www.dashed-slug.net/forums/topic/im-getting-ready-to-replace-my-hacked-up-monero-adapter-with-yours/page/3/#post-8943

    I notice you used 2ACOIN as the key for the array, is that what it is supposed to be, because my $coins variable gets passed through with the $coins[‘ARMS’] key….

    Attachments:
    You must be logged in to view attached files.
    in reply to: Invalid number of decimals in deposits #9079
    d3vnu77
    Participant

    1. The only way that I have figured out how to change the decimals is to change the hardcoded value that is currently 2 in the get_decimal_places of coin-adapter-turtlecoin.php

    2. The fact that I can change this and the decimals do change, should say that this is where the app is getting the decimal value from… not the coin.csv (if I change, it does nothing). Not the wallets_turtle_coins_filter… if I add it does nothing.

    The only way to get the correct value is change the hardcoded value of get_decimal_places method. I think your code might have a bug in it, have you fully tested with 2ACoin?

    in reply to: Invalid Created Times showing up in the transactions #9074
    d3vnu77
    Participant

    Man, I’m not sure if I am looking at the wrong place. But I don’t see your debug screen anywhere.

    in reply to: Invalid number of decimals in deposits #9072
    d3vnu77
    Participant

    What I am saying is. I installed only those two plugins directly off your website on a new wordpress installation, without any other code or themes, etc.

    Even on the new test website with only wordpress and the Bitcoin & Altcoin Wallets Plugin and the TurtleCoin Adapter Plugin, the behavior on the Invalid number of decimals, continues.

    1. No matter what you input as decimals in the coins.csv file. The inserts to the database are always 6 decimals out of place on a brand new install and brand new wallet.

    It is always 2 decimals off from what the RPC is reporting as the amount.

    in reply to: Invalid Created Times showing up in the transactions #9063
    d3vnu77
    Participant

    Here is the ticket I sent them on the issue. Though for compatibility sake I think it might be best to convert those dates into the string format. I’m not sure?

    Attachments:
    You must be logged in to view attached files.
    in reply to: Invalid Created Times showing up in the transactions #9061
    d3vnu77
    Participant

    Ok, the problem with created_time showing zero dates, seems to be an issue with Digital Ocean’s MYSQL Managed Server, I will make a somment to them about this and see what they say.

    Both. new transactions and wallet adds, both have zero dates for created_time on DO’s Managaed databases, but not on the maria database on the localhost of the test box.

    in reply to: Invalid Created Times showing up in the transactions #9060
    d3vnu77
    Participant

    As mentioned in my other post, I ran this test on the other test wordpress installation and had the same issue with decimals in the wrong place.

    However the created_time data is now being inserted into the database on the test installation, the difference between the two is the production server is using a digital ocean managed MYSQL server.

    Going to test the same thing on a DO database. to see if that is an issue.

    in reply to: Invalid number of decimals in deposits #9057
    d3vnu77
    Participant

    Same issue on a fresh wordpress install with only the following newly installed plugins:

    Bitcoin & Altcoin Wallets
    Turtle Coin Adapter Extension

    Do you use signal? I can get you the authentication for my test server and you can check, if you want.

    Attachments:
    You must be logged in to view attached files.
    in reply to: Invalid number of decimals in deposits #9056
    d3vnu77
    Participant

    Same issue, installing on a new word press installation to test.

    in reply to: Invalid number of decimals in deposits #9055
    d3vnu77
    Participant

    Going to completely delete this wallet and start over ran see if we can’t get a different result…

    in reply to: Invalid number of decimals in deposits #9050
    d3vnu77
    Participant

    Ok, so I think I might have found something. If I dump the results of all the transactions… as seen in your code. I have some transactions from the other wallet…

    The address: “gunsLxp8FSQ3eU4Frhutze3QrE4acGM5LDiW5AFWc7mHSTDFnpht7oce9PzmJxJycs1SKG1aC8dvUgUBs2XSQkv29RE9d9Gs46” as seen in the screenshot is an address that was generated on the old wallet by a friend of mine, the amount is deposited by our pool. As you can see she is currently mining… and number 3.

    https://pool.n2aa.org/#top10miners

    Why would this be showing up in the new wallets transactions? They are not being inserted into the database and the address does not exist any longer in wp_wallets_adds.

    It is showing up in the transactions though… as seen in the screenshots.

    Attachments:
    You must be logged in to view attached files.
    in reply to: Invalid number of decimals in deposits #9048
    d3vnu77
    Participant

    GREP returned only your instance of apply_filters as seen in the screenshot.

    I’m at a loss.

    Attachments:
    You must be logged in to view attached files.
    in reply to: Invalid Created Times showing up in the transactions #9047
    d3vnu77
    Participant

    I didn’t go to a university, I’ve learned coding by doing it and only when I forced to anymore, lol. I’m actually in the process of hiring more software people for almost everything else, but wanted to keep dealing with the crypto wallet in my hands if possible.

    So if $txrow->created_time is set correctly, why would it not be saving to the database correctly?

Viewing 15 posts - 31 through 45 (of 100 total)