Dimitry
|
|
August 05, 2015, 02:17:16 AM |
|
Anyone heard anything about the issue with cryptsy? I tried to withdraw a bunch of 8bit almost 2 months ago and they never showed up on the block chain. Cryptsy has stopped responding to me.
hmmm... I was also affected by the problems at Cryptsy a few months ago, but I was able to withdraw when they put their wallet back online. I hope you didn't lose much if that's the case. They finally cancelled the withdraw just now, I have my coins back! So stoked, not a whole lot a lttle over 1300 though not alot 1300 coins? I;m very very happy for you, in a few months thats over 1 maybe 2 btc or a masternode for good profit
|
|
|
|
skidog
Legendary
Offline
Activity: 1393
Merit: 1001
|
|
August 05, 2015, 02:30:59 PM |
|
When are we going to fork...to higher price master nodes?
|
|
|
|
dbt1033
Legendary
Offline
Activity: 1274
Merit: 1000
|
|
August 05, 2015, 03:50:34 PM |
|
Anyone heard anything about the issue with cryptsy? I tried to withdraw a bunch of 8bit almost 2 months ago and they never showed up on the block chain. Cryptsy has stopped responding to me.
hmmm... I was also affected by the problems at Cryptsy a few months ago, but I was able to withdraw when they put their wallet back online. I hope you didn't lose much if that's the case. They finally cancelled the withdraw just now, I have my coins back! So stoked, not a whole lot a lttle over 1300 though That's great news! That is exactly why I don't trade @ craptsy though.... Too much heartache, too many ruined keyboards...
|
|
|
|
dbt1033
Legendary
Offline
Activity: 1274
Merit: 1000
|
|
August 05, 2015, 05:30:14 PM |
|
I have a large wallet staking at this address. http://www.8-bit.party/BALANCE-8QmMx6FQc77ygcmm7HL35xsX6Nubox4dYeI will donate 500 coins to the dev at the end of each month to use as he sees fit (he can pocket it if he wants). The first donation will occur once the coin is successfully forked. The next payout will be at the end of September (assuming the coin is forked in August). This is contingent on continued development/transparency and at some point, innovation. I encourage others in this community to try and help out in any way they can, whether that be donating to the dev, funding the faucet, creating graphics, etc. If you have a contribution you can make, send me a PM and we can discuss potential funding for the implementation of that contribution. Stay classy 8-bit community.
|
|
|
|
allZuckedUp
Full Member
Offline
Activity: 164
Merit: 100
find / -name base -exec chown -R us
|
|
August 05, 2015, 08:28:43 PM Last edit: August 05, 2015, 08:55:32 PM by allZuckedUp |
|
So I've got this wallet, no worries, not the faucet's wallet. And the wallet throw's a bunch of database errors and fails. a getinfo call returns this... error: {"code":-1,"message":"CDB : Error -30973, can't open database "} $ ~/bin/8bitd.sh stop terminate called after throwing an instance of 'std::runtime_error' what(): CDB : Error -30973, can't open database I see this in the db.log... BDB2517 Database environment corrupt; the wrong log files may have been removed or incompatible database files imported from another environment BDB0061 PANIC: BDB0087 DB_RUNRECOVERY: Fatal error, run database recovery BDB3027 wallet.dat: unable to flush page: 15 BDB0060 PANIC: fatal region error detected; run recovery BDB0060 PANIC: fatal region error detected; run recovery BDB0060 PANIC: fatal region error detected; run recovery BDB2506 file wallet.dat has LSN 1/1407867, past end of log at 1/2567 BDB2507 Commonly caused by moving a database from one database environment BDB2508 to another without clearing the database LSNs, or by removing all of BDB2509 the log files from a database environment And EVERY block in the debug.log is showing up orphaned. I've tried everything I can think of, even blowing away all the files except the 8bit.conf and wallet.dat files and reloading the entire blockchain. To no avail... The blockchain will load from the bootstrap ok, and then fail to update from the network at all. I have over 200 8bit in that wallet (was a masternode until it crapped itself)... Any ideas?
|
|
|
|
dbt1033
Legendary
Offline
Activity: 1274
Merit: 1000
|
|
August 05, 2015, 09:05:20 PM |
|
So I've got this wallet, no worries, not the faucet's wallet. And the wallet throw's a bunch of database errors and fails. a getinfo call returns this... error: {"code":-1,"message":"CDB : Error -30973, can't open database "} $ ~/bin/8bitd.sh stop terminate called after throwing an instance of 'std::runtime_error' what(): CDB : Error -30973, can't open database I see this in the db.log... BDB2517 Database environment corrupt; the wrong log files may have been removed or incompatible database files imported from another environment BDB0061 PANIC: BDB0087 DB_RUNRECOVERY: Fatal error, run database recovery BDB3027 wallet.dat: unable to flush page: 15 BDB0060 PANIC: fatal region error detected; run recovery BDB0060 PANIC: fatal region error detected; run recovery BDB0060 PANIC: fatal region error detected; run recovery BDB2506 file wallet.dat has LSN 1/1407867, past end of log at 1/2567 BDB2507 Commonly caused by moving a database from one database environment BDB2508 to another without clearing the database LSNs, or by removing all of BDB2509 the log files from a database environment And EVERY block in the debug.log is showing up orphaned. I've tried everything I can think of, even blowing away all the files except the 8bit.conf and wallet.dat files and reloading the entire blockchain. To no avail... The blockchain will load from the bootstrap ok, and then fail to update from the network at all. I have over 200 8bit in that wallet (was a masternode until it crapped itself)... Any ideas? Here's an idea... Take the wallet.dat and temporarily switch it with a wallet.dat in a client that is working. Then use that client to sent the coins to another address in a fresh wallet. Might work, might not....just shootin the shit
|
|
|
|
allZuckedUp
Full Member
Offline
Activity: 164
Merit: 100
find / -name base -exec chown -R us
|
|
August 05, 2015, 09:33:11 PM |
|
Thanks dbt1033, it's a good idea...
That said, I THINK the wallet.dat was corrupted.
Luckily, I took a backup of it shortly after I built the wallet in the first place (I always do that, linux sysengineer by trade, I have no excuses for losing data), and threw it up on google drive. I'm reloading everything AGAIN. and we seem to be in business. At least I've started reloading without the bootstrap file, and it was able to pull from the network after doing a 8bitd importwallet <file>, after the first 5000 blocks or so, I've restarted it again with the bootstrap file, and we'll see how we do as it completes... Wish me luck.
|
|
|
|
dbt1033
Legendary
Offline
Activity: 1274
Merit: 1000
|
|
August 05, 2015, 09:37:04 PM |
|
Thanks dbt1033, it's a good idea...
That said, I THINK the wallet.dat was corrupted.
Luckily, I took a backup of it shortly after I built the wallet in the first place (I always do that, linux sysengineer by trade, I have no excuses for losing data), and threw it up on google drive. I'm reloading everything AGAIN. and we seem to be in business. At least I've started reloading without the bootstrap file, and it was able to pull from the network after doing a 8bitd importwallet <file>, after the first 5000 blocks or so, I've restarted it again with the bootstrap file, and we'll see how we do as it completes... Wish me luck.
Good luck sir! Report back to base camp with the results
|
|
|
|
skidog
Legendary
Offline
Activity: 1393
Merit: 1001
|
|
August 05, 2015, 11:51:21 PM |
|
I have a large wallet staking at this address. http://www.8-bit.party/BALANCE-8QmMx6FQc77ygcmm7HL35xsX6Nubox4dYeI will donate 500 coins to the dev at the end of each month to use as he sees fit (he can pocket it if he wants). The first donation will occur once the coin is successfully forked. The next payout will be at the end of September (assuming the coin is forked in August). This is contingent on continued development/transparency and at some point, innovation. I encourage others in this community to try and help out in any way they can, whether that be donating to the dev, funding the faucet, creating graphics, etc. If you have a contribution you can make, send me a PM and we can discuss potential funding for the implementation of that contribution. Stay classy 8-bit community. I can match that...And im sure my friend would do the same. So that's 1500 coins a month...
|
|
|
|
allZuckedUp
Full Member
Offline
Activity: 164
Merit: 100
find / -name base -exec chown -R us
|
|
August 06, 2015, 02:41:50 AM |
|
I have a large wallet staking at this address. http://www.8-bit.party/BALANCE-8QmMx6FQc77ygcmm7HL35xsX6Nubox4dYeI will donate 500 coins to the dev at the end of each month to use as he sees fit (he can pocket it if he wants). The first donation will occur once the coin is successfully forked. The next payout will be at the end of September (assuming the coin is forked in August). This is contingent on continued development/transparency and at some point, innovation. I encourage others in this community to try and help out in any way they can, whether that be donating to the dev, funding the faucet, creating graphics, etc. If you have a contribution you can make, send me a PM and we can discuss potential funding for the implementation of that contribution. Stay classy 8-bit community. I can match that...And im sure my friend would do the same. So that's 1500 coins a month... You guys are bigger fish than I, a few months of that and I'd be tapped... But I'll continue to put effort, resources, and code towards it.
|
|
|
|
skidog
Legendary
Offline
Activity: 1393
Merit: 1001
|
|
August 06, 2015, 02:34:12 PM |
|
I have a large wallet staking at this address. http://www.8-bit.party/BALANCE-8QmMx6FQc77ygcmm7HL35xsX6Nubox4dYeI will donate 500 coins to the dev at the end of each month to use as he sees fit (he can pocket it if he wants). The first donation will occur once the coin is successfully forked. The next payout will be at the end of September (assuming the coin is forked in August). This is contingent on continued development/transparency and at some point, innovation. I encourage others in this community to try and help out in any way they can, whether that be donating to the dev, funding the faucet, creating graphics, etc. If you have a contribution you can make, send me a PM and we can discuss potential funding for the implementation of that contribution. Stay classy 8-bit community. I can match that...And im sure my friend would do the same. So that's 1500 coins a month... You guys are bigger fish than I, a few months of that and I'd be tapped... But I'll continue to put effort, resources, and code towards it. That's great we are a team trying to bring this back. Thanks for your help.
|
|
|
|
allZuckedUp
Full Member
Offline
Activity: 164
Merit: 100
find / -name base -exec chown -R us
|
|
August 06, 2015, 03:05:31 PM |
|
Thanks dbt1033, it's a good idea...
That said, I THINK the wallet.dat was corrupted.
Luckily, I took a backup of it shortly after I built the wallet in the first place (I always do that, linux sysengineer by trade, I have no excuses for losing data), and threw it up on google drive. I'm reloading everything AGAIN. and we seem to be in business. At least I've started reloading without the bootstrap file, and it was able to pull from the network after doing a 8bitd importwallet <file>, after the first 5000 blocks or so, I've restarted it again with the bootstrap file, and we'll see how we do as it completes... Wish me luck.
Good luck sir! Report back to base camp with the results Masternode is back in business! thanks.
|
|
|
|
skidog
Legendary
Offline
Activity: 1393
Merit: 1001
|
|
August 07, 2015, 04:20:48 PM |
|
Thanks dbt1033, it's a good idea...
That said, I THINK the wallet.dat was corrupted.
Luckily, I took a backup of it shortly after I built the wallet in the first place (I always do that, linux sysengineer by trade, I have no excuses for losing data), and threw it up on google drive. I'm reloading everything AGAIN. and we seem to be in business. At least I've started reloading without the bootstrap file, and it was able to pull from the network after doing a 8bitd importwallet <file>, after the first 5000 blocks or so, I've restarted it again with the bootstrap file, and we'll see how we do as it completes... Wish me luck.
Good luck sir! Report back to base camp with the results Masternode is back in business! thanks. Hope all is running well....
|
|
|
|
8-bit-Party
Legendary
Offline
Activity: 1036
Merit: 1000
8b 16b DEMOSCENE FTW
|
|
August 07, 2015, 10:10:23 PM |
|
Ping? Pong!
|
8-BIT PARTY 16-BIT PARTY DEMOSCENE FTW
|
|
|
allZuckedUp
Full Member
Offline
Activity: 164
Merit: 100
find / -name base -exec chown -R us
|
|
August 08, 2015, 08:08:52 AM |
|
Testing the 8bit faucet now with an ad in it... Sorry folks warned about this from the start though, right? It's not too bad is it?
WHEN 8bit really takes off, I'm honestly just hoping to eventually pay for my hosting costs.
|
|
|
|
skidog
Legendary
Offline
Activity: 1393
Merit: 1001
|
|
August 08, 2015, 03:53:23 PM |
|
Testing the 8bit faucet now with an ad in it... Sorry folks warned about this from the start though, right? It's not too bad is it?
WHEN 8bit really takes off, I'm honestly just hoping to eventually pay for my hosting costs.
Only thing i had take off this weekend was a typhoon.
|
|
|
|
torrantz
Sr. Member
Offline
Activity: 1063
Merit: 253
Sovryn - Brings DeFi to Bitcoin
|
|
August 08, 2015, 04:24:41 PM |
|
Any news about fork time?
|
|
|
|
bram_vnl
Legendary
Offline
Activity: 1148
Merit: 1000
|
|
August 08, 2015, 05:03:04 PM |
|
Ping? Pong!
Pong ping dead market bye bye coin
|
|
|
|
dbt1033
Legendary
Offline
Activity: 1274
Merit: 1000
|
|
August 08, 2015, 05:35:46 PM Last edit: August 08, 2015, 05:54:17 PM by dbt1033 |
|
Ping? Pong!
Pong ping dead market bye bye coin Of course the market is dead...the only reason to buy is speculation! 8-bit-party is still here...and this community is beyond patient. Leave if you wish but only at your own peril.
|
|
|
|
Dimitry
|
|
August 08, 2015, 05:58:22 PM |
|
Ping? Pong!
Pong ping dead market bye bye coin Tell me how many Masternodes we have running before declaring it DEAD?
|
|
|
|
|