Pages:
Author

Topic: STAR COIN [STR] - The coin with bonus STAR blocks - page 37. (Read 143770 times)

newbie
Activity: 42
Merit: 0
If I try changing over to the new blockchain I lose all my coins bar 0.8, everything I have from over a month of mining transactions as well as anything I have transferred in the past day or so to other accounts shows a question mark and those that were half way validated are never going to be validated?Huh

Changing back to the backup of the original chain restores my balance, etc... but it won't sync Sad?

In changing to the new block are we expected to lose everything we have mined, if that is the case i'll be rather annoyed Sad

btw I am stuck on 187926, my client never made it to 191569.. any help would be appreciated!!! THANKS

UPDATE: Its worth mentioning that after re-syncing the new blockchain from scratch I get the same problem with my wallet being empty bar 0.8 of a coin which is unconfirmed. Even though the other transactions in September show as valid the coins aren't there Sad HELP! Time to abandon Starcoin?
full member
Activity: 200
Merit: 100
I thought I posted this already here but could not find my posting... Anyways here it is...
There is a problem with the Starcoin Wallet.  When I try to send over 48k coins... I get a transaction fee at 1.00 str but anything over 49k STRs it causes a transaction failed error.
Anyone else experiencing this?


Also, Could you update the 1st Post with the new wallet client (if there is one) so that we can download it?  Please put the version # and date updated so we can know when it has changed.

Thanks.
sr. member
Activity: 434
Merit: 250
Well i trust the client this is the current height:
Code:
    "blocks" : 194563,
    "currentblocksize" : 1000,
    "currentblocktx" : 0,
    "difficulty" : 0.15034446,
    "errors" : "",
    "networkhashps" : 19203703,

Pool is back up with this chain, all welcome back Smiley
str.minar.cc
sr. member
Activity: 434
Merit: 250
What is the current height on the right chain?
You should want to update the block explorer's client...
hero member
Activity: 1073
Merit: 666
another lifting from cryspay; lost 26500 from my wallet balance with this new client/blockchain; I've not mined since 14/08, why's that then?
I have backups and starting to like my old blockchain and client actually Undecided

Nothing should be lost if you mined them, as only the last 2 days blocks regenerated and most are pos ones (only a few could be pow). You could try with the 1.5 client (we should caught up now with the old blockchain, so you don't need to use the new client with blacklist), and sync from the scratch.
legendary
Activity: 1624
Merit: 1001
All cryptos are FIAT digital currency. Do not use.
another lifting from cryspay; lost 26500 from my wallet balance with this new client/blockchain; I've not mined since 14/08, why's that then?
I have backups and starting to like my old blockchain and client actually Undecided

Here is a tip from swiftshoot that may help. https://bitcointalksearch.org/topic/m.3216790

I have not tried this so you should look into it before making an attempt.
hero member
Activity: 708
Merit: 500
another lifting from cryspay; lost 26500 from my wallet balance with this new client/blockchain; I've not mined since 14/08, why's that then?
I have backups and starting to like my old blockchain and client actually Undecided


edit: fixed, thanks to infinitevs for the post - https://bitcointalksearch.org/topic/m.3375779
member
Activity: 86
Merit: 10
STARCOIN the BEST
thanks dreamhouse
hero member
Activity: 1073
Merit: 666
OK the blockchain is blocked for pow (the blocks created are only pos at this time), so we need to regenerate the last few pow blocks in order to make the coin function normally again. We don't know the reason why it is blocked, the same thing happened several times with other coins too, it looks like a rare bug somewhere in the pos code (since all happened to pos coins).

We determined the last good pow block is around block 191569, so we regenerate the pow blocks starting there.

The blockchain seems ok now. This is what you need to do to get onto the right blockchain and start to mine again:

Download the rar file here (note this is a big file 206M because it includes the blockchain data - if your download speed is low, try to compile the client yourself then sync from scratch):

https://mega.co.nz/#!doBjnBgb!JONo0kV4g3VFOPVsMkuiiHZPYbwB0urka2CLcC3_dPU

unrar the file, there is a new qt exe for windows, and data files for the blockchain (under conf dir).

If you are not using windows client, then you need to compile your own executable (windows you can compile yourself too). This is how you do it:

- get all files from the github
- add the following lines in main.cpp, at the beginning of CheckBlock function:
Quote
   // blacklist
    if (GetHash() == uint256("0x00000002a2b7d72cb60264cdffd16b74237f442e67af9377cf45566c8b67315c"))
        return error("CheckBlock() :191569 hash == 00000002a2b7d72cb60264cdffd16b74237f442e67af9377cf45566c8b67315c");
- compile

the code blacklista the block 191569 and cause the blocks following it to be regenerated.

This client is temporary. You don't need this client and blacklist code once the new blockchain catches up with the old one, which will take about a day, after it, you can use the old client without any problem. The only purpose of the new client is to not sync to the old blockchain.

With the new client, you can just start and sync from scratch (delete everything in config dir EXCEPT your wallet and conf file, again don't delete the wallet.dat file). But the sync will takequite long, so you can use the downloaded blockchain data files (those under conf dir). Make a backup of your config dir, then copy the files in downloaded conf dir (databse dir, and blk0001.dat, blkindex.dat files) to your config dir, and overwrite the existing files.

Also these addnodes:
addnode=63.246.129.56
addnode=198.136.62.201
addnode=108.62.211.51

Now start the client, you should be in sync with the new blockchain and you should be able to mine.

Because the existing blockchain is longer than the new blockchain, you may see the client say "xxx blocks remaining", as long as you are at block 191930 (current) or later, you should be able to start mining.

hero member
Activity: 708
Merit: 500
All rejected at this moment, and i am pretty sure all the blocks are PoS and no PoW... Anyone can confirm this?
Confirm

The blockchain is blocked on PoW, and I contacted dev, he asked me to help since he is at work now.

I am working on it following his instructions and will give an update soon.

good news, thanks
hero member
Activity: 1073
Merit: 666
All rejected at this moment, and i am pretty sure all the blocks are PoS and no PoW... Anyone can confirm this?
Confirm

The blockchain is blocked on PoW, and I contacted dev, he asked me to help since he is at work now.

I am working on it following his instructions and will give an update soon.
member
Activity: 86
Merit: 10
All rejected at this moment, and i am pretty sure all the blocks are PoS and no PoW... Anyone can confirm this?
Confirm
sr. member
Activity: 434
Merit: 250
If anyone knows how to get accepted blocks let me know so i can restart the pool!
All rejected at this moment, and i am pretty sure all the blocks are PoS and no PoW... Anyone can confirm this?
newbie
Activity: 37
Merit: 0
I tried re-downloading the blockchain and now I can't download past block 192574 on one computer, and block 192074 on another computer. Forked/attack? Huh

I synced to block explorer with new install, client keeps up ok; looked to me like someone mining all the blocks for themselves with a dif of 482, no found blocks get through.

Finally got one to sync back up but how do you just get the difficulty to stop like that?
hero member
Activity: 708
Merit: 500
I tried re-downloading the blockchain and now I can't download past block 192574 on one computer, and block 192074 on another computer. Forked/attack? Huh

I synced to block explorer with new install, client keeps up ok; looked to me like someone mining all the blocks for themselves with a dif of 482, no found blocks get through.
newbie
Activity: 37
Merit: 0
I tried re-downloading the blockchain and now I can't download past block 192574 on one computer, and block 192074 on another computer. Forked/attack? Huh
hero member
Activity: 708
Merit: 500
Something wrong here  Huh
legendary
Activity: 2296
Merit: 1057
may be btc-e will add to exchange
sr. member
Activity: 434
Merit: 250
Any news here??
member
Activity: 86
Merit: 10
BottleCaps source code was updated again. Wink
Pages:
Jump to: