Pages:
Author

Topic: . - page 10. (Read 14121 times)

legendary
Activity: 896
Merit: 1001
June 15, 2015, 07:33:38 PM
I sent this to  [email protected] as per instructions but it bounced.

BitCoinTalk User Name: shojayxt

Old rDNA/XNA Address: XTbKoYDoRKWC3JQBayAJ1TWFcDCqosoHC3 , XGxm23PpgXCg2dWeUm8xPyrUhxkV9hri3J
New XCYPT Address: CZVD9bQkydwkAGNUCAs5U7CP7yqtKTF8o5
Transaction ID: d3917889203b887e77536025eca0ee369bc6c7eeef05ddfd79543929bc42acc8

Amount Sent:841020 XNA
Expected Amount: 841020 XCYPT


newbie
Activity: 25
Merit: 100
June 12, 2015, 04:45:32 PM
I think a Quick and Dirty Solution will be to Switch Algorithms (Crappy Idea Indeed but now what....?)
legendary
Activity: 924
Merit: 1000
June 15, 2015, 05:51:27 PM
feels like this has been abandoned

lol nah

I set up a block explorer for CryptCash -- xcypt.miningalts.com

If I need the resources for the server I will take it down, otherwise I will keep it up.

Thanks for this.

Thank You So Much!

by dev not community. community abandonment takes longer

niitassin  IS the dev Wink + he said couple of days to fix bugs
newbie
Activity: 25
Merit: 100
June 12, 2015, 04:41:46 PM
how to connect the cryptcash wallet? or trjfgsjgnb
anyone interested in 500.000 rdnabosexna what ever it is... you can make Cryptocash from it Smiley
can't get a synced adress
0.00000020....
trow something on it 0.1 btc? 10 ltc? 1.000.000 GigaGrid Coin?

Then wait for an exchange....


oke
so i can hold my coins at C-cex and it will be come cryptcash?
Or can i also withdraw some amount to the burn adress.. without using a wallet?
i got a synced cryptcash wallet now Smiley
anyone want some xna for changing it in cryptcash? i still have some 480.000 xna_bose's.


Then send it to the burn address, more info is in OP..
hero member
Activity: 770
Merit: 500
FLY DONATION ADDRESS IN SIGNATURE
June 15, 2015, 05:49:18 PM
Code:
rpcuser=cryptcashrpc
rpcpassword=password
maxconnections=100
rpcuser=solo
rpcpassword=user
rpcport=9999
gen=0
server=1
daemon=1
reservebalance=9999999
masternodeaddr=xx.xx.xx.xx:9999
masternode=1
masternodeprivkey=XXXX
rpcallowip=127.0.0.1

Here is mine, obviously I've removed my password and masternode  info
Thanks mate appreciate that I'm going to see if that helps with the wallet or not Smiley Cheers
sr. member
Activity: 434
Merit: 250
June 15, 2015, 05:47:17 PM
Code:
rpcuser=cryptcashrpc
rpcpassword=password
maxconnections=100
rpcuser=solo
rpcpassword=user
rpcport=9999
gen=0
server=1
daemon=1
reservebalance=9999999
masternodeaddr=xx.xx.xx.xx:9999
masternode=1
masternodeprivkey=XXXX
rpcallowip=127.0.0.1

Here is mine, obviously I've removed my password and masternode  info
newbie
Activity: 25
Merit: 100
June 12, 2015, 04:40:57 PM
For now, make a shortcut of the client and edit it and type --staking=0 --stake=0
hero member
Activity: 770
Merit: 500
FLY DONATION ADDRESS IN SIGNATURE
June 15, 2015, 05:41:33 PM
I honestly cannot figure out my windows-qt wallet because I've deleted everything and downloaded everything over again and it still keeps crashing giving me a runtime error??? Like if anyone knows anyway that I can fix this problem I am all ears!! Also is there a certain .conf file for this coin and if so would someone ever be so kind as to post their .conf file for me so I can make one Wink Cheers
member
Activity: 82
Merit: 10
June 15, 2015, 01:39:02 PM
feels like this has been abandoned

lol nah

I set up a block explorer for CryptCash -- xcypt.miningalts.com

If I need the resources for the server I will take it down, otherwise I will keep it up.

Thanks for this.

Thank You So Much!

by dev not community. community abandonment takes longer
legendary
Activity: 924
Merit: 1000
June 15, 2015, 01:29:33 PM
feels like this has been abandoned

lol nah

I set up a block explorer for CryptCash -- xcypt.miningalts.com

If I need the resources for the server I will take it down, otherwise I will keep it up.

Thanks for this.

Thank You So Much!
member
Activity: 82
Merit: 10
June 15, 2015, 01:22:33 PM
feels like this has been abandoned
newbie
Activity: 25
Merit: 100
June 12, 2015, 03:42:06 PM
Old rDNA/XNA Address: XKpBKvcGUgud5L7A56rtiumPz8ZQTAXwve
New XCYPT Address: CeXFMA8UcSMYxjZ99eJBrAMsSk4QViNUvi

Transaction ID:
4f505e148db51e9388cf1fd0630e65bd8e8ec3981dd1a85ed66d59fdf99a03de

Amount Sent: 593130 XNA
Expected Amount: 593130 XCYPT



Lo! And hodl these 92a7e23293f7af50ab11650d6fa0f1b71cc194125f8f5ca0593c7ad129b24768 !


