Bitcoin Forum
July 04, 2024, 05:09:35 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 [3] 4 »
41  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CON] PayCon™ HI POS | LiteStake | Multisend | TOR | Android | Cryptsy on: December 13, 2015, 11:23:40 PM
Excuse me, but two times this week I've seen this:


Assertion failed!

Program U:\PayCon-qt-win-thor\PayCon-qt.exe
File: src\kernel.cpp, Line 429

Expression: pindex->pprev||pindex->GetBlockHash()==(!fTestNethashGenesisBlock:hashGenesisBlockTestNet)


The last time I re-downloaded the block chain which fixed the problem, but it took forever.  This time I'm just going to bootstrap it, unless somebody knows a simpler solution to my problem.  Is there anyway I could rescan the blockchain just from a certain block?
Thanks for any feedback.

In console but might work from shortcut??: rescanfromblock (##) ## = block number - no ( )

I haven't really seen this happen, I would try rescanfrom Block #

I have been experimenting with the Blockparser and the testnet I have setup and it would be fairly easy to create a snapshot and seed a new chain. The benefits to seeding a new chain is that it would cut off all the old Blocks, we could also decide if we wanted to split the money supply (if wanting to do a 2:1, 10:1 etc), as well as a change in algo, rewards, Blocktimes etc.

The way it works is that the chain to seed needs to have the same address starting letter, you can then send from the new chain to old chain addresses, when you import your private keys into the new chain you receive the transactions sent.
I could not try either of these as the console would crash before I could rescan the chain.  Instead I went to bootstrap it, but it turns out the bootstrap on the OP is quite obsolete (I could've missed the updated version), so I am currently syncing the wallet, and this time I'm going to back the blockchain up!  Thanks for the help!!
42  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][Checkcoin] Explore the world using Checkcoin [PR PHASE] on: December 12, 2015, 04:34:32 AM
I still love buying and selling this coin though.  I wish somebody would pick development back up.
43  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CON] PayCon™ HI POS | LiteStake | Multisend | TOR | Android | Cryptsy on: December 11, 2015, 09:11:05 PM
Excuse me, but two times this week I've seen this:


Assertion failed!

Program U:\PayCon-qt-win-thor\PayCon-qt.exe
File: src\kernel.cpp, Line 429

Expression: pindex->pprev||pindex->GetBlockHash()==(!fTestNethashGenesisBlock:hashGenesisBlockTestNet)


The last time I re-downloaded the block chain which fixed the problem, but it took forever.  This time I'm just going to bootstrap it, unless somebody knows a simpler solution to my problem.  Is there anyway I could rescan the blockchain just from a certain block?
Thanks for any feedback.
44  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CON] PayCon™ HI POS | LiteStake | Multisend | TOR | Android | Cryptsy on: December 09, 2015, 04:18:37 AM
 Hi guys, been locked out of my account for a little while, was pretty apathetic about until lately.  

      In May I set up a "community wallet", with 125,000 CON. I called it the "prime controller", lol. I used the stakes from this to fund most of "Developer Appreciation Week", which I really enjoyed, and some other small donations. After a little break from the scene, this wallet has grown to 236712.105CON   Grin I was going to wait until it hit 250k on it's own, to do this, but sometimes I'm impatient. Seems like a good time for it
  

       Cres I sent you a prime controller, You owe me a dollar   Tongue

You're the man!!!
45  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CON] PayCon™ HI POS | LiteStake | Multisend | TOR | Android | Cryptsy on: December 06, 2015, 05:38:26 AM
Anybody have another way for me to help?  I'm still only a year old in the Cryptocurrency world, so I'm not much help in the BTC donation area unfortunately, I'll do my best to spread the word around.  I love this coin, the dev, and the community!

Welcome to our CONmunity. Sorry if that is lame but I enjoy using CON as a play on words.

I am with you as far as not being able to donate BTC. If you are staking CON you can donate a part of your stake to Crest.
Getting the word out about CON would be a great help. Any "marketing" you can do will help build our community.

What skills do you have that you think could be used to help CON? If you do not have any development skills but have ideas please let us know. There are people in the community that can make your ideas come to life. I do not have any development skills but I do have a developer I use for my projects.

I am glad to see that you are willing to help. I will help you help CON.

I just love the support of this CONmunity Smiley
I will definitely market CON in anyway I can, and like you've mentioned I think everybody should donate a small 2% of their stakes to Crest (I'll do that as soon as I get done with this post).  2% isn't much out of your profits, but if enough people do it, then it could surely help Crest in some form or another.
My development skills are limited, I know java pretty well, but I'm by no means an expert.  I also know a little bit of Python and C++, but not much.
If I think of anything I feel is helpful to this project, I will definitely speak up.  Thank you for the reply!!
46  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CON] PayCon™ HI POS | LiteStake | Multisend | TOR | Android | Cryptsy on: December 05, 2015, 04:54:20 PM
Anybody have another way for me to help?  I'm still only a year old in the Cryptocurrency world, so I'm not much help in the BTC donation area unfortunately, I'll do my best to spread the word around.  I love this coin, the dev, and the community!
47  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Bytecent - Bytecent.com | BytecentBounty.com | BYCRewards.com on: December 05, 2015, 04:41:29 PM

So essentially its like the equivalent of what other coins' refer to as PoW difficulty? 

