It can not be that it was not. Probably you were not looking there.
Where it is in Windows I do not know.
:~$ ls -l ~/.devcoin/
total 901388
-rw------- 1 aatheus aatheus 2502656 May 18 11:23 addr.dat
-rw------- 1 aatheus aatheus 437683153 May 13 15:59 blk0001.dat
-rw------- 1 aatheus aatheus 474169344 May 18 11:23 blkindex.dat
drwx------ 2 aatheus aatheus 4096 May 18 11:11 database
-rw------- 1 aatheus aatheus 24576 May 18 12:50 __db.001
-rw------- 1 aatheus aatheus 1441792 May 18 13:03 __db.002
-rw------- 1 aatheus aatheus 270336 May 18 13:03 __db.003
-rw------- 1 aatheus aatheus 98304 May 18 12:50 __db.004
-rw------- 1 aatheus aatheus 5570560 May 18 13:03 __db.005
-rw------- 1 aatheus aatheus 57344 May 18 12:50 __db.006
-rw------- 1 aatheus aatheus 0 May 11 21:42 db.log
-rw-rw-r-- 1 aatheus aatheus 2478110 May 18 12:50 debug.log
-rw-rw-r-- 1 aatheus aatheus 93 May 18 12:50 devcoin.conf
-rw-rw-r-- 1 aatheus aatheus 65 May 18 12:49 devcoin.conf.bak
drwxrwxr-x 2 aatheus aatheus 4096 May 12 00:11 receiver
-rw------- 1 aatheus aatheus 90112 May 18 11:23 wallet.dat
:~$
ls -l ~/.devcoin/
total 97004
drwx------ 3 root root 4096 May 1 18:23 blocks
drwx------ 2 root root 4096 May 18 02:40 chainstate
drwx------ 2 root root 4096 May 17 21:44 database
-rw------- 1 root root 0 May 1 17:06 db.log
-rw------- 1 root root 76538183 May 19 02:16 debug.log
-rw-r--r-- 1 root root 286 May 1 17:05 devcoin.conf
-rw-r--r-- 1 root root 5 May 18 02:34 devcoind.pid
-rw------- 1 root root 846784 May 19 02:10 peers.dat
drwx------ 2 root root 4096 May 8 15:04 receiver
-rw------- 1 root root 21884928 May 19 02:13 wallet.dat
Do you have the same version as me ?:
devcoind getinfo
{
"version" : 80501,
"protocolversion" : 70001,
"walletversion" : 60000,
"balance" : ------------
"blocks" : 279604,
"timeoffset" : 0,
"connections" : 23,
"proxy" : "",
"difficulty" : 49694831.66587188,
"testnet" : false,
"keypoololdest" : 1495018762,
"keypoolsize" : 101,
"paytxfee" : 0.00000000,
"errors" : ""
}
Nope. I am using the version from devcoin.org download page.
{
"version" : 32501,
"balance" : 0.00000000,
"blocks" : 192280,
"connections" : 12,
"proxy" : "",
"generate" : false,
"genproclimit" : -1,
"difficulty" : 1313454543.40852451,
"hashespersec" : 0,
"testnet" : false,
"keypoololdest" : 1494564141,
"keypoolsize" : 101,
"paytxfee" : 0.00000000,
"errors" : "WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade."
}
I have tried building from source. The source build instructions on devcoin.org are NOT correct for Ubuntu 16.04. Lots of complaints about undefined values and other random errors.
Is devcoin.org not maintained any more? The devcoind linux 64-bit binary shows version "Bitcoin version 0.3.25.1-beta" right now.