Bitcoin Forum
April 16, 2024, 10:29:36 AM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 [592] 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 »
  Print  
Author Topic: [ANN] CommunityCoin (COMM) | Pure PoS | Original COMM MultiPools Coming Soon  (Read 523779 times)
pineapples
Legendary
*
Offline Offline

Activity: 1204
Merit: 1000


to your stations, man the pineapples!!!


View Profile
June 09, 2015, 02:12:20 PM
 #11821

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.



YEEE F*#KIN HA BIG RED TEXT !!!           

(\__/)    
(='.'=)   
(")_(")   










     BUMBA
1713263376
Hero Member
*
Offline Offline

Posts: 1713263376

View Profile Personal Message (Offline)

Ignore
1713263376
Reply with quote  #2

1713263376
Report to moderator
1713263376
Hero Member
*
Offline Offline

Posts: 1713263376

View Profile Personal Message (Offline)

Ignore
1713263376
Reply with quote  #2

1713263376
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713263376
Hero Member
*
Offline Offline

Posts: 1713263376

View Profile Personal Message (Offline)

Ignore
1713263376
Reply with quote  #2

1713263376
Report to moderator
1713263376
Hero Member
*
Offline Offline

Posts: 1713263376

View Profile Personal Message (Offline)

Ignore
1713263376
Reply with quote  #2

1713263376
Report to moderator
ShXnot
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250


View Profile
June 09, 2015, 05:55:10 PM
 #11822

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 Offline

Activity: 5
Merit: 0


View Profile
June 09, 2015, 08:22:25 PM
 #11823

Does anyone know how to verify the transaction? May be there is a working block explorer?
NorrisK
Legendary
*
Offline Offline

Activity: 1946
Merit: 1007



View Profile
June 09, 2015, 08:39:06 PM
 #11824

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 Offline

Activity: 5
Merit: 0


View Profile
June 11, 2015, 03:08:01 PM
 #11825

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 Offline

Activity: 1638
Merit: 1036



View Profile
June 12, 2015, 05:15:05 AM
Last edit: June 24, 2015, 01:18:20 PM by bumbacoin
 #11826

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/communitycoin

i 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 Cheesy
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#L978
vs
https://github.com/bumbacoin/communitycoin/blob/master/src/main.cpp#L978

💦☔️🐳💚💖💛
go to
cryptobetfair.com
ask for a voucher

████████████████
██████████████
█████████████
██████████████
██████████████
███████████
█████████
███████████
████████████
████████████
███████████
█████████████
██████████████
███████████████
████████████████
████████████████
🐠👻🍗🌳🐵
bumbacoin
Legendary
*
Offline Offline

Activity: 1638
Merit: 1036



View Profile
June 12, 2015, 05:23:36 AM
 #11827


also heres a bootstrap.
if you dont know how to use it Smiley 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

💦☔️🐳💚💖💛
go to
cryptobetfair.com
ask for a voucher

████████████████
██████████████
█████████████
██████████████
██████████████
███████████
█████████
███████████
████████████
████████████
███████████
█████████████
██████████████
███████████████
████████████████
████████████████
🐠👻🍗🌳🐵
ShXnot
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250


View Profile
June 12, 2015, 07:23:52 AM
 #11828


also heres a bootstrap.
if you dont know how to use it Smiley 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

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
Sr. Member
****
Offline Offline

Activity: 406
Merit: 250


View Profile
June 12, 2015, 07:35:12 AM
 #11829


also heres a bootstrap.
if you dont know how to use it Smiley 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

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 Offline

Activity: 1638
Merit: 1036



View Profile
June 12, 2015, 07:43:03 AM
 #11830


also heres a bootstrap.
if you dont know how to use it Smiley 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

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.

💦☔️🐳💚💖💛
go to
cryptobetfair.com
ask for a voucher

████████████████
██████████████
█████████████
██████████████
██████████████
███████████
█████████
███████████
████████████
████████████
███████████
█████████████
██████████████
███████████████
████████████████
████████████████
🐠👻🍗🌳🐵
dennislevy
Sr. Member
****
Offline Offline

Activity: 300
Merit: 250



View Profile
June 13, 2015, 09:05:46 PM
 #11831


also heres a bootstrap.
if you dont know how to use it Smiley 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

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=716182

It 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
Sr. Member
****
Offline Offline

Activity: 483
Merit: 250


View Profile
June 13, 2015, 09:21:18 PM
 #11832


also heres a bootstrap.
if you dont know how to use it Smiley 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

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=716182

It 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 Offline

Activity: 1638
Merit: 1036



View Profile
June 14, 2015, 01:51:22 AM
 #11833



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=716182

It 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 Smiley

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.



💦☔️🐳💚💖💛
go to
cryptobetfair.com
ask for a voucher

████████████████
██████████████
█████████████
██████████████
██████████████
███████████
█████████
███████████
████████████
████████████
███████████
█████████████
██████████████
███████████████
████████████████
████████████████
🐠👻🍗🌳🐵
pineapples
Legendary
*
Offline Offline

Activity: 1204
Merit: 1000


to your stations, man the pineapples!!!


View Profile
June 14, 2015, 02:22:45 PM
Last edit: June 14, 2015, 02:45:17 PM by pineapples
 #11834

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.



YEEE F*#KIN HA BIG RED TEXT !!!           

(\__/)    
(='.'=)   
(")_(")   










     BUMBA
Mandy1749
Full Member
***
Offline Offline

Activity: 157
Merit: 100


View Profile
June 14, 2015, 03:16:15 PM
 #11835

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
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250



View Profile
June 14, 2015, 03:18:41 PM
 #11836

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 Cheesy
bumbacoin
Legendary
*
Offline Offline

Activity: 1638
Merit: 1036



View Profile
June 15, 2015, 01:34:16 AM
Last edit: June 15, 2015, 06:12:03 AM by bumbacoin
 #11837

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 Smiley


edit.
i've posted a request for help at https://cryptocointalk.com/topic/38984-community-coin-needs-help/

💦☔️🐳💚💖💛
go to
cryptobetfair.com
ask for a voucher

████████████████
██████████████
█████████████
██████████████
██████████████
███████████
█████████
███████████
████████████
████████████
███████████
█████████████
██████████████
███████████████
████████████████
████████████████
🐠👻🍗🌳🐵
ShXnot
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250


View Profile
June 15, 2015, 01:27:24 PM
 #11838

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
Full Member
***
Offline Offline

Activity: 157
Merit: 100


View Profile
June 15, 2015, 02:26:55 PM
 #11839

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
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250


View Profile
June 16, 2015, 01:45:01 PM
 #11840

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
Pages: « 1 ... 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 [592] 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!