Bitcoin Forum
May 29, 2024, 07:24:11 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 »
181  Economy / Services / Re: [FOR HIRE] WEB DEVELOPER (PHP) on: October 09, 2017, 01:32:55 AM
please check your pm for request details   Cool
182  Alternate cryptocurrencies / Speculation (Altcoins) / Re: PoSWCoin Unofficial Unmoderated Price Speculation Topic on: September 30, 2017, 06:27:06 PM
might need to wait several updates later to achieve Smiley

when do you guess that could be?
183  Alternate cryptocurrencies / Speculation (Altcoins) / Re: PoSWCoin Unofficial Unmoderated Price Speculation Topic on: September 30, 2017, 05:17:03 PM
yes yes yes, we are having fun now  ... go posw go   Cheesy

waiting to see where it stabilizes.  .50 cents would be nice LOL
184  Alternate cryptocurrencies / Speculation (Altcoins) / Re: PoSWCoin Unofficial Unmoderated Price Speculation Topic on: September 29, 2017, 10:16:47 PM
Well, it appears that PoSW is sitting around 0.1$ lately; a great change from 0.04$. Now lets hope that it sees some 1$+ soon.

does seem like it stabilized at the 0.1$ and yes wayyyy better than the 6 cents and under.  With what may be coming for features, 1$ could be around a corner   Cool

I think from now to the end of the year is going to be VERY interesting. 

I paid 3300sats for posw when I first started investing  ... was and still is a good price to get in on posw, but finally looks like I'll be at the break even point soon.  LOL

woo hoo

185  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CoinonatX-PoW/PoS-Masternodes-75% APR (CXT Sister) -NEW THREAD on: September 24, 2017, 11:52:32 PM
Additionally, has anyone done a step by step on setting up the masternode in Linux?
Answer appears to be no. I just finished setting up one for another coin so I will create
the step by step and post it here as soon as its done

My apologies, I didn't make the video and was not aware it was removed. Linux masternode setup should go something like this:

First setup your VPS and compile the wallet. Start the wallet daemon.
Code:
./coinonatxd

After your wallet is synced, generate a new masternode private key and copy it somewhere for later.
Code:
./coinonatxd masternode genkey

Create a new receiving address for the masternode and copy it somewhere for later.
Code:
./coinonatxd getaccountaddress <new masternode alias ie 'MN-01'>

Send exactly 5000 XCXT to the masternode address you just generated, either from another wallet or from an address inside the masternode wallet like so:

First, list addresses, balances, and account names in the wallet
Code:
./coinonatxd listaddressgroupings

Locate the address to send from, balance, and account name. The format shown is [<address>,<balance>,<account name>]

Send 5000 XCXT to the masternode address you generated above. If there is no account name for the address you want to send from (the default address) use empty quotes "" for <fromaccount> Note: I don't recall if you need to include the 0.000001 fee or not i.e 5000.000001. Can someone please verify? Thanks
Code:
./coinonatxd sendfrom <fromaccount> <masternode address> 5000

Wait a few minutes for confirmations. Check the coins were received.
Code:
./coinonatxd getreceivedbyaddress <mn address from above>
or
./coinonatxd getbalance <mn alias from above>

Encrypt the wallet if you haven't already.
Code:
./coinonatxd encryptwallet <long password>

Edit coinonat.conf, change to the proper directory first if you're not already in it.
Code:
sudo nano coinonatx.conf

The conf file should look like this:
Code:
rpcallowip=127.0.0.1
rpcuser=<randomstring>
rpcpassword=<long random string not the same as your wallet password>
staking=0
server=1
listen=1
port=<unused port of your choice>
masternode=1
masternodeaddr=<vps public ip address>:<same port you chose above>
masternodeprivkey=<private key you generated above>
The port you choose must be open in the firewall.

Restart the wallet
Code:
./coinonatxd stop 
then
./coinonatxd

Unlock the wallet for staking only. See edit below.
Code:
./coinonatxd walletpassphrase <passphrase> stakingonly

EDIT: I forgot walletpassphrase requires a timeout argument in seconds like 'walletpassphrase <passphrase> <timeout> stakingonly' Unless you'd like to use a large number it's probably better to add the password to the end of the command that starts the masternode as I have added below.

Start the masternode.
Code:
./coinonatxd masternode start <wallet password>
or to start a specific masternode
./coinonatxd masternode start-<mn alias from above> <wallet password>

Let me know if I need to make corrections. Thanks.

I needed this, thank you
going to give it a try

and yes
https://bitcointalk.org/index.php?topic=2068761.msg21327442#msg21327442
send 5000.000001 not 5000
186  Alternate cryptocurrencies / Altcoin Discussion / Re: Coins with Masternode? on: September 24, 2017, 08:47:38 PM
5k CoinonatX xcxt will let you run a masternode.

posw will be offering masternodes in the near future, exact amount to run a node is still yet tbd, but is said it will be somewhere around 10k - 50k
187  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CoinonatX-PoW/PoS-Masternodes-75% APR (CXT Sister) -NEW THREAD on: September 24, 2017, 03:02:10 PM
I am very new to masternodes but have read somewhere that if you are going to have multiple Masternodes then you should probably put each one in a different location, this way if one of their data centers goes down for any reason only 1 of your Masternodes will be affected

PLUS it is better to have each on a different unique IP address... Not having a similar IP address, like all of them that start with IPs like 23.126.xx.xx for example, will make them less targeted for attack.

Thoughts?


Yes you can run them all in 1 IP. Just use different ports for every Masternode. You can use hte Get Conf button to get the configuration file, then copy paste it into coinonatx.conf. You can do this copy paste for every Masternode, one below the other

-support team

188  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CoinonatX-PoW/PoS-Masternodes-75% APR (CXT Sister) -NEW THREAD on: September 24, 2017, 02:45:18 AM
anyone willing to walk me through a
Remote Multi-Masternode Controller Wallet Setup   Huh
through pm step by step

thanks in advance
189  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CoinonatX-PoW/PoS-Masternodes-75% APR (CXT Sister) -NEW THREAD on: September 24, 2017, 12:02:30 AM
I am also experiencing an issue with the windows wallet where every 30 seconds the wallet locks up for 3-6 seconds then releases. Trying to interact with the wallet during this time gives the (not-responding) dialog.

new user on windows here, just dloaded today and sync'd within a few hours
then clicking around did cause the 'not responding' way to frequently

Hello guys,
The windows wallet works for you? I can't do nothing with this wallet. All time gets interrupted. Is that normal? Or is only at the beginning after download it? Please tell me what.
Works, but not good. With freezing and other strange bugs.

If you do not have a good CPU or if you are on a VPS that has smaller RAM and not so good CPU, then the wallet can freeze, in the beginning only. The wallet needs to go through OUTCOME of all the mined blocks and so it needs good CPU at the synchronization stage. After this the wallet will not freeze much at all.

- support team


As discussed about a week ago in this thread, ( https://bitcointalk.org/index.php?topic=2147025.msg21738042#msg21738042 )at least some of use are also experiencing an issue with the windows wallet where every 30 seconds the wallet locks up for 3-6 seconds then releases. Trying to interact with the wallet during this time gives the (not-responding) dialog.
190  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CoinonatX-PoW/PoS-Masternodes-75% APR (CXT Sister) -NEW THREAD on: September 23, 2017, 08:57:49 PM
https://masternodes.pro/stats/xcxt
for xcxt node information

Hello, I want to run MN, what is the profitability and how many nodes are already running? Where can I see this information?

You can check this at https://masternodes.pro/stats/linda

-support team


now you made me want to get a linda mn  LOL
191  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CoinonatX-PoW/PoS-Masternodes-75% APR (CXT Sister) -NEW THREAD on: September 23, 2017, 06:15:07 AM
thank you very much  Smiley
192  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CoinonatX-PoW/PoS-Masternodes-75% APR (CXT Sister) -NEW THREAD on: September 23, 2017, 05:36:07 AM
Could you guys make a turtorial on youtube, explaning VPS, masternode, and ways to do it (windows- linux-USB)? iHow to set up a masternode, profit and security. Thanks a lot

You can join slack chat community for more information
https://join.slack.com/t/coinonatxproject/shared_invite/MjI5MDUyNDgxMjUwLTE1MDMyMTY5NzMtM2FkMzdmYjY1Mg

You can read the masternode setup guide on first page of this thread itself

-support team


This invite link is no longer active.

Please check with the person who shared it with you to see if there's a new link available.
193  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ⚡[ANN]⚡ ▐░Espers [ESP]░▌▐░PoW/PoS░▌▐░HMQ1725 Algo░▌ ▐░New Features░▌ on: August 20, 2017, 08:48:37 PM
the exchange in poswallet was shut down in jul

can't do anything in poswallet for at least the next 2 weeks now
... that's what I was told in slack for how long the wallet is expected to be down

exchange could be longer
194  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ⚡[ANN]⚡ ▐░Espers [ESP]░▌▐░PoW/PoS░▌▐░HMQ1725 Algo░▌ ▐░New Features░▌ on: August 16, 2017, 12:54:26 AM
Hi!

Are ESP (coinexchange) and ESP2 (nova) the same? Can we buy it at both places and send it to the same wallet?

Thanks a lot!


yes and yes ... just DO NOT BUY ON YOBIT, anywhere but yobit and you have legit esp/esp2
195  Alternate cryptocurrencies / Speculation (Altcoins) / Re: How to become rich with crypto currencys - let me show it you on: August 06, 2017, 12:13:06 PM
i never tried a bot and never understood them ... why would you trust a bot?

I agree with the others, buy and hold ... that is the only way, no thanks bot
196  Alternate cryptocurrencies / Speculation (Altcoins) / Re: Beginner: Is investing in Altcoins a good choice at the moment? on: August 06, 2017, 12:14:38 AM
yes. when everything has gone up 5 to 10 times and everyone is convinced all they have to do is throw money in and wait, that's when you know it's about to peak and the people who engineered the rise pull the rug.

I would say you were spot on ... nice speculation   Wink
197  Other / Off-topic / Re: Best Anti Virus Now on: August 05, 2017, 12:34:25 PM
first off, there is no antivirus that can stop you from clicking and installing one by accident

second you do not need anything but the free windows defender and paid pro version of malwarebytes

know what both programs look like, so you don't get scammed by fake virus warning
and keep them both up to date

IF your computer is infected now, it is best to reinstall windows
then use both

you will never fully clean a virus that made it to your pc

i am an a+ certified computer repair tech ... for 20+ years now
and have worked on countless infected computers

198  Alternate cryptocurrencies / Speculation (Altcoins) / Re: POSW on: August 04, 2017, 11:41:46 PM
it is bubble

and your reasoning for this comment  Huh
199  Alternate cryptocurrencies / Speculation (Altcoins) / Re: POSW on: August 04, 2017, 11:18:52 PM
I'm down 87% for this coin...hoping it makes a gigantic comeback

never invest more than you can lose, no guarantees in crypto.  plus no loss until you sell

i'm sure there will be a gigantic comeback

I think they have marketed a lot in the last months like May or June, now it has been quiet for a long time.
On their POS Wallet they have removed a lot of coins, so now it is only the core coins staking

Lots happening in the background that are soon to be released ... 2.0 will be adding coins back in

good things take time
200  Alternate cryptocurrencies / Speculation (Altcoins) / Re: POSW on: August 04, 2017, 09:58:10 PM

"There are only 12 coins available on @LedgerHQ wallet and $POSW is one of them.
$BTC $ETH $KMD $LTC $XRP $STRAT $ZEC $DOGE $DASH $BCC"

IMHO that is a big accomplishment, ranking up there with the big names   Wink  out of 800+ crypto's out there, it got in with the top named coins on a brand name hw wallet.

-------------

If it was organic, I'd say the same, but I'm confident the reason its on Ledger is because POSW paid to be added, not that Ledger believes in the project.

confident ... but some sorta proof would be nice.

plus if that's true, don't you think there should be more coins on there?

good marketing for any coin... why wouldn't they all jump on that kind of advertising opportunity.

so even if they did pay, it was a very good marketing strategy and still a big accomplishment to partner up with ledger IMO
Pages: « 1 2 3 4 5 6 7 8 9 [10] 11 12 13 14 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!