Bitcoin Forum
April 25, 2024, 09:26:22 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 ... 114 »
421  Alternate cryptocurrencies / Announcements (Altcoins) / Re: HoboNickels - HBN - High Fast Stake - Version 1.5. Come on in the water's fine! on: November 23, 2015, 05:11:02 AM
Does anybody know how to get this up and running on a PI 2? I have one I would like to use as a node with the hope that it will help my main client resync faster after it's been offline.

Example: My client was 17 hours behind, 3 hours later its still syncing (currently 13h55m behind...) This is just too long, and I hope with a node nearby it will sync faster (I might be completely wrong.) I have great bandwidth, hopefully it will help the network overall.

try limiting the number of connections to 5

That seems to have fixed it.

That may have been it. But... Syncing depends on 3 variables. The most important is the speed of the computer the client is running on. Second to that is the internet speed. This maters more with huge block coins, like BTC, but matters less with small block coins like HBN.  Finally the speed of the node sending you blocks, can also affect your syncing speed.

So by changing the # of connections, you may have simply got a faster peer to send you blocks. However limiting the number of connections will also use less CPU, so that could also help.
422  Alternate cryptocurrencies / Announcements (Altcoins) / Re: HoboNickels - HBN - High Fast Stake - Version 1.5. Come on in the water's fine! on: November 17, 2015, 02:23:17 AM
Hello HoboNickels Members!  i was wondering if any single person in community knows how many confirms it takes before being able to spend a received coin in qt wallet?  how many confirms before spending a stake reward?  does anyone know how long minimum coin maturity is?  sorry if the questions rude in any way i was just wondering about the fundamentals about the coin.

25
423  Alternate cryptocurrencies / Announcements (Altcoins) / Re: HoboNickels - HBN - High Fast Stake - Version 1.5. Come on in the water's fine! on: November 17, 2015, 02:22:37 AM
Tranz: By accident found that Cryptopia trades
Cap & HBN. Please consider listing in Ann
It is always nice to have additional options.
Volume is low - if others are like me they just
don't know it is an option.
Thanks
Woody

Thanks. This is done.
424  Alternate cryptocurrencies / Announcements (Altcoins) / Re: HoboNickels - HBN - High Fast Stake - Version 1.5. Come on in the water's fine! on: November 13, 2015, 12:05:24 AM
I was behind 365 days on an HBN wallet I use for testing. Took about 15 hours to get to current, so I'm still not seeing any issue with syncing. That was very reasonable to me.

i recompile the hobonickels daemon after fixing the source with your fix, but still got HTTP_FORBIDDEN.
any another idea ?

No. What are you doing exactly?
425  Alternate cryptocurrencies / Announcements (Altcoins) / Re: HoboNickels - HBN - High Fast Stake - Version 1.5. Come on in the water's fine! on: November 12, 2015, 07:35:33 PM
I was behind 365 days on an HBN wallet I use for testing. Took about 15 hours to get to current, so I'm still not seeing any issue with syncing. That was very reasonable to me.
426  Alternate cryptocurrencies / Announcements (Altcoins) / Re: HoboNickels - HBN - High Fast Stake - Version 1.5. Come on in the water's fine! on: November 12, 2015, 01:05:47 PM
I'm here. I'm alive! I haven't gone anywhere. I keep an eye on the hbn block chain and network just about every day. I just haven't been on the forum much at all recently. Just too many things going on.

What are the main problems right now? I see something about rpc commands not working by zeewolf. I think I might have a quick answer for that. I'll work on a fix.

Regarding syncing. It is hit or miss. It depends on your computer, your network speed, and if you get a fast peer to get blocks from.  I have been done in 17 hours and 2 days. Both starting from zero with no bootsrap. So it is long, but not terrible.

Anything else need attention??




good to read this!

i tried to adapt bitcoind-status by craig watson
https://github.com/craigwatson/bitcoind-status

to hobonickels, but it seems that the hobonickels daemon do not accept any rpc command over http (HTTP_FORBIDDEN).
am i wrong ?



