Pages:
Author

Topic: [ANN] Noirbits Update required Improved algos !!!! - page 10. (Read 74427 times)

full member
Activity: 129
Merit: 100
Stratum is working, getwork is not working for coinmine. We should PM feleep.
[edit] PMed him, hopefully he gets it.

Yeah, hopefully it won't take long to fix. CudaMiner is really a pain in the ass to configure for stratum!
member
Activity: 104
Merit: 10
I haven't been able to get onto the coinmine pool in a while. Additionally having problems with miners-united US server. Currently mining on the miners-united EU server
I'm able to get in just fine.
Stratum is working, getwork is not working for coinmine. We should PM feleep.
[edit] PMed him, hopefully he gets it.
member
Activity: 104
Merit: 10
I haven't been able to get onto the coinmine pool in a while. Additionally having problems with miners-united US server. Currently mining on the miners-united EU server
I'm able to get in just fine.
full member
Activity: 162
Merit: 100
I haven't been able to get onto the coinmine pool in a while. Additionally having problems with miners-united US server. Currently mining on the miners-united EU server
full member
Activity: 129
Merit: 100
Thanks stbgefltc! You're the best!  Wink

Does anyone else have problems with CoinMine??
I can't mine since yesterday and I can't even cash out my NRB from the pool website (it says that my funds will be sent in less than 60 seconds, but it never does...)!
full member
Activity: 154
Merit: 100
Allright, took matters in my own hands... I've compiled the Win32 binaries from latest Git, not tested extensively (runs fine on my box), whatever-ware free... so help yourselves...

Noirbits Windows Client.rar (8.3 MB) -- Required update

https://mega.co.nz/#!LoZRgDaJ!JwMG2WcFBEKjkyu8uoeEPX5RIJR0GT95kJ_L1M_dehs
full member
Activity: 154
Merit: 100
New client pushed to the official Github, please get it and upgrade before block 25020 !

Yay!!  Grin
What about Windows Binaries?

They should be on their way soon... barwizi's working on it.
full member
Activity: 129
Merit: 100
New client pushed to the official Github, please get it and upgrade before block 25020 !

Yay!!  Grin
What about Windows Binaries?

Edit: Does anyone know why I suddenly can't connect to CoinMine anymore??  Undecided
full member
Activity: 154
Merit: 100
New client pushed to the official Github, please get it and upgrade before block 25020 !

It fixes the difficulty algorithm starting at block 25020 with the following rules :

* New retarget interval : 30 blocks, ~1hour.
* Difficulty changes capped at 80%
* Removal of the 4 previous retarget lookup to adjust difficulty
* Difficulty dropped to 80% max. if no retarget occurs within 4 hours.
legendary
Activity: 1316
Merit: 1000
Need another pool?
legendary
Activity: 1316
Merit: 1000
What is the current difficulty of Noirbits?




{
"blocks" : 19924,
"currentblocksize" : 0,
"currentblocktx" : 0,
"difficulty" : 1.28018050,
"errors" : "",
"generate" : false,
"genproclimit" : -1,
"hashespersec" : 0,
"networkhashps" : 21429035,
"pooledtx" : 0,
"testnet" : false
}


-tb-

thanks
legendary
Activity: 1694
Merit: 1054
Point. Click. Blockchain
What is the current difficulty of Noirbits?




{
"blocks" : 19924,
"currentblocksize" : 0,
"currentblocktx" : 0,
"difficulty" : 1.28018050,
"errors" : "",
"generate" : false,
"genproclimit" : -1,
"hashespersec" : 0,
"networkhashps" : 21429035,
"pooledtx" : 0,
"testnet" : false
}


-tb-
legendary
Activity: 1316
Merit: 1000
What is the current difficulty of Noirbits?
full member
Activity: 154
Merit: 100
no problems for me so far. So shall we make this official?

I guess so, if you tested everything Smiley
newbie
Activity: 42
Merit: 0
no problems for me so far. So shall we make this official?

Sounds good to me.
hero member
Activity: 742
Merit: 500
Its as easy as 0, 1, 1, 2, 3
Go for it Cheesy
legendary
Activity: 882
Merit: 1000
no problems for me so far. So shall we make this official?
legendary
Activity: 882
Merit: 1000
I have merged to testing branch, i will test it out later today.
member
Activity: 104
Merit: 10
Can we put a hard floor on difficulty at 0.22?

Yeah, it's currently defined in two places in my current implementation (I need to fix it, but it's not urgent), once in main.cpp, and once in diff.cpp. However, you need to figure out how many targets bits that is, since
the min. difficulty (or max. target) is defined as :

Code:
const CBigNum CDiffProvider::bnProofOfWorkLimit(~uint256(0) >> 20);

Just need to replace 20 by the desired target bits for min. difficulty and it should be good.

Now I'm really gone until tomorrow...


Hard floor should probably be .22 or 90% of the last difficulty, whichever is lower. Therefore it's possible to go below .22, but only if you already got there, and it would go down slowly from there.
member
Activity: 104
Merit: 10

Edit : if you have time, please test the latest version from my github, edit diff.h and change the min. height required to the current height, and test that you can successfully mine with the new algo on testnet. I haven't gotten around to it, and it's the last thing that needs to be done before we can safely merge the changes into master branch

Are there some directions for mining on testnet somewhere. I can pull it into my linux VM and do CPU mining if I know how to do it. Also, don't I need 2 clients on testnet? I don't know if I have a second VM that I can easily use. I don't have Visual Studio handy, so I'm going to have problems testing a windows client.
Pages:
Jump to: