Bitcoin Forum
May 25, 2024, 03:10:59 AM *
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 70 71 72 73 74 ... 84 »
461  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Exclusive Coin EXCL - MasterNodes, ProofOfStake, 3 years old! on: April 03, 2017, 03:15:50 PM
IPV6 needs brackets so put:
addnode=[2001:0:9d38:6abd:388b:a0d:c2ba:73c1]

other than this nodes work

for MN i used bumba guide and worked fine. just port and IP get from google

It's still not working so I'll step you through exactly what I've done. I'm keen to solve this problem once and for all

1. Entered my IP address in the address form. I've done this twice, once using the "ip" from "getinfo" in the console. I wrote it as [2001:0:9d38:6abd:388b:a0d:c2ba:73c1]:23230
The second time I just used my IP address from google eg 122.108.246.144:23230

2. Entered "dumpprivkey (and my masternode address)" in the console, and copied this privkey into the field.

3. entered "masternode outputs" in the console and entered the long string into the Tx Hash and the other number into the output index. I've got my output index as 0, but in the tutorial photo it's a 1. Does this matter? It shows up as 0 from masternode outputs

4. Clicked update and start. It starts up, a few coins might come through before it stops working, with the message "not in masternode list" appearing for the status. I've also copied the addnode stuff into the .conf file. I just pasted it in the next line in notepad. I'm assuming that's ok?

Thanks for your help!

maybe the masternode is stopping?
try starting it again.

462  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [HONEY] Honey -URGENT - SOFT FORK - MANDATORY UPDATE NOW - Sweet! on: April 03, 2017, 11:31:44 AM
why the net hash is so big, this coin have a small emission rate, shouldn't be only few mega instead i see 256 giga? are there asic mining this coin? with that hashrate the coin is not profitable at all to mine maybe if you accumulate many for pos block, which are quite good in reward

I think the hashrate is a little off right this second. It looks like the last 7 POW blocks were all solved within 10 minutes, so the difficulty and hashrate generators think that the hashrate is way higher than it actually is. My guess is that the hashrate is only around 70GH/s right now. The target blocktime is 3 minutes so solving that may blocks that quickly sent the difficulty up.

whilst difficulty is calculated every block, it is also using some average of a number of past blocks as well.
463  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Exclusive Coin EXCL - MasterNodes, ProofOfStake, 3 years old! on: April 03, 2017, 04:13:16 AM
hey, made an EXCL subreddit Cool

www.reddit.com/r/EXCL

my wallet is trolling me and wont let me send founds out is anyone else having this problem?

go into debug console and type "repairwallet"
464  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Exclusive Coin EXCL - MasterNodes, ProofOfStake, 3 years old! on: April 02, 2017, 04:19:48 AM
its' probably ipv6 , here's the two different formats. i've never tried it. so give it a go Smiley

addnode=[2001:0:9d38:90d7:1ce9:2c3a:a6b5:1504]
addnode=61.69.140.62
addnode=[2001:0:9d38:6abd:388b:a0d:c2ba:73c1]
addnode=97.84.236.237

dumpprivkey ?

^ two p's (lol. another error in my tutorial .. and it's only been up there 10 months or so)

if still no, you can try "help" to get a list of commands, and get proper speeling
465  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Exclusive Coin EXCL - MasterNodes, ProofOfStake, 3 years old! on: April 02, 2017, 03:18:15 AM

I'm getting an output from "getpeerinfo", it just doesn't include addrlocal.
How do I fill out the .conf file? I thought you said this was automatic? I'm not the best with computers so sorry if it's obvious

lol. i see what you mean Smiley i'll need to update that tutorial.

addrlocal no longer appears in that output,

soooo, instead youcan do a
"getinfo"

then copy your ip data from that.

..

as for the output file (masternode.conf)
if you use the "create" option in the wallet via the masternodes tab.
that file will be created automatically.

you can create it manually,
ie create a new txt file, rename to "masternode.conf"
then you can manually enter the exact same details as you would if you used auto process,

all the details are there in the tutorial. (hehe except the addrlocal issue)

466  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Exclusive Coin EXCL - MasterNodes, ProofOfStake, 3 years old! on: April 02, 2017, 02:53:41 AM

I've been trying to follow this guide for masternode setup
http://bumbacoin.blogspot.com.au/2016/07/how-to-setup-exclusive-coin-master-node.html
however I don't have the line "addrlocal". Do you know how to fix this? Also with the .conf file, I just added what was in that guide, plus the code pasted in here a few posts back. Did I just save it as a .conf file and that's it?

the guide uses the inbuilt functionality of the wallet,
so it will auto create the file masternode.conf

addrlocal is yr wallet ip address.
it might work ok without it. i've never tested.

but ..
if you dont have the line then it seems you're not doing it right Smiley
this is the relevant bit ..
i've modified it slightly hopefully for a tad more clarity

Code:
to get your address:port
go to debug console and enter
"getpeerinfo"

I've tried that but it's not working. All I've done so far is send 5000EXCL to a new address in the wallet. Is there anything else I need to do beforehand?

are you getting any output from that command ?

you need the 5000 coins, then the masternode.conf filled out, then it should work.
467  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Exclusive Coin EXCL - MasterNodes, ProofOfStake, 3 years old! on: April 02, 2017, 01:49:44 AM

I've been trying to follow this guide for masternode setup
http://bumbacoin.blogspot.com.au/2016/07/how-to-setup-exclusive-coin-master-node.html
however I don't have the line "addrlocal". Do you know how to fix this? Also with the .conf file, I just added what was in that guide, plus the code pasted in here a few posts back. Did I just save it as a .conf file and that's it?

the guide uses the inbuilt functionality of the wallet,
so it will auto create the file masternode.conf

addrlocal is yr wallet ip address.
it might work ok without it. i've never tested.

but ..
if you dont have the line then it seems you're not doing it right Smiley
this is the relevant bit ..
i've modified it slightly hopefully for a tad more clarity

Code:
to get your address:port
go to debug console and enter
"getpeerinfo"
468  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Exclusive Coin EXCL - MasterNodes, ProofOfStake, 3 years old! on: April 01, 2017, 01:04:37 AM
hey dudes,

you know what happens if you send 5010 EXCL to the masternode address?

thankssssss

i think it has to be exactly 10k to activate the masternode if thats what you mean?...

only 5k.
so just send the correct amount, the extra coins can just sit there or you can send them somewhere else.
use coin control Wink

469  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [HONEY] Honey - SOFT FORK AT BLOCK 22000 - MANDATORY UPDATE - Sweet! on: March 29, 2017, 07:38:41 AM

new mac wallet now available ...

Honey-Qt-OSX-v1021.dmg
https://drive.google.com/open?id=0B5j8d4FSc7drV0lTMEZPQkdKMUk
470  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Exclusive Coin EXCL - MasterNodes, ProofOfStake, 3 years old! on: March 28, 2017, 03:05:09 AM
hi there, i have some old EXCL in my wallet, is there any way to reach them?

if they're pre-swap coins your only option is to try PM'ing the dev.

but the swap did happen a long time ago in a galaxy far far away …..
471  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] ZENNIES - Listed at LowCap.club! - Wallet Source Released! on: March 28, 2017, 02:57:58 AM
Upcoming Bounties

Wallet Compiling -  500K ZENI for Windows & Mac (others required, PM to discuss).




here are some wallets Smiley
i've PM'ed the dev ..


osx
https://drive.google.com/open?id=0B5j8d4FSc7drR3BDM3dRYXYtRTA

win32
https://drive.google.com/open?id=0B5j8d4FSc7dramUtV2MtNnpwdTA


.
if you're concerned about virus scans,
prior to download google drive auto scans file under 25 mb in size,
both wallets are under 25 mb.

Thank you very much for your valued services.

Please PM Zaddress to receive bounty.


have sent address via PM

Smiley

edit.
and have received bounties .. thank you
472  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Exclusive Coin EXCL - MasterNodes, ProofOfStake, 3 years old! on: March 27, 2017, 07:14:22 AM
I have sent 2 coins, the wallet has automatically thrown off other coins to the unknown address! On balance now 0 EXCL.


Code:
Status: 79 confirmations
Date: 27.03.2017 08:45
To: EXJFcayUD16ADFuHsKvnFLup1tHTxgisbw
Debit: -2.00 EXCL
To: EUNamErZxvkoHQ6K7Ps1U9rPEjtrstBNeg
Debit: -13830.9999 EXCL
Transaction fee: -0.0001 EXCL
Net amount: -13833.00 EXCL
Transaction ID: c5150ca31342bd5ba4c63792d5784dee5aeb254461c6d8beddc60301f07ff24e-001

it's probably a change address.

try entering
repairwallet
in the debug console

i find the client occasionally gets confused about balances.
473  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Exclusive Coin EXCL - MasterNodes, ProofOfStake, 3 years old! on: March 27, 2017, 06:48:07 AM

Good to hear....i did see a comment somewhere that hosting was needed to be funded or something for something, could that be the reason it seems to be stuck on 18 weeks ?....or is it just a very very slow sync..it has been like this for around 4 hours http://prntscr.com/eowqq4

this code base has a tendency to not update the gui so possibly it's updating in the background,
open the debug file to see if its' accepting blocks.

otherwise maybe a restart might help.

.
try using this for a bootstrap. (possibly won't be compatible).
it needs to be called "bootstrap.dat" and put in your datadirectory

if it bugs out before finishing,
rename it back to "bootstrap.dat" and try again.

it's up to around block 352000

https://drive.google.com/open?id=0B5j8d4FSc7dreVhzb2ljbW9kdWs
474  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Exclusive Coin EXCL - MasterNodes, ProofOfStake, 3 years old! on: March 27, 2017, 05:39:58 AM
Heya,

Is this still valid? http://bumbacoin.blogspot.co.id/2016/07/how-to-setup-exclusive-coin-master-node.html

Also is there anywhere to download a bootstrap?..this sync is slow as hell.

the masternode setup hasnt changed since then. will still work Smiley
475  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] ZENNIES - Listed at LowCap.club! - Wallet Source Released! on: March 27, 2017, 04:25:51 AM
so , pow does mean that i can mine this coin ? (if i understand how to rent a miner)

when pow start?

no PoW,
pure pre-mine/PoS,
nothing can happen till dev starts distributing coins through bounties or ICO
476  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Exclusive Coin EXCL - MasterNodes, ProofOfStake, 3 years old! on: March 27, 2017, 04:10:46 AM
added a how to change registry settings above ...
477  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Exclusive Coin EXCL - MasterNodes, ProofOfStake, 3 years old! on: March 27, 2017, 03:43:37 AM

Thanks I haven't tried this yet...  can I just move my wallet.dat to another machine where I have installed the qt? and rep[lace the wallet.dat? I have the backup...

that should work,
the setting is individual to each Win/OSX install.
478  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Exclusive Coin EXCL - MasterNodes, ProofOfStake, 3 years old! on: March 27, 2017, 03:13:26 AM
for connections, are you using UPNP in Network preferences ?



here's some nodes to add to "exclusivecoin.conf"

addnode=104.41.204.177
addnode=96.44.156.214
addnode=144.76.237.39
addnode=151.80.42.180
addnode=[2001:41d0:e:fb4::1]
addnode=84.234.52.190
addnode=45.63.121.144
addnode=104.172.24.79
addnode=85.175.216.200
addnode=91.158.109.188
addnode=88.180.217.67
addnode=[2a01:e35:8b4d:9430:acaa:761a:2075:6959]
addnode=[2001:470:1f14:770::2]
addnode=87.212.198.241
addnode=[2607:fcd0:100:2300::675a:45a8]
addnode=89.74.234.251
addnode=[2001:0:9d38:90d7:1ce9:2c3a:a6b5:1504]
addnode=61.69.140.62
addnode=[2001:0:9d38:6abd:388b:a0d:c2ba:73c1]
addnode=97.84.236.237
addnode=84.200.4.67
addnode=67.84.77.120
addnode=180.216.189.186
addnode=77.251.168.181
addnode=192.99.37.133
479  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Exclusive Coin EXCL - MasterNodes, ProofOfStake, 3 years old! on: March 27, 2017, 02:59:59 AM
Hi I dont mean to spam the thread but id like to get access to my 5k EXCL and masternode so I am going to repost this.

Quote
I accidentally switched to "Connect to SOCKS5 proxy" because I was not able to get any connections so desperation checked that option, now I cant open the qt client it gives me an error? Is there a way that I can change this setting back to default through adjusting a file?  If i have wallet.dat, will I be able to move it to a new machine and problem be fixed if I make new wallet and replace the wallet.dat?


the specific error I get is "Unsupported argument -socks found. Setting SOCKS version isnt possible, only SOCKS5 proxies are supported"

the problem here seems to be your OS saving the preference file,
i tried it on OSX and got the same problem.

seems to be a bug, do not tick the socks proxy box in preferences !!!

for OSX i deleted a preference file then it would boot up with no socks button pressed.
/Users/UserName/Library/Preferences/com.exclusivecoin.ExclusiveCoin-Qt.plist

Windows will have similar preferences stored in the registry.
there s a setting somewhere that saves all the tick boxes, just need to find it and change the value, then it should start up ok.



**DISCLAIMER - fucking your registry is bad ok**
be careful

in this case you will be modifying a setting for the qt, this should have no impact on any other aspect of your OS.

if you are total noob/paranoid, google how to back up the registry and restore it.

..
you want to open regedit.exe, find the setting, modify it, then hopefully bob's  your uncle.

1. open regedit.exe,

2. Edit/Find …
enter exclusivecoin, keep pressing "Find Next" (or F3) until you find something that looks like this.



this is for a different wallet. but it looks like fUseProxy is what you want to change,
double click on it,
change value from "true" to "false"

then restart wallet.
480  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] *MiloCoin* Milo Yionnopolous Coin [NO GREEDY ICO] [NO FAKE NEWS] BOUNTIES on: March 26, 2017, 04:47:38 PM

coins are staking now so total coins after PoW will not equal the amount in the OP.
many blocks will have a far lower staking reward than 300 coins, have a look at the explorer.

.
static const int64_t MAX_MONEY = 2000000000 * COIN;

this is only the biggest value the code will accept as a single transaction.
coin supply can be greater than this value.
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 70 71 72 73 74 ... 84 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!