burnhardzx1
Member
Offline
Activity: 83
Merit: 10
NYXCOIN - The future of Investment and eCommerce
|
|
February 07, 2018, 03:24:12 AM |
|
arcpool.com -a neoscrypt -o stratum+tcp://eu1.arcpool.com:31005 -u [wallet] -p c=TUN
|
|
|
|
burnhardzx1
Member
Offline
Activity: 83
Merit: 10
NYXCOIN - The future of Investment and eCommerce
|
|
February 07, 2018, 04:29:45 AM |
|
My wallet can not be synced. How to sync wallet. I use windows 64 bit. download new wallet stop all old wallet (include each on VPS) go to tunecore folder (in windows, cd %appdata%/tunecore) delete all file and folder except wallet.dat and masternode.conf (if you don't want delete tune.conf, just delete all line of addnode) start new wallet https://github.com/tune-crypto/tune/releases/tag/v0.12.1.8add these tune.conf addnode=45.77.187.82:20726 addnode=95.165.170.217:20726 addnode=172.86.121.109:20726 addnode=142.44.181.246:20726
|
|
|
|
melfrecords
|
|
February 07, 2018, 07:39:58 AM |
|
Using latest 0.12.1.8 wallet and made withdrawals yesterday at following three exchanges: coinexchange, crypto-bridge and stocks.exchange
None of three wihdrawals arrived at my wallet. Are all exchanges on the wrong wallet ?
Dev, what is going on ?
|
|
|
|
wizardkoer
Newbie
Offline
Activity: 12
Merit: 0
|
|
February 07, 2018, 08:26:42 AM Last edit: February 07, 2018, 08:47:18 AM by wizardkoer |
|
I downloaded new wallet and it says the 1.54 TUN I sent to stocks.exchange is unconfirmed. It was send yesterday using the old wallet. Using blockchain explorers show transactions up to a few days ago but not after that for my wallet. What the hell is going on with this coin?
Someone PLEASE help me with why this is unconfirmed... how to fix?
|
|
|
|
|
wouhn
Newbie
Offline
Activity: 32
Merit: 0
|
|
February 07, 2018, 09:08:24 AM |
|
Important Windows This is Guide to how to connect most right chain in windows wallet 1. Backup your wallet.dat and masternode.conf (if you run one) 2. Delete everything in \Users\yourusername\AppData\Roaming\TuneCore except wallet.dat, masternode.conf (You can use "cd %appdata%/tunecore at cmd) 3. Download the latest wallet from https://github.com/tune-crypto/tune/releases/tag/v0.12.1.84. Download the Snapshot from : http://www.tunecrypto.io/tunecrypto-snapshot-233010.rar5. Extract and copy the /blocks directory in \Users\yourusername\AppData\Roaming\TuneCore\ 6. Final check : There shuld be only 2 files, and 1 folder in \Users\yourusername\AppData\Roaming\TuneCore wallet.dat masternode.conf blocks (folder) 7. Start the wallet and let it run (it takes 5-10 min by loading the blockchain) 8. You back on the right chain. Linux This is Guide to how to connect most right chain in linux Be careful : check twice where you are : before rm -r * ~ can be differ where you get the wallet or compiled cd ~ wget https://github.com/tune-crypto/tune/releases/download/v0.12.1.8/tune-linux.zipunzip tune-linux.zip ~/tune-cli stop cd ~/.tunecore cp wallet.dat ../wallet.dat.backup cp masternode.conf ../masternode.conf.backup rm -r * cp ../masternode.conf.backup ./masternode.conf cp ../wallet.dat.backup ./wallet.dat wget www.tunecrypto.io/tunecrypto-snapshot-23340-linux.zipunzip tunecrypto-snapshot-23340-linux.zip ~/tuned -daemon after some minutes, check block height by ~/tune-cli getinfo
|
|
|
|
melfrecords
|
|
February 07, 2018, 09:22:14 AM |
|
Important Windows This is Guide to how to connect most right chain in windows wallet 1. Backup your wallet.dat and masternode.conf (if you run one) 2. Delete everything in \Users\yourusername\AppData\Roaming\TuneCore except wallet.dat, masternode.conf (You can use "cd %appdata%/tunecore at cmd) 3. Download the latest wallet from https://github.com/tune-crypto/tune/releases/tag/v0.12.1.84. Download the Snapshot from : http://www.tunecrypto.io/tunecrypto-snapshot-233010.rar5. Extract and copy the /blocks directory in \Users\yourusername\AppData\Roaming\TuneCore\ 6. Final check : There shuld be only 2 files, and 1 folder in \Users\yourusername\AppData\Roaming\TuneCore wallet.dat masternode.conf blocks (folder) 7. Start the wallet and let it run (it takes 5-10 min by loading the blockchain) 8. You back on the right chain. Linux This is Guide to how to connect most right chain in linux Be careful : check twice where you are : before rm -r * ~ can be differ where you get the wallet or compiled cd ~ wget https://github.com/tune-crypto/tune/releases/download/v0.12.1.8/tune-linux.zipunzip tune-linux.zip ~/tune-cli stop cd ~/.tunecore cp wallet.dat ../wallet.dat.backup cp masternode.conf ../masternode.conf.backup rm -r * cp ../masternode.conf.backup ./masternode.conf cp ../wallet.dat.backup ./wallet.dat wget www.tunecrypto.io/tunecrypto-snapshot-23340-linux.zipunzip tunecrypto-snapshot-23340-linux.zip ~/tuned -daemon after some minutes, check block height by ~/tune-cli getinfo Maybe send these instructions to the exchanges too, as they are all probably on the wrong chain?
|
|
|
|
Fuku
Newbie
Offline
Activity: 8
Merit: 0
|
|
February 07, 2018, 09:36:52 AM |
|
Important Windows This is Guide to how to connect most right chain in windows wallet 1. Backup your wallet.dat and masternode.conf (if you run one) 2. Delete everything in \Users\yourusername\AppData\Roaming\TuneCore except wallet.dat, masternode.conf (You can use "cd %appdata%/tunecore at cmd) 3. Download the latest wallet from https://github.com/tune-crypto/tune/releases/tag/v0.12.1.84. Download the Snapshot from : http://www.tunecrypto.io/tunecrypto-snapshot-233010.rar5. Extract and copy the /blocks directory in \Users\yourusername\AppData\Roaming\TuneCore\ 6. Final check : There shuld be only 2 files, and 1 folder in \Users\yourusername\AppData\Roaming\TuneCore wallet.dat masternode.conf blocks (folder) 7. Start the wallet and let it run (it takes 5-10 min by loading the blockchain) 8. You back on the right chain. Linux This is Guide to how to connect most right chain in linux Be careful : check twice where you are : before rm -r * ~ can be differ where you get the wallet or compiled cd ~ wget https://github.com/tune-crypto/tune/releases/download/v0.12.1.8/tune-linux.zipunzip tune-linux.zip ~/tune-cli stop cd ~/.tunecore cp wallet.dat ../wallet.dat.backup cp masternode.conf ../masternode.conf.backup rm -r * cp ../masternode.conf.backup ./masternode.conf cp ../wallet.dat.backup ./wallet.dat wget www.tunecrypto.io/tunecrypto-snapshot-23340-linux.zipunzip tunecrypto-snapshot-23340-linux.zip ~/tuned -daemon after some minutes, check block height by ~/tune-cli getinfo Thank you, but i not still sync my wallet, Could you help me by teamviewer?
|
|
|
|
melfrecords
|
|
February 07, 2018, 09:46:34 AM |
|
Important Windows This is Guide to how to connect most right chain in windows wallet 1. Backup your wallet.dat and masternode.conf (if you run one) 2. Delete everything in \Users\yourusername\AppData\Roaming\TuneCore except wallet.dat, masternode.conf (You can use "cd %appdata%/tunecore at cmd) 3. Download the latest wallet from https://github.com/tune-crypto/tune/releases/tag/v0.12.1.84. Download the Snapshot from : http://www.tunecrypto.io/tunecrypto-snapshot-233010.rar5. Extract and copy the /blocks directory in \Users\yourusername\AppData\Roaming\TuneCore\ 6. Final check : There shuld be only 2 files, and 1 folder in \Users\yourusername\AppData\Roaming\TuneCore wallet.dat masternode.conf blocks (folder) 7. Start the wallet and let it run (it takes 5-10 min by loading the blockchain) 8. You back on the right chain. Linux This is Guide to how to connect most right chain in linux Be careful : check twice where you are : before rm -r * ~ can be differ where you get the wallet or compiled cd ~ wget https://github.com/tune-crypto/tune/releases/download/v0.12.1.8/tune-linux.zipunzip tune-linux.zip ~/tune-cli stop cd ~/.tunecore cp wallet.dat ../wallet.dat.backup cp masternode.conf ../masternode.conf.backup rm -r * cp ../masternode.conf.backup ./masternode.conf cp ../wallet.dat.backup ./wallet.dat wget www.tunecrypto.io/tunecrypto-snapshot-23340-linux.zipunzip tunecrypto-snapshot-23340-linux.zip ~/tuned -daemon after some minutes, check block height by ~/tune-cli getinfo Maybe send these instructions to the exchanges too, as they are all probably on the wrong chain? Because withdrawal txid of one of the exchanges gives "Can't find transaction" in the Tune block explorer https://altmix.org/coins/31-TUNE
|
|
|
|
melfrecords
|
|
February 07, 2018, 09:57:05 AM |
|
Important Windows This is Guide to how to connect most right chain in windows wallet 1. Backup your wallet.dat and masternode.conf (if you run one) 2. Delete everything in \Users\yourusername\AppData\Roaming\TuneCore except wallet.dat, masternode.conf (You can use "cd %appdata%/tunecore at cmd) 3. Download the latest wallet from https://github.com/tune-crypto/tune/releases/tag/v0.12.1.84. Download the Snapshot from : http://www.tunecrypto.io/tunecrypto-snapshot-233010.rar5. Extract and copy the /blocks directory in \Users\yourusername\AppData\Roaming\TuneCore\ 6. Final check : There shuld be only 2 files, and 1 folder in \Users\yourusername\AppData\Roaming\TuneCore wallet.dat masternode.conf blocks (folder) 7. Start the wallet and let it run (it takes 5-10 min by loading the blockchain) 8. You back on the right chain. Linux This is Guide to how to connect most right chain in linux Be careful : check twice where you are : before rm -r * ~ can be differ where you get the wallet or compiled cd ~ wget https://github.com/tune-crypto/tune/releases/download/v0.12.1.8/tune-linux.zipunzip tune-linux.zip ~/tune-cli stop cd ~/.tunecore cp wallet.dat ../wallet.dat.backup cp masternode.conf ../masternode.conf.backup rm -r * cp ../masternode.conf.backup ./masternode.conf cp ../wallet.dat.backup ./wallet.dat wget www.tunecrypto.io/tunecrypto-snapshot-23340-linux.zipunzip tunecrypto-snapshot-23340-linux.zip ~/tuned -daemon after some minutes, check block height by ~/tune-cli getinfo Maybe send these instructions to the exchanges too, as they are all probably on the wrong chain? Because withdrawal txid of one of the exchanges gives "Can't find transaction" in the Tune block explorer https://altmix.org/coins/31-TUNEstocks.exchange seems to be on the right chain cause their txid appears in the altmix.org block explorer, that is IF the block explorer is on the right chain. txid shows valid transaction in the block explorer, pointing to my wallet, but coins never arrive (1 day ago). Fyi, only used latest 0.12.8.1 wallet (never an older wallet), reindexed three times, deleted all files except wallet and conf's three times, still 0 coins in my wallet after 4 withdrawals.
|
|
|
|
wouhn
Newbie
Offline
Activity: 32
Merit: 0
|
|
February 07, 2018, 10:28:58 AM |
|
|
|
|
|
burnhardzx1
Member
Offline
Activity: 83
Merit: 10
NYXCOIN - The future of Investment and eCommerce
|
|
February 07, 2018, 10:41:13 AM |
|
---- https://pooldaddy.ws/ ----:flag_de: Dedicated Server in Germany :flag_de: TuneCoin : -a neoscrypt -o stratum+tcp://pooldaddy.ws:4235 -u YOUR_WALLET_ADRESS -p c=TUN
|
|
|
|
melfrecords
|
|
February 07, 2018, 11:09:48 AM |
|
Important Windows This is Guide to how to connect most right chain in windows wallet 1. Backup your wallet.dat and masternode.conf (if you run one) 2. Delete everything in \Users\yourusername\AppData\Roaming\TuneCore except wallet.dat, masternode.conf (You can use "cd %appdata%/tunecore at cmd) 3. Download the latest wallet from https://github.com/tune-crypto/tune/releases/tag/v0.12.1.84. Download the Snapshot from : http://www.tunecrypto.io/tunecrypto-snapshot-233010.rar5. Extract and copy the /blocks directory in \Users\yourusername\AppData\Roaming\TuneCore\ 6. Final check : There shuld be only 2 files, and 1 folder in \Users\yourusername\AppData\Roaming\TuneCore wallet.dat masternode.conf blocks (folder) 7. Start the wallet and let it run (it takes 5-10 min by loading the blockchain) 8. You back on the right chain. Linux This is Guide to how to connect most right chain in linux Be careful : check twice where you are : before rm -r * ~ can be differ where you get the wallet or compiled cd ~ wget https://github.com/tune-crypto/tune/releases/download/v0.12.1.8/tune-linux.zipunzip tune-linux.zip ~/tune-cli stop cd ~/.tunecore cp wallet.dat ../wallet.dat.backup cp masternode.conf ../masternode.conf.backup rm -r * cp ../masternode.conf.backup ./masternode.conf cp ../wallet.dat.backup ./wallet.dat wget www.tunecrypto.io/tunecrypto-snapshot-23340-linux.zipunzip tunecrypto-snapshot-23340-linux.zip ~/tuned -daemon after some minutes, check block height by ~/tune-cli getinfo Maybe send these instructions to the exchanges too, as they are all probably on the wrong chain? Because withdrawal txid of one of the exchanges gives "Can't find transaction" in the Tune block explorer https://altmix.org/coins/31-TUNEstocks.exchange seems to be on the right chain cause their txid appears in the altmix.org block explorer, that is IF the block explorer is on the right chain. txid shows valid transaction in the block explorer, pointing to my wallet, but coins never arrive (1 day ago). Fyi, only used latest 0.12.8.1 wallet (never an older wallet), reindexed three times, deleted all files except wallet and conf's three times, still 0 coins in my wallet after 4 withdrawals. Correction: stocks.exchange is on the wrong chain because the altmix explorer is on the wrong chain too.. This seems to be the only explorer on the right chain: http://tune.mn.team:3015
|
|
|
|
wizardkoer
Newbie
Offline
Activity: 12
Merit: 0
|
|
February 07, 2018, 11:22:32 AM |
|
ArcPool block explorer is also on the correct chain: https://arcpool.com/explorer/TUNMy question is how this alternate chain mess start? I thought PoW was meant to achieve a decentralised consensus and solve these problems...
|
|
|
|
Sam67
|
|
February 07, 2018, 11:27:28 AM |
|
I was mining for several hours and they took everything I had done and their page came back without an address and port to mine and then they created a new page and I started mining for 30 minutes and they got everything for them again leaving you with the mining zero
|
|
|
|
yadan86
|
|
February 07, 2018, 11:29:59 AM |
|
what's ROI of TUNE ,i want to invest one mansternode .
|
|
|
|
|
popetro
Newbie
Offline
Activity: 45
Merit: 0
|
|
February 07, 2018, 12:00:13 PM |
|
My wallet can not be synced. How to sync wallet. I use windows 64 bit. download new wallet stop all old wallet (include each on VPS) go to tunecore folder (in windows, cd %appdata%/tunecore) delete all file and folder except wallet.dat and masternode.conf (if you don't want delete tune.conf, just delete all line of addnode) start new wallet https://github.com/tune-crypto/tune/releases/tag/v0.12.1.8add these tune.conf addnode=45.77.187.82:20726 addnode=95.165.170.217:20726 addnode=172.86.121.109:20726 addnode=142.44.181.246:20726 Thanks for help. I also did not know how to synchronize the wallet. Now everything is all right.
|
|
|
|
bts378
Member
Offline
Activity: 186
Merit: 10
|
|
February 07, 2018, 12:02:30 PM |
|
According to block explorer it's 300k premine, not 30k. Clarify this please.
|
|
|
|
|
|