Pages:
Author

Topic: [ANN][DCN] Deepcoin secure hashing (CPU/GPU) New algo/ No premine/ No IPO/ PoW - page 54. (Read 182581 times)

hero member
Activity: 684
Merit: 500
Veni. Vidi. Vici.
What if you remade the block explorer instance with the new client and let it re-download the blockchain? Wouldn't that work to support all blocks, pre and post? Excuse me if I am incorrect.
full member
Activity: 210
Merit: 100
You updated your wallet prior to the fork?

Also, I think the Block Explorer needs to update their client. I have no deposits showing beyond the fork and there were 2.

I'm not sure exactly how to make the block explorer support both algos... I know I'll need some python module which should be called deep_hash, but I don't know how to write this module myself.
But if I get that module and plug it into ABE, I'm not sure if the block explorer will still work with the part from before the fork...

If anyone could help me out with these problems I'll happily update the block explorer, but if not you guys may need to find someone more experienced to make a new explorer.
hero member
Activity: 684
Merit: 500
Veni. Vidi. Vici.
You updated your wallet prior to the fork?

Also, I think the Block Explorer needs to update their client. I have no deposits showing beyond the fork and there were 2.
sr. member
Activity: 473
Merit: 250
my wallet can't sync anymore
blocked at bloc 76812 ...
legendary
Activity: 938
Merit: 1001
Sorry for the delay also - we are now on the correct algorithm.

Please distribute hashrates evenly to avoid forking or other issues.

hero member
Activity: 684
Merit: 500
Veni. Vidi. Vici.
Hmm. Changed the config to the following and getting accepted shares at around 14MH/s per 280x.

Code:
-k deepcoin -o stratum+tcp://deep.suprnova.cc:3223 -u xwebnetwork.RIG4 -p x -w 128 --difficulty-multiplier 256 -g 1 -I 21
member
Activity: 73
Merit: 10
I think everything is ok  Smiley

is there a plan for a miner for nvidia cards?
legendary
Activity: 2688
Merit: 1240
hero member
Activity: 684
Merit: 500
Veni. Vidi. Vici.
im using new algo and finding blocks

What is your config? Anything different than the recommended?
hero member
Activity: 658
Merit: 534
im using new algo and finding blocks
newbie
Activity: 45
Merit: 0
I think everything is ok  Smiley
hero member
Activity: 684
Merit: 500
Veni. Vidi. Vici.
Changed port. Getting 100% rejects. "Share is above target."

Using the recommended config for new kernel. Now to tweak.
hero member
Activity: 658
Merit: 534
sr. member
Activity: 442
Merit: 250
Have just rebult the wallet from the fresh git clone.

Shows:

v0.8.4.1-177-gecd2402-beta

but

getinfo:

Code:
{
"version" : 80701,
"protocolversion" : 72001,
"walletversion" : 60000,
"balance" : 172331.51717100,
"blocks" : 76782,
"timeoffset" : -1,
"connections" : 5,
"proxy" : "",
"difficulty" : 6.39620093,
"testnet" : false,
"keypoololdest" : 1403838925,
"keypoolsize" : 101,
"paytxfee" : 0.00000000,
"mininput" : 0.00001000,
"errors" : ""
}

Don't know why exactly, maybe an accident. Getinfo gives right result.
Anyway - there is no newer wallet, so this one must be all right Smiley

Could someone using official binaries post his, for a comparison?
member
Activity: 60
Merit: 10
Hello. Can't compile wallet in Ubuntu 12.04 with:
Code:
git clone https://github.com/Deepcoinbiz/Deepcoin
cd Deepcoin
qmake-qt4 USE_UPNP=-
make

How to do it right?

The commands are right, but you may have some dependencies missing.
Could you post the output if you get an error?
I get:
Code:
fnord:~/Deepcoin$ qmake-qt4 USE_UPNP=-
Project MESSAGE: Building without UPNP support
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.


It doesn't sound wrong Smiley
just "make -j X"
* where X is the number of cores/thread you want to use.
Thanks Smiley it works, but it shows it's v0.8.4.1, why is that?
member
Activity: 73
Merit: 10
how can we mine with nvidia cards with new algo???

probably you can't now

dev should take care this, mining with 750ti is more popular and efficient in my opininon. hey dev, please make a ccminer for this new algo Smiley
hero member
Activity: 684
Merit: 500
Veni. Vidi. Vici.
76,744

Almost there folks. Less than an hour now.
newbie
Activity: 58
Merit: 0
how can we mine with nvidia cards with new algo???

probably you can't now
member
Activity: 73
Merit: 10
how can we mine with nvidia cards with new algo???
sr. member
Activity: 442
Merit: 250
Hello. Can't compile wallet in Ubuntu 12.04 with:
Code:
git clone https://github.com/Deepcoinbiz/Deepcoin
cd Deepcoin
qmake-qt4 USE_UPNP=-
make

How to do it right?

The commands are right, but you may have some dependencies missing.
Could you post the output if you get an error?
I get:
Code:
fnord:~/Deepcoin$ qmake-qt4 USE_UPNP=-
Project MESSAGE: Building without UPNP support
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.

It doesn't sound wrong Smiley
just "make -j X"
* where X is the number of cores/thread you want to use.
Pages:
Jump to: