Search content
Sort by

Showing 20 of 353 results by glorytime
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] StrongHands - Hybrid PoS/PoW Min Stake - 30 days [Now on Cryptsy]
by
glorytime
on 14/02/2017, 14:30:40 UTC
A big thank you to bumbacoin/pineapples, he fixed the SHND wallet issue I experienced and was able to retrieve my coins.

Just letting everyone know in case you ran into a similar issue, his solution works.





Here's a new Win wallet with the MAX_MONEY quickfix.

https://github.com/bumbacoin/stronghands/releases/tag/0130

basically it will only allow you to send a maximum amount of 1999999999 coins.
preventing the broken wallets that have been happening.

it is not a mandatory upgrade, it is only to prevent a possible breakage of yr wallet.

..

For anyone with a broken wallet

i have compiled a SPECIAL QT with increased Max Money !!!!
this should enable you to open your wallet and extract the privkeys,
then you can import them into a new wallet

please PM me and i'll send you a copy.
it's not for general use.

this is the expected error for such a borken wallet
Code:
EXCEPTION: St13runtime_error      
CWallet::GetDebit() : value out of range      
ppcoin in ThreadStakeMinter()      

terminate called after throwing an instance of 'std::runtime_error'
  what():  CWallet::GetDebit() : value out of range
Post
Topic
Board Alt Coins (Nederlands)
Re: [ANN]🌟🌟 [ChronoBank] 🌟🌟🌟🌟 ICO is live! 🌟🌟🌟🌟 Word nu deelnemer! 🌟🌟🌟
by
glorytime
on 13/02/2017, 23:24:34 UTC
Chronobank fans, we zijn er bijna.

Nog maar 29 uur te gaan voordat de ChronoBank ICO beeindigd is, met meer dan 4360 BTC opgehaald tot dusver.

Er is dus nog wat gelegenheid om in te stappen.



Wat een gigantische hoeveelheid geld hebben ze opgehaald zeg. Hopelijk gaan ze de 4 miljoen EURO goed besteden voor het ontwikkelen van het platform.



Ik vernam in hun Slack channel dat er waarschijnlijk maar maximaal 600.000 TIME tokens zullen uitgegeven worden na de ICO. Dat is best weinig, hetgeen een goed iets is, schaarste kan de prijs flink opdrijven binnen enkele weken/maanden.

Post
Topic
Board Announcements (Altcoins)
Re: [ANN] StrongHands - Hybrid PoS/PoW Min Stake - 30 days [Now on Cryptsy]
by
glorytime
on 09/02/2017, 18:27:22 UTC
changing max_money would require a fork.
no idea if dev reads this or not ... hint hint

but if you have no luck extracting keys,
a possibility would be building a client with a larger max_money,
the transaction would not be legit on the network so should never get any confirms,
but the wallet should actually start up as the error seems to do with max_money having a tanty.

and then perhaps reindexing will fix it ..



alternatively,
the client should reject attempted transactions over max_money straight away..
this would help with future transactions.

I had no luck yet. I'll take you up on your offer because it's clear you are far more experienced with this than me. I'll send you the wallet.dat and we split the coins 50/50. How does that sound?

There are about 18 Billion SHND in there.  Grin



Post
Topic
Board Alt Coins (Nederlands)
Re: [ANN]🌟🌟 [ChronoBank] 🌟🌟🌟🌟 ICO is live! 🌟🌟🌟🌟 Word nu deelnemer! 🌟🌟🌟
by
glorytime
on 05/02/2017, 07:47:11 UTC
De tijd vliegt zeg. Nog maar 9 dagen te gaan en de ICO is alweer voorbij.

Is er al een wallet beschikbaar voor de TIJD tokens?

Post
Topic
Board Announcements (Altcoins)
Re: [ANN] StrongHands - Hybrid PoS/PoW Min Stake - 30 days [Now on Cryptsy]
by
glorytime
on 03/02/2017, 10:29:13 UTC

Yeah, I tried sending 2.4 Billion in one go, so I clearly exceeded the 2 billion threshold, I wasn't aware of this limit until now.

I tried the rescan and the resync...   both still give me the same errors, the client just doesn't want to run anymore... I mean it starts loading and I see the splash screen but after about 20 seconds it crashes.

Not sure what else could be done at this point. Sad


there is still a couple of options,
1. get the privkeys and import into an empty wallet

there are at least some python tools that you could try, does involve having python installed.
https://github.com/gavinandresen/bitcointools

I like the idea of just trying to extract the private keys (and public keys), I have Python installed already. I looked at the tools on GitHub, which one would be best to use first? The fixwallet.py maybe? I didn't know that SHND would be compatible with BTC tools by the way.


Post
Topic
Board Announcements (Altcoins)
Re: [ANN] StrongHands - Hybrid PoS/PoW Min Stake - 30 days [Now on Cryptsy]
by
glorytime
on 02/02/2017, 17:19:09 UTC

I too have issues opening the wallet now, it crashed after I tried sending an amount to Cryptopia, some error about exceeding the limit, and since then I can't open it anymore. Suggestions are welcome.



curiousity prevails upon me to ask,
are they showing as pending at cryptopia?

even if they are, as long as they're not confirmed it should be still possible to send them in smaller batches,
double spending is real Wink



shame there isn't a working explorer as well :p



I checked Cryptopia but they're not showing up there as pending, so the client never was able to perform the 'send' task.

I wonder if it corrupted the wallet.dat file when I tried to send an amount that exceeded the limit?

Post
Topic
Board Announcements (Altcoins)
Re: [ANN] StrongHands - Hybrid PoS/PoW Min Stake - 30 days [Now on Cryptsy]
by
glorytime
on 02/02/2017, 17:17:29 UTC
haha i see.

the figure generally touted around as coin supply is really the maximum coinage able to be handled in one tx (not sure of the finer details tbh)

in this case, probably a useful figure to be aware of ..
it's 2 billion coins
https://github.com/stronghands/stronghands/blob/master/src/main.h#L37

so i guess you should never have been able to actually send those coins. so it sounds like only your client that is having a problem, and the coins should be fine.

i'm unsure if a simple mod of that value would cause a fork or not.
i'm unclear if your fresh install involved resyncing or ..

so suggestions would be,

starting with a rescan

to rescan, open a command/terminal window,
drag and drop the qt.exe onto it, then add
-rescan

should look somethin like
c:\wherever\stronghands-qt.exe -rescan

,

or resyncing

a quicker way of resyncying would be to use yr current chain as a bootstrap.
basically you can rename the blk.xx file as bootstrap.dat and restart

my general approach is to duplicate the entire data directory so you have an as is copy to fall back on,
then rename blk0001.dat (or wahetever it's called) to bootstrap.dat
delete everything else except
wallet.dat
stronghands.conf
peers.dat

leaves you with 4 files .
bootstrap, wallet,conf and peers.

then try restarting,
it should then import the chain from the bootstrap rather than downloading,

from experience, it can take quite a while depending on number of tx and height of chain,
also it can stop before syncing fully with yon bootstrap,
if this happens you can rename
bootstrap.dat.old
back to
bootstrap.dat

and restart.

Yeah, I tried sending 2.4 Billion in one go, so I clearly exceeded the 2 billion threshold, I wasn't aware of this limit until now.

I tried the rescan and the resync...   both still give me the same errors, the client just doesn't want to run anymore... I mean it starts loading and I see the splash screen but after about 20 seconds it crashes.

Not sure what else could be done at this point. Sad





Post
Topic
Board Announcements (Altcoins)
Re: RISE | Under Construction | Building A Brand New Codebase
by
glorytime
on 02/02/2017, 13:22:31 UTC
WOOHOO I DID IT. I just sold off my worthless stack of Rise token for 0.00000452. I am free and i even crashed the "market" a little bit. Yes i lost like 70% of my initial investment; i dont give a fuck anymore; i am finally free from these worthless bits of shit.

 Grin Thanks for the cheap RISE!  Grin Cool

Looking at the chart it doesn't appear you even had that much to begin with, maybe 220K Rise max. Price trend of Rise has been going up in the last few months, you would have been better off holding.




So we are supposed to believe that you still have trust in this project? We all know that it is your plan to pump this coin to a price which does not make you look like a complete idiot. We all lost the biggest part of our ico investment. Was it stupid, to invest into RISE in the first place? Yes it was, but we were able to learn a lot about the structure of scammy ico fundings.

No, I missed the ICO, so it's not a matter of me 'still trusting the project' as you said, but it's a matter of me getting in cheap as I started buying when the coin was still in the lower 300 sat range. Is it a gamble? Yes it is, I'm well aware of that, as no project is a sure thing, and Rise ain't either. The growth potential seems good to me though, looking at a market cap of just $500,000 compared to a funding total of $2,000,000 IIRC and I think they're bringing some interesting new features to the table not found in other projects. I'll be happy to just double my money.  Cheesy

With all of that said I don't think the price will move up much until we actually see some real results. Let's just see what happens.







Post
Topic
Board Announcements (Altcoins)
Re: RISE | Under Construction | Building A Brand New Codebase
by
glorytime
on 02/02/2017, 05:05:44 UTC
WOOHOO I DID IT. I just sold off my worthless stack of Rise token for 0.00000452. I am free and i even crashed the "market" a little bit. Yes i lost like 70% of my initial investment; i dont give a fuck anymore; i am finally free from these worthless bits of shit.

 Grin Thanks for the cheap RISE!  Grin Cool

Looking at the chart it doesn't appear you even had that much to begin with, maybe 220K Rise max. Price trend of Rise has been going up in the last few months, you would have been better off holding.


Post
Topic
Board Announcements (Altcoins)
Re: [ANN] StrongHands - Hybrid PoS/PoW Min Stake - 30 days [Now on Cryptsy]
by
glorytime
on 02/02/2017, 04:43:31 UTC
At 5,7 billion SHND coins, my wallet doesnt want anymore startup. Any idea ? i think i did unlock the ultimate....


Greetz,

CYB

What do you mean by 'unlock the ultimate'?

I too have issues opening the wallet now, it crashed after I tried sending an amount to Cryptopia, some error about exceeding the limit, and since then I can't open it anymore. Suggestions are welcome.


You need to send less.
When you stake, the inputs often get smaller and smaller until you have kazillllllions of 3coin inputs, which ends up meaning if you want to send even 5k coins, that will take over 1600 inputs which is far bigger than the allowed tx size.

The easiest way around is to modify the source so staking combines all your inputs meaning you can send more coins in one go.
I could be persuaded to help with that Wink
It would involve modifying code base and recompiling so it would take me a wee bit o' time as it were.

(PM me Smiley)

Hi Pineapples,

Thanks for responding to my post regarding the SHND wallet issue. I'm just writing here so others in the SHND community may also benefit from the info or maybe there are others out there with suggestions regarding the issue as well.

Every month I combine the inputs, so I only have about 15 blocks that are staking each month.  The issue seems that after I executed a 'send' to Cryptopia, the amount I tried to send was apparently too big for the wallet to handle and it crashed. Since then I cannot even open the wallet anymore, it gives me an error message and then crashes again (see screenshots below). I tried fixing it with a fresh install of the wallet and copying the wallet.dat back in the right place, but that didn't work either. So it seems that the 'send' instruction is somehow inside the wallet.dat file, if that makes any sense? I'm just guessing.

Do you think modifying the SHND code base could help gain access to the coins again?  If you can solve the wallet issue I'll be happy to give you some of my coins for your effort. Thanks.








Post
Topic
Board Announcements (Altcoins)
Re: [ANN] StrongHands - Hybrid PoS/PoW Min Stake - 30 days [Now on Cryptsy]
by
glorytime
on 01/02/2017, 06:11:56 UTC
At 5,7 billion SHND coins, my wallet doesnt want anymore startup. Any idea ? i think i did unlock the ultimate....


Greetz,

CYB

What do you mean by 'unlock the ultimate'?

I too have issues opening the wallet now, it crashed after I tried sending an amount to Cryptopia, some error about exceeding the limit, and since then I can't open it anymore. Suggestions are welcome.

Post
Topic
Board Announcements (Altcoins)
Re: RISE | Under Construction | Building A Brand New Codebase
by
glorytime
on 21/01/2017, 04:30:53 UTC

The volume looks pretty decent to me, it has improved compared to a month ago. The price is also 2.5x higher than a month ago.

@McVenture, when is a new expense report being released?

Hi @glorytime, Rise publishes expense reports quarterly. The last one covered expenses until October 2016 (link to expense report). The next one can be expected some time in February and will cover November 2016-January 2017.



Alright then, thanks for the info.

Post
Topic
Board Announcements (Altcoins)
Re: RISE | Under Construction | Building A Brand New Codebase
by
glorytime
on 19/01/2017, 06:50:40 UTC
Very low volumen.

Any future on this coin?



The volume looks pretty decent to me, it has improved compared to a month ago. The price is also 2.5x higher than a month ago.

@McVenture, when is a new expense report being released?



Post
Topic
Board Alt Coins (Nederlands)
Re: [ANN]🌟🌟 [ChronoBank] 🌟🌟🌟🌟 ICO is live! 🌟🌟🌟🌟 Word nu deelnemer! 🌟🌟🌟
by
glorytime
on 14/01/2017, 08:04:16 UTC
Tjonge, ze hebben al bijna 3000 BTC binnengesleept met nog 32 dagen te gaan. Dit is zich in een mega-project aan het ontwikkelen lijkt het.

Ok, dus hoe kan ik geld verdienen met TIME tokens?

Post
Topic
Board Announcements (Altcoins)
Re: RISE | Under Construction | Building A Brand New Codebase
by
glorytime
on 11/01/2017, 18:22:25 UTC
Encouraging to see some price movement in the positive direction.  If this dev team can release something tangible soon it could move the price even more. I hope investors will eventually be able to recover their current losses.

Rise Team, can I run a node at this point?

Post
Topic
Board Announcements (Altcoins)
Re: RISE | Under Construction | Building A Brand New Codebase
by
glorytime
on 06/01/2017, 16:03:18 UTC
Rise Development Update

First of all: most of the architecture for Rise 2.0 is now completed.
The team is still working on Side-chains and are then going to break
down the architecture into specified user stories that they will push
over to Github. At that point you will have a fairly accurate way to
track progress on the new code base.

Second: There is a basic Proof of Concept nearing completion, the
team is working on the peering functions now and once that is complete
they will be running some testing on speed to get a real-world measurement
of what the network can handle.

More updates coming soon. Stay tuned.

Thanks for the update, looks promising. Let us know when the architecture is fully uploaded to GitHub.
Post
Topic
Board Announcements (Altcoins)
Re: RISE | Under Construction | Building A Brand New Codebase
by
glorytime
on 04/01/2017, 16:24:44 UTC
So what's new? Any progress on the new code base?

Post
Topic
Board Alt Coins (Nederlands)
Re: [ANN]🌟🌟 [ChronoBank] 🌟🌟🌟🌟 ICO is live! 🌟🌟🌟🌟 Word nu deelnemer! 🌟🌟🌟
by
glorytime
on 03/01/2017, 13:54:39 UTC
Ik neem aan dat Chronobank code open-source is? Weet iemand waar ik de open-source code van Chronobank kan vinden?  Ben wel benieuwd wat er eigenlijk aan daadwerkelijke code is geschreven tot nu toe.
Post
Topic
Board Announcements (Altcoins)
Re: RISE | Under Construction | Building A Brand New Codebase
by
glorytime
on 23/12/2016, 01:01:40 UTC
Ok, I just watched the Q&A video. That was a lot of in-depth info, my head is still spinning. Great job guys!  Thanks and keep up the good work!  
Post
Topic
Board Announcements (Altcoins)
Re: RISE | Under Construction | Building A Brand New Codebase
by
glorytime
on 22/12/2016, 14:39:49 UTC
Just 20 minutes left before the Q&A starts, right?

I don't see anything at YouTube yet...