Pages:
Author

Topic: Qwertycoin - Safe. Simple. Secure. CPU/GPU/ASIC [CryptoNight] Mobile Wallet - page 60. (Read 55203 times)

jr. member
Activity: 301
Merit: 1
Announcement (in an ANN Grin)

Qwertycoin need more Daemons for faster, stronger and more stable Network.
Also need for faster Confirmations of every single transaction.

Masternodes

Cryptonote coin's wallets can operate through remote daemon without downloading blockchain. It allows to start working quickly when needed. It is quite safe as remote daemon can't steal your coins, running own node is more secure of course. But these remote nodes are not rewarded anyhow in any CN coin. Only in Qwertycoin such remote nodes are rewarded for their service. We call them Masternodes because this term is well known and to troll other coins Grin.

So, basically, Masternode it is the CLI Qwertycoin daemon running on a machine with open port which allows to connect to it for such light wallets and, most important, mobile wallets in the future. Qwertycoin wallets, connected to Masternode, are paying small fees to that node when are sending transactions through it. These fees are supposed to help to cover the costs of operating Qwertycoin nodes.

These Masternodes are providing service necessary for mobile wallets, and besides are helping to maintain and enlarge Qwertycoin network. We have plans no incentivize such nodes even more in the future.


To start own Qwertycoin masternode all is needed is just a machine with static IP and open port. Machine should have enough CPU power to handle load when parsing blockchain for connected wallets, it can be even spare PC at home. On such machine you can run qwertycoin daemon  specifying a wallet address where fees would go like this:
Code:
./qwertycoind --restricted-rpc --enable-cors=*  --enable-blockchain-indexes --rpc-bind-ip=0.0.0.0 --rpc-bind-port=8197 --fee-address=QWC1VCm4QNGbyaFeBHdZqGYadFGbTZHQRGhPZuZSS2LxjcBjxH1s9rYHp5Qe5LxLRyPY1bAkXtYGPetZJ5X4Fm2a1ZMkTrZLYL 
You can specify any wallet address, it can be your GUI wallet address, even paper wallet. This is the wallet where you will receive fees.
You need to make sure your port is open and not blocked by firewall. If you are running it at home behind router you need to do port forwarding.

If you have PC at home  constantly running with fast connection and static IP and  want to operate such Masternode to help Qwertycoin network, run daemon as in example and send me you IP so We can add it do default nodes list.

You can check if your node is running opening its IP in browser  like this
Code:
http://78.47.85.215:8197/feeaddress
and you should see something like this
Code:
{"fee_address":"QWC1VCm4QNGbyaFeBHdZqGYadFGbTZHQRGhPZuZSS2LxjcBjxH1s9rYHp5Qe5LxLRyPY1bAkXtYGPetZJ5X4Fm2a1ZMkTrZLYL","status":"OK"}
with your wallet address where fees should go.

You can also run Masternode on VPS with dedicated domain and publish here with description so people can add your node manually if they prefer it. It is not recommended to run node on VPS now specially for Qwertycoin, do it only when you already have spare VPS and it is idling.

For now, do not expect yet to earn a lot of fees because there is very low usage of such remote nodes.

Donate to the Qwertycoin Project:
Code:
QWC: QWC1VCm4QNGbyaFeBHdZqGYadFGbTZHQRGhPZuZSS2LxjcBjxH1s9rYHp5Qe5LxLRyPY1bAkXtYGPetZJ5X4Fm2a1ZMkTrZLYL

Donations will go towards infrastructure maintenance and development.
jr. member
Activity: 301
Merit: 1
Sorry man but i dont know how to do that :/.. Can you explain a little more on how to fix it?

I know have made a paper wallet.., whenever there will be a better wallet will i be able to import the coin in there from my paperwallet?

Yes!
You need your Spend key and your View key to restore your Paperwallet (Import it to an Wallet Program).

Quote
Did i do something wrong? I did found my my wallet adress and private key in the simplewallet history file, so does that mean the wallet has been created?
Yeah your Wallet were also created.

The Output DEBUG Idle is not a Problem. It says only hat your Wallet is in Idle State and can be used for whatever you want. But a Paper Wallet is almost the same.
newbie
Activity: 20
Merit: 0
Sorry man but i dont know how to do that :/.. Can you explain a little more on how to fix it?

I know have made a paper wallet.., whenever there will be a better wallet will i be able to import the coin in there from my paperwallet?
jr. member
Activity: 301
Merit: 1
Qwertycoind.exe

Continous errors:

Failed to check ring signature for tx xxxxxxxx

This is a minor issue in the protocol implementation. Due to this issue you can sometimes receive a block with transactions whose parent block is not yet in your local blockchain. This leads to the following situation: your node sees the block as an orphan and some of transactions in this block can’t be verified since they are spending outputs of transactions that are not in blockchain yet.

Network is still running. In next Update we will fix this.

You can check these Zombie Transactions here: http://xplorer.qwertycoin.org/
These Transactions want to include in a Block to get confirmed.


Hi Guys!

I found out about this coin and it looks really interesting so i wanted to starting mining it.

I downloaded the wallet and clicked on the file ''qwertycoind''. Than it started sychronizing with the netwerk. When this was done, i started the ''simplewallet'' file. I typed G to create a wallet, typed in a wallet name and password and hit enter. Than i got messages with 'IDLE'...

I also cannot open the wallet, it will say IDLE to..

Did i do something wrong? I did found my my wallet adress and private key in the simplewallet history file, so does that mean the wallet has been created?

I did start mining at this adress i found, so i wanted to know if my coins are safe.

Hope the community can help me Smiley

Nothing to be worry about it. Just start your Daemon wait for synchronizing. After this start the simplewallet and import or generate your Wallet.

DEBUG Idle

Hold your Private Key (Wallet.file and Password) and your Coins are safe!

If you want you can change Loglevel with set_log 2

Hi everyone,

I installed and has been running qwertycoin-2.1.0-win64 for over 3 hours today but the balance is still at 0 (screenshot below).

I followed all the instructions and did not change any values for the miner and the wallet apps and it seems to be working correctly and I see the blocks/transactions being processed. I started the miner after getting the address from the wallet and passed the address to the miner as a parameter without <>.

Anything I missed there maybe?



Thanks.

Hi,

are your daemon synchronized with Network? If not check Your Connection (also your firewall). Stop Daemon and delete:

Windows: C:\Users\%user_name%\AppData\Roaming\qwertycoin\
OSX/Linux: ~/.qwertycoin/

After this Step start qwertycoind.exe and wait.
newbie
Activity: 20
Merit: 0
Hi Guys!

I found out about this coin and it looks really interesting so i wanted to starting mining it.

I downloaded the wallet and clicked on the file ''qwertycoind''. Than it started sychronizing with the netwerk. When this was done, i started the ''simplewallet'' file. I typed G to create a wallet, typed in a wallet name and password and hit enter. Than i got messages with 'IDLE'...

I also cannot open the wallet, it will say IDLE to..

Did i do something wrong? I did found my my wallet adress and private key in the simplewallet history file, so does that mean the wallet has been created?

I did start mining at this adress i found, so i wanted to know if my coins are safe.

Hope the community can help me Smiley
newbie
Activity: 129
Merit: 0
Qwertycoind.exe

Continous errors:

Failed to check ring signature for tx xxxxxxxx
newbie
Activity: 322
Merit: 0
Hello People!

NEW POOL

Just to let you know there is a new stable and fast Mining Pool up and running an loooking for minions!
Payout every 100 QWC!
Pool URL
qwerty.poolminer.work

Join our Discord for communty fun!

https://discord.gg/WwBAwJm

CPUMiner
Example: minerd -a cryptonight -o stratum+tcp://qwerty.poolminer.work:3333 -u YOUR_WALLET_ADDRESS -p x 
YAM Miner
Example: yam -c x -M stratum+tcp://YOUR_WALLET_ADDRESS:[email protected]:3333 /xmr 
Claymore
Example: NsCpuCNMiner64 -o stratum+tcp://qwerty.poolminer.work:3333 -u YOUR_WALLET_ADDRESS -p x 
Claymore G
Example: NsGpuCNMiner -o stratum+tcp://qwerty.poolminer.work:3333 -u YOUR_WALLET_ADDRESS -p x 
ccminer
Example: ccminer -o stratum+tcp://qwerty.poolminer.work:3333 -u YOUR_WALLET_ADDRESS -p x 







have problem,


http://prntscr.com/idq656
http://prntscr.com/idq7ak

