I have tested
https://github.com/evan82/darkcoin/compare/777630aca5...9c25fc1034: 32bit compatible (removed DGW v1)
Works
user@monitoring:~> uname -a
Linux monitoring 2.6.31.14-0.4-default #1 SMP 2010-10-25 08:45:30 +0200 i686 i686 i386 GNU/Linux
014-04-04 19:26:52 received block 00000000005ac0a47f0f5639c83b3472c4955506292f2303617b4678be2d4eaa
2014-04-04 19:26:52 Committing 1 changed transactions to coin database...
2014-04-04 19:26:52 SetBestChain: new best=00000000005ac0a47f0f5639c83b3472c4955506292f2303617b4678be2d4eaa height=45598 log2_work=54.982021 tx=187125 date=2014-04-04 19:25:49 progress=0.999997
2014-04-04 19:26:52 ProcessBlock: ACCEPTED
user@monitoring:~> darkcoind getinfo
{
"version" : 90102,
"protocolversion" : 70002,
"walletversion" : 60000,
"balance" : 0.00000000,
"blocks" : 10593,
"timeoffset" : 0,
"connections" : 2,
"proxy" : "",
"difficulty" : 5.44229586,
"testnet" : false,
"keypoololdest" : 1396638896,
"keypoolsize" : 101,
"paytxfee" : 0.00000000,
"mininput" : 0.00001000,
"errors" : ""
}
user@monitoring:~> darkcoind getinfo
{
"version" : 90102,
"protocolversion" : 70002,
"walletversion" : 60000,
"balance" : 0.00000000,
"blocks" : 13292,
"timeoffset" : 0,
"connections" : 2,
"proxy" : "",
"difficulty" : 17.64524733,
"testnet" : false,
"keypoololdest" : 1396638896,
"keypoolsize" : 101,
"paytxfee" : 0.00000000,
"mininput" : 0.00001000,
"errors" : ""
}
~~~~
user@monitoring:~> darkcoind getinfo
{
"version" : 90102,
"protocolversion" : 70002,
"walletversion" : 60000,
"balance" : 0.00000000,
"blocks" : 45595,
"timeoffset" : 0,
"connections" : 2,
"proxy" : "",
"difficulty" : 342.14952890,
"testnet" : false,
"keypoololdest" : 1396638896,
"keypoolsize" : 101,
"paytxfee" : 0.00000000,
"mininput" : 0.00001000,
"errors" : ""
}
user@monitoring:~> darkcoind getinfo
{
"version" : 90102,
"protocolversion" : 70002,
"walletversion" : 60000,
"balance" : 0.00000000,
"blocks" : 45597,
"timeoffset" : 0,
"connections" : 3,
"proxy" : "",
"difficulty" : 288.36301134,
"testnet" : false,
"keypoololdest" : 1396638896,
"keypoolsize" : 101,
"paytxfee" : 0.00000000,
"mininput" : 0.00001000,
"errors" : ""
}