Bitcoin Forum
April 25, 2024, 05:00:38 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 [29] 30 31 32 33 34 35 36 37 38 39 40 41 42 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 ... 114 »
561  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Bottlecaps 2.1 UPDATE REQUIRED - HARDFORK JULY 4 2014 to 200% Annual PoS on: December 22, 2014, 06:16:18 PM
Hello all. 

First off sorry I haven't been around much. I have been pretty busy with work, and then getting the HBN website back up and running. Otherwise I have been trying to spend more time with the family, especially during the holiday season.

I did find a bit of time today to work on the split/combine threshold for CAPs.

https://github.com/Tranz5/bottlecaps/commit/9f71e2356b33494f30c2ad9fedf314029361e18f?diff=unified

This will add the splitthreshold and combinethreshold to both start up switches and rpc command.  The defaults for the split/combine are set to 10,20 respectfully. The start up switches max are set to 200/400. And the rpc max is set to wallet balance / 500 and balance / 250. Or the start up max. Whichever is greater.

So what this means is if you balance is 300,000 you can set the split max to 600, and the combine max to 1200. I think this is a good compromise on network security and ease of use for the users.

Also note that as of right now these are not persistent on restart. Using the start up switches in a batch file would take care of that, but if your rpc commands are setting to larger values, you will have to manually adjust those after the client is initialized.

For you HBN lovers, these rpc commands will also be available after the hard fork is complete.

Hopefully I can continue to find more time here to add more cool stuff.

Thanks!
562  Alternate cryptocurrencies / Announcements (Altcoins) / Re: HoboNickels - HBN - High Fast Stake - Version 1.5 - Must Upgrade by Jan 17 2015 on: December 22, 2014, 05:50:17 PM
Maybe it`s good idea to add quick-backup feature into client itself?

or better not to use for such applications windows ))
is also a good idea  Wink

Corruption on other OS is also possible. Less likely. But if you pull the disk out from under an application that is currently writing to it, you will get unpredictable results.

hmmm
no
for example xfs set to zero all "unpredictable results".
ps:
due to the loss of important data under win xp
I moved to the Linuх (Debian) 14 years ago.
 

Linux is good, I use it on a daily basis. But I have seen disc corruption on it.  I've even see the kernel get corrupted on a system patch. (Bad weekend!) So although it is very robust it is not 100% fault tolerant.
563  Alternate cryptocurrencies / Announcements (Altcoins) / Re: HoboNickels - HBN - High Fast Stake - Version 1.5 - Must Upgrade by Jan 17 2015 on: December 22, 2014, 05:11:21 PM
Maybe it`s good idea to add quick-backup feature into client itself?

or better not to use for such applications windows ))
is also a good idea  Wink

Corruption on other OS is also possible. Less likely. But if you pull the disk out from under an application that is currently writing to it, you will get unpredictable results.
564  Alternate cryptocurrencies / Announcements (Altcoins) / Re: HoboNickels - HBN - High Fast Stake - Version 1.5 - Must Upgrade by Jan 17 2015 on: December 22, 2014, 04:53:11 PM
The way I do it is before a windows update or other reason I know I am shutting down. I shut down the client and then create a backup_date folder and copy those 4 things mention above into that folder.  I only do it once in a while.

Doing same - pretty usefull as i had problems before... once after accident power off wallet dat was corrupted. Backup helped me greatly.
Maybe it`s good idea to add quick-backup feature into client itself?

There is one for the wallet already, under file. I think adding one for the block chain is a good idea as well. It maybe tricky or not doable with txleveldb, and allowing the client to still be active.  But might be worth investigating.
565  Alternate cryptocurrencies / Announcements (Altcoins) / Re: HoboNickels - HBN - High Fast Stake - Version 1.5 - Must Upgrade by Jan 17 2015 on: December 22, 2014, 03:52:09 PM
Can I simply archive the txleveldb folder, when it's done syncing, and simply use the latest copy the next time it gets munged up?  It's the only thing I deleted and my coins are all showing up again. Whew!
Yes, you can. I myself do a backup of txleveldb+database+blk0001.dat once a week.

To save the block chain you backup txleveldb + blk001.dat.  The wallet uses wallet.dat and database.  Saving those 4 files, while the client is NOT running, is a great way to quickly backup.

The way I do it is before a windows update or other reason I know I am shutting down. I shut down the client and then create a backup_date folder and copy those 4 things mention above into that folder.  I only do it once in a while.
566  Alternate cryptocurrencies / Announcements (Altcoins) / Re: HoboNickels - HBN - High Fast Stake - Version 1.5 - Must Upgrade by Jan 17 2015 on: December 21, 2014, 03:38:23 PM
Hi, perhaps Tranz or someone else can enlight me Smiley

Checking my add on the explorer ( http://hbn.cryptocoinexplorer.com/address?address=ErmqaiunrcguMEhpDP5uqEQhRKmn3oViWv ) he show me 6706.15625
But on my wallet, only 6679.99642. Diff of around 28 HBN not showing on my wallet.

Did some coin get lost somewhere in my wallet or the block explorer reporting wrong number?  Wallet running fine for many month, update to 1.5 went without trouble.

Is there any way to rescan all my coin to recover/double check all my coin to see if some are wandering around ? Smiley


Edit:
2nd problem  Undecided
Just runned wallet with -salvage flag to check if it would find some of my ghost coin, but nothing more ^^

Now in debug windows (after the -salvage, and even restarted without the flag), with listtransactions it's only return receive coin, and no more all the POS generated.
Before, listtransaction did return every transations: receive/pos/send ...
PS. The GUI still show the pos transactions, and wallet keep minting without trouble.

Did I broke something else ?  Grin


Edit 2:  (Promis, after this one I'll sleep ! Cheesy )

Looks like after the salvage or repair, client did a backup a my wallet named somethings like wallet.number(timestamp perhaps?).bak and a wallet.dat (Don't worry, I did a backup myself too before trying  Wink, just didn't tried to get my old wallet back ^^ )
Just renamed the wallet.dat to something else, and then renamed the wallet.number.bak to wallet.dat, restarted client, and now listtransations is working again, even for the 3 pos i got during this time  Huh

Many things I've to learn still it seems Smiley


The block explorer could be off as well. The other start up switch that may yield the missing(if there truly are any) coins would be -zapwallettxes.

The final thing to try, if you are really want to play would be to remove the blk001.dat the folders txleveldb and database, and then restart the client and it will rescan and look for all coins.

I think the 2 things that you already did, were more then enough. As it is most likely the block explorer that is off, not your wallet.
567  Alternate cryptocurrencies / Announcements (Altcoins) / Re: HoboNickels - HBN - High Fast Stake - Version 1.5 - Must Upgrade by Jan 17 2015 on: December 19, 2014, 06:50:50 AM
Now that I've started downloading the blockchain (I have 1yr and 85days... remaining), should I just let it go or stop it and delete the "txleveldb" folder and  "blk001.dat" file and then download/install the latest blockchain file, to speed things up?  Where does that go exactly?  I'm still kinda confused.  At least I know what was munging up the wallet... how'd it get corrupted?  Windows 7 shut it down too fast or force quit it or something?


No problem letting it go. It is always best to create your own index file rather then use someone else.

The reason is still a bit of a mystery to me. It has to deal with how leveldb closes and opens files, and when it flushes to disk. I have put code into HBN that knows when win shuts down gracefully and allows the wallet to do so as well. Are you sure it was a normal Win shutdown and not a power failure or other type of shutdown.
568  Alternate cryptocurrencies / Announcements (Altcoins) / Re: HoboNickels - HBN - High Fast Stake - Version 1.5 - Must Upgrade by Jan 17 2015 on: December 19, 2014, 04:52:56 AM
I just deleted the "txleveldb" folder (it's sitting in the trashcan, so it hasn't been permanently deleted), but now that the wallet is open, and downloading the blockchain again, it shows 0.00 HBN!!!  Will my balance return, or did I do the wrong thing?


Quote

When downloading the block chain again, delete all files EXCEPT for any file ending in .dat and hobonickels.conf (if you have a .conf file).


Not necessary. Only delete the txlevedb and blk001.dat

Quote

Re-launching the wallet will start downloading the chain.
Your balance may show as zero until the block chain download catches up to where you started having transactions.


Correct, using the 2nd link under corrupt block chain will give you a start point of only a few months ago.

569  Alternate cryptocurrencies / Announcements (Altcoins) / Re: HoboNickels - HBN - High Fast Stake - Version 1.5 - Must Upgrade by Jan 17 2015 on: December 19, 2014, 03:02:53 AM
My 1.5 wallet was working fine last night.  I get up this morning and my laptop is off.  Windows 7 update shut down my laptop... *grumble*.  Power on.  Run HBN wallet Qt.... CRASH!  What the...huh?  Oh, more Windows 7 updates need to go in.  Click Shutdown.  Power on.  Rerun HBN wallet Qt... CRASH!  I really hate Windows sometimes... is there a wallet for Ubuntu or other OS that doesn't have to constantly update and shut down/reboot the computer?  I'd really appreciate that...

What is going on?  I have $100 in HBN I can't get to or see... can't even stake them!

I'd post images of the crash, but not not sure how to here.  If necessary, I can send them via Email.  Just want my wallet working again...

"Bad Windows 7 update... BAD boy!"  [Smack it with a rolled up newspaper]


Quote
I PM'd this to you on CCT, but here it is again, and for anyone else that may need it.

Please see this page about corrupted block chains.
https://cryptocointalk.com/topic/9588-hbn-trouble-shooting-guide-assert-failure/
http://wiki.hobonickels.info/index.php?title=Replace_Blockchain
 

Please see this page about corrupt wallets.
https://cryptocointalk.com/topic/9590-hbn-trouble-shooting-guide-wallet-corruption/

If it does turn out to be a corrupt wallet and you are still having trouble, please let me know. I have been able to recover any wallet that has become bad.
570  Alternate cryptocurrencies / Announcements (Altcoins) / Re: HoboNickels - HBN - High Fast Stake - Version 1.5 - Must Upgrade by Jan 17 2015 on: December 17, 2014, 11:25:24 PM
Someone  just started PoSing:



We are getting a nice stake weight now on PoS. Diff is steady between .006 - .008
571  Alternate cryptocurrencies / Announcements (Altcoins) / Re: HoboNickels - HBN - High Fast Stake - Version 1.5 - Must Upgrade by Jan 17 2015 on: December 16, 2014, 01:05:41 AM
Sorry for the OFF but tell me please, which of the following cards is better
SAPPHIRE VAPOR-X R7 250X 2GB/GDDR5 or
ASUS R7 250X-2GD5 2GB/GDDR5
Thanks.

Since they are pretty much the same, I'd go for the cheapest one.

I've had good luck with the Sapphires, not r7 but 7950s
572  Alternate cryptocurrencies / Announcements (Altcoins) / Re: HoboNickels - HBN - High Fast Stake - Version 1.5 - Must Upgrade by Jan 17 2015 on: December 11, 2014, 12:10:42 AM
Sent out an alert for version below 1.5.

Yesterday I already updated wallet.
Preparing for suffering ...))
But everything went smoothly.
good job Tranz

Wish I could say the same... Been poking at the upgrade for close to a week now.  I couldn't get any responses from any peers.  The wallet is installed on a Windows 8 computer along with a Hyper wallet and an AsiaCoin Wallet.  Hyper and AsiaCoin are working fine.  My router is set up for uPnP and had shown a port forward for TCP Port 7372, but for some reason it disappeared.  I manually added it back, but still no success.  I also upgraded the version of DD-WRT on my router around the same time I upgraded the HoboNickels Wallet.  I just figured out that DD-WRT has decided that HoboNickels on Port 7372 constitutes a P2P protocol and my rule blocking all P2P was blocking HoboNickels.  I'm finally getting The wallet caught up, but I'm puzzled by what it took.

Sorry to hear this, but glad you got it sorted.  There were some changes to the way this connected to and talked with peers. Although I can't imagine it was that it was so different then the other wallets, that it was flagged as P2P whereas the others were not.

I wonder if without the upgraded rule, would the older 1.4 wallet be able to connect?
573  Alternate cryptocurrencies / Announcements (Altcoins) / Re: HoboNickels - HBN - High Fast Stake - Version 1.5 - Must Upgrade by Jan 17 2015 on: December 09, 2014, 12:48:12 AM
Sent out an alert for version below 1.5.

Yesterday I already updated wallet.
Preparing for suffering ...))
But everything went smoothly.
good job Tranz

Suffering?  because of the POS limit?
I think that's only a limit per POS transaction... not a total limit.



I think he meant he was prepared for the worst, but he had no problems at all.
574  Alternate cryptocurrencies / Announcements (Altcoins) / Re: HoboNickels - HBN - High Fast Stake - Version 1.5 - Must Upgrade by Jan 17 2015 on: December 09, 2014, 12:04:26 AM
Sent out an alert for version below 1.5.
575  Alternate cryptocurrencies / Announcements (Altcoins) / Re: HoboNickels - HBN - High Fast Stake - Version 1.5 - Must Upgrade by Jan 17 2015 on: December 08, 2014, 11:55:06 PM
guys who work with this coin? and in what pool mining?

Here are some mining pools
https://cryptocointalk.com/topic/21159-mining-pools/
576  Alternate cryptocurrencies / Announcements (Altcoins) / Re: HoboNickels - HBN - High Fast Stake - Version 1.5 - Must Upgrade by Jan 17 2015 on: December 07, 2014, 05:16:20 AM
Wounder if anyone can help me? I am trying to connect to the hobo wallet rpc with a python lib that I am currently using on other coins like bottlecaps, supercoin and a couple others. It wont connect to hobo for some reason though. I get a socket timeout error. Any help would be appreciated

I am sure someone here can help. Quick guess is, the capitalization maybe off? Otherwise I think we might need the script you are running and/or the error log.




capitalization? is in the conf file?

I am just saying are you calling the correct daemon, spelling and case wise?
577  Alternate cryptocurrencies / Announcements (Altcoins) / Re: HoboNickels - HBN - High Fast Stake - Version 1.5 - Must Upgrade by Jan 17 2015 on: December 07, 2014, 05:15:21 AM
Getting the wiki backup and running. It got spammed by a bunch of bots, so I updated the security and added WYSIWYG editing to it. I got 1/2 the pages up so far. I'll get the others here soon as well.

If anyone wants access to add/edit pages, let me know. I will have to manually add you.
578  Alternate cryptocurrencies / Announcements (Altcoins) / Re: HoboNickels - HBN - High Fast Stake - Version 1.5 - Must Upgrade by Jan 17 2015 on: December 07, 2014, 05:13:48 AM
Wounder if anyone can help me? I am trying to connect to the hobo wallet rpc with a python lib that I am currently using on other coins like bottlecaps, supercoin and a couple others. It wont connect to hobo for some reason though. I get a socket timeout error. Any help would be appreciated

I am sure someone here can help. Quick guess is, the capitalization maybe off? Otherwise I think we might need the script you are running and/or the error log.

579  Alternate cryptocurrencies / Announcements (Altcoins) / Re: HoboNickels - HBN - High Fast Stake - Version 1.5 - Must Upgrade by Jan 17 2015 on: December 05, 2014, 10:00:19 PM
Hi Tranz,

I reported 2 days ago about S4C block selection in which size small seemed to win over priority. I had another block of about 9K staking today with the same effect. This time S4C decided to use a two day old block of about 4750 with 6000 confirmations (prio highest) over a newly created block of 4880 with 25 confirmations (prio < highest).

So it seems the algo just goes for the smallest block no matter what age it has. I don't want to be a bother but it think this impairs the S4C usability to some extend. I hope you have some time to check it out. Thanks!


I did see, just didn't get a chance to reply. I will do my best to update S4C to fix this issue.  I still think it works quite well in its current form. But I tend to leave my blocks much smaller in size, so I wouldn't notice as much of an issue.
580  Alternate cryptocurrencies / Announcements (Altcoins) / Re: HoboNickels - HBN - High Fast Stake - Version 1.5 - Must Upgrade by Jan 17 2015 on: December 04, 2014, 06:05:03 AM
Website is back up and running. Still a few things to get worked out. But it is active once again.

Good work Tranz Smiley

Last time I transferred the site from hosts, I couldn't figure out a decent way to get the wiki up and running without copy and pasting all of the articles Cry

Maybe you will have the skills  Cool

Still working on the wiki. Hopefully I don't have to do that.. Must be a better way.

Presstab, do you still have the mysql db?  I just need a dump of it and I should be able to import it.

http://www.mediawiki.org/wiki/Manual:Moving_a_wiki#Back_up_the_database
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 [29] 30 31 32 33 34 35 36 37 38 39 40 41 42 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 ... 114 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!