Bitcoin Forum
May 02, 2024, 12:59:00 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 [226] 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 ... 406 »
  Print  
Author Topic: [ANN]Faircoin - MULTIPOOL PAYS --- 20%--- BONUS! for the next week!!  (Read 341878 times)
y3804
Sr. Member
****
Offline Offline

Activity: 406
Merit: 250


View Profile
March 31, 2014, 02:31:56 AM
 #4501

Ok, finally got a working build... but were back to squarre one...

Code:
BitcoinMiner:
new block found  
  hash: 0000000498de5d2bd98e7006b5a043ffa6c82f735c94992fb8231e04824beb9e  
target: 00000012c8450000000000000000000000000000000000000000000000000000
CBlock(hash=0000000498de5d2bd98e7006b5a043ffa6c82f735c94992fb8231e04824beb9e, ver=4, hashPrevBlock=0000000785f100f772e9b9e3d426c9833c793b352ca5e36124d4e4843171bbcb, hashMerkleRoot=9f9f93b9de617fc642d8fb204c160e795f7cf7d1ab74cee14ff2c24af7ff4f70, nTime=1396230995, nBits=1d92c845, nNonce=2520192000, vtx=1, vchBlockSig=304502200d8adcfceace16030ef120a3b1fb47fa9e6767cef305d3056514ff860588c3ec022100990f5d47f26384fb4e966e0fafbb70b8f6a4b180bc21063488ed03c72f331f74)
  Coinbase(hash=9f9f93b9de, nTime=1396230939, ver=1, vin.size=1, vout.size=1, nLockTime=0)
    CTxIn(COutPoint(0000000000, 4294967295), coinbase 02c209029a06062f503253482f)
    CTxOut(nValue=0.001, scriptPubKey=038b1354e5a215c4645ace5decf57fd1d8709947ff6bbe7703a38b9595ec174204 OP_CHECKSIG)
  vMerkleTree: 9f9f93b9de
generated 0.001
ERROR: CheckProofOfWork() : nBits below minimum work
ERROR: CheckBlock() : proof of work failed
ERROR: ProcessBlock() : CheckBlock FAILED
ERROR: BitcoinMiner : ProcessBlock, block not accepted

I have a few of those rejects

Why nBits below minimum work?
Quick google search: This sometimes happens when you try to change the minimum network difficulty but forget to update the nBits value. Here's a fix:

Quote
If you increase the minimum network difficulty, you have to calculate the right nBits for genesis block.

Try this:
Code:

printf("min nBit:  %08x\n", bnProofOfWorkLimit.GetCompact());

after this:
Code:

        printf("%s\n", hash.ToString().c_str());
        printf("%s\n", hashGenesisBlock.ToString().c_str());
        printf("%s\n", block.hashMerkleRoot.ToString().c_str());

this will print a hex value, set this to block.nBits.

and gen a new GenesisBlock hash.

Also, this can happen (?) if you didn't delete peer.dat and older clients try to feed you with the old blockchain

Now, I'm not a dev. I have no clue about what I'm writing about. You guys are much smarter than I am, and probably can make some sense out of it
"You Asked For Change, We Gave You Coins" -- casascius
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714611540
Hero Member
*
Offline Offline

Posts: 1714611540

View Profile Personal Message (Offline)

Ignore
1714611540
Reply with quote  #2

1714611540
Report to moderator
fair-cointeam (OP)
Member
**
Offline Offline

Activity: 70
Merit: 10


View Profile
March 31, 2014, 02:46:53 AM
Last edit: March 31, 2014, 03:03:07 AM by fair-cointeam
 #4502

final fix for this issue hopefully
(did i mention i am on European timezone? where is my sleep)

the block with bad timestamp caused a negative value in difficulty calculation
there is now a fallback
github updated
windows client here:
https://mega.co.nz/#!NhRzGQCC!QjpNnt5NJQ2d09t3WgKMkGADGo3DqMyuuPO4C1dGQew
fair-cointeam (OP)
Member
**
Offline Offline

