Bitcoin Forum
May 17, 2024, 09:59:44 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 [93] 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 ... 499 »
  Print  
Author Topic: [ANN][XST] Stealth-Coin.com | Tor | StealthText, World's first anonymous SMS Tx!  (Read 748500 times)
EmilioMann
Legendary
*
Offline Offline

Activity: 2184
Merit: 1028


#mitandopelomundo


View Profile
July 22, 2014, 03:29:31 AM
 #1841

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.7z

Or you can change their wallet 1.0.3.1 if you have some skills (you need hex editor, hview, winhex as example):
Code:
.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:
Code:
.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/SYA0Kia0
You 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
Full Member
***
Offline Offline

Activity: 154
Merit: 100


View Profile
July 22, 2014, 05:11:25 AM
 #1842

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)
Full Member
***
Offline Offline

Activity: 305
Merit: 100



View Profile
July 22, 2014, 06:42:50 AM
 #1843

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 Offline

Activity: 1288
Merit: 1000


View Profile
July 22, 2014, 06:53:00 AM
 #1844

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.


Code:
>>> 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
Hero Member
*****
Offline Offline

Activity: 750
Merit: 511


View Profile
July 22, 2014, 08:58:44 AM
Last edit: July 22, 2014, 09:12:24 AM by prix
 #1845

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 Smiley.

Stuck at block 10652
Can you open Debug window - Console and run:
getblockhash 10652
This is correct:
3366bc97467fc9e515a70f4b59cbac9a286d15a90afb262776ee82749eae56dd
If 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.7z

You should replace your chain (blk0001.dat and blkindex.dat) in the default wallet folder:
Quote
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 Offline

Activity: 1288
Merit: 1000


View Profile
July 22, 2014, 10:50:34 AM
 #1846

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 Smiley.

Stuck at block 10652
Can you open Debug window - Console and run:
getblockhash 10652
This is correct:
3366bc97467fc9e515a70f4b59cbac9a286d15a90afb262776ee82749eae56dd
If 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.7z

You should replace your chain (blk0001.dat and blkindex.dat) in the default wallet folder:
Quote
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 Offline

Activity: 56
Merit: 0


View Profile
July 22, 2014, 10:53:19 AM
 #1847

One thing I can say about this wallet....

http://www.stayathomedrunk.com/wp-content/uploads/2012/09/Its-driving-me-nuts.jpg
brightlight
Legendary
*
Offline Offline

Activity: 1288
Merit: 1000


View Profile
July 22, 2014, 10:55:35 AM
 #1848

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 Offline

Activity: 56
Merit: 0


View Profile
July 22, 2014, 11:05:07 AM
 #1849


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.  Grin
foxy
Sr. Member
****
Offline Offline

Activity: 476
Merit: 250



View Profile
July 22, 2014, 11:05:48 AM
 #1850

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.


█▀█ █ █▄▀ █▀█ █▀ ░ █▀▀ ▄▀█ █▀ █░█
█▄█ █ █░█ █▄█ ▄█ ▄ █▄▄ █▀█ ▄█ █▀█



DeFi on Tron
and trustless token exchange
█████











█████

██████████████████████████████████████████████████████

JOIN OIKOS

██████████████████████████████████████████████████████

█████
    █
    █
    █
    █
    █
    █
    █
    █
    █
    █
    █
█████
HunterS
Hero Member
*****
Offline Offline

Activity: 644
Merit: 500



View Profile
July 22, 2014, 11:13:15 AM
 #1851

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 Offline

Activity: 1288
Merit: 1000


View Profile
July 22, 2014, 11:20:55 AM
 #1852

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 Offline

Activity: 7
Merit: 0


View Profile
July 22, 2014, 12:58:39 PM
 #1853

Wallet,Not synchronous。
brightlight
Legendary
*
Offline Offline

Activity: 1288
Merit: 1000


View Profile
July 22, 2014, 01:45:38 PM
 #1854

Wallet,Not synchronous。

My wallet synchronised quite good after two relaunches. Now it keeps up with the network.
BTCwriter
Legendary
*
Offline Offline

Activity: 1008
Merit: 1000



View Profile
July 22, 2014, 01:58:43 PM
 #1855

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 Offline

Activity: 3178
Merit: 1187



View Profile
July 22, 2014, 02:36:49 PM
 #1856

I have the same problem with my wallet but I cannot post my debug ...

Stuck at block 10654.

███▄▀██▄▄
░░▄████▄▀████ ▄▄▄
░░████▄▄▄▄░░█▀▀
███ ██████▄▄▀█▌
░▄░░███▀████
░▐█░░███░██▄▄
░░▄▀░████▄▄▄▀█
░█░▄███▀████ ▐█
▀▄▄███▀▄██▄
░░▄██▌░░██▀
░▐█▀████ ▀██
░░█▌██████ ▀▀██▄
░░▀███
▄▄██▀▄███
▄▄▄████▀▄████▄░░
▀▀█░░▄▄▄▄████░░
▐█▀▄▄█████████
████▀███░░▄░
▄▄██░███░░█▌░
█▀▄▄▄████░▀▄░░
█▌████▀███▄░█░
▄██▄▀███▄▄▀
▀██░░▐██▄░░
██▀████▀█▌░
▄██▀▀██████▐█░░
███▀░░
Ezravdb
Hero Member
*****
Offline Offline

Activity: 1680
Merit: 506


Trphy.io


View Profile
July 22, 2014, 03:43:54 PM
Last edit: July 22, 2014, 03:54:38 PM by Ezravdb
 #1857

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
Full Member
***
Offline Offline

Activity: 154
Merit: 100



View Profile
July 22, 2014, 03:53:56 PM
 #1858

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"  Angry

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 Offline

Activity: 56
Merit: 0


View Profile
July 22, 2014, 05:34:35 PM
 #1859

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"  Angry

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
Hero Member
*****
Offline Offline

Activity: 742
Merit: 500



View Profile
July 22, 2014, 06:21:22 PM
 #1860

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"  Angry

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

█    █     ██    ███     ███    ████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████     ███     ███    ██     █    █
..EARN FREE BREAKOUT COINS SIG CAMPAIGN LIVE !!
█    █     ██    ███     ███    ████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████     ███     ███    ██     █    █
Pages: « 1 ... 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 [93] 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 ... 499 »
  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!