WOW that was fast! Smiley  Thanks a lot! Ofcourse ll hodl.

Your welcome!
sr. member
Activity: 434
Merit: 250
June 15, 2015, 08:31:09 AM
Why have the details about PoS rewards been removed from the 1st post?
full member
Activity: 206
Merit: 100
June 15, 2015, 06:08:42 AM
[...] Masternode has been running ever since without any problems. No rewards though, but think niitassin is looking at that.
(Possible POS issue)

This is correct - I just checked the code because I believe it's unfair ask someone to run a masternode without compensation.

There is currently code to pay masternodes in GetProofOfStakeReward() and none in GetProofOfWorkReward(). This means that until POS is fixed, no masternodes will be paid.

Edit:
Actually, looking into spork.cpp, it looks like masternodes wouldn't be paid anyway because CBlock::CheckBlock() in main.cpp sends IsSporkActive() the defines SPORK_1_MASTERNODE_PAYMENTS_ENFORCEMENT_DEFAULT and SPORK_1_MASTERNODE_PAYMENTS_ENFORCEMENT. Looking into those, (SPORK_1_MASTERNODE_PAYMENTS_ENFORCEMENT  = 10000) and (SPORK_1_MASTERNODE_PAYMENTS_ENFORCEMENT_DEFAULT = 2428537599).

Because IsSporkActive() translates the former into the latter, we're really just looking at SPORK_1_MASTERNODE_PAYMENTS_ENFORCEMENT_DEFAULT. I think. I could be wrong.

If that is indeed the case, the wallet is comparing the current date against the "default" masternode UTC timecode to determine if masternodes should be started. Common sense says "check the comment to see what date that is". The comment suggests "2015-4-8 23:59:59 GMT". However, if you actually check the value, 2428537599 = Sun, 16 Dec 2046 01:46:39 GMT.

I don't really want to spend too much time looking into this issue, but if fixing POS doesn't fix masternodes, this is a great place to check.
newbie
Activity: 25
Merit: 100
June 12, 2015, 03:38:05 PM
Old rDNA/XNA Address: XKpBKvcGUgud5L7A56rtiumPz8ZQTAXwve
New XCYPT Address: CeXFMA8UcSMYxjZ99eJBrAMsSk4QViNUvi

Transaction ID:
4f505e148db51e9388cf1fd0630e65bd8e8ec3981dd1a85ed66d59fdf99a03de

Amount Sent: 593130 XNA
Expected Amount: 593130 XCYPT



Lo! And hodl these 92a7e23293f7af50ab11650d6fa0f1b71cc194125f8f5ca0593c7ad129b24768 !
legendary
Activity: 924
Merit: 1000
June 15, 2015, 05:59:58 AM
The way I setup mine, was create on in the QT Wallet first.
Get the address.

Move 17259.22 coinc to the added address

Then click "Get Config"

Copy/Paste that into the cryptcash.conf file
----------------------------------
rpcallowip=127.0.0.1
rpcuser=REPLACEME
rpcpassword=REPLACEME
server=1
listen=1
port=REPLACEMEWITHYOURPORT
masternode=1
masternodeaddr=121.17.40.234:9999
masternodeprivkey=adsasdadsadsasdajhdjkahsdkjhaskdjhVd4nSx6goPsD5yj6dpz
----------------------------------

Restart QT Wallet and works.


NOTE:I have port forwarding setup on my router to for all traffic on port 9999 --> this PC




sorry snipsnop i don't understand this:
"The way I setup mine, was create on in the QT Wallet first. "
what you intend whit this phrase?

I just use the GUI. "My Crypt Nodes". click the create button, fill in details.
(Guess I could have done the same using dubug window or daemon)

Then did the above. Masternode has been running ever since without any problems. No rewards though, but think niitassin is looking at that.
(Possible POS issue)





newbie
Activity: 25
Merit: 100
June 12, 2015, 03:36:51 PM
Yet another transaction.

Owner: incognitoworker
a4b56a97a753b6476999cd62f4ee06ff9c3b504ae4af437dc9ed4089282ab873-000
sr. member
Activity: 434
Merit: 250
June 15, 2015, 02:59:58 AM
I set up a block explorer for CryptCash -- xcypt.miningalts.com

If I need the resources for the server I will take it down, otherwise I will keep it up.

Thanks for this.
newbie
Activity: 25
Merit: 100
June 12, 2015, 03:21:30 PM
OK, no problem.

Sorry, Just a bit stressed!
sr. member
Activity: 827
Merit: 250
June 15, 2015, 01:53:41 AM
The way I setup mine, was create on in the QT Wallet first.
Get the address.

Move 17259.22 coinc to the added address

Then click "Get Config"

Copy/Paste that into the cryptcash.conf file
----------------------------------
rpcallowip=127.0.0.1
rpcuser=REPLACEME
rpcpassword=REPLACEME
server=1
listen=1
port=REPLACEMEWITHYOURPORT
masternode=1
masternodeaddr=121.17.40.234:9999
masternodeprivkey=adsasdadsadsasdajhdjkahsdkjhaskdjhVd4nSx6goPsD5yj6dpz
----------------------------------

Restart QT Wallet and works.


NOTE:I have port forwarding setup on my router to for all traffic on port 9999 --> this PC




sorry snipsnop i don't understand this:
"The way I setup mine, was create on in the QT Wallet first. "
what you intend whit this phrase?
Pages:
Jump to: