Bitcoin Forum
April 23, 2024, 02:18:02 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 [29] 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 »
  Print  
Author Topic: [PRE-ANN] - The WhiteCoin Foundation - Community Planning & Discussion  (Read 89528 times)
gefflong
Newbie
*
Offline Offline

Activity: 33
Merit: 0


View Profile
May 02, 2014, 09:04:09 PM
 #561

I've seen about 5 different links to the new wallet now. I'll believe it when I see it actually working.
Why do you care if there is a working wallet.  You've repeatedly said that you were done with this coin... Yet you are still here.

Such lies.
The block chain is the main innovation of Bitcoin. It is the first distributed timestamping system.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713881882
Hero Member
*
Offline Offline

Posts: 1713881882

View Profile Personal Message (Offline)

Ignore
1713881882
Reply with quote  #2

1713881882
Report to moderator
porko
Newbie
*
Offline Offline

Activity: 16
Merit: 0


View Profile
May 02, 2014, 09:04:50 PM
 #562

FYI:
You'll get a C++ error on launch of new wallet if using provided .conf file.

i.e. "The application has requested the Runtime to terminate it in an unusual way"

There's an error on line 2:
rpcuser=anyuser
namerpcpassword=changethispassword

Just change to:
rpcuser=YOURUSER
rpcpassword=YOURPASSWORD

HTH newbies
laxori666
Member
**
Offline Offline

Activity: 71
Merit: 10


View Profile
May 02, 2014, 09:09:53 PM
 #563

Rofl so literally the way to fix the broken pos was to change

Code:
unsigned int nStakeMaxAge = -1;	// stake age of full weight: -1

to

Code:
unsigned int nStakeMaxAge = 60 * 60 * 24 * 100;

And that took days to figure out?

Pro tip,
Code:
extern int nStakeMaxAge;
should have been
Code:
extern unsigned int nStakeMaxAge;
and that would also have worked.

Question though, if that was the fix (as this is the only significant change since April 27th), why didn't this commit fix it?

(I'm assuming the fix is up on this repository - is there something else to it?)

Gib ShinyCoins: STGsZtHw4DRUby8aYCKjiGReFt3JU94YnT
yinyangteam
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile WWW
May 02, 2014, 09:12:04 PM
 #564

Rofl so literally the way to fix the broken pos was to change

Code:
unsigned int nStakeMaxAge = -1;	// stake age of full weight: -1

to

Code:
unsigned int nStakeMaxAge = 60 * 60 * 24 * 100;

And that took days to figure out?

Pro tip,
Code:
extern int nStakeMaxAge;
should have been
Code:
extern unsigned int nStakeMaxAge;
and that would also have worked.

Question though, if that was the fix (as this is the only significant change since April 27th), why didn't this commit fix it?

(I'm assuming the fix is up on this repository - is there something else to it?)

Current update was started via a different github account, they are in the process of being merged. I'll provide a more detailed explanation of what happened soon.

gerdab
Sr. Member
****
Offline Offline

Activity: 686
Merit: 266


View Profile
May 02, 2014, 09:17:06 PM
 #565

Rofl so literally the way to fix the broken pos was to change

Code:
unsigned int nStakeMaxAge = -1;	// stake age of full weight: -1

to

Code:
unsigned int nStakeMaxAge = 60 * 60 * 24 * 100;

And that took days to figure out?

Pro tip,
Code:
extern int nStakeMaxAge;
should have been
Code:
extern unsigned int nStakeMaxAge;
and that would also have worked.

Question though, if that was the fix (as this is the only significant change since April 27th), why didn't this commit fix it?

(I'm assuming the fix is up on this repository - is there something else to it?)

Current update was started via a different github account, they are in the process of being merged. I'll provide a more detailed explanation of what happened soon.

oh! yingyangteam is still alive! thank u God!
altcoinherald
Full Member
***
Offline Offline

Activity: 126
Merit: 100


View Profile WWW
May 02, 2014, 09:18:21 PM
 #566

This tidbit from the leaked chat was interesting. http://pastebin.com/DvCWj3ey

"axion:  btw i just spoke with asoom. who many of you know is a serious bagholder. if he dumps, this coin is fucked. we want to organize a vote for the community to pick a leader"

Asoom make BOOM if he dumps.  Grin
gerdab
Sr. Member
****
Offline Offline

Activity: 686
Merit: 266


View Profile
May 02, 2014, 09:26:03 PM
 #567

This tidbit from the leaked chat was interesting. http://pastebin.com/DvCWj3ey

"axion:  btw i just spoke with asoom. who many of you know is a serious bagholder. if he dumps, this coin is fucked. we want to organize a vote for the community to pick a leader"

Asoom make BOOM if he dumps.  Grin
but he cannot do, because he will lose too.
it is a manipulation to put pressure and nothing else! "I have a biggest wallet, I must be elected Leader or I'll set fire to the house! "
that's absurd!
bitwarrior
Legendary
*
Offline Offline

Activity: 1764
Merit: 1000



View Profile
May 02, 2014, 09:26:35 PM
 #568

This tidbit from the leaked chat was interesting. http://pastebin.com/DvCWj3ey

"axion:  btw i just spoke with asoom. who many of you know is a serious bagholder. if he dumps, this coin is fucked. we want to organize a vote for the community to pick a leader"

Asoom make BOOM if he dumps.  Grin

Someone is trying to make a big splash at mintpal
gerdab
Sr. Member
****
Offline Offline

Activity: 686
Merit: 266


View Profile
May 02, 2014, 09:35:41 PM
 #569

Any adress to donate a few WC to Devteam?!
yinyangteam
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile WWW
May 02, 2014, 09:37:03 PM
 #570

Any adress to donate a few WC to Devteam?!

There is no official address yet we are implementing procedures, the fundraising drive begins tonight!

whoopdee
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile
May 02, 2014, 09:42:00 PM
 #571

Any adress to donate a few WC to Devteam?!

There is no official address yet we are implementing procedures, the fundraising drive begins tonight!

arent you the original dev who jacked us up?  even if your not -- where have you come from all the sudden?
who the fuck is we?

my apoligies if im being ignorant.

sdmathis
Hero Member
*****
Offline Offline

Activity: 546
Merit: 500


AKA The Rubber Monkey


View Profile
May 02, 2014, 09:50:11 PM
 #572

This tidbit from the leaked chat was interesting. http://pastebin.com/DvCWj3ey

"axion:  btw i just spoke with asoom. who many of you know is a serious bagholder. if he dumps, this coin is fucked. we want to organize a vote for the community to pick a leader"

Asoom make BOOM if he dumps.  Grin

<axion> brvic: yes asoom wanted to vote for a new leader. he chose to hold temporaily onto his coins and see what comes of it

Reports of a dump are premature.

surfguy72
Hero Member
*****
Offline Offline

Activity: 672
Merit: 500


View Profile
May 02, 2014, 10:03:11 PM
 #573

Please help keeping the hasrate up, point your miners to spread the hash as much as possible !:

stratum+tcp://mining.oizopower.nl:8343 -u WWBeSGnKpf3mHuVm3CeNwX6MtnEjf4589m -p x (the payouts from here go to donation add)

stratum+tcp://stratum.kryptochaos.com:3324

wc.dedicatedpool.com

                             ▄▄▄████████▄▄▄
                         ▄▄██████████████████▄▄
                       ▄███████▄▄▄▄▄▄▄▄▄▄███████▄
                     ▄█████▄▄██████████████▄▄█████▄
        ██████  █████████▄████████████████████▄█████
        ██████  ███████▄████████▄▄▄▄▄▄▄▄████████▄████
                      ▄██████▀████████████▀██████▄████
███████   █████████████████████████████████████████████
███████   █████████████████████████████████████████████
                   ████████████████████████████████████
     ██████████████████████████████████████████████████
     ██████████████████████████████████████████████████
                     █████████████████████████████████
            ██████████▀██████▄████████████▄██████▀████
            ███████████▀████████▀▀▀▀▀▀▀▀▀▀███████▄███
                    █████▀████████████████▄▀██████▄
                     ▀█████▀▀██████████████▀██▀██████▄
                       ▀███████▀▀▀▀▀▀▀▀▀▀███████▀▀▀▀▀▀
                         ▀▀██████████████████▀▀
                             ▀▀▀████████▀▀▀
QUIFAS                     
                    ███
 █              ███ ███
 █              ███  █
███          █  ███
███         ███  █
███  █      ███  █
    ███  █  ███  █
    ███ ███  █   █
     █   █   █
     █       
surfguy72
Hero Member
*****
Offline Offline

Activity: 672
Merit: 500


View Profile
May 02, 2014, 10:04:13 PM
 #574

NEW WALLET staking start on Block 17.000


Windows
https://mega.co.nz/#!vY1i1CSA!zvQQ67NjlJ3Jk93Cgu4f3MNiEQi3RKGBx0VLt-RRPMM

MAC OSX
Coming soon.

On Windows Before Update or you got Visual C++ error after update
1. **Backup your wallet.dat file**
2. Go to: C:\Users\YourUserName\Appdata\Roaming\whitecoin
3. Delete everything EXCEPT for the wallet.dat file
4. Run the new wallet

                             ▄▄▄████████▄▄▄
                         ▄▄██████████████████▄▄
                       ▄███████▄▄▄▄▄▄▄▄▄▄███████▄
                     ▄█████▄▄██████████████▄▄█████▄
        ██████  █████████▄████████████████████▄█████
        ██████  ███████▄████████▄▄▄▄▄▄▄▄████████▄████
                      ▄██████▀████████████▀██████▄████
███████   █████████████████████████████████████████████
███████   █████████████████████████████████████████████
                   ████████████████████████████████████
     ██████████████████████████████████████████████████
     ██████████████████████████████████████████████████
                     █████████████████████████████████
            ██████████▀██████▄████████████▄██████▀████
            ███████████▀████████▀▀▀▀▀▀▀▀▀▀███████▄███
                    █████▀████████████████▄▀██████▄
                     ▀█████▀▀██████████████▀██▀██████▄
                       ▀███████▀▀▀▀▀▀▀▀▀▀███████▀▀▀▀▀▀
                         ▀▀██████████████████▀▀
                             ▀▀▀████████▀▀▀
QUIFAS                     
                    ███
 █              ███ ███
 █              ███  █
███          █  ███
███         ███  █
███  █      ███  █
    ███  █  ███  █
    ███ ███  █   █
     █   █   █
     █       
Khelgaar
Member
**
Offline Offline

Activity: 109
Merit: 10

"If you are going through hell, keep going"-Sir WC


View Profile
May 02, 2014, 10:05:36 PM
 #575

Any adress to donate a few WC to Devteam?!

There is no official address yet we are implementing procedures, the fundraising drive begins tonight!

arent you the original dev who jacked us up?  even if your not -- where have you come from all the sudden?
who the fuck is we?

my apoligies if im being ignorant.



+1

who`s typing behind that nick? WTF is going on and no apologies... Wink
digicidal
Sr. Member
****
Offline Offline

Activity: 392
Merit: 250


View Profile
May 02, 2014, 10:08:09 PM
 #576

Any adress to donate a few WC to Devteam?!
There is no official address yet we are implementing procedures, the fundraising drive begins tonight!

Wouldn't it be possible to simply use the premine you dumped at the first opportunity rather than 'fundraising' again?  Cheesy

Seems like that would work to me. LOL!
crucial
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
May 02, 2014, 10:11:47 PM
 #577


That was a fun read. WhiteCoin is 'too big to fail.'  Grin

Maybe WhiteCoin can get a government bailout.

BTW, don't anyone investigate who did the DDOS and double spend. They are 'not to be trifled with.'



Nice piece, concise, broader truth. less tabloid. Less FUD. Rubbermonkey 1 Altcoinherald 0.
heartastack
Hero Member
*****
Offline Offline

Activity: 714
Merit: 500


View Profile
May 02, 2014, 10:20:50 PM
 #578

Well it's pretty obvious right, what started as a scam coin has been handed over to a serious community. People can go on forever about the morals of it, but at the end of the day, the keys to the stolen and dumped vehicle have been handed over and we'll take it from here.

But agree, keeping yigyangteam is like calling your first born hitler jr
digicidal
Sr. Member
****
Offline Offline

Activity: 392
Merit: 250


View Profile
May 02, 2014, 10:27:42 PM
 #579


That was a fun read. WhiteCoin is 'too big to fail.'  Grin

Maybe WhiteCoin can get a government bailout.

BTW, don't anyone investigate who did the DDOS and double spend. They are 'not to be trifled with.'



Nice piece, concise, broader truth. less tabloid. Less FUD. Rubbermonkey 1 Altcoinherald 0.

I'm glad you used the word "less" because there's still plenty of tabloid in there.  I did chuckle however about the 'fate of all cryptocurreny' bit... I agree that WC completely imploding would leave a bad taste in many mouths... but a ~$1M marketcap isn't going to have as big of an effect on all cryptocurrency as the article would have you believe.

BC could evaporate tomorrow and the crypto-world would keep right on turning... and it's almost 10X as significant monetarily.  Although there are many that forget that there are no guarantees in the financial wild-west we're in... over 400 times as much as the entire WC market cap got flushed down the Mt. Gox toilet in one shot pretty much... and we're all still here, lining up for the next great disaster without so much as a sideways glance. Smiley
seattletu
Sr. Member
****
Offline Offline

Activity: 336
Merit: 250



View Profile
May 02, 2014, 11:14:44 PM
 #580

so it's a real working wallet? mintpal and the other exchanges are installing this wallet? have any exchanges confirmed?
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 [29] 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 »
  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!