Bitcoin Forum
May 06, 2024, 04:10:25 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 »
361  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Cinni | PoS | No premine | No IPO on: June 01, 2014, 11:49:40 PM
The roadmap looks very promising. There might be a real chance for CINNI. Thanks to the devs four all your effort.
And don't get frustrated when haters piss in this thread! Smiley
362  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ★★ DigiByte ★★ [DGB] ✈ DigiShield ✔ v2.9.1 ✔ Mentioned live on CNBC! on: May 29, 2014, 07:06:19 PM
Do people in the community believe that reducing the supply would be better for long term health of the coin? Would they be more inclined to invest if they are on the fences?

YC
I think as long as DGB isn't at mainstream, a total coin reduction would be good. However, this should be done in a fair manner - meaning that if the supply is divided by ten then every coin should be a tenth coin afterwards. So if we reduce from 21 billion to lets say 210m them 1m current coins should become 10k coins. This is fair for current holders and fair to later investors. It shouldn't have the taste of a motivation of greed. The motivation is to push 1 DGB in a direction of $0.01 - $0.1 each. That's currently ~ 0.000015 - 0.00015BTC
So a reduction to 560m or 56m would make sense imho.

At a later time there's still the possibility to raise the quantity again if needed.
363  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CFC]Coffeecoin | Relaunch in 2 weeks on: May 29, 2014, 01:24:52 AM
How often do you guys earn an interest on your stake? I get it only about every 10th day. Is that normal?
364  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DRK] DarkCoin | First Anonymous Coin | First X11 | First DGW | ASIC Resistant on: May 25, 2014, 11:28:51 PM

So Amazon controls 55.9%?! Why is everyone using this US hoster? It most probably has a direct line for US officials...
365  Alternate cryptocurrencies / Altcoin Discussion / Re: Establishing testnet connection between 2 machines on: May 25, 2014, 04:29:31 PM
Both machines went async. While the vps found 19 blocks, my home machine was at 0 blocks (./foocoind getinfo)

Is it normal, that you need to set "rpcallowip=*" to establish a connection between two machines? I thought this option is only to set who is allowed to send commands?
366  Alternate cryptocurrencies / Altcoin Discussion / Re: Establishing testnet connection between 2 machines on: May 25, 2014, 04:08:23 PM
I needed to do the following on the vps:
Code:
iptables -A INPUT -p tcp --dport 19700 -j ACCEPT


367  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ★★ DigiByte ★★ [DGB] ✈ DigiShield ✔ v2.9.1 ✔ Mentioned live on CNBC! on: May 25, 2014, 02:16:47 PM
I prefer a 1GH GPU network runned by 1000 people over a 100GH ASIC network run by 10 people Wink
368  Alternate cryptocurrencies / Altcoin Discussion / Re: Establishing testnet connection between 2 machines on: May 25, 2014, 02:06:27 PM
If I add "rpcallowip=*" on each side then the vps connects to my home machine, but the home machine still gets:
Code:
2014-05-25 14:04:16 trying connection x.x.x.x lastseen=0.0hrs
2014-05-25 14:04:21 connection timeout

netstat -anet | grep 19700
vps:
Code:
tcp        0      0 x.x.x.x:39425     y.y.y.y:19700     TIME_WAIT   0          0
tcp        0      0 x.x.x.x:39434     y.y.y.y:19700     CONNECTED   1000       44447848
tcp6       0      0 :::19700                :::*                    LISTEN      1000       44447623

home:
Code:
tcp6       0      0 :::19700                :::*                    LISTEN      1000       4155783
tcp6       0      0 192.168.1.107:19700     x.x.x.x:39434     CONNECTED   1000       4157135
369  Alternate cryptocurrencies / Altcoin Discussion / Establishing testnet connection between 2 machines on: May 25, 2014, 12:59:24 PM
Hello,

I just started playing with the latest litecoin code for personal education. Got the genesis block created and am now trying to establish a testnet connection between my vps and my home machine.

vps IP: x.x.x.x
home IP: y.y.y.y
Testnet port: 19700

From what I read I should do...

on vps: ./foocoind -testnet -connect=y.y.y.y
on home: ./foocoind -testnet -connect=x.x.x.x

I already forwarded the ports on my router to the home machine, so this should be no problem. However, I never geht both machines connected. Here are the conf files I tried (~/.foocoin/foocoin.conf):

Code:
rpcuser=test
rpcpassword=test1

Result (debug.log):
on vps:
2014-05-25 12:47:45 trying connection y.y.y.y lastseen=0.0hrs
2014-05-25 12:47:45 connect() failed after select(): Connection refused

on home:
2014-05-25 12:48:21 trying connection x.x.x.x lastseen=0.0hrs
2014-05-25 12:48:26 connection timeout

Other config:
Code:
rpcuser=test
rpcpassword=test1
testnet=1

Result: same as above

Other config:
Code:
rpcuser=test
rpcpassword=test1
testnet=1
testnet_config=1

Result: same as above

This is the output of "netstat -anet | grep 19700":

vps:
Code:
tcp        0      0 127.0.0.1:19700         0.0.0.0:*               LISTEN      1000       44434377
tcp        0      1 x.x.x.x:38424     y.y.y.y:19700     SYN_SENT    1000       44434729
tcp6       0      0 ::1:19700               :::*                    LISTEN      1000       44434375

home (192.168.1.107 is my local ip which is the port forwarded to):
Code:
tcp        0      0 127.0.0.1:19700         0.0.0.0:*               LISTEN      1000       4104309
tcp        0      1 192.168.1.107:34093     x.x.x.x:19700     SYN_SENT    1000       4105400
tcp6       0      0 ::1:19700               :::*                    LISTEN      1000       4104308

If I put "listen=1" to any of the machines config file I always get:
Code:
Error: An error occurred while setting up the RPC port 19700 for listening on IPv4: bind: Address already in use


Any ideas what else I can try?

Regards, haggis
370  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ★★ DigiByte ★★ [DGB] ✈ DigiShield ✔ v2.9.1 ✔ Mentioned live on CNBC! on: May 25, 2014, 11:25:57 AM
It is a spurious correlation that hashrate and value do correspond directly with each other. The 3rd vector which is not represented is "popularity". While popularity of BTC rose, the competition in mining and trading rose as well. With the growing amount of BTC enthusiasts it became profitable to develope specials hardware for them.

You can also find statistics saying the more storks live in an area the more (human) babys are born. Does it mean that  storks are bringing the babys? Of course not. It's a spurious correlation.
371  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [NEM] NEM -New Economy Movement - No Envy Movement - Updates+Discussion thread on: May 24, 2014, 10:06:44 PM
Lol, the bidder NXT-ZWW7-PSXW-89TR-AA67Z has over 9m NXT which is worth > 700BTC o.O

what bud has he put in?
NXT-ZWW7-PSXW-89TR-AA67Z   40   10'000   400'000

Now we should move the talk about AE to the appropriate thread as aked by UtopianFuture Wink

https://bitcointalk.org/index.php?topic=616467.0
372  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [NEM] NEM -New Economy Movement - No Envy Movement - Updates+Discussion thread on: May 24, 2014, 09:58:46 PM
Lol, the bidder NXT-ZWW7-PSXW-89TR-AA67Z has over 9m NXT which is worth > 700BTC o.O
373  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][NHZ] - NeXT Horizon | fork of nxt | distributed by bounties | UPDATE V3.0 on: May 24, 2014, 11:49:17 AM
Upgraded two nodes to 3.0.1 within 5minutes and after some time I saw my coins.

It was a very easy process without problems:

1) moved old nhz folder to nhz_old
2) extracted the contents of the new zip file to nhz folder
3) set nhz.myAddress and nhz.myHallmark to the same values as in the previous version
4) run run.sh

Done Smiley

Thanks!
Looks like we are again at the NRS gui, which doesn't look as pretty but I like more as it is more compact in the transaction overview.


EDIT: Please upgrade your nodes, guys! From 44 active peers I see there's NONE with nhz 3.0!  Cry
374  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ★★ DigiByte ★★ [DGB] ✈ DigiShield ✔ v2.9.1 ✔ Mentioned live on CNBC! on: May 24, 2014, 11:23:26 AM
Thanks for the update. Good to hear that you worked out your personal issues.

Quote
We have been talking with some serious investors the past couple weeks at least every other day. We will be flying to LA on June 2nd to hopefully finalize a deal. This process has been very time consuming as it has required some very detailed plans and research to be done as to how we can properly build & market an exchange in todays uncertain regulatory environment.
That sounds like a huge waste of time and money. Another new exchange won't help digibyte. There are already more than enough exchanges out there. For example CryptoAve didn't help DGC a bit.



Unfortunately, I have to agree. Look at what CryptoAve has done for DigitalCoin. Nothing, other than distracting the Dev(s) from attending to what's important (i.e. the coin itself). https://www.cryptoave.com/

Since CryptoAve inception, DGC has lost over 80% of its value . . . and if we take into account the 3 months or so spent on trying to get it up and running before they actually eventually succeeded, we'd have to say that DGC has lost over 95% of its value from its Nov.-Dec. 2013 highs.

Personally, my 2 cents say that an algo change is paramount ATM. Everything else can wait, we've got years before it's even going to be necessary to even think about PoS, for example, but the ASIC threat has got to be dealt with ASAP, and with a scrypt coin, the only option available is a hardfork algo change. There's no other option. And time is of the essence.

First, I aggree 100% on "security first". So an algo change should in my opinion be priority #1, too.

However, you say the approach to open a new exchange is wasted time. I'm not sure about this. Yes, it didn't help Digitalcoin obviously. But as I can see CryptoAve had nothing new to offer beside a possibility to buy some few coins with USD. CA had no reputation outside the cryptocurrency scene (if even). I would say it was

1) a lack of marketing
2) a lack of investors outside cc scene (or at least very wealthy ones)
3) a lack of DGC adoption
4) too early

If we aim towards a broad adoption of DGB for digital payment processes, we obviously need a payment processor. While hoping to get added to bitpay or coinkite for months or forever, you can also take action and create your own. If you have good investors at your hands that want to make serious bussines and are able to finance decent marketing campaigns for being adopted from merchants and customers, this COULD work.
I don't believe the two mentioned major payment processors will be the last ones we ever see in cc world. Someone has to try and someone needs to come up with new, fresh ideas.

I aggree, this is a realy hard task. It's not enough to code a great tool overnight, you need partners that invest and promote and have good connections to other businesses.
375  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Cinni | PoS | No premine | No IPO on: May 23, 2014, 05:20:25 PM
http://www.cinnicoinstore.com

Looks like a schoolboy homepage


you are wrong sir

that is kindergarten homepage

lol
Smiley)
Probably they paid 1000 cinni ( 0,06 btc) for development of this STORE!
And they are going to accept bitcoins!!!!
What's the point to buy cinni then?
As you are talking about kindergarten and school: learn reading!
Currently being developed
376  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Cinni | PoS | No premine | No IPO on: May 23, 2014, 02:04:35 AM
Panic times are best times to make money  Grin
377  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ★★ DigiByte ★★ [DGB] ✈ DigiShield ✔ v2.9.1 ✔ Mentioned live on CNBC! on: May 23, 2014, 01:43:47 AM
I'm realy a patient person...but currently you're loosing a lot of faith.
378  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: Free profit/loss portfolio manager for Bitcoins and all other digital currencies on: May 22, 2014, 02:29:53 AM
This site is a great idea - thank you! I was thinking about it myself but just was too lazy / had a lack of time Wink

As I trade 99% on mintpal/poloniex/cryptsy I'm wondering if you plan to support their APIs? At the current state it looks as there is no practical way to batch import trades from this sites, is it?


edit: just saw your answer 2 posts above  Embarrassed
Is it necessary to include all altcoins manually? Can't you just do a API callback from the exchanges and use the coincodes as reference dynamically?
379  Alternate cryptocurrencies / Altcoin Discussion / Re: [NEM] Do you want to have asset exchange token before the official launch ? on: May 21, 2014, 06:17:20 PM
Sorry if this might be the wrong place. But can give me somebody the ID of any NXT asset?

I tried the following and always get a "Asset or account ID is invalid." from the client:
Bithaus, DGEX Exchange, Dotsforbits, InstantDEX, Lith, ...


OP mentioned something about listing the Asset after 100 requests. We havent reached that number yet.
That doesn't answer my question, sorry. I want to know the ID of some random asset to see how the AE looks like
380  Alternate cryptocurrencies / Altcoin Discussion / Re: [NEM] Do you want to have asset exchange token before the official launch ? on: May 21, 2014, 04:30:38 PM
Sorry if this might be the wrong place. But can give me somebody the ID of any NXT asset?

I tried the following and always get a "Asset or account ID is invalid." from the client:
Bithaus, DGEX Exchange, Dotsforbits, InstantDEX, Lith, ...
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 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!