Nexusoft / LLL-TAO

LLL: Lower Level Library - TAO: Tritium, Amine, and Obsidian as a high performance application framework
MIT License
60 stars 28 forks source link

With latest merging, Staking does not work on test-net. #131

Closed Aeonwise closed 1 year ago

Aeonwise commented 1 year ago

Upgraded To: (https://github.com/Nexusoft/LLL-TAO/commit/886b726ca5c2ca16962bd5d72d6276481db8e2d6)

After upgrading the test-net nodes to latest merging Staking is not working.

nexus@testnet3:~/LLL-TAO$ ./nexus finance/get/stakeinfo
{
    "address": "8Fuv6SQdYr9YNd3PUuV1E2LPsNUfgcrstmcPr7CMYze5yiEwfV9",
    "balance": 238317.479484,
    "stake": 900000.0,
    "trust": 24858663,
    "onhold": false,
    "stakerate": 0.0,
    "trustweight": 0.0,
    "blockweight": 0.0,
    "stakeweight": 0.0,
    "new": false,
    "staking": true,
    "change": false
}
[11:17:17.681] Accept : Mempool Consistency Check Complete in 0 ms
[11:17:25.327] Connect : Generated 0.920520 Nexus | Money Supply 33597082.364561
[11:17:25.327] SetBest : New Best Block hash=911d6f3accf3a48db6f8 height=969075 trust=1824603 tx=1 [0 tx/s] [processed at 1485.88 contract/s | 0 script/s] [0.777344 kb]
[11:17:25.328] Index : ACCEPTED
[11:17:25.330] Accept : Mempool Consistency Check Complete in 0 ms
[11:17:37.528] StakeMinterThread : Stake Minter Started
[11:17:37.529] StakeMinterThread : Stake Minter Initialized
[11:17:39.223] ERROR: CreateTransaction : no prev tx 01d4199aca2ffbc4c2a8da260706d1f7ca422111038765a16e1292c8e8c70ae013201c5b9e67c79eff140487d61daafabb48be9148bf4cadb29ac66b9f2d812f in logical db
[11:17:39.223] ERROR: CreateStakeBlock : failed to create producer transactions
[11:17:39.223] ERROR: CreateCandidateBlock : Unable to create candidate block
[11:17:40.915] ERROR: CreateTransaction : no prev tx 01d4199aca2ffbc4c2a8da260706d1f7ca422111038765a16e1292c8e8c70ae013201c5b9e67c79eff140487d61daafabb48be9148bf4cadb29ac66b9f2d812f in logical db
[11:17:40.916] ERROR: CreateStakeBlock : failed to create producer transactions
[11:17:40.916] ERROR: CreateCandidateBlock : Unable to create candidate block
[11:17:42.689] ERROR: CreateTransaction : no prev tx 01d4199aca2ffbc4c2a8da260706d1f7ca422111038765a16e1292c8e8c70ae013201c5b9e67c79eff140487d61daafabb48be9148bf4cadb29ac66b9f2d812f in logical db
[11:17:42.689] ERROR: CreateStakeBlock : failed to create producer transactions
[11:17:42.689] ERROR: CreateCandidateBlock : Unable to create candidate block
[11:17:44.362] ERROR: CreateTransaction : no prev tx 01d4199aca2ffbc4c2a8da260706d1f7ca422111038765a16e1292c8e8c70ae013201c5b9e67c79eff140487d61daafabb48be9148bf4cadb29ac66b9f2d812f in logical db
[11:17:44.363] ERROR: CreateStakeBlock : failed to create producer transactions
[11:17:44.363] ERROR: CreateCandidateBlock : Unable to create candidate block
Aeonwise commented 1 year ago

Deleted the _API indexing folder and now its working fine.