Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sync stopped at 1737833 #5031

Closed
mtb-pro opened this issue Oct 2, 2022 · 4 comments
Closed

sync stopped at 1737833 #5031

mtb-pro opened this issue Oct 2, 2022 · 4 comments

Comments

@mtb-pro
Copy link

mtb-pro commented Oct 2, 2022

how to fix it?

Dash Core RPC client version v0.17.0.3
dash-cli getblockchaininfo

{
"chain": "main",
"blocks": 1737833,
"headers": 1737833,
"bestblockhash": "0000000000000002e91bac9f95f96885a89de2c46846d197933c8c5f03cb806f",
"difficulty": 75380794.81416096,
"mediantime": 1663107922,
"verificationprogress": 0.989364943128956,
"initialblockdownload": true,
"chainwork": "0000000000000000000000000000000000000000000078608c6e0b7e27c0dd3f",
"size_on_disk": 31167033577,
"pruned": false,
"softforks": [
{
"id": "bip34",
"version": 2,
"reject": {
"status": true
}
},
{
"id": "bip66",
"version": 3,
"reject": {
"status": true
}
},
{
"id": "bip65",
"version": 4,
"reject": {
"status": true
}
}
],
"bip9_softforks": {
"csv": {
"status": "active",
"startTime": 1486252800,
"timeout": 1517788800,
"since": 622944
},
"dip0001": {
"status": "active",
"startTime": 1508025600,
"timeout": 1539561600,
"since": 782208
},
"bip147": {
"status": "active",
"startTime": 1524477600,
"timeout": 1556013600,
"since": 939456
},
"dip0003": {
"status": "active",
"startTime": 1546300800,
"timeout": 1577836800,
"since": 1028160
},
"dip0008": {
"status": "active",
"startTime": 1557878400,
"timeout": 1589500800,
"since": 1088640
},
"realloc": {
"status": "active",
"startTime": 1601510400,
"timeout": 1633046400,

@UdjinM6
Copy link

UdjinM6 commented Oct 2, 2022

pls see #5014 (comment)

@mtb-pro
Copy link
Author

mtb-pro commented Oct 3, 2022

I use the following functions and it is not possible to update to version 0.18 for me

getaccountaddress
getaddressesbyaccount
getbalance|getnewaddress
getreceivedbyaccount
listtransactions
move
sendfrom
sendmany

what can i do now?

@thephez
Copy link
Collaborator

thephez commented Oct 3, 2022

I use the following functions and it is not possible to update to version 0.18 for me

getaccountaddress getaddressesbyaccount getbalance|getnewaddress getreceivedbyaccount listtransactions move sendfrom sendmany

what can i do now?

Some of these still exist (getbalance, getnewaddress, listtransactions, sendmany) and some of them represented by the new "labels" system that was introduced by Bitcoin before they dropped accounts (getaddressbylabel, getreceivedbylabel). I'm not sure what would be required to move from accounts to labels. Bitcoin made this change ~4 yrs ago so there may be some info available from people that encountered this situation with it.

@PastaPastaPasta
Copy link
Member

solution was provided

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants