How long is the balance unlocked

Currently my balance is 1000ETN, but my unlock balance is 0. So how long will it take me to use my balance? I am not working on privatenet network so is there any way to make the switch from balance to unlock balance. Help me! Please

is this on your online wallet?

This usually happens with a new transfer coming in to your wallet. As soon as there are enough confirmations on the blockchain your unconfirmed balance will be available.

oh!!! No.I have rebuilt a private network of electroneum.

Is there any way to fix the code to make balance unlock time faster?

This unfortunately is not in my wheel house. Maybe @BegaMutex @Deleted_Account can point you in the correct direction regarding this

oh! thank you so much.

I am working with private testnet network, and I started mining and I have balance but the time of balance unlock is too long … so is there any way to unlock balance time faster?. I am very grateful if you help me.

|–Node 1 start_mining
|–Node 2 start_mining

oh!!! I want to know if there is any way to fix the source to unlock the balance faster.

Thank you for your help. But I need a tutorial on how to fix source code

Can I ask another question … why do I do “get_transfers” when I show up the destinations when I don’t appear. I do it so that it can appear in the destination.

I am currently building a trading platform and have integrated electroneum. Please solve my problems.

When i send method “get_transfers”

"jsonrpc":"2.0","id":"0",
"method":"get_transfers",
"params":{
"in":true,
"out":true,
"min_height":1,
"max_height":100
}
}
---> Result
```{
    "id": "0",
    "jsonrpc": "2.0",
    "result": {
        "in": [
            {
                "amount": 1001,
                "fee": 0,
                "height": 75,
                "note": "",
                "payment_id": "0000000000000000",
                "timestamp": 1548659147,
                "txid": "0e976a8a8713ad381af153d3b4f8b2f391eae3192fbc5bca8397af621740615e",
                "type": "in",
                "unlock_time": 0
            }
        ],
        "out": [
            {
                "amount": 300,
                "fee": 1,
                "height": 89,
                "note": "",
                "payment_id": "0000000000000000",
                "timestamp": 1548660138,
                "txid": "9c2368210cd1a28c65e2d2cb6c90949a17a23238c91afc05b3c154e0ebaa6f33",
                "type": "out",
                "unlock_time": 0
            }
        ]
    }
}

when i send method “get_transfers”

"jsonrpc":"2.0","id":"0",
"method":"get_transfers",
"params":{
"in":true,
"out":true,
"min_height":1,
"max_height":300
}
}
--> result
{
    "id": "0",
    "jsonrpc": "2.0",
    "result": {
        "in": [
            {
                "amount": 10000,
                "fee": 0,
                "height": 142,
                "note": "",
                "payment_id": "0000000000000000",
                "timestamp": 1548665402,
                "txid": "af5be255d4631d7cb4808611a3d1b1b8141ff1c0fe02b05ec3056be542600d51",
                "type": "in",
                "unlock_time": 0
            },
            {
                "amount": 1001,
                "fee": 0,
                "height": 75,
                "note": "",
                "payment_id": "0000000000000000",
                "timestamp": 1548659147,
                "txid": "0e976a8a8713ad381af153d3b4f8b2f391eae3192fbc5bca8397af621740615e",
                "type": "in",
                "unlock_time": 0
            }
        ],
        "out": [
            {
                "amount": 10000,
                "destinations": [
                    {
                        "address": "etnkBg2mWViWQUrHnWpfC8JR7kHhpa4LA1mZJwHBerCaAtjHxLAefTmDawMW7DJjKuNMUdpi5nUEN33uXYvxTox921dogDhRhL",
                        "amount": 10000
                    }
                ],
                "fee": 1,
                "height": 163,
                "note": "",
                "payment_id": "0000000000000000",
                "timestamp": 1548667305,
                "txid": "a852244d938319fc85b0433737e2b4dfc965669d08dab518387ec5c3462e47ea",
                "type": "out",
                "unlock_time": 0
            },
            {
                "amount": 200,
                "fee": 1,
                "height": 110,
                "note": "",
                "payment_id": "0000000000000000",
                "timestamp": 1548662791,
                "txid": "2523f2b22091de36dbaa1f63291fb8303c04700e18b2970bdc6c993fc9e1adba",
                "type": "out",
                "unlock_time": 0
            }]
     }
}
    "destinations": [
                    {
                        "address": "etnkBg2mWViWQUrHnWpfC8JR7kHhpa4LA1mZJwHBerCaAtjHxLAefTmDawMW7DJjKuNMUdpi5nUEN33uXYvxTox921dogDhRhL",
                        "amount": 10000
                    }
                ]

how to send “get_transfers” method that results have “destination”.

Mined ETN unlock time: CRYPTONOTE_MINED_MONEY_UNLOCK_WINDOW = 18
Unlock time for ETN sent by someone else:CRYPTONOTE_DEFAULT_TX_SPENDABLE_AGE = 10

3 Likes

Yes !!! Can you help me ?

Thank you so much ! But Which directory is it located in, can you tell me? pls!

Oh!!! you are so awesome, i am very grateful to you.

1 Like