Bitcoin Forum
April 19, 2024, 04:47:02 PM *
News: Latest Bitcoin Core release: 26.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 48 49 50 51 52 53 54 55 56 57 58 59 ... 65 »
  Print  
Author Topic: Qwertycoin - Safe. Simple. Secure. CPU/GPU/ASIC [CryptoNight] Mobile Wallet  (Read 55140 times)
Qwertycoin_QWC (OP)
Jr. Member
*
Offline Offline

Activity: 301
Merit: 1


View Profile WWW
February 17, 2018, 11:58:16 PM
 #161

To synchronize your Qwertycoin software with the network faster, you may download blockchain file here: https://blockchain.qwertycoin.org/

    1) Unpack the downloaded blockchain archive.
    2) Move the extracted files blockindexes.dat and blocks.dat to the standard Qwertycoin folder (replace existing files if necessary):

Quote
Windows:

C:\Users\%user_name%\AppData\Roaming\qwertycoin\

OSX/Linux:

~/.qwertycoin/

Relaunch your Qwertycoin software.

Try out the new Qwertycoin web wallet here: myqwertycoin.com (https://myqwertycoin.com/)
1713545222
Hero Member
*
Offline Offline

Posts: 1713545222

View Profile Personal Message (Offline)

Ignore
1713545222
Reply with quote  #2

1713545222
Report to moderator
1713545222
Hero Member
*
Offline Offline

Posts: 1713545222

View Profile Personal Message (Offline)

Ignore
1713545222
Reply with quote  #2

1713545222
Report to moderator
1713545222
Hero Member
*
Offline Offline

Posts: 1713545222

View Profile Personal Message (Offline)

Ignore
1713545222
Reply with quote  #2

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

Posts: 1713545222

View Profile Personal Message (Offline)

Ignore
1713545222
Reply with quote  #2

1713545222
Report to moderator
1713545222
Hero Member
*
Offline Offline

Posts: 1713545222

View Profile Personal Message (Offline)

Ignore
1713545222
Reply with quote  #2

1713545222
Report to moderator
1713545222
Hero Member
*
Offline Offline

Posts: 1713545222

View Profile Personal Message (Offline)

Ignore
1713545222
Reply with quote  #2

1713545222
Report to moderator
jiang2897
Newbie
*
Offline Offline

Activity: 138
Merit: 0


View Profile WWW
February 18, 2018, 12:38:19 AM
 #162

Can you start a deal?
Qwertycoin_QWC (OP)
Jr. Member
*
Offline Offline

Activity: 301
Merit: 1


View Profile WWW
February 18, 2018, 12:40:53 AM
 #163

Can you start a deal?

A Deal?  Huh

Try out the new Qwertycoin web wallet here: myqwertycoin.com (https://myqwertycoin.com/)
Kgonla
Newbie
*
Offline Offline

Activity: 129
Merit: 0


View Profile
February 18, 2018, 04:16:50 AM
 #164

Hello, I installed the new GuiWallet windows64, it is working but when it start I have an error:

Update can not be verified
Error: Socket operation timed out

I press OK & everything seems to be fine.
gameparadise007
Full Member
***
Offline Offline

Activity: 442
Merit: 100


View Profile
February 18, 2018, 07:28:40 AM
 #165

Hello, I installed the new GuiWallet windows64, it is working but when it start I have an error:

Update can not be verified
Error: Socket operation timed out

I press OK & everything seems to be fine.


Looks like some bug, but the wallet works fine. I am using windows wallet.
dragooonx
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
February 18, 2018, 05:47:28 PM
 #166



root@xxxxxx:~/cpuminer# ./minerd -a cryptonight -o stratum+tcp://qwertycoin.site:3333 -u QWC1QdUZYEchxYAWMeWJtubHXJ6k2C5CKbcto5TDiUZM91kGxaB2rDdNXXXXXXXGMaqkHprbPnYnsqq MDQhnE4HVrF7ntyD -p x
./minerd: unknown algorithm -- 'cryptonight'
Try `minerd --help' for more information.
root@h2477885:~/cpuminer#



HuhHuh
blade123164
Newbie
*
Offline Offline

Activity: 18
Merit: 0


View Profile
February 18, 2018, 06:22:42 PM
 #167

try xmrig

sudo apt-get install git build-essential cmake libuv1-dev libmicrohttpd-dev
git clone https://github.com/xmrig/xmrig.git
cd xmrig
mkdir build
cd build
cmake ..
make
./xmrig -a cryptonight -o stratum+tcp://qwertycoin.site:3333 -u <Wallet Adress> -p x
Qwertycoin_QWC (OP)
Jr. Member
*
Offline Offline

Activity: 301
Merit: 1


View Profile WWW
February 18, 2018, 06:55:42 PM
 #168

You can also start Mining in Desktop Wallet:

Try out the new Qwertycoin web wallet here: myqwertycoin.com (https://myqwertycoin.com/)
dragooonx
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
February 18, 2018, 07:03:45 PM
 #169

try xmrig

sudo apt-get install git build-essential cmake libuv1-dev libmicrohttpd-dev
git clone https://github.com/xmrig/xmrig.git
cd xmrig
mkdir build
cd build
cmake ..
make
./xmrig -a cryptonight -o stratum+tcp://qwertycoin.site:3333 -u <Wallet Adress> -p x

gtetting error @ cmake .. Sad

sorry not the Linux crack at all Sad


Need the Linux because these are the best i have ^^
Qwertycoin_QWC (OP)
Jr. Member
*
Offline Offline

Activity: 301
Merit: 1


View Profile WWW
February 19, 2018, 12:10:42 AM
 #170

try xmrig

sudo apt-get install git build-essential cmake libuv1-dev libmicrohttpd-dev
git clone https://github.com/xmrig/xmrig.git
cd xmrig
mkdir build
cd build
cmake ..
make
./xmrig -a cryptonight -o stratum+tcp://qwertycoin.site:3333 -u <Wallet Adress> -p x

gtetting error @ cmake .. Sad

sorry not the Linux crack at all Sad


Need the Linux because these are the best i have ^^

Which Errors do you get? Maybe we can help you =)

Try out the new Qwertycoin web wallet here: myqwertycoin.com (https://myqwertycoin.com/)
Lexxon
Member
**
Offline Offline

Activity: 308
Merit: 10


View Profile
February 19, 2018, 04:43:22 AM
 #171

I did not have statistics on the pool qwertycoin.site last night. Any problems with the pool?

qwc9999
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
February 19, 2018, 07:55:01 AM
 #172

using qwerty wallet for solo CPU mining doesn't show any hashrate on https://qwertycoin.site/    why?
Qwertycoin_QWC (OP)
Jr. Member
*
Offline Offline

Activity: 301
Merit: 1


View Profile WWW
February 19, 2018, 09:43:54 AM
 #173

using qwerty wallet for solo CPU mining doesn't show any hashrate on https://qwertycoin.site/    why?

Pending Balance will be updated AFTER Block Maturity (60 blocks). For example: Mine on Block Height 2000 and get Reward at Height: 2060.
Just wait a few Minutes, maybe two hours. If Website shows your current Hashrate, you will paid.

Try out the new Qwertycoin web wallet here: myqwertycoin.com (https://myqwertycoin.com/)
smoolae
Full Member
***
Offline Offline

Activity: 602
Merit: 106



View Profile
February 19, 2018, 08:22:09 PM
 #174

I see you are voting to get QWERTcoin to C-CEX. Please try to apply also somewhere else, because:

1) No new accounts can be opened on C-CEX
2) Problems with uptime
3) Missing coins from users wallets (Verge right now)

Nice little exchange is Tradeogre.com (I'm not associated in any way with them, just saying)

..AtoM..
Newbie
*
Offline Offline

Activity: 12
Merit: 0


View Profile
February 19, 2018, 08:41:59 PM
 #175

When an approximate exit to the stock exchange?
securitypc
Copper Member
Newbie
*
Offline Offline

Activity: 130
Merit: 0


View Profile
February 20, 2018, 12:01:18 AM
 #176

The port is already in use on your System.

Close all qwertycoind related Daemons! And Start it again:

Code:
./qwertycoind --restricted-rpc --enable-cors=*  --enable-blockchain-indexes --rpc-bind-ip=0.0.0.0 --rpc-bind-port=8197 --fee-address=QWC1L4aAh5i7cbB813RQpsKP6pHXT2ymrbQCwQnQ3DC4QiyuhBUZw8dhAaFp8wH1Do6J9Lmim6ePv1SYFYs97yNV2xvSbTGc7s

Code:
./simplewallet --wallet-file WALLETNAME --password PASSWORD --rpc-bind-port 45005

For example.

root@pool-qwc:~/qwertycoin/build/src# ./simplewallet --wallet-file QWCP.wallet --password **** --rpc-bind-port 45005
2018-Feb-20 00:58:48.331267 INFO    qwertycoin wallet v1.5.6.780 ()
2018-Feb-20 00:58:48.332042 INFO    Loading wallet...
2018-Feb-20 00:58:48.408510 INFO    Consumer added, consumer 0x7f3080078cb0, count 1
2018-Feb-20 00:58:48.408865 INFO    Loading...
2018-Feb-20 00:58:48.409075 INFO    Loaded
2018-Feb-20 00:58:48.410851 DEBUG   Repair finished
2018-Feb-20 00:58:48.411104 INFO    Starting...
2018-Feb-20 00:58:48.411771 DEBUG   Working thread started
2018-Feb-20 00:58:48.412210 INFO    Removing outdated pool transactions...
2018-Feb-20 00:58:48.412671 DEBUG   Pool union size 0, intersection size 0
2018-Feb-20 00:58:48.413389 INFO    available balance: 0.00000000, locked amount: 0.00000000
2018-Feb-20 00:58:48.424020 INFO    Loaded ok
2018-Feb-20 00:58:48.425539 INFO    Starting wallet rpc server
2018-Feb-20 00:58:48.456358 DEBUG   Event: lastKnownBlockHeightUpdated 15380
2018-Feb-20 00:58:48.683388 DEBUG   Event: poolChanged
2018-Feb-20 00:58:48.871225 DEBUG   Outdated pool transactions received, 0:{}
2018-Feb-20 00:58:48.871665 INFO    Outdated pool transactions processed
2018-Feb-20 00:58:48.872064 DEBUG   Starting blockchain synchronization...
2018-Feb-20 00:58:48.872476 DEBUG   Shortest chain size 15381
2018-Feb-20 00:58:48.872768 DEBUG   Common history: start block index 0, sparse chain size 24
2018-Feb-20 00:58:48.873797 DEBUG   Blocks received, start index 15380, count 1
2018-Feb-20 00:58:48.874221 DEBUG   Process blocks, start index 15380, count 1
2018-Feb-20 00:58:48.874700 DEBUG   No new blocks received. Consumers not updated
2018-Feb-20 00:58:48.875127 DEBUG   Last block hash a48a4d5d87769e212132f670504292bf344d6aa098c82a6499d464392a4cb6c9
2018-Feb-20 00:58:48.875679 DEBUG   Starting pool synchronization...
2018-Feb-20 00:58:48.876017 DEBUG   Pool union size 0, intersection size 0
2018-Feb-20 00:58:49.063372 DEBUG   Transaction pool changes received, added 10, deleted 0
2018-Feb-20 00:58:49.063893 DEBUG   Starting to process pool transactions, added 10:{201229c1a173cf23e53693e2e56d9aa952a6de063202857a8aafb897a3b5ab47, a713414e364ace1d390ed8bd6e51a29655813ba6e4f06ad941ae9607e66d68a3, 57957fc13e0cf6c23f18248fcad9713cccf08eede5c02714760a6c0a1e963bba, 174f3d8afc3bdff8cac85db85d0b4f22250ec236055f43dc93d6a3fce2f8ab90, 57d9e9067f23af0378b221b55ff9f149b5750418dc3f0aaab7889d88cca24388, 56fa257bfb1e67f7b23a3a112c394a20869d41f6eaaf89b9d6eef4597d1a20b4, a0c13b95da0b1b0009152bccd1f7754d3741ab88764a23ee31fda951c9b49ea7, 32b38d2b9418b111df4fcf48951c9d47bd89474a0ee6bf9ae497f2280481e4bf, cc2b19820d2e6bc82bdaace2bce42abde3de27e0a7da3db0eb7d21972aea601e, 5f4a3f53b30d0f7e550bcb2b5e45e469bab9efb93c3ff99ca05d2bc2d198c42a}, deleted 0:{}
2018-Feb-20 00:58:49.095881 DEBUG   Pool changes processed
2018-Feb-20 00:58:49.096497 DEBUG   Idle
----------------------------------------------------------------------------------------------------------------------------------
It is current both DEBUG
 Huh Huh
securitypc
Copper Member
Newbie
*
Offline Offline

Activity: 130
Merit: 0


View Profile
February 20, 2018, 02:38:05 AM
 #177

NEW POOL BETA
http://superblockchain.con-ip.com/qwc/

Code:
ccminer -o stratum+tcp://superblockchain.con-ip.com:11333 -u YOUR_WALLET_ADDRESS -p x 
ccminer -o stratum+tcp://superblockchain.con-ip.com:11444 -u YOUR_WALLET_ADDRESS -p x
ccminer -o stratum+tcp://superblockchain.con-ip.com:11555 -u YOUR_WALLET_ADDRESS -p x

 Smiley Smiley
Lexxon
Member
**
Offline Offline

Activity: 308
Merit: 10


View Profile
February 20, 2018, 04:34:51 AM
 #178


Total Pool Fee: 0.8%
Your fee is too high at this moment, there are more interesting offers for the mining of this coin.
But nevertheless, I wish you good luck, the coin needs to move further and the opening of new pools contributes to this.

ALTJ1990
Newbie
*
Offline Offline

Activity: 168
Merit: 0


View Profile WWW
February 20, 2018, 04:42:43 AM
 #179

Is there a funding pool to get listed on big exchanges?
powemando
Newbie
*
Offline Offline

Activity: 41
Merit: 0


View Profile
February 20, 2018, 07:57:23 AM
 #180

Mined 150 milions coins - Best Project 2018 so far - TO THE MOON!!!  Roll Eyes
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 48 49 50 51 52 53 54 55 56 57 58 59 ... 65 »
  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!