Bitcoin Forum
May 25, 2024, 04:13:07 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
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 60 61 62 63 64 65 66 67 68 69 ... 84 »
361  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [TOR] Torcoin - X11 PoW - Tor Integrated Crypto - Torcoin.org on: May 23, 2017, 01:04:18 PM
I have a big problem.
I've made a backup of my TorCoin Wallet and the campaing manager sent me the payment.
When I backup the Wallet.dat, shows 0 TOR. I think I've lost my coins...

go into the slack and look for some live support Smiley

https://torcoin.slack.com/

362  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Exclusive Coin EXCL - MasterNodes, ProofOfStake, 3 years old, Slack! on: May 22, 2017, 11:37:01 AM
When the above what I wrote happened i did get a reward in couple minutes of 0.5, I know it was from stake cuz it was add where the 10k were, but like I said these 10k were at stake balance, not sure how to set them like that again.

when coins succesfully stake/mint they become un-available for a period of time,
i'm unsure how many blocks for excl.

at the end of that period they become available for general transactions.

while coins are attempting to stake but have not done so succesfully, they are still available for general transactions,
so you might have staking turned on,and you can still move yr coins or whatever.
363  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Exclusive Coin EXCL - MasterNodes, ProofOfStake, 3 years old, Slack! on: May 22, 2017, 10:14:18 AM
All is good, they returned to available balance, but how can you excatly put coins to stake?

staking is pretty much automatic unless you lock your wallet, or put "staking=0" in your exclusivecoin.conf

Quote
and can you stake and run a masternode at the same time on remote?

now that is a question i dont actually know .. i always add staking=0
(although i've just noted i didnt add that to the masternode how to's ... hmmz)

but, in the spirit of adventure i've just taken that out ..
so i guess i'll find out

my guess is that as long as the masternode is running those masternode coins should not stake, as to whether the other coins will stake .. no idea, and it'll probably take a while to stake an input of 0.5 coins

i apparently have an expected time of 11538 seconds .. about 3 hours 10 minutes ,


..
edit.
seems that you CAN stake and masternode at the same time Smiley
364  Alternate cryptocurrencies / Marketplace (Altcoins) / Re: mac OSX qt's compiled/built .. .. node hosting on: May 21, 2017, 04:10:57 AM
hmmz recent jobs include.

rain - mac/win wallets and assisting with fork
nobtcoin - fixing PoS issue and mac/win wallets
torcoin - mac wallet
halloweencoin - mac wallet
honeycoin - mac wallet
xtrabytes - lots of mac wallets Smiley
blazercoin - mac wallet but bloody dev went missing
tattoocoin - mac wallet
zenicoin - win and osx wallets
milocoin - mac wallet
cannationcoin (CNNC) - mac wallet
420G - mac wallet
CHEAP cheap coin - mac wallet .. how can you resist that name ?!?!?

365  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CONCOIN - The most dangerous cryptocurrency in the world™ on: May 21, 2017, 03:24:10 AM
yo,

you all realise that dev gets 1.5% of block sent to CXPHoZtQL21o2U6zazvqmcqD6JEJ7ySi6m every block, yeh?
thats why all the blocks you've found result in a reward of zero because they are rejected..

right?
logik

where is this from ?
366  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [TOR] Torcoin - TorCoin Is A LOL! on: May 21, 2017, 03:02:10 AM

I am currently unable to compile the source code with the instructions found in the ReadMe file. I am using Ubuntu 16.04 LTS. This is the output that I receive. So far what I have witnessed is NO Tor functionality on any client, and the Linux client does not work.[/b]

Quote
In file included from src/bitcoinrpc.h:16:0,
                 from src/qt/statisticspage.cpp:8:
src/json/json_spirit_writer_template.h: In function ‘String_type json_spirit::non_printable_to_string(unsigned int)’:
src/json/json_spirit_writer_template.h:31:50: warning: typedef ‘Char_type’ locally defined but not used [-Wunused-local-typedefs]
         typedef typename String_type::value_type Char_type;
                                                  ^
src/qt/statisticspage.cpp: In member function ‘void StatisticsPage::updateStatistics()’:
src/qt/statisticspage.cpp:70:64: error: call of overloaded ‘toString(int64_t&)’ is ambiguous
     QString qVolume = QLocale(QLocale::English).toString(volume);
                                                                ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtGui/qguiapplication.h:40:0,
                 from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qapplication.h:45,
                 from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QApplication:1,
                 from build/ui_statisticspage.h:14,
                 from src/qt/statisticspage.cpp:2:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qlocale.h:889:13: note: candidate: QString QLocale::toString(qlonglong) const
     QString toString(qlonglong i) const;
             ^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qlocale.h:890:13: note: candidate: QString QLocale::toString(qulonglong) const
     QString toString(qulonglong i) const;
             ^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qlocale.h:987:16: note: candidate: QString QLocale::toString(short int) const
inline QString QLocale::toString(short i) const
                ^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qlocale.h:989:16: note: candidate: QString QLocale::toString(ushort) const
inline QString QLocale::toString(ushort i) const
                ^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qlocale.h:991:16: note: candidate: QString QLocale::toString(int) const
inline QString QLocale::toString(int i) const
                ^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qlocale.h:993:16: note: candidate: QString QLocale::toString(uint) const
inline QString QLocale::toString(uint i) const
                ^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qlocale.h:895:13: note: candidate: QString QLocale::toString(double, char, int) const
     QString toString(double i, char f = 'g', int prec = 6) const;
             ^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qlocale.h:995:16: note: candidate: QString QLocale::toString(float, char, int) const
inline QString QLocale::toString(float i, char f, int prec) const
                ^
Makefile:2407: recipe for target 'build/statisticspage.o' failed
make: *** [build/statisticspage.o] Error 1
sysfailure0x5a@sysfailure0x5a-virtual-machine:~/torcoin$


could try changing src/qt/statisticspage.cpp line #70
     QString qVolume = QLocale(QLocale::English).toString(volume);
to
 QString qVolume = QLocale(QLocale::English).toString((qlonglong)volume);


also i compiled daemon,
has 0 connections,
havent checked beyond that
367  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Exclusive Coin EXCL - MasterNodes, ProofOfStake, 3 years old, Slack! on: May 21, 2017, 01:37:50 AM
Hi, thank you for your help

I didn't know there was a swap of EXCL...

Yes my wallet is very old, not opened since June 2015...

What must I do to correct the problem, please ?

Thanks :-)


i have no idea if your problem is fixable :p
you need to talk to the dev

come to slack https://excl-invite.herokuapp.com/
@exclteam is the dev and is on more often than here.
368  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [TOR] Torcoin - X11 PoW - Tor Integrated Crypto - Torcoin.org on: May 20, 2017, 12:32:09 PM
I just downloaded the TorCoin wallet and I must say that there seem to be no problems with it at all. No virus alerts anymore or any stuff at my end. I really hope this helps others to confirm the software is completely legit to my vision. Let's buy some Tor Smiley
currently I am prompted with a

Warning: Trouble ahead
Whoa!
Are you sure you want to go there?
https://torcoin.org/ may be risky to visit.
 
Why are you seeing this?
When we visited this site, we found it exhibited one or more risky behaviors.

 in my mcAfee siteadvisor. Is this normal? I have not tried downloading again  but I'll try later tonight once my internet signal becomes stable.

possibly because the site is linked with downloading the wallets, which have had various positives ..
369  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]--★★BumbaCoin★★-- POS X11 on: May 20, 2017, 05:29:55 AM
faucet bumba / claim 5-10,why??

why what ?
370  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][NOBT]✔NOBT Hybrid PoW+PoS ◕◡◕ Zerocoin Protocol - AIRDROP on: May 20, 2017, 05:18:20 AM
Interesting coin, when we see it on novaexchange? Smiley
Soon as add fee fund completed in nova account.

it looks to me that it'd be cheaper to buy 2490 NPOINTS, then vote it up.

Quote
Every user gets ONE FREE vote every day, resets 00:00 GMT+1. Any more votes on the same day costs 10 NPOINT, you can vote as many times you want and NPOINT is traded here: BTC_NPOINT market. Buy now costs 0.4 BTC and will add remaining needed votes immediately to the coin and end the vote, to get the coin listed without delay.
371  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Exclusive Coin EXCL - MasterNodes, ProofOfStake, 3 years old, Slack! on: May 20, 2017, 04:58:49 AM
Thanks.

Now fully synced, but my balance is 0 instead of 905 EXCL !!!



Any help ?

Many thanks


is yr wallet from pre-swap EXCL ?
those coins dont' appear to exist on this chain.
372  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]--★★BumbaCoin★★-- POS X11 on: May 19, 2017, 11:32:11 AM
dont forget touchmycoin.com
a simple auction for some simple coins Smiley

i think new users still get 10 bumba on first signup