Your chains per day is a statistical estimate of how many chains per day your hardware should/could be finding.  The difficulty listed in the wallet is the equivalent to the PoW difficulty for most other coins.  The caveat is, the bytecent PoW difficulty number is not a liner correlation to difficulty, as were use to understanding it. My understanding is that the integer number (7 at the moment) is the number of chains in the prime chain needed, and the decimal number has something to do with the starting number from which the chain of 7 primes must start from. The relationship between the decimal number and the difficulty is logarithmic (ish), so a small change in the decimal difficulty correlates to a much larger change in actual difficulty than what were useto with other PoW. coins.

Ahh I gotchya now, I had no idea that's how that worked.  Thank you very much for such a detailed response!
48  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Bytecent - Bytecent.com | BytecentBounty.com | BYCRewards.com on: December 04, 2015, 02:31:52 AM
Could somebody clear up what Chains per day mean in the BYC wallet for me by any chance?

Bytecent uses an algorithm that searches for prime chains. As the difficulty rises, the prime chains get longer, and Bytecent becomes more difficult to mine.

So essentially its like the equivalent of what other coins' refer to as PoW difficulty? 
49  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Bytecent - Bytecent.com | BytecentBounty.com | BYCRewards.com on: December 02, 2015, 09:43:20 PM
Could somebody clear up what Chains per day mean in the BYC wallet for me by any chance?
50  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CRYPT] CryptCoin - [20 DEC] - ANNOUNCING CRYPTWALLET !! on: December 01, 2015, 02:29:22 AM
It can also be traded on Cryptsy, although the wallet has been in maintenance for awhile so you can not currently withdrawal coins.
https://www.cryptsy.com/markets/view/CRYPT_BTC
At this current moment the price is about a 250 satoshi difference between Cryptsy and Bitrex, I personally don't trade on site margins, but I know people who do.
51  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Christopher Bouzy - Bytecent & BytecentBounty Project Update on: November 30, 2015, 10:16:55 PM
Just wanted to pop in here and voice my support for the dev and this coin, along with the community.  It seems the dev has had to put up with a ton of BS over all his cryptocurrency experiences, but yet he keeps carrying on, go ByteCent!
52  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CRYPT] CryptCoin - [20 DEC] - ANNOUNCING CRYPTWALLET !! on: November 30, 2015, 09:27:21 PM
Asshole dev

Last Active: June 14, 2015, 12:45:58 PM

Why would there be almost 1BTC support for this?

I'm still hoping on them coming back or somebody else taking this coin over, I love this coin.
53  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CON] PayCon™ HI POS | LiteStake | Multisend | TOR | Android | Cryptsy on: November 30, 2015, 03:08:37 AM
My Paycon wallet is using all my internet bandwidth.  Does anybody know why this might be happening or how to fix it?  Resource monitor showed that Paycon wallet was responsible for me lacking the ability to hardly load any webpages off the internet.
54  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CON] PayCon™ HI POS | LiteStake | Multisend | TOR | Android | Cryptsy on: November 29, 2015, 10:34:17 PM
Anyone interested in some gamble?  Cheesy

If we get a 4 players. I suggest 10 rounds of fun run 2 ( a silly game on android/ios). Every player wagers 1000 cons, and the person winning the most rounds wins the prize.

Quite honestly I love that idea, it should be implemented somehow.  Smiley
55  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CON] PayCon™ HI POS | LiteStake | Multisend | TOR | Android | Cryptsy on: November 28, 2015, 01:07:56 AM
Hello everybody, I'm relatively new to Paycon and would like to know if anybody could point me to the newest wallet release?  Thank you.

Follow the link in the OP by clicking on the icon of the format you require the wallet in.

As a side note never follow links other than in the OP some malicious people will give you a malware link so this is why I have not provided the link.

Wallet is currently syncing, thank you very much!!
56  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CON] PayCon™ HI POS | LiteStake | Multisend | TOR | Android | Cryptsy on: November 27, 2015, 04:30:02 PM
Hello everybody, I'm relatively new to Paycon and would like to know if anybody could point me to the newest wallet release?  Thank you.
57  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CRYPT] CryptCoin - [20 DEC] - ANNOUNCING CRYPTWALLET !! on: November 14, 2015, 06:03:41 AM
If you feel the need to give any away I'll always soak up all of them and put them to good use Cheesy
CryptCoin adress

EhgJfcgkBqh7BoppgmzauouJQEUkLnAucG
58  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CRYPT] CryptCoin - [20 DEC] - ANNOUNCING CRYPTWALLET !! on: November 13, 2015, 03:55:25 AM
thank you tkon3. can I also get a list of the nodes.
These three could be old but they still seem to work just fine for me.

addnode=107.170.89.103
addnode=188.226.199.223
addnode=162.243.96.64
59  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CRYPT] CryptCoin - [20 DEC] - ANNOUNCING CRYPTWALLET !! on: November 11, 2015, 09:14:48 PM
Idk about you guys but to me this just means that the price will drop and more Crypt for the rest of us :3

Edit: An update from the devs would be nice though.
60  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CRYPT] CryptCoin - [20 DEC] - ANNOUNCING CRYPTWALLET !! on: November 04, 2015, 08:30:16 PM
Hopefully many more to come!
Pages: « 1 2 [3] 4 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!