Activity: 70
Merit: 10


View Profile
March 31, 2014, 02:59:23 AM
 #4503

we're moving again!
i need sleep now
please help by telling people to update
and VOTE because monday night minptal chooses a coin

ickyt2012
Full Member
***
Offline Offline

Activity: 140
Merit: 100


View Profile
March 31, 2014, 03:02:41 AM
 #4504

final fix for this issue hopefully
(did i mention i am on European timezone? where is my sleep)

the block with bad timestamp caused a negative value in difficulty calculation
there is now a fallback
github updated
windows client here:
https://mega.co.nz/#!MxAThAIB!QjpNnt5NJQ2d09t3WgKMkGADGo3DqMyuuPO4C1dGQew

File no longer available?

Cryptocurrency.... because hey, fiat money is just imaginary too
unick
Sr. Member
****
Offline Offline

Activity: 504
Merit: 254


View Profile
March 31, 2014, 03:02:50 AM
 #4505

yep, I confirm that the client is moving the chain

Code:
BitcoinMiner:
new block found  
  hash: 0000000c8dfb06e20166ca4f5c0c9b1b7bf1fac89a5738478ff29e0e07a7bf97  
target: 00000020f8990000000000000000000000000000000000000000000000000000
CBlock(hash=0000000c8dfb06e20166ca4f5c0c9b1b7bf1fac89a5738478ff29e0e07a7bf97, ver=4, hashPrevBlock=0000003af22d74f547451c9433949e580dc468953993c499517e1d780147736e, hashMerkleRoot=588da6dbcd04113ca91b89f0d0de9b2c25fcd81be0615ba5cae19de860052c74, nTime=1396234802, nBits=1d20f899, nNonce=1027147008, vtx=1, vchBlockSig=3046022100ce78dbcf946d47206b5ab2ba1582b34117227560b273477a9bb3f67bc2219e0d022100a71eeeea64deddf9cf2129dd192e0e56b37e587a2b382186122c741c30584486)
  Coinbase(hash=588da6dbcd, nTime=1396234801, ver=1, vin.size=1, vout.size=1, nLockTime=0)
    CTxIn(COutPoint(0000000000, 4294967295), coinbase 02ce090127062f503253482f)
    CTxOut(nValue=0.001, scriptPubKey=038b1354e5a215c4645ace5decf57fd1d8709947ff6bbe7703a38b9595ec174204 OP_CHECKSIG)
  vMerkleTree: 588da6dbcd
generated 0.001
AddToWallet 588da6dbcd  new
SetBestChain: new best=0000000c8dfb06e20166  height=2510  trust=25189520  date=03/31/14 03:00:02
ProcessBlock: ACCEPTED
received getdata for: block 0000000234806f626627
received getdata for: block 0000000c8dfb06e20166
getblocks 696 to 0000000048425b0050ad limit 500
  getblocks stopping at 854 0000000048425b0050ad
received getdata for: block 0000000c8dfb06e20166
getblocks 696 to 00000d1fba970b1ca7e3 limit 500
  getblocks stopping at limit 1195 0000000234806f626627

I need to check why the block explorer is not updating, hopefully it's nothing too serious

Awesome Explorers for Awesome Coins | Show some BTC love here: 1AAYAZgaz2me7hyumexUZzcyGRZEYtCx5C
HoboNickels: hbn.blockx.info | BottleCaps: cap.blockx.info | GrowthCoin: grw.blockx.info
sin242
Sr. Member
****
Offline Offline

Activity: 280
Merit: 250


View Profile
March 31, 2014, 03:04:54 AM
 #4506

Sync'd with 3 connections on the new wallet.


 gonna try to snag a block or 2

