Been trying to get a few minutes in to post on here for days, keep getting interrupted. Blow me away, great job ahmed_bodi, the 9.2 client is so close to showme time I'm without words...
Saw the units of measure coding correction you posted yesterday, uploaded to github before I even had found the problem. Also been reviewing sections of code & was trying to find a post from over a week ago, something about how we needed ixcoin nodes to code in for the release, anyway was stumbling over sections like this in chainparam.cpp:
hashGenesisBlock = genesis.GetHash();
assert(hashGenesisBlock == uint256("0x0000000062558fec003bcbf29e915cddfc34fa257dc87573f28e4520d1c7c11e"));
assert(genesis.hashMerkleRoot == uint256("0xe61339a40aa4e90e983fe0d64cf09eed5fa1e6eac227b6761f06ac7af1929baf"));
vSeeds.push_back(CDNSSeedData("devtome.com", "dvcstable01.devtome.com"));
vSeeds.push_back(CDNSSeedData("dvcnode.org", "dvcstable01.dvcnode.org"));
vSeeds.push_back(CDNSSeedData("dvcnode.org", "dvcstable02.dvcnode.org"));
vSeeds.push_back(CDNSSeedData("dvcnode.org", "dvcstable03.dvcnode.org"));
vSeeds.push_back(CDNSSeedData("dvcnode.org", "dvcstable04.dvcnode.org"));
vSeeds.push_back(CDNSSeedData("dvcnode.org", "dvcstable05.dvcnode.org"));
vSeeds.push_back(CDNSSeedData("dvcnode.org", "dvcstable06.dvcnode.org"));
vSeeds.push_back(CDNSSeedData("dvcnode.org", "dvcstable07.dvcnode.org"));
vSeeds.push_back(CDNSSeedData("dvcnode.com", "node01.dvcnode.com"));
vSeeds.push_back(CDNSSeedData("dvcnode.com", "node02.dvcnode.com"));
vSeeds.push_back(CDNSSeedData("dvcnode.com", "node03.dvcnode.com"));
so was again wondering, about that question.
Looks to me like we probably need to have something other than dvcnode.com/dycnode.org sites listed in our(your) future releases. Could the community here please give me some input about what should be coded?
Other thoughts,
...kinda took my breath away when I saw that 3+ years of block chain needed to downloaded. loved that the new client comes up and asked where I want to store my data files, your 9.2 download seems to be working way beyond my expectations from a client perspective so far.
NOTE: Perhaps someone here also knows how to create a bootstrap.dat file and upload the torrent, before I can figure it out....suggestion: It would be nice to have one made, just after the last block is mined...
Love having a network traffic graph in the client...
To bad the foundation people never finished making a decision on the logo....hint-hint
Know allot of that is just because of the latest bitcoin core, yet felt it was worth making the point----> The 9.2 client appears to me that its almost ready to go!!!.
@ahmed_bodi - If anything is wrong, I haven't seen it yet, will keep testing & reviewing the code. Any reports on how things are going from a merge-mining perspective, will be greatly appreciated. Going forward, looks like security will be on everyone's mind, more than ever.
Some of you might have trouble syncing up on a clean install with the 9.2 client we're testing, I didn't, after 1-2mins it was going to town & had figured out some good peer connections. So I canceled that download, deleted my blocks & chainstate subfolders & copied over the 8.6 blockchain to the test dir, it then synced up instantly and was idling a couple hours before I did this console query, abrev & sorted peers list from the JSON output follows:
Welcome to the IXCoin RPC console.
getpeerinfo
LIST "subver" : "/Satoshi:0.8.6/",
"addr" : "92.97.27.98:8337",
"addr" : "98.165.136.148:8337",
"addr" : "167.160.36.73:8337",
"addr" : "188.226.177.232:8337",
LIST "subver" : "",
"addr" : "62.210.198.84:8337",
"addr" : "50.116.20.183:8337",
"addr" : "50.46.245.151:8337",
"addr" : "68.168.104.10:8337",
My guess is a ixcoin.conf file with those first 4 added should do the trick for some of you, as they were listed as running subver 0.8.6 on my end, another idea is to try the console commands (haven't tested either yet myself), guessing it would look something like this:
addnode=92.97.27.98:8337
addnode=98.165.136.148:8337
addnode=167.160.36.73:8337
addnode=188.226.177.232:8337
l8r...
GR