LOL  Grin
newbie
Activity: 2
Merit: 0
I'm running Wallet ver2.1.0, mining on official pool qwertycoin.site , calculator says: 1.2KH/s ==> 1695893.12 QWC/day  I'm also not getting payed even after one hour (0.00000 pending balance either) is something wrong with the pool or the network ?  Huh

You have to wait Maturity Depth Requirement: 60 blocks

~ 2 hours to have pending balance
sr. member
Activity: 322
Merit: 250
Win 7 x64. Wallet V.2.1.0 not work...
Old version work fine.

I don't have any problem with V.2.1.0 wallet on Win 7 x64. Work fine at my comp.

Very interesting, then the problem with my PC. Ok! Thx I will try to find problem with my Win
newbie
Activity: 1
Merit: 0
I'm running Wallet ver2.1.0, mining on official pool qwertycoin.site , calculator says: 1.2KH/s ==> 1695893.12 QWC/day  I'm also not getting payed even after one hour (0.00000 pending balance either) is something wrong with the pool or the network ?  Huh
member
Activity: 308
Merit: 10
Win 7 x64. Wallet V.2.1.0 not work...
Old version work fine.

I don't have any problem with V.2.1.0 wallet on Win 7 x64. Work fine at my comp.
jr. member
Activity: 301
Merit: 1
All Pools were addet to our Block- and Poolexplorer:

http://xplorer.qwertycoin.org/#pools

Join (if you want) our Telegram Channel to get the closest contact to our Team and also to get the newest Informations: https://t.me/qwertycoin
newbie
Activity: 5
Merit: 0
Hello People!

NEW POOL

Just to let you know there is a new stable and fast Mining Pool up and running an loooking for minions!
Payout every 100 QWC!
Pool URL
qwerty.poolminer.work

Join our Discord for communty fun!

https://discord.gg/WwBAwJm

CPUMiner
Example: minerd -a cryptonight -o stratum+tcp://qwerty.poolminer.work:3333 -u YOUR_WALLET_ADDRESS -p x 
YAM Miner
Example: yam -c x -M stratum+tcp://YOUR_WALLET_ADDRESS:[email protected]:3333 /xmr 
Claymore
Example: NsCpuCNMiner64 -o stratum+tcp://qwerty.poolminer.work:3333 -u YOUR_WALLET_ADDRESS -p x 
Claymore G
Example: NsGpuCNMiner -o stratum+tcp://qwerty.poolminer.work:3333 -u YOUR_WALLET_ADDRESS -p x 
ccminer
Example: ccminer -o stratum+tcp://qwerty.poolminer.work:3333 -u YOUR_WALLET_ADDRESS -p x 
newbie
Activity: 47
Merit: 0
ahka pool for QWC
http://pool.ahka.net/qwertycoin/
Total Pool Fee: 0.5%

up again using new daemon. happy mining
newbie
Activity: 322
Merit: 0
Hi, dev
this coin very good colorfull, why i said like that?

look, because with initial name, that very make simple and i sure, many people like with this name coin,
simple, easy to remember with the name qwerty coin, so i hope in the future this coin can make rise up and, bring make a good about news cryptonight and cryptocurency alright, i dont know when i reading about with name this coin, i like this coin and give positive on the future  Grin

dev, keep work and always  give news info about this coin,
dev, keep bring good this coin and never give up to, this project.
member
Activity: 308
Merit: 10
I need a web- graphic or android wallet .

All of this is in the plans of the developer. But, unfortunately, not at this moment.
You need to wait a little time if you believe in the project. I believe.
member
Activity: 149
Merit: 10
I need a web- graphic or android wallet .
newbie
Activity: 30
Merit: 0
How is this currency going? Huh Huh
member
Activity: 149
Merit: 10
Claymore 9.7 said :

No pools specified! Specify at least one pool in "epools.txt" file or in "-o" paramete
jr. member
Activity: 301
Merit: 1

Win 7 x64. Wallet V.2.1.0 not work...
Old version work fine.




hi, try to remove file folder qwertycoin old
on %appdata% look there have folder with name: qwertycoin
and remove it, after remove try to open new wallet qwertycoind versi 2, its work for me.

On win 7 x64
I del %appdata% qwertycoin, but qwertycoind not work Sad
ver 2 work
ver 2.1 not work (

UPD
On Win 10 x64 (another PC) ver 2.1 work for me

Thanks for your input.
We will test it on a Win7 x64 Machine and will fix this issue.
Pages:
Jump to: