Bitcoin Forum
May 25, 2024, 08:20:22 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 [6]  All
  Print  
Author Topic: [ANN][DIFF]DifficultyCoin|UNIQUE BLOCK REWARD|X11|DGW2|No IPO|ON EXCHANGES!  (Read 7550 times)
mykitou42
Newbie
*
Offline Offline

Activity: 16
Merit: 0


View Profile
April 22, 2014, 08:21:50 AM
Last edit: April 22, 2014, 08:36:44 AM by mykitou42
 #101

Hi guys, I don't know if it will help but the official wallet stop syncing on block 647 and the second by mezo stop on block 299. I tried those on three differents computers.

Hope this coin will survive because I love the idea.
delete all files EXCEPT WALLET.DAT(KEEP WALLET.DAT file) and restart the client (what i compiled) and it's sync Smiley


Sorry I'm french and my english is not very good so i think i didn't understand that when you explain earlier. Thanks a lot I try this now and i tell you.

Thanks =)BTC

EDIT: That's working perfectly, thanks al ot man you're top =)
ljudoed
Newbie
*
Offline Offline

Activity: 24
Merit: 0


View Profile
April 22, 2014, 09:56:44 AM
 #102

@Dev
As I said before, these is a problem in the wallet. I found the bug - there is a small difference in calculating the DGW2 for some blocks, between the 32bit and the 64bit clients.
Currently there is difference for blocks 246,640,1656:
Code:
2014-04-22 08:58:46 AcceptBlock: n1=3.73083735560677665077378151181619614362716674804688 n2=3.73054699773302633758476076764054596424102783203125
2014-04-22 08:58:46 SetBestChain: new best=000000001ad15d3364a0b682a5013cda407f5fc4010c81b4ca7b825174c01e50  height=246  log2_work=41.068831  tx=262  date=2014-04-20 20:18:52 progress=0.064012
2014-04-22 08:58:48 AcceptBlock: n1=3.50214226743221201942901643633376806974411010742188 n2=3.50184475041391030103454795607831329107284545898438
2014-04-22 08:58:48 SetBestChain: new best=0000000047db5c677986af44640cd6738113780088776f4610a640e35783d183  height=640  log2_work=42.870632  tx=700  date=2014-04-21 06:09:18 progress=0.200145
2014-04-22 08:59:57 AcceptBlock: n1=1.74606346415154667361946394521510228514671325683594 n2=1.74592391304347827052367847500136122107505798339844
2014-04-22 08:59:57 SetBestChain: new best=000000006d076c7504b3e94368fb6b4920160e1958175ea588f66abe178525ed  height=1656  log2_work=44.354248  tx=1958  date=2014-04-22 07:42:48 progress=0.935948

I made a quick temporary fix and tested it on 32bit linux and it is working. Not tested on windows and mac wallets, but should work.
Here is the patch:
https://github.com/ljudoed/diffucultycoin/commit/91271fa645f51bd971928c6554e5c25a8c3a9ff2
menzo
Full Member
***
Offline Offline

Activity: 196
Merit: 100

CapriPay


View Profile WWW
April 22, 2014, 10:56:07 AM
 #103

@Dev
As I said before, these is a problem in the wallet. I found the bug - there is a small difference in calculating the DGW2 for some blocks, between the 32bit and the 64bit clients.
Currently there is difference for blocks 246,640,1656:
Code:
2014-04-22 08:58:46 AcceptBlock: n1=3.73083735560677665077378151181619614362716674804688 n2=3.73054699773302633758476076764054596424102783203125
2014-04-22 08:58:46 SetBestChain: new best=000000001ad15d3364a0b682a5013cda407f5fc4010c81b4ca7b825174c01e50  height=246  log2_work=41.068831  tx=262  date=2014-04-20 20:18:52 progress=0.064012
2014-04-22 08:58:48 AcceptBlock: n1=3.50214226743221201942901643633376806974411010742188 n2=3.50184475041391030103454795607831329107284545898438
2014-04-22 08:58:48 SetBestChain: new best=0000000047db5c677986af44640cd6738113780088776f4610a640e35783d183  height=640  log2_work=42.870632  tx=700  date=2014-04-21 06:09:18 progress=0.200145
2014-04-22 08:59:57 AcceptBlock: n1=1.74606346415154667361946394521510228514671325683594 n2=1.74592391304347827052367847500136122107505798339844
2014-04-22 08:59:57 SetBestChain: new best=000000006d076c7504b3e94368fb6b4920160e1958175ea588f66abe178525ed  height=1656  log2_work=44.354248  tx=1958  date=2014-04-22 07:42:48 progress=0.935948

I made a quick temporary fix and tested it on 32bit linux and it is working. Not tested on windows and mac wallets, but should work.
Here is the patch:
https://github.com/ljudoed/diffucultycoin/commit/91271fa645f51bd971928c6554e5c25a8c3a9ff2


yes, but only on windows os... on mac everything fine (of course same on linux)

CapriPay - Fast, Secure and Easy
CapriPay is a Free Payment Solution Provider supported by an integrated cashback solution and merchant marketing system through FREE mobile applications.
ig0tik3d
Legendary
*
Offline Offline

Activity: 1246
Merit: 1000



View Profile
April 22, 2014, 11:41:19 AM
 #104

@Dev
As I said before, these is a problem in the wallet. I found the bug - there is a small difference in calculating the DGW2 for some blocks, between the 32bit and the 64bit clients.
Currently there is difference for blocks 246,640,1656:
Code:
2014-04-22 08:58:46 AcceptBlock: n1=3.73083735560677665077378151181619614362716674804688 n2=3.73054699773302633758476076764054596424102783203125
2014-04-22 08:58:46 SetBestChain: new best=000000001ad15d3364a0b682a5013cda407f5fc4010c81b4ca7b825174c01e50  height=246  log2_work=41.068831  tx=262  date=2014-04-20 20:18:52 progress=0.064012
2014-04-22 08:58:48 AcceptBlock: n1=3.50214226743221201942901643633376806974411010742188 n2=3.50184475041391030103454795607831329107284545898438
2014-04-22 08:58:48 SetBestChain: new best=0000000047db5c677986af44640cd6738113780088776f4610a640e35783d183  height=640  log2_work=42.870632  tx=700  date=2014-04-21 06:09:18 progress=0.200145
2014-04-22 08:59:57 AcceptBlock: n1=1.74606346415154667361946394521510228514671325683594 n2=1.74592391304347827052367847500136122107505798339844
2014-04-22 08:59:57 SetBestChain: new best=000000006d076c7504b3e94368fb6b4920160e1958175ea588f66abe178525ed  height=1656  log2_work=44.354248  tx=1958  date=2014-04-22 07:42:48 progress=0.935948

I made a quick temporary fix and tested it on 32bit linux and it is working. Not tested on windows and mac wallets, but should work.
Here is the patch:
https://github.com/ljudoed/diffucultycoin/commit/91271fa645f51bd971928c6554e5c25a8c3a9ff2

seems with this fix finaly on windows sync without problem))
menzo
Full Member
***
Offline Offline

Activity: 196
Merit: 100

CapriPay


View Profile WWW
April 22, 2014, 12:06:54 PM
 #105

yepp, if dev not compile, when i'm home, i compile the win and mac wallet

CapriPay - Fast, Secure and Easy
CapriPay is a Free Payment Solution Provider supported by an integrated cashback solution and merchant marketing system through FREE mobile applications.
azhago
Full Member
***
Offline Offline

Activity: 182
Merit: 100


View Profile
April 24, 2014, 07:59:29 AM
 #106

already dead ?

Antebellum
Sr. Member
****
Offline Offline

Activity: 374
Merit: 250


View Profile
April 25, 2014, 03:48:34 PM
 #107

already dead ?

seems so Sad

Pages: « 1 2 3 4 5 [6]  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!