Pages:
Author

Topic: [ANN][MIN] Minerals - POS | Developing own anon solution | - page 7. (Read 742176 times)

sr. member
Activity: 411
Merit: 252
its about 7 hours the wallet is open still connection.... im going to leave it open it might work later...i hope...
If after 7 hours you still have 0 connections, something else is wrong I'm afraid. Are you running other wallets at the same time?

There might be a rare and unfortunate event in which the same port is used by more than one wallet or application. Otherwise, it might be the wallet itself. Which one are you actually using? Can you post a screenshot (delete/mask sensitive parts)? I will try the same wallet as you and see if it fails the way it does for you.
sr. member
Activity: 432
Merit: 250
only this    
rpcuser=myusers
rpcpassword=mypassword
txindex=1

in mineral.conf  ?
If you are going to run it using the command line option: Yes
If you want to launch it by doubleclicking the wallet exe: No -> you will have to add at least a few working "addnode=" lines to it.
But, only one line with addnode=dnsseed.morningminerals.com should do the trick for starters.

It's been confirmed to work both ways.

i could double click the wallet.exe and wait for many hours right?
when i use command prompt it gives me access denied
I prepare just click the desktop icon less complicated and let the wallet run until will connect???


If you click the desktop icon, it will connect after a few minutes. Complete synchronization can take a few hours. Make sure you only have this in your Minerals.conf to make it work:

rpcuser=myusers
rpcpassword=mypassword
txindex=1
addnode=dnsseed.morningminerals.com


If it still doesn't work, I'm afraid something else must be interfering with the wallet on your computer.
its about 7 hours the wallet is open still connection.... im going to leave it open it might work later...i hope...
sr. member
Activity: 411
Merit: 252
only this    
rpcuser=myusers
rpcpassword=mypassword
txindex=1

in mineral.conf  ?
If you are going to run it using the command line option: Yes
If you want to launch it by doubleclicking the wallet exe: No -> you will have to add at least a few working "addnode=" lines to it.
But, only one line with addnode=dnsseed.morningminerals.com should do the trick for starters.

It's been confirmed to work both ways.

i could double click the wallet.exe and wait for many hours right?
when i use command prompt it gives me access denied
I prepare just click the desktop icon less complicated and let the wallet run until will connect???

If you click the desktop icon, it will connect after a few minutes. Complete synchronization can take a few hours. Make sure you only have this in your Minerals.conf to make it work:

rpcuser=myusers
rpcpassword=mypassword
txindex=1
addnode=dnsseed.morningminerals.com


If it still doesn't work, I'm afraid something else must be interfering with the wallet on your computer.
sr. member
Activity: 432
Merit: 250
only this    
rpcuser=myusers
rpcpassword=mypassword
txindex=1

in mineral.conf  ?
If you are going to run it using the command line option: Yes
If you want to launch it by doubleclicking the wallet exe: No -> you will have to add at least a few working "addnode=" lines to it.
But, only one line with addnode=dnsseed.morningminerals.com should do the trick for starters.

It's been confirmed to work both ways.

i could double click the wallet.exe and wait for many hours right?
when i use command prompt it gives me access denied
I prepare just click the desktop icon less complicated and let the wallet run until will connect???
sr. member
Activity: 411
Merit: 252
only this   
rpcuser=myusers
rpcpassword=mypassword
txindex=1

in mineral.conf  ?
If you are going to run it using the command line option: Yes
If you want to launch it by doubleclicking the wallet exe: No -> you will have to add at least a few working "addnode=" lines to it.
But, only one line with addnode=dnsseed.morningminerals.com should do the trick for starters.

It's been confirmed to work both ways.
sr. member
Activity: 432
Merit: 250
From what I see, it still tries to connect to the old dns seed nodes. That's why you can't get a connection:

traceroute to 5.45.122.48 (5.45.122.48), 30 hops max, 60 byte packets
 1  praha-4d-c1-vl55.masterinter.net (77.93.199.253)  0.543 ms  0.536 ms  0.617 ms
 2  nixcz.retn.net (91.210.16.55)  0.373 ms  0.308 ms  0.337 ms
 3  ae2-4.RT.ELN.TLL.EE.retn.net (87.245.233.178)  41.367 ms  41.332 ms  41.355 ms
 4  GW-FastVPS.retn.net (87.245.242.89)  45.064 ms  45.063 ms  45.081 ms
 5  evo10.fv.ee (159.253.17.62)  45.243 ms  45.255 ms  45.238 ms
6  munerasnode.pro (5.45.122.48)  44.367 ms  44.251 ms  44.220 ms


traceroute to 5.45.122.57 (5.45.122.57), 30 hops max, 60 byte packets
 1  praha-4d-c1-vl55.masterinter.net (77.93.199.253)  0.500 ms  0.572 ms  0.651 ms
 2  nixcz.retn.net (91.210.16.55)  0.315 ms  0.351 ms  0.349 ms
 3  ae2-4.RT.ELN.TLL.EE.retn.net (87.245.233.178)  42.526 ms  41.418 ms  41.423 ms
 4  GW-FastVPS.retn.net (87.245.242.89)  45.050 ms  45.022 ms  45.044 ms
 5  evo9.fv.ee (159.253.17.61)  44.256 ms  44.230 ms  44.192 ms
6  career38.ru (5.45.122.57)  44.298 ms  44.184 ms  44.188 ms


As you see, the point to a jobsearch site and a node that doesn't exist anymore.

When using the command line option -seednode=dnsseed.morningminerals.com, you override those old seed nodes and it connects. Depending on how often you quit the wallet, you may have to start with this option only once or sometimes Smiley

After running several hours, it will have a little network of working seeds in its peers.dat file.

So, delete everything again, except wallet.dat and Minerals.conf and start the wallet with the command line.

On my PC, I can do this by:

C:\Windows>cd c:\Wallets\Minerals
C:\Wallets\Minerals>Minerals-qt.exe -seednode=dnsseed.morningminerals.com


Have your Minerals.conf look like this to try starting it with the command line option:

rpcuser=myusers
rpcpassword=mypassword
txindex=1



only this    rpcuser=myusers
rpcpassword=mypassword
txindex=1

 in mineral.conf  ?
sr. member
Activity: 411
Merit: 252
From what I see, it still tries to connect to the old dns seed nodes. That's why you can't get a connection:

traceroute to 5.45.122.48 (5.45.122.48), 30 hops max, 60 byte packets
 1  praha-4d-c1-vl55.masterinter.net (77.93.199.253)  0.543 ms  0.536 ms  0.617 ms
 2  nixcz.retn.net (91.210.16.55)  0.373 ms  0.308 ms  0.337 ms
 3  ae2-4.RT.ELN.TLL.EE.retn.net (87.245.233.178)  41.367 ms  41.332 ms  41.355 ms
 4  GW-FastVPS.retn.net (87.245.242.89)  45.064 ms  45.063 ms  45.081 ms
 5  evo10.fv.ee (159.253.17.62)  45.243 ms  45.255 ms  45.238 ms
6  munerasnode.pro (5.45.122.48)  44.367 ms  44.251 ms  44.220 ms


traceroute to 5.45.122.57 (5.45.122.57), 30 hops max, 60 byte packets
 1  praha-4d-c1-vl55.masterinter.net (77.93.199.253)  0.500 ms  0.572 ms  0.651 ms
 2  nixcz.retn.net (91.210.16.55)  0.315 ms  0.351 ms  0.349 ms
 3  ae2-4.RT.ELN.TLL.EE.retn.net (87.245.233.178)  42.526 ms  41.418 ms  41.423 ms
 4  GW-FastVPS.retn.net (87.245.242.89)  45.050 ms  45.022 ms  45.044 ms
 5  evo9.fv.ee (159.253.17.61)  44.256 ms  44.230 ms  44.192 ms
6  career38.ru (5.45.122.57)  44.298 ms  44.184 ms  44.188 ms


As you see, the point to a jobsearch site and a node that doesn't exist anymore.

When using the command line option -seednode=dnsseed.morningminerals.com, you override those old seed nodes and it connects. Depending on how often you quit the wallet, you may have to start with this option only once or sometimes Smiley

After running several hours, it will have a little network of working seeds in its peers.dat file.

So, delete everything again, except wallet.dat and Minerals.conf and start the wallet with the command line.

On my PC, I can do this by:

C:\Windows>cd c:\Wallets\Minerals
C:\Wallets\Minerals>Minerals-qt.exe -seednode=dnsseed.morningminerals.com


Have your Minerals.conf look like this to try starting it with the command line option:

rpcuser=myusers
rpcpassword=mypassword
txindex=1
sr. member
Activity: 432
Merit: 250
Minerals version v1.0.0.0 ()
Using OpenSSL version OpenSSL 1.0.1g 7 Apr 2014
Startup time: 01/11/15 15:14:15
Default data directory C:\Users\Dell\AppData\Roaming\Minerals
Used data directory C:\Users\Dell\AppData\Roaming\Minerals
dbenv.open LogDir=C:\Users\Dell\AppData\Roaming\Minerals\database ErrorFile=C:\Users\Dell\AppData\Roaming\Minerals\db.log
Bound to [::]:33442
Bound to 0.0.0.0:33442
Loading block index...
Opening LevelDB in C:\Users\Dell\AppData\Roaming\Minerals\txleveldb
Opened LevelDB successfully
CBlock(hash=00000c639b0fbf250ba63c6ef2952dbb44bb1051324a27383b8a56fb833d8137, ver=1, hashPrevBlock=0000000000000000000000000000000000000000000000000000000000000000, hashMerkleRoot=18bf53ed0bbbc417c8e2d7993294dba71e1ba10697c9289c617ee02108bb197c, nTime=1402346011, nBits=1e0fffff, nNonce=1912748, vtx=1, vchBlockSig=)
  Coinbase(hash=18bf53ed0b, nTime=1402346000, ver=1, vin.size=1, vout.size=1, nLockTime=0)
    CTxIn(COutPoint(0000000000, 4294967295), coinbase 00012a0530362f3039)
    CTxOut(empty)
  vMerkleTree: 18bf53ed0b
block.GetHash() == 00000c639b0fbf250ba63c6ef2952dbb44bb1051324a27383b8a56fb833d8137
block.hashMerkleRoot == 18bf53ed0bbbc417c8e2d7993294dba71e1ba10697c9289c617ee02108bb197c
block.nTime = 1402346011
block.nNonce = 1912748
CBlock(hash=00000c639b0fbf250ba63c6ef2952dbb44bb1051324a27383b8a56fb833d8137, ver=1, hashPrevBlock=0000000000000000000000000000000000000000000000000000000000000000, hashMerkleRoot=18bf53ed0bbbc417c8e2d7993294dba71e1ba10697c9289c617ee02108bb197c, nTime=1402346011, nBits=1e0fffff, nNonce=1912748, vtx=1, vchBlockSig=)
  Coinbase(hash=18bf53ed0b, nTime=1402346000, ver=1, vin.size=1, vout.size=1, nLockTime=0)
    CTxIn(COutPoint(0000000000, 4294967295), coinbase 00012a0530362f3039)
    CTxOut(empty)
  vMerkleTree: 18bf53ed0b
SetBestChain: new best=00000c639b0fbf250ba6  height=0  trust=1048577  blocktrust=1048577  date=06/09/14 20:33:31
ResetSyncCheckpoint: sync-checkpoint reset to 00000c639b0fbf250ba63c6ef2952dbb44bb1051324a27383b8a56fb833d8137
 block index             240ms
Loading wallet...
nFileVersion = 1000000
Keys: 0 plaintext, 209 encrypted, 209 w/ metadata, 209 total
 wallet                 1048ms
Loading addresses...
ERROR: CAddrman::Read() : open failed
Invalid or missing peers.dat; recreating
Loaded 0 addresses from peers.dat  0ms
RandAddSeed() 182320 bytes
mapBlockIndex.size() = 1
nBestHeight = 0
setKeyPool.size() = 101
mapWallet.size() = 415
mapAddressBook.size() = 7
Done loading
ERROR: FetchInputs() : 12ccc52d06 mempool Tx prev not found 90a6567fad
ERROR: FetchInputs() : 7bf6cf6e0a mempool Tx prev not found cd9018787d
ERROR: FetchInputs() : 2f8e5bb019 mempool Tx prev not found 468c376071
ERROR: FetchInputs() : 4ee471184c mempool Tx prev not found 6253b6c3a9
ERROR: FetchInputs() : 6d2e85299e mempool Tx prev not found bef698bf70
ERROR: FetchInputs() : 7bf6cf6e0a mempool Tx prev not found cd9018787d
ERROR: FetchInputs() : 9d3624b4b2 mempool Tx prev not found cc47cceaf8
ERROR: FetchInputs() : af86668260 mempool Tx prev not found 4fe0591dbe
ERROR: FetchInputs() : 9d3624b4b2 mempool Tx prev not found cc47cceaf8
ERROR: FetchInputs() : 6d2e85299e mempool Tx prev not found bef698bf70
ERROR: FetchInputs() : c68c96aed7 mempool Tx prev not found a6b5723b58
refreshWallet
AddLocal([2001:0:9d38:6ab8:84:3b8:b3bb:1c5d]:33442,1)
ThreadDNSAddressSeed started
Loading addresses from DNS seeds (could take a while)
ThreadSocketHandler started
ThreadOpenConnections started
ThreadIRCSeed exited
ThreadOpenAddedConnections started
ThreadOpenAddedConnections exited
ThreadMessageHandler started
ThreadStakeMiner started
Added 1 addresses from 5.45.123.57: 0 tried, 1 new
Flushed 1 addresses to peers.dat  62ms
Added 1 addresses from 5.45.122.48: 0 tried, 2 new
2 addresses found from DNS seeds
ThreadDNSAddressSeed exited
ipcThread started
trying connection 5.45.123.57:33442 lastseen=136.4hrs
connection timeout
ERROR: GetMyExternalIP() : connection to 91.198.22.70:80 failed
connection timeout
trying connection 5.45.122.48:33442 lastseen=90.1hrs
connection timeout
ERROR: GetMyExternalIP() : connection to 74.208.43.192:80 failed
GetMyExternalIP() received [76.68.227.162] 76.68.227.162:0
GetMyExternalIP() returned 76.68.227.162
AddLocal(76.68.227.162:33442,5)
connection timeout
trying connection 5.45.123.57:33442 lastseen=136.4hrs
connection timeout
trying connection 5.45.122.48:33442 lastseen=90.1hrs
connection timeout
trying connection 5.45.122.48:33442 lastseen=90.1hrs
connection timeout
trying connection 5.45.122.48:33442 lastseen=90.1hrs
connection timeout
trying connection 5.45.122.48:33442 lastseen=90.1hrs
connection timeout
trying connection 5.45.123.57:33442 lastseen=136.4hrs
connection timeout
trying connection 5.45.122.48:33442 lastseen=90.1hrs
connection timeout
trying connection 5.45.122.48:33442 lastseen=90.1hrs
connection timeout
trying connection 5.45.122.48:33442 lastseen=90.1hrs
connection timeout
trying connection 5.45.123.57:33442 lastseen=136.4hrs
connection timeout
trying connection 5.45.122.48:33442 lastseen=90.2hrs
connection timeout
trying connection 5.45.122.48:33442 lastseen=90.2hrs
connection timeout
trying connection 5.45.122.48:33442 lastseen=90.2hrs
connection timeout
trying connection 5.45.122.48:33442 lastseen=90.2hrs
connection timeout
trying connection 5.45.122.48:33442 lastseen=90.2hrs
connection timeout
trying connection 5.45.122.48:33442 lastseen=90.2hrs
connection timeout
trying connection 5.45.122.48:33442 lastseen=90.2hrs
connection timeout
trying connection 5.45.123.57:33442 lastseen=136.5hrs
connection timeout
trying connection 5.45.123.57:33442 lastseen=136.5hrs
connection timeout
trying connection 5.45.123.57:33442 lastseen=136.5hrs
connection timeout
trying connection 5.45.123.57:33442 lastseen=136.5hrs
connection timeout
trying connection 5.45.122.48:33442 lastseen=90.2hrs
connection timeout
trying connection 5.45.123.57:33442 lastseen=136.5hrs
connection timeout
trying connection 5.45.122.48:33442 lastseen=90.2hrs
connection timeout
trying connection 5.45.122.48:33442 lastseen=90.2hrs
connection timeout
trying connection 5.45.123.57:33442 lastseen=136.5hrs
connection timeout
trying connection 5.45.122.48:33442 lastseen=90.2hrs
connection timeout
trying connection 5.45.122.48:33442 lastseen=90.2hrs
connection timeout
trying connection 5.45.122.48:33442 lastseen=90.2hrs
connection timeout
trying connection 5.45.122.48:33442 lastseen=90.2hrs
connection timeout
trying connection 5.45.122.48:33442 lastseen=90.2hrs
connection timeout
trying connection 5.45.122.48:33442 lastseen=90.2hrs
Flush(false)
wallet.dat refcount=0
wallet.dat checkpoint
ThreadSocketHandler exited
wallet.dat detach
ipcThread exited
ThreadMessageHandler exited
wallet.dat closed
DBFlush(false) ended             109ms
StopNode()
connection timeout
ThreadOpenConnections exited
ThreadStakeMiner exiting, 0 threads remaining
Flushed 2 addresses to peers.dat  46ms
Flush(true)
DBFlush(true) ended               0ms
Minerals exited

sr. member
Activity: 432
Merit: 250
No, that's in the Minerals folder. Those marked in red in the example below.

drwxr-xr-x  4 akira users     12288 Nov 18 22:02 .
drwxr-xr-x 51 akira users      4096 Jan 11 19:46 ..
-rw-r--r--  1 akira users 410331242 Nov 18 22:02 blk0001.dat
drwx------  2 akira users      4096 Nov 16 17:40 database
-rw-r--r--  1 akira users        89 Nov 12 19:53 db.log
-rw-r--r--  1 akira users    390209 Nov 18 22:02 debug.log

-rw-r--r--  1 akira users         0 Nov 12 19:50 .lock
-rw-r--r--  1 akira users        77 Nov 11 22:33 Minerals.conf
-rw-------  1 akira users     11014 Nov 18 22:02 peers.dat
drwx------  2 akira users     12288 Nov 18 21:59 txleveldb
-rw-r--r--  1 akira users     90112 Nov 18 22:02 wallet.dat


You can open these with Notepad.
where i could find that?

2015/01/11-14:46:46.000175 1574 Recovering
log #14295
2015/01/11-14:46:46.000191 1574 Delete type=0 #3
2015/01/11-14:46:46.000191 1574 Delete type=0 #14295
2015/01/11-14:46:46.000191 1574
Delete type=3 #2
2015/01/11-14:46:46.000191 1574 Delete type=3 #14294
2015/01/11-14:52:52.000643 1090 Compacting 1@2 + 11@3 files
2015/01/11-14:52:52.000189 1090

Generated table #14298: 25846 keys, 2152475 bytes
2015/01/11-14:52:52.000439 1090 Generated table #14299: 25892 keys, 2152083 bytes
2015/01/11-14:52:52.000735 1090 Generated table #14300: 25878 keys, 2153461 bytes
2015/01/11-14:52:52.000985 1090 Generated table #14301: 25853 keys, 2151871 bytes
2015/01/11-14:52:52.000266 1090
Generated table #14302: 25893 keys, 2151954 bytes
2015/01/11-14:52:52.000469 1090 Generated table #14303: 25866 keys, 2153068 bytes
2015/01/11-14:52:52.000703 1090 Generated table #14304: 25849 keys, 2151976 bytes
2015/01/11-14:52:52.000937 1090 Generated table #14305: 25824 keys, 2152716 bytes
2015/01/11-14:52:52.000155 1090
Generated table #14306: 25850 keys, 2152375 bytes
2015/01/11-14:52:52.000420 1090
Generated table #14307: 25843 keys, 2152901 bytes
2015/01/11-14:52:52.000467 1090 Generated table #14308: 1029 keys, 86183 bytes
2015/01/11-14:52:52.000467 1090 Compacted 1@2 + 11@3 files => 21611063 bytes
2015/01/11-14:52:52.000467 1090 compacted to: files[ 0 7 60 95 0 0 0 ]
2015/01/11-14:52:52.000467 1090 Delete type=2 #14102
2015/01/11-14:52:52.000467 1090 Delete type=2 #14103
2015/01/11-14:52:52.000483 1090 Delete type=2 #14104
2015/01/11-14:52:52.000483 1090 Delete type=2 #14105
2015/01/11-14:52:52.000483 1090 Delete type=2 #14106
2015/01/11-14:52:52.000483 1090
 Delete type=2 #14107
2015/01/11-14:52:52.000483 1090 Delete type=2 #14108
2015/01/11-14:52:52.000483 1090 Delete type=2 #14109
2015/01/11-14:52:52.000483 1090 Delete type=2 #14110
2015/01/11-14:52:52.000498 1090 Delete type=2 #14111
2015/01/11-14:52:52.000498 1090 Delete type=2 #14147
2015/01/11-14:52:52.000498 1090 Delete type=2 #14212
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
sr. member
Activity: 432
Merit: 250
No, that's in the Minerals folder. Those marked in red in the example below.

drwxr-xr-x  4 akira users     12288 Nov 18 22:02 .
drwxr-xr-x 51 akira users      4096 Jan 11 19:46 ..
-rw-r--r--  1 akira users 410331242 Nov 18 22:02 blk0001.dat
drwx------  2 akira users      4096 Nov 16 17:40 database
-rw-r--r--  1 akira users        89 Nov 12 19:53 db.log
-rw-r--r--  1 akira users    390209 Nov 18 22:02 debug.log

-rw-r--r--  1 akira users         0 Nov 12 19:50 .lock
-rw-r--r--  1 akira users        77 Nov 11 22:33 Minerals.conf
-rw-------  1 akira users     11014 Nov 18 22:02 peers.dat
drwx------  2 akira users     12288 Nov 18 21:59 txleveldb
-rw-r--r--  1 akira users     90112 Nov 18 22:02 wallet.dat


You can open these with Notepad.
where i could find that?
sr. member
Activity: 411
Merit: 252
No, that's in the Minerals folder. Those marked in red in the example below.

drwxr-xr-x  4 akira users     12288 Nov 18 22:02 .
drwxr-xr-x 51 akira users      4096 Jan 11 19:46 ..
-rw-r--r--  1 akira users 410331242 Nov 18 22:02 blk0001.dat
drwx------  2 akira users      4096 Nov 16 17:40 database
-rw-r--r--  1 akira users        89 Nov 12 19:53 db.log
-rw-r--r--  1 akira users    390209 Nov 18 22:02 debug.log

-rw-r--r--  1 akira users         0 Nov 12 19:50 .lock
-rw-r--r--  1 akira users        77 Nov 11 22:33 Minerals.conf
-rw-------  1 akira users     11014 Nov 18 22:02 peers.dat
drwx------  2 akira users     12288 Nov 18 21:59 txleveldb
-rw-r--r--  1 akira users     90112 Nov 18 22:02 wallet.dat


You can open these with Notepad.
sr. member
Activity: 432
Merit: 250
Does it work now ymod123?
You don't have a firewall or something else blocking connections?

What OS do you actually run? I assumed Windows...
nothing is blocking .. im running windows...
still no connection
I'm trying to understand why it doesn't connect for you Huh
And honestly, I've no idea.

Could you pastebin the log files from the directory where wallet.dat is located? It might give me or someone else here a hint on what's going on.

i cant open it.. thats in database folder right?
sr. member
Activity: 411
Merit: 252
Does it work now ymod123?
You don't have a firewall or something else blocking connections?

What OS do you actually run? I assumed Windows...
nothing is blocking .. im running windows...
still no connection
I'm trying to understand why it doesn't connect for you Huh
And honestly, I've no idea.

Could you pastebin the log files from the directory where wallet.dat is located? It might give me or someone else here a hint on what's going on.
sr. member
Activity: 432
Merit: 250
Does it work now ymod123?
You don't have a firewall or something else blocking connections?

What OS do you actually run? I assumed Windows...
nothing is blocking .. im running windows...
still no connection
sr. member
Activity: 411
Merit: 252
Does it work now ymod123?
You don't have a firewall or something else blocking connections?

What OS do you actually run? I assumed Windows...
sr. member
Activity: 432
Merit: 250
i decided to restore the deleted file in mineral folder ..and I can see my coins again...
i guess im just gonna wait for new wallet
That's because you also deleted wallet.dat
Never ever delete that file, unless you don't want your coins anymore.
But it was my mistake. It's addnode, not node :x
i tried it did not work..
 i did not delete wallet.dat and conf file
the rest i deleted and i remove all the nodes i have only addnode=dnsseed.morningminerals.com

run minerals qt  it did not sync the reason i did not see my coins because the wallet did not sync  and not able to download the block yet...
it wont sync and 0 connection

i decided to restore the files that i deleted  and start the minerals qt and i see my coins again but 0 connection

just type "repair wallet" on console when you don't deleted wallet.dat and your coins don't appear

I think Hoshimaru found my wallet problem before in this post..https://bitcointalksearch.org/topic/m.9431860
legendary
Activity: 2184
Merit: 1028
#mitandopelomundo
i decided to restore the deleted file in mineral folder ..and I can see my coins again...
i guess im just gonna wait for new wallet
That's because you also deleted wallet.dat
Never ever delete that file, unless you don't want your coins anymore.
But it was my mistake. It's addnode, not node :x
i tried it did not work..
 i did not delete wallet.dat and conf file
the rest i deleted and i remove all the nodes i have only addnode=dnsseed.morningminerals.com

run minerals qt  it did not sync the reason i did not see my coins because the wallet did not sync  and not able to download the block yet...
it wont sync and 0 connection

i decided to restore the files that i deleted  and start the minerals qt and i see my coins again but 0 connection

just type "repair wallet" on console when you don't deleted wallet.dat and your coins don't appear
sr. member
Activity: 432
Merit: 250
i decided to restore the deleted file in mineral folder ..and I can see my coins again...
i guess im just gonna wait for new wallet
That's because you also deleted wallet.dat
Never ever delete that file, unless you don't want your coins anymore.
But it was my mistake. It's addnode, not node :x

hello Hoshimaru thanks for helping me...
i found the link before when you tried to help me and you found out my problem...
https://bitcointalksearch.org/topic/m.9431860
sr. member
Activity: 432
Merit: 250
i decided to restore the deleted file in mineral folder ..and I can see my coins again...
i guess im just gonna wait for new wallet
That's because you also deleted wallet.dat
Never ever delete that file, unless you don't want your coins anymore.
But it was my mistake. It's addnode, not node :x
i tried it did not work..
 i did not delete wallet.dat and conf file
the rest i deleted and i remove all the nodes i have only addnode=dnsseed.morningminerals.com

run minerals qt  it did not sync the reason i did not see my coins because the wallet did not sync  and not able to download the block yet...
it wont sync and 0 connection

i decided to restore the files that i deleted  and start the minerals qt and i see my coins again but 0 connection
sr. member
Activity: 411
Merit: 252
i decided to restore the deleted file in mineral folder ..and I can see my coins again...
i guess im just gonna wait for new wallet
That's because you also deleted wallet.dat
Never ever delete that file, unless you don't want your coins anymore.
But it was my mistake. It's addnode, not node :x
Pages:
Jump to: