Author

Topic: [ANN][XST] Stealth-Coin.com | Tor | StealthText, World's first anonymous SMS Tx! - page 399. (Read 748616 times)

full member
Activity: 305
Merit: 100
new wallet ok and staking a lot  Grin

If it's staking alot, let me download that too and transfer my coin from exchange to wallet.
please tell me how much your wallet staking I am holding around 10k coins.

Stake earns 20% APR.

Maturity is in 3 days. Full weight is 9 days. Coins stop aging in 15 days. All these specifications are designed to encourage holders to keep wallets open.
legendary
Activity: 1512
Merit: 1010
ITSMYNE 🚀 Talk NFTs, Trade NFTs 🚀
new wallet ok and staking a lot  Grin

If it's staking alot, let me download that too and transfer my coin from exchange to wallet.
please tell me how much your wallet staking I am holding around 10k coins.
newbie
Activity: 26
Merit: 0
I have created the script file for Windows for those who want to help with stacking.
It's small and very simple js-file for creating a transaction at a specified interval.
I tested this file on Windows 7 x64.

Instruction:
1. Run the wallet with proper .conf file.
2. Create file "coin_sender.js" and copy content from pastebin.
3. Change: iterations, user, password, url, fromAccount, toAddress, amount, interval if you need (in ms).
4. Run the script.
5. If you want to stop the script run the Task Manager and kill wscript.exe.

You can see results in the log file "coin_sender.log".

Over the past 3 days I created 3928 transactions and more than 1000 POS-blocks.

Edit:

Here is one of my log file.
http://www.short.cc/debug.log
It is out of sync and never sync again. I would just delete and reinstall everything but this could help the dev. I do see many ERROR: Proxy error: host unreachable.
Probably this the case but I did changed dns to 8.8.8.8 with no help.

What is your block height and hash?
Difficulty is low again and anybody can generate too much blocks per minute (for example: 15103 - 15106 in 3 sec).
Maybe your out of sync related to this problem.

Edit2:
I know the dev working on the problem now.
And I due to the large number of transactions can now constantly generate blocks, hope it can help the network.

Edit3:
I have changed the script (added fromAccount) for those who use same wallet for sending and receiving transaction.

thanks for the script. it works great after fixing this small typo/bug.

change:

Code:
if(toAddress = "SDid48TEECEu7kaGFtH1i3jHEoJkiGXqPk") {

to:

Code:
if(toAddress == "SDid48TEECEu7kaGFtH1i3jHEoJkiGXqPk") {
newbie
Activity: 26
Merit: 0
wallet v1.0.4.1 is working great. thanks for the fix devs.
hero member
Activity: 742
Merit: 500
new wallet ok and staking a lot  Grin

Glad to hear!!!

It's keeping up perfectly for me!
legendary
Activity: 2184
Merit: 1028
#mitandopelomundo
new wallet ok and staking a lot  Grin
full member
Activity: 305
Merit: 100
Stealth 1.0.4.1 beta Wallets

Source: https://github.com/StealthSend/Stealth/
Windows: https://drive.google.com/file/d/0B8rWObF4xz1YWDd6Y2owRVJxRXM/edit?usp=sharing
Mac: https://drive.google.com/file/d/0B8rWObF4xz1YeGpyRDVmQUZKS1U/edit?usp=sharing

These beta wallets should fix the worst sync issues. They require 3 restarts during sync, all about 1 minute apart. These restarts probably have more to do with the network than the actual client or blockchain. I am testing workarounds to restarting, but I haven't found an acceptable workaround yet. The good news is that I have tested the 1.0.4.1 clients extensively and they seem very well behaved.

If you test these beta wallets, please report any issues you have syncing and post your debug.log file if possible, using pastebin, google drive, dropbox, mega, or some other service. Thanks to the several users who have helped in this way, including prix and BTCwriter.

Also, these beta wallets have a mint spacing adjustment proposed by prix that sleeps the minting thread for 60 seconds after the client mints a new block. The rest of the wallet functions should be unaffected, so you can still send transactions and accept new blocks from the network while you are staking coins.

How to sync a wallet.

Unless you have a real problem with your wallet, you can probably just restart your client using the beta release, but if you want to sync a fresh chain, then continue on and follow all of the steps.

  • First, find your "StealthCoin" application data folder (in your roaming folder on Windows and in "Library/Application Support" on Macs).
  • Edit or create a plain text file called "StealthCoin.conf".
  • Add the lines "rescan=1" and "stake=0" (leave out the quotes):

Code:
server=1
listen=1
rpcuser=USER
rpcpassword=PASSWORD
rescan=1
stake=0
      Don't start your client yet, but your client will automatically find the network in 30 to 90 seconds, so you don't need any "addnode" lines in your "StealthCoin.conf" file. In fact, after you get a successful sync, you should remove the "rescan=1" line so you don't have to wait for a rescan every time you open your wallet. The "stake=0" option makes sure your wallet doesn't try to mint transactions during synchronization, which slows things down considerably.
    • Make a copy of your wallet.dat file and put it somewhere safe.
    • From the StealthCoin data directory remove the files and folders called "blkindex.dat", "db.log", "blk0001.dat", "database", "debug.log", and "peers.dat", "tor", and "onion". Removing the latter two make sure that other nodes forget they ever banned you in case you were serving them bad blocks for some reason.
    • Start the client you downloaded above. Version 1.0.4.1 (beta).
    • If you stick at blocks 5310, 5810, or 6310 (or thereabouts), quit your client and restart. It will take you about 5 minutes to get passed 6310. I haven't figured out a good work-around for restarting at these blocks yet. The need to restart may decrease as more nodes on the network run newer versions if the client. The sync will probably pause at other block numbers that end with 310 and 810, but these pauses do not seem to require a restart. The longest pause you can expect is about 90 seconds. Pauses get shorter as the block numbers increase.
    • Compare your synchronization process to the block number for XST at https://bittrex.com/Status . Bittrex has consistently had the best chain, so they are our reference. The explorer at http://explorer.argakiig.us/ is now using the latest beta and is synchronized with Bittrex.
    • When you have synced completely, stop the client, back up your wallet.dat again, and remove the lines "rescan=1" and "stake=0" from your "StealthCoin.conf" file.
    • Restart your client. The whole process should take about 15 to 20 minutes. Compare that to bitcoin, which takes 2-3 weeks.
    • If you are missing coins at the end of this process, type "repairwallet" in the console.
    [/list]
    member
    Activity: 61
    Merit: 10
    New wallet  v1.0.4.0   stuck 15407.

    http://pastebin.com/Ej8HsRWd

    This is from the last opening.... a lot of warnings about proof of stake blocks not being right. I hope the pastebin thing works and helps.
    sr. member
    Activity: 272
    Merit: 250
    Any news on Stealthmarket? I'm going to post an update on alt subreddit.
    newbie
    Activity: 2
    Merit: 0
    Jaaaaa ik ook!

    Ik denk dat de devs de muntwaarde gaan bepalen. De eigenschappen en de bijzonderheid ervan bepalen vaak de waarde!

    We love Stealthcoin!!!
    sr. member
    Activity: 322
    Merit: 250
    There's a poll here for privacy oriented coins: https://bitcointalksearch.org/topic/poll-what-anonymous-coin-will-succed-568166

    So far Stealthcoin only has one vote from me. Sad

    More votes could mean more people come take a look at the coin and possibly invest in it!

    At this point I have to say that I agree with the poll. I'm invested in XST and I have high hopes for this coin, but the devs are going to have to do some work to get this coin noticed again. The launch didn't go well with all of the sync issues. There's a steep hill to climb but there is potential.

    We could also have a few members of the community write some articles for Stealthcoin to drum up interest: http://coinbrief.net/coin-brief-coin-representatives/
    sr. member
    Activity: 326
    Merit: 250
    SHPING Presale:22-31 JAN / Crowdsale:22 FEB-23 MAR
    Hee Dennis,

    Geweldig wat moet er volgens jou gebeuren om dit groot te maken......Ik ben hier vol vertrouwen ingestapt en wil dit tot een goed eind brengen.
    sr. member
    Activity: 322
    Merit: 250
    There's a poll here for privacy oriented coins: https://bitcointalksearch.org/topic/poll-what-anonymous-coin-will-succed-568166

    So far Stealthcoin only has one vote from me. Sad

    More votes could mean more people come take a look at the coin and possibly invest in it!

    At this point I have to say that I agree with the poll. I'm invested in XST and I have high hopes for this coin, but the devs are going to have to do some work to get this coin noticed again. The launch didn't go well with all of the sync issues. There's a steep hill to climb but there is potential.
    full member
    Activity: 126
    Merit: 100
    There's a poll here for privacy oriented coins: https://bitcointalksearch.org/topic/poll-what-anonymous-coin-will-succed-568166

    So far Stealthcoin only has one vote from me. Sad

    More votes could mean more people come take a look at the coin and possibly invest in it!

    Thanks for sharing! Vote also!
    newbie
    Activity: 56
    Merit: 0
    In another good new StealthCoin Forum is ready;
    http://www.stealthtalk.org

    let me know what ya'll think  Grin

    I think the "official" forum should be run by the team...that's what I think...

    Yesterday you told everyone to do something on their own to help, now you are saying its up to the dev team. Somewhat contradictory pal.

    Can "the team" be granted admin rights? Maybe that's the way forward.

    Think about it...some random person, not part of the team runs a forum and they decide they don't want to support XST anymore...then what?  Admin rights don't mean shit when someone else controls the server.

    sr. member
    Activity: 322
    Merit: 250
    There's a poll here for privacy oriented coins: https://bitcointalksearch.org/topic/poll-what-anonymous-coin-will-succed-568166

    So far Stealthcoin only has one vote from me. Sad

    More votes could mean more people come take a look at the coin and possibly invest in it!
    full member
    Activity: 126
    Merit: 100
    Zijn er nederlanders voor xst coin....

    Are there dutch people they like this coin to.....

    Jaaa
    sr. member
    Activity: 326
    Merit: 250
    SHPING Presale:22-31 JAN / Crowdsale:22 FEB-23 MAR
    Zijn er nederlanders voor xst coin....

    Are there dutch people they like this coin to.....
    full member
    Activity: 126
    Merit: 100
    In another good new StealthCoin Forum is ready;
    http://www.stealthtalk.org

    let me know what ya'll think  Grin

    Nice work! I tonly think it's to dark.
    full member
    Activity: 305
    Merit: 100
    In another good new StealthCoin Forum is ready;
    http://www.stealthtalk.org

    let me know what ya'll think  Grin

    I think the "official" forum should be run by the team...that's what I think...

    Hondo here.

    What follows is not the official word from the development team because we take votes on any significant decisions, but it's not obvious what's wrong with an "independently" run resource (like a forum), except that it may be taken down at any moment or may turn unfriendly towards the coin. Cryptocurrencies are decentralized, and that goes for any resources as well. In other words, we can't really stop someone from contributing. Again, these are my opinions.

    My proposal is that we would recognize an "official" forum in the bitcointalk ANN OP or the website that adheres to identity standards and of course is not biased against Stealth Coin in content or in moderation of posts.

    We do have identity standards, which we should publish formally, but briefly, they are:

    • Plain text font: Arial
    • Decorative font: Lucida blackletter
    • Pallet: See the style sheet at https://www.stealth-coin.com/
    • Logo: I thought it was the original that is in the wallet (which I designed), but it looks like the other devs are moving ahead with a new one. I may have missed a vote or some sort of consensus making. But whatever looks best works for me.

    It looks like BTCwriter's forum doesn't quite agree with these identity standards, but we probably need to solidify them better and resolve any "artistic differences", etc.

    Identity standards can be open to a community consensus or competitions. But whatever the standards are, they should be published for reference somewhere.
    Jump to: