1
I just setup bitcoind (0.18.1) and put it in regtest mode, I am trying to work with accounts, but the account commands are not found...
setaccount
jlroberts@mixerregtest:~$ bitcoin-cli -regtest setaccount 2NDCk4d7BYGztagf812gUdWqqPSMymdH4rS one
error code: -32601
error message:
Method not found
getaccount
jlroberts@mixerregtest:~$ bitcoin-cli -regtest getaccount one
error code: -32601
error message:
Method not found
listaccounts
jlroberts@mixerregtest:~$ bitcoin-cli -regtest listaccounts
error code: -32601
error message:
Method not found
getblockchaininfo
{
"chain": "regtest",
"blocks": 303,
"headers": 303,
"bestblockhash": "77d7169d013574a1254ccf472389b40c3393f41498ddc6f84b8d078c740d3da3",
"difficulty": 4.656542373906925e-10,
"mediantime": 1568636861,
"verificationprogress": 1,
"initialblockdownload": false,
"chainwork": "0000000000000000000000000000000000000000000000000000000000000260",
"size_on_disk": 92175,
"pruned": false,
"softforks": [
{
"id": "bip34",
"version": 2,
"reject": {
"status": false
}
},
{
"id": "bip66",
"version": 3,
"reject": {
"status": false
}
},
{
"id": "bip65",
"version": 4,
"reject": {
"status": false
}
}
],
"bip9_softforks": {
"csv": {
"status": "locked_in",
"startTime": 0,
"timeout": 9223372036854775807,
"since": 288
},
"segwit": {
"status": "active",
"startTime": -1,
"timeout": 9223372036854775807,
"since": 0
}
},
"warnings": ""
}
What could I be doing wrong?
What is your bitcoin core version? also, can you try
bitcoin-cli -regtest getblockchaininfo? – vincenzopalazzo – 2019-09-16T12:39:30.320using the latest, 0.18.1 – Jeffrey L. Roberts – 2019-09-16T12:42:21.577