ShXnot
|
|
June 09, 2015, 05:55:10 PM |
|
addnode=106.187.96.176:55131 addnode=46.28.202.45:20801 addnode=4.209.33.80:20801
i've only got 3 connections atm. i will see if i can do a bootstrap tomorrow.
thank you so much we need a dev asap we can use an address for donations from community and hire a dev
|
|
|
|
MrRush
Newbie
Offline
Activity: 5
Merit: 0
|
|
June 09, 2015, 08:22:25 PM |
|
Does anyone know how to verify the transaction? May be there is a working block explorer?
|
|
|
|
NorrisK
Legendary
Offline
Activity: 1946
Merit: 1007
|
|
June 09, 2015, 08:39:06 PM |
|
Does anyone know how to verify the transaction? May be there is a working block explorer?
This coin has died months ago. Dont put too much time and effort in getting it working again. Unless ofcourse you have some coins left that you need to exchange.
|
|
|
|
MrRush
Newbie
Offline
Activity: 5
Merit: 0
|
|
June 11, 2015, 03:08:01 PM |
|
Does anyone know how to verify the transaction? May be there is a working block explorer?
This coin has died months ago. Dont put too much time and effort in getting it working again. Unless ofcourse you have some coins left that you need to exchange. I withdrawed some COMM from Bter to Cryptsy, but still haven't received it at Cryptsy. Both Bter and Cryptsy daemons for COMM are workable (wallet status page). When withdrawed from Bter, I get TX number: 6a3d136fe20c3d396e97ee61a6b695863f9d06afbba20fa84af498c1184438bd. Destination address: CYARjKgmSX8XfeGDHAC6m4PLRMtT5mwutw. Bter support wrote: "Sorry, there is no workable block explorer". Cryptsy support wrote that still working on this problem, not wrote details.
|
|
|
|
bumbacoin
Legendary
Offline
Activity: 1638
Merit: 1036
|
|
June 12, 2015, 05:15:05 AM Last edit: June 24, 2015, 01:18:20 PM by bumbacoin |
|
i've found a workaround for the problem as mentioned here https://bitcointalk.org/index.php?topic=558319.msg11514303#msg11514303 and have been using it lightly to move the chain along whilst approaching people to help. because it is a workaround and i cannot compile a qt. it does work, tested by depositing to cryptsy, and bter. however i've had no luck finding help, so i've forked it with the code change https://github.com/bumbacoin/communitycoini will run my daemon 8 minutes twice a day 2minutes 6x a day to continue moving it along until someone else can get some minting. (which means nothing will move most of the time) if anyone can compile a daemon that would help otherwise i'll get all the minting if anyone can compile a qt that would help .. at this point - the workaround is a workaround. and anyone who uses my code will have the same problem next swapover (in a year) if someone can fix the code properly that will help. lol this code will not sync from scratch. however original code will. so sync with original, then run this if you want to stake.==== ORIGINAL CODE - main.cpp const int YEARLY_BLOCKCOUNT = 525600; // 365 * 1440 int64 GetProofOfStakeReward(int64 nCoinAge, unsigned int nBits, unsigned int nTime, int nHeight) { int64 nRewardCoinYear; nRewardCoinYear = MAX_MINT_PROOF_OF_STAKE; if(nHeight < YEARLY_BLOCKCOUNT) nRewardCoinYear = 30 * MAX_MINT_PROOF_OF_STAKE; else if(nHeight < (2 * YEARLY_BLOCKCOUNT)) nRewardCoinYear = 20 * MAX_MINT_PROOF_OF_STAKE; MY AWESOME CHANGE { int64 nRewardCoinYear; nRewardCoinYear = MAX_MINT_PROOF_OF_STAKE; if(nHeight < (2 * YEARLY_BLOCKCOUNT)) nRewardCoinYear = 20 * MAX_MINT_PROOF_OF_STAKE; else if(nHeight < (3 * YEARLY_BLOCKCOUNT)) nRewardCoinYear = 10 * MAX_MINT_PROOF_OF_STAKE; https://github.com/communitycoin/communitycoin/blob/master/src/main.cpp#L978vs https://github.com/bumbacoin/communitycoin/blob/master/src/main.cpp#L978
|
💦☔️🐳💚💖💛 | ★ | | ★
| | ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ | | ★ | 🐠👻🍗🌳🐵
|
|
|
|
bumbacoin
Legendary
Offline
Activity: 1638
Merit: 1036
|
|
June 12, 2015, 05:23:36 AM |
|
also heres a bootstrap. if you dont know how to use it when placed correctly in yr data directory yr wallet will load the chain from it, rather than peers. however i dont have time right now so you'll have to google it. https://www.dropbox.com/s/zocywq6ct8dp5lv/bootstrap.dat?dl=0
|
💦☔️🐳💚💖💛 | ★ | | ★
| | ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ | | ★ | 🐠👻🍗🌳🐵
|
|
|
|
ShXnot
|
|
June 12, 2015, 07:23:52 AM |
|
Hey bumbacoin, thank you so much for your effort currently downloading the bootstrap is it possible for you to compile a windows qt? i certainly need some help to compile the wallet
|
|
|
|
kjadB
|
|
June 12, 2015, 07:35:12 AM |
|
Hey bumbacoin, thank you so much for your effort currently downloading the bootstrap is it possible for you to compile a windows qt? i certainly need some help to compile the wallet just look at coinmarketcap guys - alt coins are into a retro (or necro depending on your point of view) phase - revive away!!!
|
|
|
|
bumbacoin
Legendary
Offline
Activity: 1638
Merit: 1036
|
|
June 12, 2015, 07:43:03 AM |
|
Hey bumbacoin, thank you so much for your effort currently downloading the bootstrap is it possible for you to compile a windows qt? i certainly need some help to compile the wallet possibly in a few days/weeks lol :p i'm moving atm and everything is scattered around in different houses and different boxes .. i'm still asking people to see if they can compile it. just look at coinmarketcap guys - alt coins are into a retro (or necro depending on your point of view) phase - revive away!!!
haha yes. up to 14 sats at cryptsy. such pump.
|
💦☔️🐳💚💖💛 | ★ | | ★
| | ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ | | ★ | 🐠👻🍗🌳🐵
|
|
|
|
dennislevy
|
|
June 13, 2015, 09:05:46 PM |
|
Hey bumbacoin, thank you so much for your effort currently downloading the bootstrap is it possible for you to compile a windows qt? i certainly need some help to compile the wallet possibly in a few days/weeks lol :p i'm moving atm and everything is scattered around in different houses and different boxes .. i'm still asking people to see if they can compile it. just look at coinmarketcap guys - alt coins are into a retro (or necro depending on your point of view) phase - revive away!!!
haha yes. up to 14 sats at cryptsy. such pump. I know a dev, that might be able to help build a new wallet, with an update. Noise23, knows how to compile wallets. Noise23 took over Truck coin almost a year ago. He built Tek coin new wallet, when wallet stopped POS, last August. Did not even charge TEK-Heads for new wallet upgrade. Though you should offer him something. I think someone from the community should approach him that has more knowledge about COMM coin. Here is the Ann to Truck Coin: https://bitcointalk.org/index.php?topic=716182It certainly cannot hurt, to ask noise23, if he can help compile a new wallet for COMM coin. I know very little about writing code. I guess the original dev walked away? Have not followed this thread, probably for 10 months. So not sure, what is going on here? Maybe, this community can help Truck coin out and noise23 can help you, compile a new wallet. The fact that this community has held together this long, says you want COMM coin to succeed! Truck coin needs marketing help. Any experience in marketing, can be mutually beneficial, as noise23 is an excellent coder. Knows very little about marketing. Certainly, cannot hurt to ask, for coding a new wallet! As they say; one hand washes the other. Peace, Dennis
|
|
|
|
Coinmin
|
|
June 13, 2015, 09:21:18 PM |
|
Hey bumbacoin, thank you so much for your effort currently downloading the bootstrap is it possible for you to compile a windows qt? i certainly need some help to compile the wallet possibly in a few days/weeks lol :p i'm moving atm and everything is scattered around in different houses and different boxes .. i'm still asking people to see if they can compile it. just look at coinmarketcap guys - alt coins are into a retro (or necro depending on your point of view) phase - revive away!!!
haha yes. up to 14 sats at cryptsy. such pump. I know a dev, that might be able to help build a new wallet, with an update. Noise23, knows how to compile wallets. Noise23 took over Truck coin almost a year ago. He built Tek coin new wallet, when wallet stopped POS, last August. Did not even charge TEK-Heads for new wallet upgrade. Though you should offer him something. I think someone from the community should approach him that has more knowledge about COMM coin. Here is the Ann to Truck Coin: https://bitcointalk.org/index.php?topic=716182It certainly cannot hurt, to ask noise23, if he can help compile a new wallet for COMM coin. I know very little about writing code. I guess the original dev walked away? Have not followed this thread, probably for 10 months. So not sure, what is going on here? Maybe, this community can help Truck coin out and noise23 can help you, compile a new wallet. The fact that this community has held together this long, says you want COMM coin to succeed! Truck coin needs marketing help. Any experience in marketing, can be mutually beneficial, as noise23 is an excellent coder. Knows very little about marketing. Certainly, cannot hurt to ask, for coding a new wallet! As they say; one hand washes the other. Peace, Dennis +1. Noise23 - one of the best coders in a cryptoworld.
|
|
|
|
bumbacoin
Legendary
Offline
Activity: 1638
Merit: 1036
|
|
June 14, 2015, 01:51:22 AM |
|
I know a dev, that might be able to help build a new wallet, with an update. Noise23, knows how to compile wallets. Noise23 took over Truck coin almost a year ago. He built Tek coin new wallet, when wallet stopped POS, last August. Did not even charge TEK-Heads for new wallet upgrade. Though you should offer him something. I think someone from the community should approach him that has more knowledge about COMM coin. Here is the Ann to Truck Coin: https://bitcointalk.org/index.php?topic=716182It certainly cannot hurt, to ask noise23, if he can help compile a new wallet for COMM coin. I know very little about writing code. I guess the original dev walked away? Have not followed this thread, probably for 10 months. So not sure, what is going on here? Maybe, this community can help Truck coin out and noise23 can help you, compile a new wallet. The fact that this community has held together this long, says you want COMM coin to succeed! Truck coin needs marketing help. Any experience in marketing, can be mutually beneficial, as noise23 is an excellent coder. Knows very little about marketing. Certainly, cannot hurt to ask, for coding a new wallet! As they say; one hand washes the other. Peace, Dennis i've sent him a pm i think the whole idea of communitycoin is such that a dev shouldnt be necessary. just a posse of interested "community" members should be enough to maintain it.
|
💦☔️🐳💚💖💛 | ★ | | ★
| | ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ | | ★ | 🐠👻🍗🌳🐵
|
|
|
|
pineapples
Legendary
Offline
Activity: 1204
Merit: 1000
to your stations, man the pineapples!!!
|
|
June 14, 2015, 02:22:45 PM Last edit: June 14, 2015, 02:45:17 PM by pineapples |
|
it seems using the "new" code and syncing from zero is problematic. seems to stick at block 1451
coin code is odd . lol
if you want to run the staking code as it currently is, seems you can sync by running the official code, then change over and stake.
or
if you're not staking just run the official code only.
|
|
|
|
Mandy1749
|
|
June 14, 2015, 03:16:15 PM |
|
it seems using the "new" code and syncing from zero is problematic. seems to stick at block 1451
coin code is odd . lol
if you want to run the staking code as it currently is, seems you can sync by running the official code, then change over and stake.
or
if you're not staking just run the official code only.
maybe you stack at 1451 is just because the network have too less nodes! i stack at block 2500 . and i am runing the wallet of 1.5.0,after i use the bootstrap.bat and i can only sync to the estimated total block.but i can't staking.
|
|
|
|
1211
|
|
June 14, 2015, 03:18:41 PM |
|
My story: I got 10Millions of communitycoin for free. I sold them for around 1Bitcoin 1 year later. Thank you CommunityCoin devs, you are trully the best
|
|
|
|
bumbacoin
Legendary
Offline
Activity: 1638
Merit: 1036
|
|
June 15, 2015, 01:34:16 AM Last edit: June 15, 2015, 06:12:03 AM by bumbacoin |
|
it seems using the "new" code and syncing from zero is problematic. seems to stick at block 1451
coin code is odd . lol
if you want to run the staking code as it currently is, seems you can sync by running the official code, then change over and stake.
or
if you're not staking just run the official code only.
maybe you stack at 1451 is just because the network have too less nodes! i stack at block 2500 . and i am runing the wallet of 1.5.0, after i use the bootstrap.bat and i can only sync to the estimated total block.but i can't staking. yes. there's a problem with official release QT for staking. that's the current issue. the modified release (1.5.1)(0.7.3) is good for staking (but seemingly not syncing) BUT there is no compiled qt for that code. if you know someone who can compile it. please ask them edit. i've posted a request for help at https://cryptocointalk.com/topic/38984-community-coin-needs-help/
|
💦☔️🐳💚💖💛 | ★ | | ★
| | ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ | | ★ | 🐠👻🍗🌳🐵
|
|
|
|
ShXnot
|
|
June 15, 2015, 01:27:24 PM |
|
guys, lets do a crowdfund for a dev to step in and makes a wallet we did this last year several times, i believe we can do it again i pledge 50K commcoin for start
edit: thank to bumbacoin for his effort, at least he started some movement for developing i'll donate 10k to his wallet as soon as wallet run
|
|
|
|
Mandy1749
|
|
June 15, 2015, 02:26:55 PM |
|
guys, lets do a crowdfund for a dev to step in and makes a wallet we did this last year several times, i believe we can do it again i pledge 50K commcoin for start
edit: thank to bumbacoin for his effort, at least he started some movement for developing i'll donate 10k to his wallet as soon as wallet run
OK 100K for wallet 20K for bumbacoin anyone any more?
|
|
|
|
ShXnot
|
|
June 16, 2015, 01:45:01 PM |
|
anyone else to help the pledge? i think this coin is much better than most of those s**t coins out there it just needs a minor tweak and a compile to run again
|
|
|
|
bumbacoin
Legendary
Offline
Activity: 1638
Merit: 1036
|
|
June 17, 2015, 01:17:49 AM |
|
shucks you guys are sweet i'll put 50k in as well.
|
💦☔️🐳💚💖💛 | ★ | | ★
| | ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ | | ★ | 🐠👻🍗🌳🐵
|
|
|
|
|