373  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [PUPA] Pupa Coin - free chat thread - no shonky here on: May 19, 2017, 11:30:07 AM
Founded pupacoin in yobit.Added yeastarday.

and now dead!! Grin Grin Grin

nah not dead, plenty of bot action hoping to milk some sats ..
374  Alternate cryptocurrencies / Announcements (Altcoins) / [PUPA] Pupa Coin - free chat thread - no shonky here on: May 19, 2017, 11:06:55 AM
Pupa Coin, recently released, seems to have various levels of shonk involved.

Coin has nothing to do with me, but has cool name Cheesy

original  thread
https://bitcointalk.org/index.php?topic=1909564








shonk
"1.2 million coin premine"
vs
Code:
	if(pindexBest->nHeight == 5)
    {
        nSubsidy = 350000000 * COIN;
    }


see original thread for more shonk                     
https://bitcointalk.org/index.php?topic=1909564


=========================
source
https://github.com/pupac/pupa

copied/fork
https://github.com/bumbacoin/pupa

375  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [TOR] Torcoin - X11 PoW - Tor Integrated Crypto - Torcoin.org on: May 19, 2017, 08:57:06 AM
I can not set up my BAIKAL for coin mining. Please skip the working pools. Maybe I'm doing something wrong  Huh Huh Huh Huh Huh

There is a fucking person who will answer my question? Only argue in vain  Angry Angry Angry Angry

find a baikal thread, no-one here knows how to use one Smiley
376  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [RAIN]X11CPU/GPUPoW/PoSWinMacLinuxBountiesFOR SCIENCE on: May 19, 2017, 01:34:04 AM
There was a problem when transferring from the purse to the stock exchange. The message "Conflict" appeared, the coin purse was written off, but the stock exchange was not received. What to do? There is no transaction in the blockexplorer, here id 7a9e6d0b313e8023bc4cbdfcd9cfcfe37c989927c778f020434a71cd8b2aef9a

HOW TO SOLVE THIS PROBLEM?


go into your debug/console
and enter
Code:
repairwallet
resendtx 7a9e6d0b313e8023bc4cbdfcd9cfcfe37c989927c778f020434a71cd8b2aef9a

if that doesnt work, just do the repair wallet and then send a new tx
377  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Exclusive Coin EXCL - MasterNodes, ProofOfStake, 3 years old, Slack! on: May 19, 2017, 01:30:59 AM
Hi
Is it possible to download the blockchain separately ?
I installed the latest version but sync seems not to work...
Thanks

try here for a bootstrap
http://cryptochainer.com/dir/?page_id=881
378  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Exclusive Coin EXCL - MasterNodes, ProofOfStake, 3 years old, Slack! on: May 17, 2017, 03:01:52 PM
UPDATES/ROADMAP

Things we can do now:
Fix some memory issue on wallets.
Making ipv6 usage better on the network.
Fork number of coins needed to make MasterNode to bigger number for example 7500.

Future updates:
We are working and testing possible implementations of Zerocash protocol on the chain to get even more anonymous.
We also test making testing Electrum wallet fork from dashpay/electrum-dash



Please discuss if you are interested in MN number change. This would require a hardfork so with this we could do more changes in the code too. Let us know your ideas and opinions.

HyperCriSiS, who had told you that 7500 coins are required?

from an earlier post about possible changes
379  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Needed coins for a masternode on: May 17, 2017, 01:17:41 AM
Are there still 5000 coins needed for a master node or is it already at 7500?


only 5000 are required,

any proposed change to masternode amount has no time line, and figure seemed to be for discussion purposes.
380  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [HONEY] Honey - NOW AT NOVA EXCHANGE - Sweet! on: May 16, 2017, 02:52:37 AM

try deleting your chain and resync from scratch.
remember to backup your wallet.

How do I do that?

assuming Windows,

Open an Explorer window, in address bar enter
Code:
%appdata%

in there should be folder called honeycoin, in there is all the nitty gritty of the blockchain and your coins,

wallet.dat is the file with all yr coin details.
this is what you want to keep safe and backup.

delete everything else in the folder, except wallet.dat
when you start it will resync.


alternatively,
there is an option in wallet to "backup wallet"
i've never used it,

if you do, you will then need to repeat the steps above to delete everything in the honeycoin directory, and keep your wallet.dat in there.

.
if OSX

open Finder window, under Go click on "Go to Folder..."
enter
Code:
~/Library/Application Support/

honeycoin folder should be in there. repeat similar steps as above

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 60 61 62 63 64 65 66 67 68 69 ... 84 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!