I just put up a potential fix. https://github.com/Tranz5/HoboNickels/commit/1ea5f017c3a598d36eb3d15f911431983224aa6b  Looking for confirmation.
427  Alternate cryptocurrencies / Announcements (Altcoins) / Re: HoboNickels - HBN - High Fast Stake - Version 1.5. Come on in the water's fine! on: November 12, 2015, 05:05:13 AM
Zeewolf see if this helps out.

https://github.com/Tranz5/HoboNickels/commit/1ea5f017c3a598d36eb3d15f911431983224aa6b
428  Alternate cryptocurrencies / Announcements (Altcoins) / Re: HoboNickels - HBN - High Fast Stake - Version 1.5. Come on in the water's fine! on: November 12, 2015, 01:25:49 AM
I'm here. I'm alive! I haven't gone anywhere. I keep an eye on the hbn block chain and network just about every day. I just haven't been on the forum much at all recently. Just too many things going on.

What are the main problems right now? I see something about rpc commands not working by zeewolf. I think I might have a quick answer for that. I'll work on a fix.

Regarding syncing. It is hit or miss. It depends on your computer, your network speed, and if you get a fast peer to get blocks from.  I have been done in 17 hours and 2 days. Both starting from zero with no bootsrap. So it is long, but not terrible.

Anything else need attention??

429  Alternate cryptocurrencies / Announcements (Altcoins) / Re: HoboNickels - HBN - High Fast Stake - Version 1.5. Come on in the water's fine! on: September 26, 2015, 01:18:05 AM
I would like to hear what Tranz has to say.

I have thought about this(coin swap) for about 1/10 of a second. Not a good idea for so many reasons.

Instead I think we can begin to shrink the memory and CPU usage to be a little bit more reasonable. BTC for me can use anywhere from 1.5 gigs to 300megs of memory, it tends to come and go.  If we can isolate the memory changes for the block chain and the wallet it could help out.   Also there have been some helpful changes to the staking algo curtsy of pressTab in HYP. I think we can utilize some this as well.

Just need the thing more precious then crypto, money or much else... TIME......
430  Alternate cryptocurrencies / Announcements (Altcoins) / Re: HoboNickels - HBN - High Fast Stake - Version 1.5. Come on in the water's fine! on: September 10, 2015, 12:13:27 AM
Hello all
Trying to build wallet on Ubuntu 14.4 but got error with : sudo make -f makefile.unix

Any idea for a newbie

Many thanks

https://i.imgur.com/fzA4J4r.png


sudo make -f makefile.unix USE_UPNP=0

thanks but same issue....
miniupnpc   UPnP Support      Optional firewall-jumping support  is well installed

Sorry try USE_UPNP=-   Something not quite right with your installation of miniupnpc


Hey, it's ok after the installation of :  libminiupnpc-dev

Maybe you should add this dependency on the doc on build-unix.txt


Many Thanks


Great I am happy.

Just remember Github is public, hobonickels is public. Issuing a simple pull request for a change like this is much better then relying on only 1 person.   The more help the community gives the better, even for something as simple as an update to the docs.

Thanks!
431  Alternate cryptocurrencies / Announcements (Altcoins) / Re: HoboNickels - HBN - High Fast Stake - Version 1.5. Come on in the water's fine! on: September 10, 2015, 12:05:58 AM
Good evening all.

I'm looking for a pool to mine HBN. I can't seem to find a reliable one. Suggestions?

Conscripted Huh


@Tranz, hobonickels.info has a majorly outdated list of pools, and it also lacks a link for the updated 1.5.1 wallet.  You're dedicated & reliable: we all appreciate that!  Just kinda frustrating, is all.

