Griffith (OP)
Legendary
Offline
Activity: 1400
Merit: 1000
|
|
September 26, 2015, 08:13:05 PM |
|
looks like i have a working build, running unit tests and general testing start now. well in about 30 min after dinner
|
|
|
|
Griffith (OP)
Legendary
Offline
Activity: 1400
Merit: 1000
|
|
September 26, 2015, 11:36:43 PM |
|
This post is more of a general service announcement to people who are looking to learn / are currently attempting to code in c++ may it be for bitcoin/altcoin related things, or just for fun.
c++ is NOT an object oriented language. it is a paradigm language which means that object oriented things you expect from full Object Ooriented languages (c#, java, whatever you choose to use) DO NOT hold true in c++. my main example. objects (classes) in c++ are passed by VALUE not reference. in fact alll data types in c++ (except arrays/vectors) are passed by value unless otherwise specified to be passed by reference. i made this mistake when making the cryptobank application and it confused me greatly until i looked it up in the documentation.
also the keyword this. is always a pointer, which again is the opposite of what you expect in all other OO languages.
on a side note: cryptobank unit testing for loading the chain is done, and it is successful. after redoing the singleton pattern changes it once again loads and stores the blockchain for each coin in the proper spot. i am not moving on to make sure that the wallet (wallet.dat data) is being read and stored properly.
|
|
|
|
sacskate
|
|
September 27, 2015, 08:50:41 AM |
|
wts a little over 140k supercoin for .45, pm me
|
|
|
|
pro-investor
|
|
September 27, 2015, 09:47:54 AM |
|
wts a little over 140k supercoin for .45, pm me
For .1 btc I will take them from you
|
|
|
|
Griffith (OP)
Legendary
Offline
Activity: 1400
Merit: 1000
|
|
September 27, 2015, 02:03:34 PM |
|
it seems all the tests work EXCEPT wallet loading..... which is probably the most important one. i will be working on that today
edit: his ask for .45 is actually slightly below market price for that amount if u look at cryptsy
|
|
|
|
pro-investor
|
|
September 27, 2015, 02:32:17 PM Last edit: September 27, 2015, 03:12:43 PM by pro-investor |
|
edit: his ask for .45 is actually slightly below market price for that amount if u look at cryptsy
SuperCoin: May be true however we can't get SUPER in or out of Criptsy...so that doesn't count as a reference. Right now there is no exchange where we can trade SUPER, so 0.1 BTC is a calculated risk. MultiWalletCoin: Again the Bittrex warning. " This market is in danger of de-listing due to low trade volume and lack of user interest. It may be removed on October 2nd unless the average daily trade volume for the last 7 days exceeds 0.2 BTC." ECCoin: I am trying to transfer my coins to Bluetrade but the ECC wallet won't let me transfer them. I did a "repairwallet" and a "rescan", no luck this far. This is the message I get all the time
|
|
|
|
DonQuijote
Legendary
Offline
Activity: 1551
Merit: 1002
♠ ♥ ♣ ♦ < ♛♚&#
|
|
September 27, 2015, 03:20:26 PM |
|
edit: his ask for .45 is actually slightly below market price for that amount if u look at cryptsy
ECCoin: I am trying to transfer my coins to Bluetrade but the ECC wallet won't let me transfer them. I did a "repairwallet" and a "rescan", no luck this far. This is the message I get all the time Are your coins staking?
|
THE INGENIOUS GENTLEMAN DON QUIXOTE OF LA MANCHA
|
|
|
Griffith (OP)
Legendary
Offline
Activity: 1400
Merit: 1000
|
|
September 27, 2015, 03:23:46 PM |
|
edit: his ask for .45 is actually slightly below market price for that amount if u look at cryptsy
SuperCoin: May be true however we can't get SUPER in or out of Criptsy...so that doesn't count as a reference. Right now there is no exchange where we can trade SUPER, so 0.1 BTC is a calculated risk. MultiWalletCoin: Again the Bittrex warning. " This market is in danger of de-listing due to low trade volume and lack of user interest. It may be removed on October 2nd unless the average daily trade volume for the last 7 days exceeds 0.2 BTC." ECCoin: I am trying to transfer my coins to Bluetrade but the ECC wallet won't let me transfer them. I did a "repairwallet" and a "rescan", no luck this far. This is the message I get all the time im starting to get significantly mad at cryptsy for reopening the wallet for 24 hours every time i message them about it then putting it offline again. bittrex always has that warning even when volume is enough. that exchange has some sketchy business going on (not mwc related but in general) how did you do the rescan? put rescan=1 in the config file? or start the program with the -rescan flag? edit: don just asked a good question, if some of the coins are in stake they are unspendable
|
|
|
|
pro-investor
|
|
September 27, 2015, 03:27:44 PM |
|
edit: his ask for .45 is actually slightly below market price for that amount if u look at cryptsy
ECCoin: I am trying to transfer my coins to Bluetrade but the ECC wallet won't let me transfer them. I did a "repairwallet" and a "rescan", no luck this far. This is the message I get all the time Are your coins staking? No, they are not staking. how did you do the rescan? put rescan=1 in the config file? or start the program with the -rescan flag?
Rescan is done by editing the conf file with rescan=1
|
|
|
|
Griffith (OP)
Legendary
Offline
Activity: 1400
Merit: 1000
|
|
September 27, 2015, 03:32:10 PM |
|
edit: his ask for .45 is actually slightly below market price for that amount if u look at cryptsy
ECCoin: I am trying to transfer my coins to Bluetrade but the ECC wallet won't let me transfer them. I did a "repairwallet" and a "rescan", no luck this far. This is the message I get all the time Are your coins staking? No, they are not staking. how did you do the rescan? put rescan=1 in the config file? or start the program with the -rescan flag?
Rescan is done by editing the conf file with rescan=1 im going to assume u didnt add an extra 0 to the amount on accident which i have done plenty of times.... what OS are you on? i cant tell based on the image
|
|
|
|
pro-investor
|
|
September 27, 2015, 03:40:39 PM |
|
edit: his ask for .45 is actually slightly below market price for that amount if u look at cryptsy
ECCoin: I am trying to transfer my coins to Bluetrade but the ECC wallet won't let me transfer them. I did a "repairwallet" and a "rescan", no luck this far. This is the message I get all the time Are your coins staking? No, they are not staking. how did you do the rescan? put rescan=1 in the config file? or start the program with the -rescan flag?
Rescan is done by editing the conf file with rescan=1 im going to assume u didnt add an extra 0 to the amount on accident which i have done plenty of times.... what OS are you on? i cant tell based on the image I am on a Apple. I have noticed that the max coins to transfer is 99,999,999.00 ECC. I tried to transfer 90million...no luck, with 1000 coins I can transfer but 1 million gets rejected edit: the 1 million gets rejected but they are deducted from my balance. Time for a repairwallet
|
|
|
|
*Sakura*
Legendary
Offline
Activity: 1624
Merit: 1005
I wish you all love and profitable investments!!!
|
|
September 27, 2015, 03:47:23 PM |
|
wts a little over 140k supercoin for .45, pm me
I can buy your coins for .14, PM.
|
|
|
|
Griffith (OP)
Legendary
Offline
Activity: 1400
Merit: 1000
|
|
September 27, 2015, 04:02:00 PM |
|
edit: his ask for .45 is actually slightly below market price for that amount if u look at cryptsy
ECCoin: I am trying to transfer my coins to Bluetrade but the ECC wallet won't let me transfer them. I did a "repairwallet" and a "rescan", no luck this far. This is the message I get all the time Are your coins staking? No, they are not staking. how did you do the rescan? put rescan=1 in the config file? or start the program with the -rescan flag?
Rescan is done by editing the conf file with rescan=1 im going to assume u didnt add an extra 0 to the amount on accident which i have done plenty of times.... what OS are you on? i cant tell based on the image I am on a Apple. I have noticed that the max coins to transfer is 99,999,999.00 ECC. I tried to transfer 90million...no luck, with 1000 coins I can transfer but 1 million gets rejected edit: the 1 million gets rejected but they are deducted from my balance. Time for a repairwallet ohh that actually helps a lot. i have seen coins with larger coin numbers have this problem before. i believe infinite coin was the first coin to experience this issue. it has something to do with a coin not being 1 but actually 100,000 (in some cases 1,000,000) and then it overflows if you try to send too large a number at a time. but 50 million shouldnt hit the number. it only becomes and issue with 100 mill... idk how mac defines the int constraints. i will look it up to see if that might possibly be an issue. also ur on version 2.4.5 right?
|
|
|
|
pro-investor
|
|
September 27, 2015, 04:13:06 PM |
|
edit: his ask for .45 is actually slightly below market price for that amount if u look at cryptsy
ECCoin: I am trying to transfer my coins to Bluetrade but the ECC wallet won't let me transfer them. I did a "repairwallet" and a "rescan", no luck this far. This is the message I get all the time Are your coins staking? No, they are not staking. how did you do the rescan? put rescan=1 in the config file? or start the program with the -rescan flag?
Rescan is done by editing the conf file with rescan=1 im going to assume u didnt add an extra 0 to the amount on accident which i have done plenty of times.... what OS are you on? i cant tell based on the image I am on a Apple. I have noticed that the max coins to transfer is 99,999,999.00 ECC. I tried to transfer 90million...no luck, with 1000 coins I can transfer but 1 million gets rejected edit: the 1 million gets rejected but they are deducted from my balance. Time for a repairwallet ohh that actually helps a lot. i have seen coins with larger coin numbers have this problem before. i believe infinite coin was the first coin to experience this issue. it has something to do with a coin not being 1 but actually 100,000 (in some cases 1,000,000) and then it overflows if you try to send too large a number at a time. but 50 million shouldnt hit the number. it only becomes and issue with 100 mill... idk how mac defines the int constraints. i will look it up to see if that might possibly be an issue. also ur on version 2.4.5 right? Yes,Client version v2.4.5.0 Moving 90million ECC was not a problem before. This started yesterday after moving 1 lot of 90million coins
|
|
|
|
Griffith (OP)
Legendary
Offline
Activity: 1400
Merit: 1000
|
|
September 27, 2015, 04:17:03 PM |
|
Yes,Client version v2.4.5.0
Moving 90million ECC was not a problem before. This started yesterday after moving 1 lot of 90million coins
hmmm.... so u moved 90 million coins. and now it errors when you try to send anything over 1 milion. repair and rescan dont fix it... do you get any errors when you try to start the wallet, like a notification about keys or anything? or does it just start normally?
|
|
|
|
pro-investor
|
|
September 27, 2015, 04:33:25 PM |
|
Yes,Client version v2.4.5.0
Moving 90million ECC was not a problem before. This started yesterday after moving 1 lot of 90million coins
hmmm.... so u moved 90 million coins. and now it errors when you try to send anything over 1 milion. repair and rescan dont fix it... do you get any errors when you try to start the wallet, like a notification about keys or anything? or does it just start normally? It takes about 2 minutes to start the wallet. Besides that nothing different no notifications This is the transactions page, notice the registration of all the tries to send coins
|
|
|
|
Griffith (OP)
Legendary
Offline
Activity: 1400
Merit: 1000
|
|
September 27, 2015, 04:50:22 PM |
|
you have a few ? labeled transactions where you tried to send to bleutrade.
hmm.... do you have your wallet backed up in another folder that is not your active wallet?
|
|
|
|
pro-investor
|
|
September 27, 2015, 05:11:22 PM Last edit: September 27, 2015, 06:41:10 PM by pro-investor |
|
you have a few ? labeled transactions where you tried to send to bleutrade.
hmm.... do you have your wallet backed up in another folder that is not your active wallet?
To be honest, I have no back up at all Problem solved,I was able to move my coins
|
|
|
|
Griffith (OP)
Legendary
Offline
Activity: 1400
Merit: 1000
|
|
September 28, 2015, 12:42:31 AM |
|
all threads working except FlushWalletDB
working on that tonight. may not be able to figure out the problem before i gtg to bed though, in which case i will work on it after class tomorrow night
|
|
|
|
sacskate
|
|
September 28, 2015, 04:56:57 PM |
|
Yea, I calculated my ask a bit below market. I've been in supercoin for a long time and am by no means trying to get out, just wanted to spread my portfolio a bit. Supercoin has been staking fine for me and it would be silly for me to sell any lower, so worst case I'll just hold and stake more. The market was stable at these prices well before cryptsy started having problems, I think if anything the problems have held the price down. It is a high pos coin, if people could get their coins out in order to stake I believe the demand would grow again.
|
|
|
|
|