EmilioMann
Legendary
Offline
Activity: 2184
Merit: 1028
#mitandopelomundo
|
|
July 22, 2014, 03:29:31 AM |
|
OK you win. Please share with us your script for creating new inputs every 1 minute.
Script is not important now. It's only create a transaction every 1 minute (but we need blocks for this transactions). The important part is the modified wallet with minimal interval between blocks of 1-2 min. If you want to generate their POS blocks every 1 minute (if there is a mature coins), you should change or replace your wallet. You can download the modified 1min wallet (download unofficial software can be dangerous, not in my case, but remember this): https://www.dropbox.com/s/1a2ou6zfpa5cue6/stealthcoin-qt.7zOr you can change their wallet 1.0.3.1 if you have some skills (you need hex editor, hview, winhex as example): .00545A03 set FA to 60 .00545A04 set 00 to EA
To explain: this place is where the function Sleep was called in the miner thread: .00545A00 mov dword ptr [esp], 0FAh ; dwMilliseconds .00545A07 call Sleep
EA60h is 60000 ms 00FAh is 250 ms. We should change 250 ms to 60000 ms. Or you can change source Sleep(250) to Sleep(60000) (it's easy to find) and recompile it. Compile windows wallet it's more difficult for me and I am choose first method. Small java source (what I have called the Script) for send coins from one wallet to a address with 1 min interval: http://pastebin.com/SYA0Kia0You need some skills to compile it. Sorry, I don't have time to create a standalone application. Disclaimer: I do not know much about bitcoin-like wallets and maybe my solution is not the best way, but it is working. Nice!
|
|
|
|
xtent
|
|
July 22, 2014, 05:11:25 AM |
|
I am hoping that the wallet issues get corrected. Now it is out of sync again, I have never had issues like this with any other wallet.
Just deleted everything to start over.
|
|
|
|
StealthDevs (OP)
|
|
July 22, 2014, 06:42:50 AM |
|
I am hoping that the wallet issues get corrected. Now it is out of sync again, I have never had issues like this with any other wallet.
Just deleted everything to start over.
Can you post a log file to pastebin? Another user posted his. It was helpful, but I need a few problematic case studies to figure out what is going on. I'm back on the grid now. If I can find a pattern with the wallets that are not syncing, then I can get this fixed.
|
STEALTH | XST | stealth.org
|
|
|
brightlight
Legendary
Offline
Activity: 1288
Merit: 1000
|
|
July 22, 2014, 06:53:00 AM |
|
I am hoping that the wallet issues get corrected. Now it is out of sync again, I have never had issues like this with any other wallet.
Just deleted everything to start over.
Can you post a log file to pastebin? Another user posted his. It was helpful, but I need a few problematic case studies to figure out what is going on. I'm back on the grid now. If I can find a pattern with the wallets that are not syncing, then I can get this fixed. >>> CheckStakeKernelHash: passed GetKernelStakeModifier ProcessBlock: ORPHAN BLOCK, prev=c786044a20d33512a12a received block c786044a20d33512a12a >>> CheckStakeKernelHash: passed GetKernelStakeModifier ProcessBlock: ORPHAN BLOCK, prev=1aa3fe4517062fd6c275 ERROR: Proxy error: host unreachable received block 1aa3fe4517062fd6c275 >>> CheckStakeKernelHash: passed GetKernelStakeModifier ProcessBlock: ORPHAN BLOCK, prev=c9054d1c18e11cfa54b2 received block c9054d1c18e11cfa54b2 >>> CheckStakeKernelHash: passed GetKernelStakeModifier ProcessBlock: ORPHAN BLOCK, prev=9146e7755ba2ca2b3dd2 trying connection o2h5mwqfphymwkrg.onion:4437 lastseen=2.5hrs SOCKS5 connecting o2h5mwqfphymwkrg.onion accepted connection 127.0.0.1:51398 send version message: version 61031, blocks=10652, us=ag2fgkp3lsdnfgfm.onion:4437, them=0.0.0.0:0, peer=127.0.0.1:51398, verification=0 received block 9146e7755ba2ca2b3dd2 >>> CheckStakeKernelHash: passed GetKernelStakeModifier ProcessBlock: ORPHAN BLOCK, prev=c8743946fa60888acac0 send version message: version 61031, blocks=10652, us=ag2fgkp3lsdnfgfm.onion:4437, them=0.0.0.0:0, peer=127.0.0.1:51398, verification=0 Added time data, samples 7, offset +0 (+0 minutes) nTimeOffset = -30 (+0 minutes) couldn't verify 4l43t4n6ldpqlyq6.onion:4437 receive version message: /Junaeth:1.0.3.1/: version 61031, blocks=11034, us=ag2fgkp3lsdnfgfm.onion:4437, them=4l43t4n6ldpqlyq6.onion:4437, peer=4l43t4n6ldpqlyq6.onion:4437, verification=-6287965384421972372 received block c8743946fa60888acac0 >>> CheckStakeKernelHash: passed GetKernelStakeModifier ProcessBlock: ORPHAN BLOCK, prev=4a173a4094bb7b65660e Stuck at block 10652
|
|
|
|
prix
|
|
July 22, 2014, 08:58:44 AM Last edit: July 22, 2014, 09:12:24 AM by prix |
|
Two-three days ago the network weight was 0, and now is 1465, difficulty was increased too. Edit: maybe low difficulty and 0 weight was a cause for too much block generating per minute. I have 3409 transactions in my wallet now . Stuck at block 10652
Can you open Debug window - Console and run: getblockhash 10652 This is correct: 3366bc97467fc9e515a70f4b59cbac9a286d15a90afb262776ee82749eae56ddIf you will get another hash - you are on a fork. And as I know, if a wallet on the fork, you should start sync from first block or from previous backup. I tried to wait until the wallet synced, but no result. If you want you can download the chain from my wallet (about 128xx blocks): https://www.dropbox.com/s/0h372mkujkq9vi6/stealth.chain.7zYou should replace your chain (blk0001.dat and blkindex.dat) in the default wallet folder: Windows < Vista: C:\Documents and Settings\Username\Application Data\StealthCoin Windows >= Vista: C:\Users\Username\AppData\Roaming\StealthCoin Mac: ~/Library/Application Support/StealthCoin Unix: ~/.StealthCoin
If you get an error on the start you should remove blk0001.dat and blkindex.dat from the wallet folder and try run the wallet once with the next command: -loadblock=C:\path_to_new_chain\blk0001.dat The wallet do import a new chain. Then remove a "-loadblock" and restart the wallet.
|
|
|
|
brightlight
Legendary
Offline
Activity: 1288
Merit: 1000
|
|
July 22, 2014, 10:50:34 AM |
|
Two-three days ago the network weight was 0, and now is 1465, difficulty was increased too. Edit: maybe low difficulty and 0 weight was a cause for too much block generating per minute. I have 3409 transactions in my wallet now . Stuck at block 10652
Can you open Debug window - Console and run: getblockhash 10652 This is correct: 3366bc97467fc9e515a70f4b59cbac9a286d15a90afb262776ee82749eae56ddIf you will get another hash - you are on a fork. And as I know, if a wallet on the fork, you should start sync from first block or from previous backup. I tried to wait until the wallet synced, but no result. If you want you can download the chain from my wallet (about 128xx blocks): https://www.dropbox.com/s/0h372mkujkq9vi6/stealth.chain.7zYou should replace your chain (blk0001.dat and blkindex.dat) in the default wallet folder: Windows < Vista: C:\Documents and Settings\Username\Application Data\StealthCoin Windows >= Vista: C:\Users\Username\AppData\Roaming\StealthCoin Mac: ~/Library/Application Support/StealthCoin Unix: ~/.StealthCoin
If you get an error on the start you should remove blk0001.dat and blkindex.dat from the wallet folder and try run the wallet once with the next command: -loadblock=C:\path_to_new_chain\blk0001.dat The wallet do import a new chain. Then remove a "-loadblock" and restart the wallet. Thank you for the hints! Well... I tried just restart twice the wallet and it synced JUST FINE. I believe there is some trivial correction needed for the code and everything will go well. I also checked random block hash codes and those are correct. I believe that after this will be sorted out, the price won't be near the current value, but much much higher.
|
|
|
|
Lizard_Destroyer
Newbie
Offline
Activity: 56
Merit: 0
|
|
July 22, 2014, 10:53:19 AM |
|
|
|
|
|
brightlight
Legendary
Offline
Activity: 1288
Merit: 1000
|
|
July 22, 2014, 10:55:35 AM |
|
One thing I can say about this wallet.... Not for long... Almost every coin once in a while get some issues...
|
|
|
|
Lizard_Destroyer
Newbie
Offline
Activity: 56
Merit: 0
|
|
July 22, 2014, 11:05:07 AM |
|
Not for long... Almost every coin once in a while get some issues... That's good, I totally support this coin & hold a bunch. Just trying to be funny.
|
|
|
|
foxy
|
|
July 22, 2014, 11:05:48 AM |
|
You can also download Prix's blockchain files above, change the blk0001.dat to bootstrap.dat, put it in your clean roaming folder and allow it to load that way since you will usually get an error in windows if you just put the files as is in roaming. repairwallet so that your coins show up.
whilst this will get you on the correct chain the wallet still has issues syncing beyond the bootstrap point.
|
|
|
|
HunterS
|
|
July 22, 2014, 11:13:15 AM |
|
i cant believe peopleare having so much trouble with wallet.mine has stayed synced from day one and stakes well and i have 26 active connections
|
|
|
|
brightlight
Legendary
Offline
Activity: 1288
Merit: 1000
|
|
July 22, 2014, 11:20:55 AM |
|
i cant believe peopleare having so much trouble with wallet.mine has stayed synced from day one and stakes well and i have 26 active connections
Good to know that! This means the problem is made larger than it actually is. Developers will correct/update wallet within next release. I have no idea about the code behind the wallet-qt, but isn't this problem solvable with checkpoints file? Btw, I lost 2/3rds of my coins due to trading, but I won't sell XST's I have left.
|
|
|
|
hohoda
Newbie
Offline
Activity: 7
Merit: 0
|
|
July 22, 2014, 12:58:39 PM |
|
Wallet,Not synchronous。
|
|
|
|
brightlight
Legendary
Offline
Activity: 1288
Merit: 1000
|
|
July 22, 2014, 01:45:38 PM |
|
Wallet,Not synchronous。
My wallet synchronised quite good after two relaunches. Now it keeps up with the network.
|
|
|
|
BTCwriter
Legendary
Offline
Activity: 1008
Merit: 1000
|
|
July 22, 2014, 01:58:43 PM |
|
Wallet,Not synchronous。
Please post up your debug.log to help the Dev solve this problem. Your debug.log is located at User/Administrator/AppData/Roaming/StealthCoin
|
|
|
|
boltz
Legendary
Offline
Activity: 3346
Merit: 1203
|
|
July 22, 2014, 02:36:49 PM |
|
I have the same problem with my wallet but I cannot post my debug ...
Stuck at block 10654.
|
| | | | | | | ███▄▀██▄▄ ░░▄████▄▀████ ▄▄▄ ░░████▄▄▄▄░░█▀▀ ███ ██████▄▄▀█▌ ░▄░░███▀████ ░▐█░░███░██▄▄ ░░▄▀░████▄▄▄▀█ ░█░▄███▀████ ▐█ ▀▄▄███▀▄██▄ ░░▄██▌░░██▀ ░▐█▀████ ▀██ ░░█▌██████ ▀▀██▄ ░░▀███ | | ▄▄██▀▄███ ▄▄▄████▀▄████▄░░ ▀▀█░░▄▄▄▄████░░ ▐█▀▄▄█████████ ████▀███░░▄░ ▄▄██░███░░█▌░ █▀▄▄▄████░▀▄░░ █▌████▀███▄░█░ ▄██▄▀███▄▄▀ ▀██░░▐██▄░░ ██▀████▀█▌░ ▄██▀▀██████▐█░░ ███▀░░ | | | | |
|
|
|
Ezravdb
|
|
July 22, 2014, 03:43:54 PM Last edit: July 22, 2014, 03:54:38 PM by Ezravdb |
|
maybe I am on the right fork now, well seee...
be sure to place StealthCoin.conf in the empty roaming folder before your restart
|
|
|
|
radus
|
|
July 22, 2014, 03:53:56 PM |
|
doesn't fucking work, tried to replace the blockchain posted above but I get an ERROR The only reason this coin isn't 10 sat is because my fucking coins are TRAPPED in my "wallet" That way I cant dump them Looking at your past posts - you are a real piece of work. I seriously hope your coins will be trapped forever and you will get so annoyed that you leave this thread for good.
|
|
|
|
TrekRider
Newbie
Offline
Activity: 56
Merit: 0
|
|
July 22, 2014, 05:34:35 PM |
|
doesn't fucking work, tried to replace the blockchain posted above but I get an ERROR The only reason this coin isn't 10 sat is because my fucking coins are TRAPPED in my "wallet" That way I cant dump them Looking at your past posts - you are a real piece of work. I seriously hope your coins will be trapped forever and you will get so annoyed that you leave this thread for good. I second that.
|
|
|
|
tx42
|
|
July 22, 2014, 06:21:22 PM |
|
doesn't fucking work, tried to replace the blockchain posted above but I get an ERROR The only reason this coin isn't 10 sat is because my fucking coins are TRAPPED in my "wallet" That way I cant dump them Looking at your past posts - you are a real piece of work. I seriously hope your coins will be trapped forever and you will get so annoyed that you leave this thread for good. I think the lead dev is a genius. He designed a wallet that eats the coins of trolls, lol
|
█ █ ██ ███ ███ ████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████ ███ ███ ██ █ ██ █ ██ ███ ███ ████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████ ███ ███ ██ █ █
|
|
|
|