@Conscripted,
  I've had this problem a number of times before, but most difficult recently, beginning August 27 or so, when my then-favorite, coinmine.pw, was inexplicably unable to access their payment server & shut down.  I had a hard time finding another pool with a decent number of users devoted to the pool.  I found scrypt.io and tompool's HBN pool (http://tompool.org:8080/hbnmine/public/) to be performing horribly with my ASICs, as if on older stratum software.  Just made my 3.6 MHs operate at less than 1.  I've found hash-to-coins.com also went down a number of times over the past week, but always came back up.  They seem to be active in staying on top of what seems to me to be a number of pool hits.  Could just be a fluke, but seems orchestrated to me.
  I've only found hash-to-coins to be reliable lately.  Let us know if you've found a different one--I sure wouldn't mind having another backup other than scrypt.io or tompool!

Fair. Really the wallet link points to the github release, which always has the most up to date wallet. Plus the link is to the last major release, which has Mac and full change long.

Regarding the pools. I am asking for a list, so I can update all of them. I do not have this information.

I do agree there are some stale links that need updated or removed. I'll look at updating them, here soon.
432  Alternate cryptocurrencies / Announcements (Altcoins) / Re: HoboNickels - HBN - High Fast Stake - Version 1.5. Come on in the water's fine! on: September 07, 2015, 09:24:00 PM
Hello all
Trying to build wallet on Ubuntu 14.4 but got error with : sudo make -f makefile.unix

Any idea for a newbie

Many thanks

https://i.imgur.com/fzA4J4r.png


sudo make -f makefile.unix USE_UPNP=0

thanks but same issue....
miniupnpc   UPnP Support      Optional firewall-jumping support  is well installed

Sorry try USE_UPNP=-   Something not quite right with your installation of miniupnpc
433  Alternate cryptocurrencies / Announcements (Altcoins) / Re: HoboNickels - HBN - High Fast Stake - Version 1.5. Come on in the water's fine! on: September 07, 2015, 06:13:10 PM
Hello all
Trying to build wallet on Ubuntu 14.4 but got error with : sudo make -f makefile.unix

Any idea for a newbie

Many thanks

https://i.imgur.com/fzA4J4r.png


sudo make -f makefile.unix USE_UPNP=0
434  Alternate cryptocurrencies / Announcements (Altcoins) / Re: HoboNickels - HBN - High Fast Stake - Version 1.5. Come on in the water's fine! on: September 06, 2015, 11:03:05 PM
Good evening all.

I'm looking for a pool to mine HBN. I can't seem to find a reliable one. Suggestions?

Conscripted Huh

This is actually a good question. Does anyone have an updated pool list?

Script IO is still up and running.
https://scrypt.io/hbn/
435  Alternate cryptocurrencies / Announcements (Altcoins) / Re: HoboNickels - HBN - High Fast Stake - Version 1.5. Come on in the water's fine! on: September 06, 2015, 09:06:38 PM
Hmm.. hey Traz , how difficult would this be at add to the wallet in real time?

I wrote an article on the chart above: http://bitcoinlasvegas.net/hobonickels-coin-hbn-and-why-its-the-best-cryptocoin-there-is/

Vegas

Probably not terribly difficulty. But that return can change quite a bit, from the price of BTC to the current HBN stake %. Plus it would bulk up the wallet more. Which right now, until memory usage is a bit more controlled may not be the best thing to do.

That type of thing is better as a stand alone app, or a macro spread sheet.
436  Alternate cryptocurrencies / Announcements (Altcoins) / Re: HoboNickels - HBN - High Fast Stake - Version 1.5. Come on in the water's fine! on: September 06, 2015, 09:02:20 PM
HBN qt wallet currently pushes close to 1GB on the memory.  Shocked



It is becoming a bit of a concern, the HBN blockchain is gigantic. Have there been any suggestions on how to manage this going forward?

I've had to remove mine from my PI, its just not capable of running it with any confidence.

It is getting very demanding to run, but not sure if this can be helped.  

My dedicated staking machine is a mini pc with a 1.8ghz Atom processor and 1 gb of ram.  HBN just barely runs. It frequently goes to 'not responding' even though its the only application I have running. I am running the Windows version, I may try the a linux client to see if I can get more performance (I figure running something like Puppy Linux at least would free up more system resources).

But ya, 1.8Ghz with 1 gb of ram in Windows and I can barely even get to sync again (my blockchain got messed up and I've been trying to resync for a least week using the downloaded blockchain but not having much luck).



Not that I'm complaining, I realize a lot of processor power is required. But wanted to say for others who are looking at using a dedicated staking machine, you'll probably want 2GB o rammage.

Side note: damn, wish i bought more coins at 0.00003. I don't know if we'll ever see that price again, who knows.



Yes this can be quite taxing.  As the winter months approach I'll begin to see if this is possible to address.

I can tell you that one way to help lower the usage a bit it is use a new wallet.  Essentially what you do is start fresh on a new wallet and chain, with no coins in the wallet. Once it is up to speed, transfer all coins from the old wallet to the new wallet. You can do it in chunks or as one big send.   You can't do this using the same working directory as the current running wallet, so you can use the startup switch -datadir=c:\newwallet (for example). Or you can do it from another computer. And swap out after the sends are complete.

Depending on how many wallet entries you have, this can save .1 to up to half a gig of memory. I have a wallet running from almost the 1st month of the chain. Staking, sending 24/7.  That wallet's memory usage is almost double an empty fresh chain.  So it can help if you are a long time user.

As always make backups and be careful!
437  Alternate cryptocurrencies / Announcements (Altcoins) / Re: HoboNickels - HBN - High Fast Stake - Version 1.5. Come on in the water's fine! on: September 06, 2015, 08:55:23 PM
my wallet says   

warning: checkpoint is too old. wait for block chain to download, or notify developers

is it normal ?

have the same problem
You need to download latest wallet:
https://github.com/Tranz5/HoboNickels/releases/tag/1.5.1.0
I don't know why this link not in OP still.

Thanks OP updated.
438  Alternate cryptocurrencies / Announcements (Altcoins) / Re: HoboNickels - HBN - High Fast Stake - Version 1.5. Come on in the water's fine! on: August 03, 2015, 11:52:09 PM

thanks Tranz

backed up my .dat
used that command and balances were both at 0, that confused me
so i removed the command and put my backup . dat in place
restarted and now both balances match, unfortunately at the lower value, but at least its consistent

not sure if i used the command wrong, i dont use a conf and always just adapt the filename of my qt shortcut, adding the commands there, always seems to work

i guess the higher no in transactionns was an error then?
[/quote]

I also create a .bat file and put
Code:
start HHoboNickels-qt.exe -zapwallettxes 
then just run the .bat file only that one time. But what you did should have worked, although you only want to run it once.
439  Alternate cryptocurrencies / Announcements (Altcoins) / Re: HoboNickels - HBN - High Fast Stake - Version 1.5. Come on in the water's fine! on: August 03, 2015, 04:28:06 AM
wondering if anyone has any ideas on how to fix my balance.

moved 30k hbn to a new add in the new wallet before the upgrade
my balance on that wallet on the overview tab is  xxxxxx,  if i look on transactions tab the total is 6000 hbn higher

just imported my old key into a new wallet to check the missing hbn are not there, ran repair and check wallet, the balances on that wallet are 0 in overview and .001 in transactions, so i dont believe they are there

i have run repair and check wallet on the main address, the discrepancy is still there, 6000 hbn difference

any other commands i could try to recover the missing / hidden coins ?

thanks

Try -zapwallettxes at startup.
440  Alternate cryptocurrencies / Announcements (Altcoins) / Re: HoboNickels - HBN - High Fast Stake - Version 1.5. Come on in the water's fine! on: July 24, 2015, 01:48:53 AM
Sir Tranz...

Can I convince you to support a Raspbian Wallet for BottleCaps and HoboNickels.. Smiley



Hi, I do support for that currently  Wink
https://cryptocointalk.com/topic/38783-hobonickels-for-arm-linux/

Yea! Pretty easy to compile on the Pi. I had a bit of trouble en the past making a fully compatible static executable for UNIX. But DIY isn't too bad at all. As the main road blocks have been cleared or instructed around.
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 ... 114 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!