Dark:  Xk9BoVerBd41JCjWQEhnxoowP7YNUK439z
BTC:  1JzPN2h8WGSi7kQeY5wuP4PjVD2hxkHJQM
fair-cointeam (OP)
Member
**
Offline Offline

Activity: 70
Merit: 10


View Profile
March 31, 2014, 03:05:37 AM
 #4507

final fix for this issue hopefully
(did i mention i am on European timezone? where is my sleep)

the block with bad timestamp caused a negative value in difficulty calculation
there is now a fallback
github updated
windows client here:
https://mega.co.nz/#!MxAThAIB!QjpNnt5NJQ2d09t3WgKMkGADGo3DqMyuuPO4C1dGQew

File no longer available?

edited, correct link in OP
sin242
Sr. Member
****
Offline Offline

Activity: 280
Merit: 250


View Profile
March 31, 2014, 03:06:38 AM
 #4508

Maybe i wont.  Diff doubled int he last 10 mins.  Not trying to crank it up.

Dark:  Xk9BoVerBd41JCjWQEhnxoowP7YNUK439z
BTC:  1JzPN2h8WGSi7kQeY5wuP4PjVD2hxkHJQM
unick
Sr. Member
****
Offline Offline

Activity: 504
Merit: 254


View Profile
March 31, 2014, 03:07:55 AM
 #4509

I THINK WE FORKED

I have 2 clients

the new

Code:
{
    "version" : "v0.9.0.1-gdf9d55a-beta",
    "protocolversion" : 80151,
    "walletversion" : 60000,
    "balance" : 0.09600000,
    "newmint" : 0.01600000,
    "stake" : 0.00000000,
    "blocks" : 2514,
    "moneysupply" : 49999951.22419200,
    "connections" : 3,
    "proxy" : "",
    "ip" : "",
    "difficulty" : 0.38620881,
    "testnet" : false,
    "keypoololdest" : 1394432468,
    "keypoolsize" : 102,
    "paytxfee" : 0.00100000,
    "errors" : ""
}

the old
Code:
{
    "version" : "v0.9.0.1-gdf9d55a-beta",
    "protocolversion" : 80001,
    "walletversion" : 60000,
    "balance" : 0.04900000,
    "newmint" : 0.00000000,
    "stake" : 1003.42000000,
    "blocks" : 2498,
    "moneysupply" : 49999951.20819200,
    "connections" : 67,
    "proxy" : "",
    "ip" : "",
    "difficulty" : 0.11952551,
    "testnet" : false,
    "keypoololdest" : 1394264754,
    "keypoolsize" : 102,
    "paytxfee" : 0.00100000,
    "errors" : ""
}

Notice the blocks and the connections

Awesome Explorers for Awesome Coins | Show some BTC love here: 1AAYAZgaz2me7hyumexUZzcyGRZEYtCx5C
HoboNickels: hbn.blockx.info | BottleCaps: cap.blockx.info | GrowthCoin: grw.blockx.info
junkozane
Full Member
***
Offline Offline

Activity: 149
Merit: 100



View Profile
March 31, 2014, 03:08:09 AM
 #4510

TYVM for your effort dev. We got a hardworking dev that care a lot about his coin, lets help a bit more by atleast voting on https://www.mintpal.com/voting .
wth is that IX coin using multiple bot to vote? FAC got cut 20K vote a while ago and yet now IX coin reach 90K without an eye from mintpal? discrimination  Cheesy
vis
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile
March 31, 2014, 03:13:58 AM
 #4511

I THINK WE FORKED

I have 2 clients

the new

Code:
{
    "version" : "v0.9.0.1-gdf9d55a-beta",
    "protocolversion" : 80151,
    "walletversion" : 60000,
    "balance" : 0.09600000,
    "newmint" : 0.01600000,
    "stake" : 0.00000000,
    "blocks" : 2514,
    "moneysupply" : 49999951.22419200,
    "connections" : 3,
    "proxy" : "",
    "ip" : "",
    "difficulty" : 0.38620881,
    "testnet" : false,
    "keypoololdest" : 1394432468,
    "keypoolsize" : 102,
    "paytxfee" : 0.00100000,
    "errors" : ""
}

the old
Code:
{
    "version" : "v0.9.0.1-gdf9d55a-beta",
    "protocolversion" : 80001,
    "walletversion" : 60000,
    "balance" : 0.04900000,
    "newmint" : 0.00000000,
    "stake" : 1003.42000000,
    "blocks" : 2498,
    "moneysupply" : 49999951.20819200,
    "connections" : 67,
    "proxy" : "",
    "ip" : "",
    "difficulty" : 0.11952551,
    "testnet" : false,
    "keypoololdest" : 1394264754,
    "keypoolsize" : 102,
    "paytxfee" : 0.00100000,
    "errors" : ""
}

Notice the blocks and the connections

small forks happen, one has better trust than the other and the clients will eventually all agree which 1 is the correct chain
if not, they can always put a hard checkpoint and force the issue
unick
Sr. Member
****
Offline Offline

Activity: 504
Merit: 254


View Profile
March 31, 2014, 03:15:16 AM
 #4512

So it's not a problem for now ?

Awesome Explorers for Awesome Coins | Show some BTC love here: 1AAYAZgaz2me7hyumexUZzcyGRZEYtCx5C
HoboNickels: hbn.blockx.info | BottleCaps: cap.blockx.info | GrowthCoin: grw.blockx.info
vis
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile
March 31, 2014, 03:16:40 AM
 #4513

So it's not a problem for now ?


nope
if you print the blocktree of any coin, you will find plenty of orphan blocks Smiley
unick
Sr. Member
****
Offline Offline

Activity: 504
Merit: 254


View Profile
March 31, 2014, 03:17:46 AM
 #4514

So it's not a problem for now ?


nope
if you print the blocktree of any coin, you will find plenty of orphan blocks Smiley


all right, just wanted to make sure we didn't face another fork issue after this upgrade  Wink

Awesome Explorers for Awesome Coins | Show some BTC love here: 1AAYAZgaz2me7hyumexUZzcyGRZEYtCx5C
HoboNickels: hbn.blockx.info | BottleCaps: cap.blockx.info | GrowthCoin: grw.blockx.info
jiuge
Sr. Member
****
Offline Offline

Activity: 280
Merit: 250


View Profile
March 31, 2014, 03:37:12 AM
 #4515

Fac china group already get the new wallet,we notice our member to update the wallet.
Dev is great,thanks
Regards.  Cheesy


░░░░░░░░░░░░░░░░░░░░░████████░░░░░████████░░░████████░░░░░░░░░░░░░░░░░░░░░█████████░░░░░███████████████████░░░░░░░░░░░░░░░░░░░░░░░░░████████░
░░░░░░░░░░░░░░░░░░░░████████░░░░░████████░░░░░████████░░░░░░░░░░░░░░░░░░░█████████░░░░░░██████████████████████░░░░░░░░░░░░░░░░░░░░░████████░░
░░░░░░░░░░░░░░░░░░░████████░░░░░████████░░░░░░░████████░░░░░░░░░░░░░░░░░█████████░░░░░░░███████████████████████░░░░░░░░░░░░░░░░░░░████████░░░
░█████░░░░░░░░░░░░████████░░░░░████████░░░░░░░░░████████░░░░░░░░░░░░░░░█████████░░░░░░░░███████░░░░░░░░░░██████░░░░░░░░░░░░░░░░░░████████░░░░
░█████░░░░░░░░░░░████████░░░░░████████░░░░░░░░░░░████████░░░░░░░░░░░░░█████████░░░░░░░░░███████░░░░░░░░░░███████░░░░░░░░░░░░░░░░████████░░░░░
░█████░░░░░░░░░░████████░░░░░████████░░░░░░░░░░░░░████████░░░░░░░░░░░█████████░░░░░░░░░░███████░░░░░░░░░░███████░░░░░░░░░░░░░░░████████░░░░░░
░░░░░░░░░░░░░░░████████░░░░░████████░░░░░░░░░░░░░░░████████░░░░░░░░░█████████░░░░░░░░░░░████████████████████████░░░░░░░░░░░░░░████████░░░░░░░
░░░░░░░░░░░░░░████████░░░░░████████░░░░░░░░░░░░░░░░░████████░░░░░░░█████████░░░░░░░░░░░░███████████████████████░░░░░░░░░░░░░░████████░░░░░░░░
░░░░░░░░░░░░░████████░░░░░████████░░░░░░░░░░░░░░░░░░░████████░░░░░█████████░░░░░░░░░░░░░████████████████████░░░░░░░░░░░░░░░░████████░░░░░░░░░
░█████░░░░░░████████░░░░░████████░░░░░░░░░░░░░░░░░░░░░████████░░░█████████░░░░░░░░░░░░░░███████░░░░█████████░░░░░░░░░░░░░░░████████░░░░░░░░░░
░█████░░░░░████████░░░░░████████░░░░░░░░░░░░░░░░░░░░░░░████████░█████████░░░░░░░░░░░░░░░███████░░░░░█████████░░░░░░░░░░░░░████████░░░░░░░░░░░
░█████░░░░████████░░░░░████████░░░░░░░░░░░░░░░░░░░░░░░░░████████████████░░░░░░░░░░░░░░░░███████░░░░░░░████████░░░░░░░░░░░████████░░░░░░░░░░░░
░░░░░░░░░████████░░░░░████████░░░░░░░░░░░░░░░░░░░░░░░░░░░██████████████░░░░░░░░░░░░░░░░░███████░░░░░░░░█████████░░░░░░░░████████░░░░░░░░░░░░░
░░░░░░░░████████░░░░░████████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░████████████░░░░░░░░░░░░░░░░░░███████░░░░░░░░░░████████░░░░░░████████░░░░░░░░░░░░░░
░░░░░░░████████░░░░░████████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██████████░░░░░░░░░░░░░░░░░░░███████░░░░░░░░░░░█████████░░░████████░░░░░░░░░░░░░░░

jiuge
Sr. Member
****
Offline Offline

Activity: 280
Merit: 250


View Profile
March 31, 2014, 03:38:11 AM
 #4516

Also I think we should notice the exchange to update the wallet anyway.Or they will scam again. Wink


░░░░░░░░░░░░░░░░░░░░░████████░░░░░████████░░░████████░░░░░░░░░░░░░░░░░░░░░█████████░░░░░███████████████████░░░░░░░░░░░░░░░░░░░░░░░░░████████░
░░░░░░░░░░░░░░░░░░░░████████░░░░░████████░░░░░████████░░░░░░░░░░░░░░░░░░░█████████░░░░░░██████████████████████░░░░░░░░░░░░░░░░░░░░░████████░░
░░░░░░░░░░░░░░░░░░░████████░░░░░████████░░░░░░░████████░░░░░░░░░░░░░░░░░█████████░░░░░░░███████████████████████░░░░░░░░░░░░░░░░░░░████████░░░
░█████░░░░░░░░░░░░████████░░░░░████████░░░░░░░░░████████░░░░░░░░░░░░░░░█████████░░░░░░░░███████░░░░░░░░░░██████░░░░░░░░░░░░░░░░░░████████░░░░
░█████░░░░░░░░░░░████████░░░░░████████░░░░░░░░░░░████████░░░░░░░░░░░░░█████████░░░░░░░░░███████░░░░░░░░░░███████░░░░░░░░░░░░░░░░████████░░░░░
░█████░░░░░░░░░░████████░░░░░████████░░░░░░░░░░░░░████████░░░░░░░░░░░█████████░░░░░░░░░░███████░░░░░░░░░░███████░░░░░░░░░░░░░░░████████░░░░░░
░░░░░░░░░░░░░░░████████░░░░░████████░░░░░░░░░░░░░░░████████░░░░░░░░░█████████░░░░░░░░░░░████████████████████████░░░░░░░░░░░░░░████████░░░░░░░
░░░░░░░░░░░░░░████████░░░░░████████░░░░░░░░░░░░░░░░░████████░░░░░░░█████████░░░░░░░░░░░░███████████████████████░░░░░░░░░░░░░░████████░░░░░░░░
░░░░░░░░░░░░░████████░░░░░████████░░░░░░░░░░░░░░░░░░░████████░░░░░█████████░░░░░░░░░░░░░████████████████████░░░░░░░░░░░░░░░░████████░░░░░░░░░
░█████░░░░░░████████░░░░░████████░░░░░░░░░░░░░░░░░░░░░████████░░░█████████░░░░░░░░░░░░░░███████░░░░█████████░░░░░░░░░░░░░░░████████░░░░░░░░░░
░█████░░░░░████████░░░░░████████░░░░░░░░░░░░░░░░░░░░░░░████████░█████████░░░░░░░░░░░░░░░███████░░░░░█████████░░░░░░░░░░░░░████████░░░░░░░░░░░
░█████░░░░████████░░░░░████████░░░░░░░░░░░░░░░░░░░░░░░░░████████████████░░░░░░░░░░░░░░░░███████░░░░░░░████████░░░░░░░░░░░████████░░░░░░░░░░░░
░░░░░░░░░████████░░░░░████████░░░░░░░░░░░░░░░░░░░░░░░░░░░██████████████░░░░░░░░░░░░░░░░░███████░░░░░░░░█████████░░░░░░░░████████░░░░░░░░░░░░░
░░░░░░░░████████░░░░░████████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░████████████░░░░░░░░░░░░░░░░░░███████░░░░░░░░░░████████░░░░░░████████░░░░░░░░░░░░░░
░░░░░░░████████░░░░░████████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██████████░░░░░░░░░░░░░░░░░░░███████░░░░░░░░░░░█████████░░░████████░░░░░░░░░░░░░░░

sin242
Sr. Member
****
Offline Offline

Activity: 280
Merit: 250


View Profile
March 31, 2014, 03:55:14 AM
 #4517

Difficulty is almost @ 2.  Someone needs to calm down.

Dark:  Xk9BoVerBd41JCjWQEhnxoowP7YNUK439z
BTC:  1JzPN2h8WGSi7kQeY5wuP4PjVD2hxkHJQM
NyantodaMoon
Newbie
*
Offline Offline

Activity: 12
Merit: 0


View Profile
March 31, 2014, 04:01:15 AM
 #4518

we're moving again!
i need sleep now
please help by telling people to update
and VOTE because monday night minptal chooses a coin


Really?
Hundsstern
Full Member
***
Offline Offline

Activity: 126
Merit: 100



View Profile
March 31, 2014, 04:12:27 AM
 #4519

Hey fair-cointeam!

Faircoin Compensation Coin? Same Distribution like before? Would be cool.

compensation for what? but interesting would be a non-dillutive follow-on offering with pre-emption rights for all old stakeholders that they can sell or participate in the offering

I did not expect someone would take me for real.

I like your idea but there was no real IPO and there was no FPO. There can't be a follow-on offering without it. But i do know what you mean.

And it's not necessary anyway since nxt-e.com is solving the problems.
helloweeed
Newbie
*
Offline Offline

Activity: 43
Merit: 0


View Profile
March 31, 2014, 04:19:54 AM
 #4520

Must use the latest version of the software?
I will try this wallet.
By the way, now FairCoin displayed on the nxt-e and show my balance correct.
But still can't withdraw.
Looks still going on.
Pages: « 1 ... 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 [226] 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 ... 406 »
  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!