Bitcoin Forum
May 07, 2024, 07:55: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 »
621  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] FedoraCoin (TiPS) - New Dev team: Fedoracoin Foundation on: May 08, 2016, 12:56:58 PM

Bter need 40 000 confirmations for TIPS deposit WTF Huh

 Crypto-currencies are credited within 1 minute after accessing this page or "My funds" page and only after 40000 confirmations of the transaction in the network.

All my coins Pending, wrote Ticket to Support yesterday but still no answer !!
622  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Vector Coin | Soft Release for miners on: May 05, 2016, 10:00:51 AM
now generating DAG files Wink
but I don't know where I can found that mined coins ??
where is my wallet address ?
I have to start Vec wallet what we used before ?
 

Every time you run start_gvec.bat your wallet address will be at the top of the console window.
Code:
instance: Gvec/v1.3.6/windows/go1.6.2
datadir: C:\Users\yourname\AppData\Roaming\Vector
coinbase: 0x62e8fc4f03ca2e11a095d6012a66630241040e01  <--- your address


To backup your wallet, go to your roaming/Vector folder and copy the keystore folder to a safe location.

*console commands*

Check your balance:

web3.fromWei(vec.getBalance(vec.coinbase), "vec")

send coins:

personal.unlockAccount(vec.accounts[0], "password")

vec.sendTransaction({from: vec.accounts[0], to: "recipient_address", value: web3.toWei(1, "vec")})

Do not send coins you mine on this fork to yobit until the swap is done.


The old Vec wallet will not work with this ether chain, if you have coins in the old wallet, just send them to yobit before the swap and shut it down.



Thank you one more time !!! now I get it all...almost Wink
623  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Vector Coin | Soft Release for miners on: May 05, 2016, 08:59:37 AM
Released:

Wallet and source are on OP.  Windows wallet has all the files needed to run and start mining.
Please give feedback on any issues you get. This soft release does not include a gui wallet.


it let me to create vec.log pass file, and then I started start_gvec.bat got just black window, nothing happened and it's very hard to shut it down, don't know what to do ?!? any sugestion ? maybe to add manually nodes to that .bat file, somewhere here in that code ? maybe will then work, I have Win 7 64 bit

@echo off
color 0A
"gvec-win-x64.exe" --rpc --maxpeers 100 console 2>vec.log


follow the instructions in getting_started.txt

run create_account.bat file  (you only need to run this once )

choose password <--- you must remember this password or you risk losing your coins.

run start_gvec.bat  (windows firewall will ask for permission if turned on, choose allow)

add nodes: (paste one line at a time in the console)

admin.addPeer("enode://598773366784013bb30251ef252b55294a859a15cc92dc2fae6a876985928581353a5e4e383da8e9b44f404a9c6e31c634660fd8f4a8a374637564a3bab4e50c@198.27.90.241:11715")
admin.addPeer("enode://44824e3484dc6d64aeb07921c1460eb2d3e7d6860d2ea080ea21d320ecd995506e5ef3e08ef3072a0113f04dd9c6ee756973064bb81229a76a981601b5b3f4c5@198.27.90.242:11711")
admin.addPeer("enode://f9f8af659a747ee83d363453d12f9a64ca02a48d36f7e4a493e1d50af8009221cefd75425c63c216516118d9b131f34e6ded4192f10776e94358f371716a3f4f@24.166.127.28:11715")
admin.addPeer("enode://"e6f8f576e850c02f092493692057741b68b5c819f8aa9dbf0a5320f1610b60dfd127f8ae8d9a83a d58a038183e047568df9fca644a81cae85f8d7b38a857a025@71.84.153.165:11715")

check if console is connected:

admin.peers

run start_mining.bat    (you need a video card that supports mining ether to mine vec)


yes I know, I allowed, I have good GPUs, I'm mining ETH wit 4 x R9 390 and as I said nothing happened, that .bat console freeze
I will try to turn off my AntiVirus

 

Let me know if it works after turning off your antivirus.


now generating DAG files Wink
aaand mining...thatnk you for your help !!!
all fine !!


________________________________

just one more question, when swap will happened then we can send that mined coins ?

and it goes like this:

personal.unlockAccount(vec.accounts[0], "password")

vec.sendTransaction({from: vec.accounts[0], to: "recipient_address", value: web3.toWei(1, "vec")})

"password" = my password
 "recipient_address" = address where we send coins

and that's the only 2 fields to fulfill ?

 
624  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Vector Coin | Soft Release for miners on: May 05, 2016, 08:49:20 AM
Released:

Wallet and source are on OP.  Windows wallet has all the files needed to run and start mining.
Please give feedback on any issues you get. This soft release does not include a gui wallet.


it let me to create vec.log pass file, and then I started start_gvec.bat got just black window, nothing happened and it's very hard to shut it down, don't know what to do ?!? any sugestion ? maybe to add manually nodes to that .bat file, somewhere here in that code ? maybe will then work, I have Win 7 64 bit

@echo off
color 0A
"gvec-win-x64.exe" --rpc --maxpeers 100 console 2>vec.log


follow the instructions in getting_started.txt

run create_account.bat file  (you only need to run this once )

choose password <--- you must remember this password or you risk losing your coins.

run start_gvec.bat  (windows firewall will ask for permission if turned on, choose allow)

add nodes: (paste one line at a time in the console)

admin.addPeer("enode://598773366784013bb30251ef252b55294a859a15cc92dc2fae6a876985928581353a5e4e383da8e9b44f404a9c6e31c634660fd8f4a8a374637564a3bab4e50c@198.27.90.241:11715")
admin.addPeer("enode://44824e3484dc6d64aeb07921c1460eb2d3e7d6860d2ea080ea21d320ecd995506e5ef3e08ef3072a0113f04dd9c6ee756973064bb81229a76a981601b5b3f4c5@198.27.90.242:11711")
admin.addPeer("enode://f9f8af659a747ee83d363453d12f9a64ca02a48d36f7e4a493e1d50af8009221cefd75425c63c216516118d9b131f34e6ded4192f10776e94358f371716a3f4f@24.166.127.28:11715")
admin.addPeer("enode://"e6f8f576e850c02f092493692057741b68b5c819f8aa9dbf0a5320f1610b60dfd127f8ae8d9a83a d58a038183e047568df9fca644a81cae85f8d7b38a857a025@71.84.153.165:11715")

check if console is connected:

admin.peers

run start_mining.bat    (you need a video card that supports mining ether to mine vec)


yes I know, I allowed, I have good GPUs, I'm mining ETH wit 4 x R9 390 and as I said nothing happened, that .bat console freeze
I will try to turn off my AntiVirus

 oook....damed Avast Premiere blocked that .bat, I have to add Node32 again, now all working...thx !!!
625  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Vector Coin | Soft Release for miners on: May 05, 2016, 08:37:33 AM
Released:

Wallet and source are on OP.  Windows wallet has all the files needed to run and start mining.
Please give feedback on any issues you get. This soft release does not include a gui wallet.


it let me to create vec.log pass file, and then I started start_gvec.bat got just black window, nothing happened and it's very hard to shut it down, don't know what to do ?!? any sugestion ? maybe to add manually nodes to that .bat file, somewhere here in that code ? maybe will then work, I have Win 7 64 bit

@echo off
color 0A
"gvec-win-x64.exe" --rpc --maxpeers 100 console 2>vec.log
626  Alternate cryptocurrencies / Mining (Altcoins) / Re: Largest ETH farm hasn't sold a single ETH on: May 04, 2016, 11:03:03 PM
I know more people who are not selling then who are selling.
Currently I'm mining and buying, I stop selling, well look, ETH devs have a good reason to stop with POW phase, now a lot of miners dump coins and when POW will finish then the price could go high.
And that's what most people believe, we are expecting very high price, but who knows ! This is one of the biggest project in last few years so I'm pretty sure that this is not maximum, 0.02 or 0.03 BTC
We will see much much more !!
627  Alternate cryptocurrencies / Mining (Altcoins) / Re: Before you get HEAVILY invested in ETH Mining you should read this on: May 04, 2016, 10:45:28 PM
Seems everybody is dumping their Antminers and buying ASICs. Some of us are GPU miners who started with BTC, some of us were Litecoin miners, and some are completely new to ETH mining.

It might seem like a good idea to buy a new GPU because it will ROI in less than 2 months but keep in mind that history repeats itself.

I started mining with GPUs in January 2014 because with a 280X you made like $10 a day, so with $300 retail it would ROI in about a month. Nobody cared about power consumption back then because people were making huge money.

However like most good things, it came to an end the next month when Mt Gox caused a huge BTC price crash and Scrypt ASICs were being deployed.

The Spring of 2014 was a buyers market for GPUs on eBay. There were 7970/280X going as low as $100-125 while a month prior they were $300-400.

The 280X which made around $10 a day, 6 month later was only netting $1 a day.

A good thread to read is from the Litecoin forum about an individual who made good money with a small farm but got killed when he tried to expand at the wrong time.
https://litecointalk.org/index.php?topic=11743


I am not saying right now is a bad time to stop investing in GPUs. Nobody knows when the turning point will be. But you really should buy used GPUs like the 7970/280X instead of going for new 380X to lower your depreciation on the cards in case it turns ugly and fast.

Good luck to all.



Well, I was thinking the same, but now how I'm building rigs little by little, I see that I didn't have to invest in 280 and 380, but just in 290 and 390 and I will explain you why !?
290 and 390 are a little bit more expensive than 280 and 380, but one day when ETH stop mining with 6 x 290/390 you have 100 MH/s in lyrav2, 100 MH/s in Quark, 100 MH/s in Qubit, 70 MH/s in X11 and so...
but with 6 x 280/380 you have just 24 MH/s in lyrav2, 24 MH/s in Quark, 30 MH/s in Qubit, 24 MH/s in X11 and you are nowhere, so if I have 290/390 I don't care if one day ETH will stop with mining because I have a lot of other options for earning good profit !! so from my perspective, now when you are investing good money, better give a little bit more and you don't have to care about the future !!! and of course, buy all cards with guaranty, because we are mining 24/7.
628  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Vector Coin | Takeover | SWAP | on: May 02, 2016, 04:43:17 PM
ooo Great news, I'm still holding from September 2015 Smiley
good luck this time Wink
and there was apk wallet who is working great !!! still on my mobile !!
629  Local / Hrvatski (Croatian) / Re: blockchain wallet hackiran on: April 26, 2016, 05:28:32 PM
pretpostavljam da ti je neko ušao u mail, pošto mora upisat identifier koji hacker nikako nemože dobit putem bruteforcea, niti ga može slućajno pogoditi, dakle netko ti je vrlo vjerojatno ušao u mail i dalje se bez problema poslužio !!
ljudi koji radite sa novcima tj cryptovalutama, svugdje 2FA a pogotovo na mail !!!
ako se hacker domogne maila...a neka nemaš negdje 2FA zaštitu...zbogom !
630  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Scrypt | PoW-DPoS |SunWukong | Just another monkey coin, but it is a KING on: April 01, 2016, 05:45:16 PM
getting a lot of conflicted staking, 13 conflicted staked mined coins failed, no mined coins from staking yet. something to look into?

For me staking works fine ,getting a lot of blocks.

yeah me too...all day staking but just 1 confirmed !!!

631  Other / Archival / Re: . on: March 31, 2016, 10:56:13 PM
Just debil mining Bill
just kidding Smiley
632  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Fedoracoin ANN: TIPS/mobile wallet/eth clone/mobile wallet on: March 19, 2016, 05:20:17 PM
there's nothing wrong with the old source - in fact Tips is the most reliable source code & block chain I've ever encountered. It never even hiccups. I wish all wallets were this reliable.


Nothing wrong with it?

1. Abandoned for over 2 years now
2. There's many bugs in TX fees
3. No further development planned as there was no dev, it's simply a mine and dump coin.

If your interest only regards your holdings, then you can join the coin swap, we have fixed all these issues, used a much better codebase for the new wallet and will improve and develop more features into this coin, the idea is to make it a long term project.




I'm sorry, but who are you to make such decision ??
We who are supporting this coin from the beginning are invested a looot of time and a looot of BTC to place this coin where it is now and you want to do what Huh put your hand on it and make such nebulous changes for nothing !!
Leave that coin in peace, there is nothing wrong with them, but I think that you saw a great opportunity to put you hands on it...can't touch this !!
 
633  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Fedoracoin ANN: TIPS/mobile wallet/eth clone/mobile wallet on: March 19, 2016, 04:40:22 PM
there's nothing wrong with the old source - in fact Tips is the most reliable source code & block chain I've ever encountered. It never even hiccups. I wish all wallets were this reliable.


Nothing wrong with it?

1. Abandoned for over 2 years now
2. There's many bugs in TX fees
3. No further development planned as there was no dev, it's simply a mine and dump coin.

If your interest only regards your holdings, then you can join the coin swap, we have fixed all these issues, used a much better codebase for the new wallet and will improve and develop more features into this coin, the idea is to make it a long term project.




why changing to sha256?HuhHuh? leave it at scrypt. and burning all coins???WTF

exactly!

This is one of the best coin in Scrypt algo in last years, has nice interest, high difficulty, very high rate on exchange, it's no.1 coin on bter, so I don't see any reason to swap in to SHA256, with SHA256 you will destroy coin/interest/, you see how difficulty of BTC and other SHA256 algos going too high and people pump diff and forgat on the coin !! Just name one success coin except BTC in SHA256 algo Huh
I'm mining this coin from the day 1, and I'm totally disappointed to read this about swap into other algo Sad
We lost Mona, who was very nice while was in Scrypt, we have EAC and TIPS, with high inteest, so PLEASE DON'T SWAP TO SHA256 !!! Leave it like it is !!!
And if it's mine and dump, look, 2 yrs and the price still going up every day !!?? don't know what's wrong with this ?? Leave on Scrypt please !!!!

634  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] FedoraCoin (TiPS); New style, new services, same unique features on: March 07, 2016, 06:42:07 PM
If you are wating 12h now, open a support ticket @ bter
normally they reply very fast

But you are not 100% right: its true, the KGW will adjust difficulty much faster, "problem" now is that there was about 30gh/s hashing powers, now its "only" 13gh/s. In a result of this there must be some mined blocks that difficulty can decrease again. Until this, the difficulty is to high for current hashing powers and the blocktime will increase from 1min to maybe 2mins meaning: 10 confirmations are done in 20mins and not in 10.


yeah we are talkin now in half a day, and as I see I'm not the only one here, thx God, and we are mining on different pools, so pools are sending money, we have enough confirmations, so whats stay ? Bter !
And I wrote them 3 times in last 2 weeks and no one time they didn't respond fast, every time I was waiting one day !
635  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] FedoraCoin (TiPS); New style, new services, same unique features on: March 07, 2016, 06:23:58 PM
I trying to deposit small amount of TIPS on bter but my balance is still 0. I made a ticket on suppost site and wait for answer. What is miniumum tx for this coin?

I am also waiting for a deposit to show up on BTER. It seems their TIPS wallet has (again) problems right now. Keep us posted if your deposit comes through finally.


This time, i dont think the wallet on BTER has a problem.
THe problem is the increasement on difficulty (about 350 right now) and a temporarly drop in hashing powers: longer block time means longer confirmations ==> We have to wait longer for our TIPS to show up on BTER.
But well, i am not working for BTER so this could also be a wallet problem on BTER, but i dont think so because my personal wallets are also slower today Wink

Good hint. BTERs deposit page says they want 12 confirmations, but I suspect for TIPS they want more (Cryptsy wanted more than 1000 IIRC). My deposit has currently only 154 confirmations so it seems the network has been slow in the last hours as you say. Lets give them some more blocks before we get the pitchforks and torches out  Wink

Diff is not a problem, diff is higher because it's hash higher, it's proportional, so at the end you get every day the same amount of blocks/coins, I'm waiting now exactlly 12 hours to make a deposit to Bter, I sent them an email so we will see what happened, obviously it's on their side !!
636  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] DARKNET [DNET] QRK ALGO - PoW/PoS on: March 03, 2016, 05:27:59 PM
Okay. To get the balls rolling for the reduced max coin supply and/or decreasing, here are the proposals that can be voted by masternode owners.
Thanks to kokokoin for providing a template to go by. So first proposal is what kokokoin proposed. Second is a less aggressive model for variety.

Both provide at least 2.5x or 3.5x the current coin supply (respectively) at end of PoW. So it still increases by a fair bit.
Still keeping 4 more months of PoW while generating less auto-sell pressure & lessen daily inflation during PoW phase.

Feel free to vote, provide feedback and/or make proposals of your own.
They are my first attempt at proposal creation. Was a good practice. Smiley

Proposal #1
- Name: PoWRewardReduction1
- Variable PoW block reward halving every 50k blocks (approx every 34 days)
- Coin Supply During PoW Phase: 26 518 750

Blocks 1 - 59 200:
POW reward: 250 DNET
Total supply: 14 800 000

Blocks 59 201 - 109 200:
POW reward: 125 DNET
Total supply: 21 050 000

Blocks 109 201 - 159 200
POW reward: 62.5 DNET
Total supply: 24 175 000

Blocks 159 201 - 209 200:
POW reward: 31.25 DNET
Total supply: 25 735 500

Blocks 209 201 - 259 200
POW reward: 15.625 DNET
Total supply: 26 518 750

To vote in favor = "mnbudget vote f6c17c059a6cc173d13f8a851b6408e1a2129d1ced040e46c7689a0a5a9bca42 yes"
To vote against = "mnbudget vote f6c17c059a6cc173d13f8a851b6408e1a2129d1ced040e46c7689a0a5a9bca42 no"
(use 'vote-many' instead of 'vote' to vote using all your MN at once via controller wallet)

Quote
"PoWRewardReduction1" : {
        "Name" : "PoWRewardReduction1",
        "URL" : "bitcointalk.org/index.php?topic=1262920.msg14082472#msg14082472",
        "Hash" : "f6c17c059a6cc173d13f8a851b6408e1a2129d1ced040e46c7689a0a5a9bca42",
        "FeeHash" : "8498541b71ca65dc7daa840c7c1f4d37e7c25c507844a3a33248ccd046cfaa6d",
        "BlockStart" : 43200,
        "BlockEnd" : 108000,
        "TotalPaymentCount" : 1,
        "RemainingPaymentCount" : 0,
        "PaymentAddress" : "DMAUefC1YXGtoQDxMxTcHmf9JQUK5MLsa7",
        "Ratio" : 0.00000000,
        "Yeas" : 0,
        "Nays" : 0,
        "Abstains" : 0,
        "TotalPayment" : 10.00000000,
        "MonthlyPayment" : 10.00000000,
        "IsEstablished" : false,
        "IsValid" : true,
        "IsValidReason" : "",
        "fValid" : true
    },
Thanks, jakiman!

Can't believe what I'm reading !!!
and who will mining then Huh I mean if MasterNode reward is higher than Mining Huh

637  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] DARKNET [DNET] QRK ALGO - PoW/PoS on: February 04, 2016, 09:19:00 AM
How much is it for a Masternode

10 000 coins
638  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] DARKNET [DNET] QRK ALGO - PoW/PoS on: February 04, 2016, 03:46:54 AM
We're on Safecex, FINALLY!!!  Cheesy
https://safecex.com/market?q=DNET/BTC

Happy Trading (Happy Accumulation).

Nice, because the market on btcpool.exchange has bids and offers crossed. First sign of a broken exchange.

Hey s3v3n, I'd like to run multiple masternodes on either a linux VPS instance or a linux server at home. Does each masternode require its own external IP address? Or can I simply run them in parallel using a different port for each daemon?

I can tell you just that wallet refuse any port what is not 51472, so 51472 is the only port what you can use !
639  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] DARKNET [DNET] QRK ALGO - PoW/PoS on: February 03, 2016, 04:58:45 PM
just figured out how to list Masternodes, so 60 Masternodes "enabled" in function until now !
640  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Introducing Francs FRN. Leading the Revolution. on: January 24, 2016, 12:52:27 PM
mdr, je vais evité de faire plus de commentaire.
un vrai cirque

tranquilo hombre, todo se va a poner bien, solamente tranquilo y paciencia
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 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!