Pages:
Author

Topic: [ANN][CON] PayCon™ HI POS | LiteStake | Multisend | TOR | Android - page 30. (Read 179167 times)

legendary
Activity: 1624
Merit: 1001
All cryptos are FIAT digital currency. Do not use.
So the last days I have been working on creation of a website to replace the current site and cloning of the Clams chain. With the blockparser I am able to take complete snapshots of balances, there are approximately 1000 addresses with more than 1 CON in each address so building a new chain and pruning off excess Blocks won't be that big of a challenge once complete. I still think it will take approximately a week or so for the website and probably atleast a few weeks for me to get familiar with the codebase.

wtf does the CLAM blockchain have to to with this ?

Nice slip up. haha..  That shit happens when you're juggling all those socks and shitcoins. LMAO

Why not ask your neighbour Speotnoob for some help ? OR .. just dial up your BitJohn skype hotline. lolz..
legendary
Activity: 1218
Merit: 1002
Supporting DMD, ERC & PIO
Please be aware that currently there are issues with Cryptsy and they are currently disallowing all deposits and withdrawals.
Just got the last of my altcoins off Cryptsy. Only lost the spread going to BTC - the spread buying an alt I could w/d -
the spread selling alt on another exchange. But I only have .00000039 BTC left there. They processed my DMD w/d finally.
legendary
Activity: 882
Merit: 1024
Please be aware that currently there are issues with Cryptsy and they are currently disallowing all deposits and withdrawals.
legendary
Activity: 882
Merit: 1024
So the last days I have been working on creation of a website to replace the current site and cloning of the Clams chain. With the blockparser I am able to take complete snapshots of balances, there are approximately 1000 addresses with more than 1 CON in each address so building a new chain and pruning off excess Blocks won't be that big of a challenge once complete. I still think it will take approximately a week or so for the website and probably atleast a few weeks for me to get familiar with the codebase.
hero member
Activity: 784
Merit: 511

Thanks for your answer @AngelLox.

I'll try that with my WD Elements USB HD. I think that should be okay for a good performance.
sr. member
Activity: 466
Merit: 250
CON is very cheap at the moment ... I should buy some :-)

What would you prefer for staking on the Raspberry? The complete system and the PayCon wallet on the SD card or an external hard drive?
Blockchains perform a lot of writing so on the long run a micro sd (ssd) might fail. Then again it's not certain. Or you could pick up a vps, and run your wallet on there. You have to figure out what's best for you.
hero member
Activity: 784
Merit: 511
CON is very cheap at the moment ... I should buy some :-)

What would you prefer for staking on the Raspberry? The complete system and the PayCon wallet on the SD card or an external hard drive?
legendary
Activity: 882
Merit: 1024
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!!

I have the next couple days off starting tomorrow and will update the bootstrap.
You're the man Crest!!

Bootstrap available on Github, current as of an hour ago.

https://github.com/Crestington/PayCon/releases/tag/Bootstrap
member
Activity: 80
Merit: 10
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!!

I have the next couple days off starting tomorrow and will update the bootstrap.
You're the man Crest!!
legendary
Activity: 882
Merit: 1024
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!!

I have the next couple days off starting tomorrow and will update the bootstrap.
member
Activity: 80
Merit: 10
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!!
hero member
Activity: 655
Merit: 500
BXT BitToken - No premine - Fair launch
Hello PayCON'ers!!

You can sell ITEMS on Cryptopia MarketPlace https://www.cryptopia.co.nz/MarketPlace
Please SELL ITEMS in exchange for PayCON CON NOW!





I am selling AMAZON Gift Cards
x $5
Starting bid: 0 CON !!





https://www.cryptopia.co.nz/MarketPlaceAction/MarketItem?marketItemId=2230

Marketplace

The Cryptopia marketplace lets you sell anything, to anyone, anywhere in the world in exchange for cryptocurrency.

Buy/Sell items free of charge or setup an Auction or classified listing and start using your crypto today.
hero member
Activity: 655
Merit: 500
BXT BitToken - No premine - Fair launch
Do we have some staking pools working for the low quantity holders?

thanks
Stakeminers is an altcoin +paycon+ Proof of Stake mining pool.
https://stakeminers.com/
hero member
Activity: 655
Merit: 500
BXT BitToken - No premine - Fair launch
PayCon is on BTER voting list https://bter.com/voting#CON
Vote now for the most innovative Coin on the planet!
# 51    
 
https://cryptoine.com/voting#CON
legendary
Activity: 966
Merit: 1000
Do we have some staking pools working for the low quantity holders?

thanks
hero member
Activity: 655
Merit: 500
BXT BitToken - No premine - Fair launch
sr. member
Activity: 826
Merit: 263
Planning to finding exchange Dev since cryptsy was suck exchange right now, I dont want to trade over there..
legendary
Activity: 882
Merit: 1024
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.
legendary
Activity: 1218
Merit: 1002
Supporting DMD, ERC & PIO
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 ( )
member
Activity: 80
Merit: 10
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.
Pages:
Jump to: