Bitcoin Forum
October 03, 2025, 02:39:46 PM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 3 4 5 6 »
1  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [BRK] Breakout Chain | Coin Sale Complete | Multicurrencies | Gaming + eSports on: October 10, 2017, 10:37:56 AM
Hey guys.

Downloaded and installed the wallet.

I have a staked BRX balance that is not spendable. I can't find any option for how to unstake them.

I tried going into Settings -> Options -> Breakout Stake Reserve.
I changed the reserve amount to match my current balance in BRX, and it does nothing.

How can I unstake the coins, so I can spend them?
My wallet is fully synced and I was able to spend some coins from it successfully but I cant seem to unstake the rest of the coins.

Any help would be appreciated.

2  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [BRK] Breakout Chain | Coin Sale Complete | Multicurrencies | Gaming + eSports on: December 22, 2016, 04:43:18 AM
So I invested in the original ico, 2 years ago, when the coin was called BROcoin. Before it was renamed.

I assume that entitles me to a stake in the new breakout coin?
How do I claim that?

Anyone else here who also was one of those investors claimed?
3  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [SKY] Skycoin Launch Announcement on: October 09, 2015, 09:05:10 AM
To SKYCOIN,
A few questions.

Regarding the coin:
Has the skycoin IPO ended yet? When will it trade on exchanges and where?
I have been following your coin for a very long time but I haven't bought in yet because of the lack of support.

Regarding your depressing, political, conspiracy rants:
Can you prove what you're actually saying about the world?
Can you give evidence to substantiate your posts better?

I'm not disagreeing that certain events you mention are not happening in the world.
I'm rather asking you to prove the malicious, psychopathic intent and conspiracy behind the events that you claim.

https://en.wikipedia.org/wiki/Hanlon's_razor
"Never attribute to malice that which is adequately explained by stupidity."

Isn't it far more likely to conclude that the bad things that happen in the world are simply a result of individual actions, game theory and the human condition rather than a global evil conspiracy? Or even bad things happen also due to market failures (that lead to monopoly). What you talk about reminds me of Mr Robot (Evil Corp etc). But your posts were here before Mr Robot.

Give me evidence that there is actual intent and purpose behind bad events. Give me evidence that there actually is a global, evil conspiracy. Pointing to random events is not evidence. Events can be interpreted in any subjective way you want.

Yes money and wealth and power always flows from the many to the few; as shown by the power law or power distribution. There will always be people whom are more intelligent or ambitious with their actions. Evolution favours these people, especially through sexual selection.

Yes, individuals acting in their own best interest can come at the cost of the group's interest and this threatens everyone.

But where is the evidence of intent that the people in power are pure evil as you claim?
4  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [SKY] Skycoin Launch Announcement on: August 13, 2015, 05:38:57 AM
I'm still following skycoin closely.
Been watching for a long time now.

The political posts are always create a mixture of disbelief, fear and interest for me. They cause me to think about things. The part about the assassination of presidents for special interests struck a nerve. The hit on JFK was super professional. It would have been probably cheap / easy to find a someone like Oswald to take the fall for it. Maybe he was in massive debt, maybe you told him that they'd take care of his family forever after his death...
Seems simple. Lower JFK's defense protocol. Setup multiple shooters. Emotionally leverage oswald into taking the fall. Okay now JFK is gone. Now we can get back to the business of making money. Seems very plausible.

9/11 also has always seemed suspicious to me. Why did it look like a controlled demolition when it was only hit at the top of the building? They say that the jet fuel flowed down the centre and burned out the foundations? Why did the trade centre nearby, which didnt get damaged by anything, also get demolished?

I feel some degree of fear because, what if an involvement in this project makes me a target. Should I be using proxies to hide my identity while posting on this thread?
Im just a nobody though...

Regarding the IPO, can we all get an update on it?
Has the trading started?
I was waiting for the technical issues to be fixed before buying in.
I want to buy in.
5  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [SKY] Skycoin Launch Announcement on: May 09, 2015, 02:05:28 PM
Is the IPO still open?

I haven't checked back since it started.
If so, what's the easiest way to buy in on a windows machine?
6  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [SKY] Skycoin Launch Announcement on: February 01, 2015, 02:46:33 AM
Using the latest ubuntu...

cloned skycoin from github successfully

Then ran the script
./gui.sh build

Had the same problems that I had with windows; and I remembered your suggestion to install GO separately. So I did this.

sudo apt-get install golang
This installed golang onto my ubuntu.

Then I ran
sudo apt-get install libgmp3-dev
(because of the above post)
This seemed to install.

Finally Now I ran ./gui.sh build from inside skycoin again. Different problem


witsky@witsky-P31-DS3L:~/skycoin$ ./gui.sh build
Compiling with go
../../cmd/skycoin/skycoin.go:16:2: cannot find package "github.com/op/go-logging" in any of:
   /usr/lib/go/src/pkg/github.com/op/go-logging (from $GOROOT)
   ($GOPATH not set)
../../cmd/skycoin/skycoin.go:21:2: cannot find package "github.com/skycoin/skycoin/src/cipher" in any of:
   /usr/lib/go/src/pkg/github.com/skycoin/skycoin/src/cipher (from $GOROOT)
   ($GOPATH not set)
../../cmd/skycoin/skycoin.go:22:2: cannot find package "github.com/skycoin/skycoin/src/daemon" in any of:
   /usr/lib/go/src/pkg/github.com/skycoin/skycoin/src/daemon (from $GOROOT)
   ($GOPATH not set)
../../cmd/skycoin/skycoin.go:23:2: cannot find package "github.com/skycoin/skycoin/src/gui" in any of:
   /usr/lib/go/src/pkg/github.com/skycoin/skycoin/src/gui (from $GOROOT)
   ($GOPATH not set)
../../cmd/skycoin/skycoin.go:24:2: cannot find package "github.com/skycoin/skycoin/src/util" in any of:
   /usr/lib/go/src/pkg/github.com/skycoin/skycoin/src/util (from $GOROOT)
   ($GOPATH not set)
go compilation failed
witsky@witsky-P31-DS3L:~/skycoin$
7  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [SKY] Skycoin Launch Announcement on: January 31, 2015, 12:03:49 PM
Stuck again with windows installation.

I installed mingw.
Ran the mingw shell.

Managed to clone skycoin's github completely.

When I ran ./setup.sh

It got stuck with gvm and go1.4

"$ ./setup.sh
Installing gvm and go1.4
./install-gvm.sh: cannot make pipe for process substitution: Function not implem
ented
./install-gvm.sh: cannot make pipe for process substitution: Function not implem
ented
./install-gvm.sh: line 4: <(curl -s -S -L https://raw.githubusercontent.com/moov
web/gvm/master/binscripts/gvm-installer): ambiguous redirect
grep: /home/WitTheSecond/.bashrc: No such file or directory
./install-gvm.sh: line 15: /home/WitTheSecond/.gvm/scripts/gvm: No such file or
directory
./install-gvm.sh: line 18: gvm: command not found
./install-gvm.sh: line 24: gvm: command not found
Installing skycoin to $GOPATH
GOPATH is not set
Installing or updating skycoin dependencies
xargs: go: No such file or directory
Done
Do './run.sh -h' to confirm it is installed. This runs the daemon.
README.md has further instructions for building and running the gui.
"

I have a ubuntu live USB and a fresh drive. Would it be alot easier to use that?Huh

No idea. Golang has difficulty with replication. I changed the flags to the curl command in /compile/install-gvm.sh to fix a problem that one person had. Then other people began getting the problem you are having.

Can you open a ticket on github?

>mingw.

You are on windows? If you are on windows, install go, then do

go run ./cmd/skycoin/skycoin.go -web-interface=true

The gvm script may not work on windows. You should just need go and it should work.

You may need to do
./compile/get-dependencies.sh

>mingw

We need cross compilation from ubuntu. There is a mingw compiler for linux that allows creation of the binaries for windows. It is implemented and works with golang, but there are no instructions for getting it working.

I tried following your instructions.
I installed go and tried a few commands but still had no luck.
I'm not as technically advanced as you dev.
I might try to use ubuntu but someone else was having trouble with that too.
Detailed instructions on how to install with windows or ubuntu would be nice for me...
8  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [SKY] Skycoin Launch Announcement on: January 31, 2015, 04:35:10 AM
Stuck again with windows installation.

I installed mingw.
Ran the mingw shell.

Managed to clone skycoin's github completely.

When I ran ./setup.sh

It got stuck with gvm and go1.4

"$ ./setup.sh
Installing gvm and go1.4
./install-gvm.sh: cannot make pipe for process substitution: Function not implem
ented
./install-gvm.sh: cannot make pipe for process substitution: Function not implem
ented
./install-gvm.sh: line 4: <(curl -s -S -L https://raw.githubusercontent.com/moov
web/gvm/master/binscripts/gvm-installer): ambiguous redirect
grep: /home/WitTheSecond/.bashrc: No such file or directory
./install-gvm.sh: line 15: /home/WitTheSecond/.gvm/scripts/gvm: No such file or
directory
./install-gvm.sh: line 18: gvm: command not found
./install-gvm.sh: line 24: gvm: command not found
Installing skycoin to $GOPATH
GOPATH is not set
Installing or updating skycoin dependencies
xargs: go: No such file or directory
Done
Do './run.sh -h' to confirm it is installed. This runs the daemon.
README.md has further instructions for building and running the gui.
"

I have a ubuntu live USB and a fresh drive. Would it be alot easier to use that?Huh
9  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [SKY] Skycoin Launch Announcement on: January 30, 2015, 02:06:40 PM
I tried to install the skycoin client.
I got stuck though.

instructions for windows were to use a "MingW shell"
I tried to install mingW but it while installing it, I got an error:
"mingw-get: *** INFO *** setup: unpacking mingw-get-setup-0.6.2-mingw32-beta-20131004-1-dll.tar.xz
mingw-get: *** ERROR *** unpack: required archive file is not available
mingw-get: *** ERROR *** unpack: aborted due to previous download failure
mingw-get: *** INFO *** setup: unpacking mingw-get-setup-0.6.2-mingw32-beta-20131004-1-xml.tar.xz
mingw-get: *** ERROR *** setup: unable to continue"

Any ideas?

Will there be more compatible way to do this with windows? Or should I install a ubuntu os just for this IPO? When is the IPO as well?


EDIT: FIXED. It was my anti-virus
10  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [SKY] Skycoin Launch Announcement on: January 26, 2015, 06:48:45 AM
I understand that the IPO may be launched soon.
I mainly use windows.
What software will I need to participate in the IPO?
Skycoin github software and a TOX client?
How soon is the IPO? Does anyone know?


I'm very interested in skycoin. The dev appears very impressive and if it is a scam, it's an incredibly long and elaborate scam haha.
11  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [SKY] Skycoin Launch Announcement on: December 13, 2014, 12:42:03 PM
For those of us who see massive potential in skycoin, could you please PM me and let me know what other INNOVATIVE projects you're following that are in development and pre-IPO/ICO (e.g. zerocash). I'm only interested in truly innovative projects that solve a problem, not copy and pasted trash. Only an innovative project can serve as a hedge against bitcoin (e.g. potentially monero or skycoin could hedge against a massive and catastrophic failure in the bitcoin protocol).

These are the only currencies I am interested in.

Regards,
Wit
12  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency (mandatory upgrade) on: November 15, 2014, 04:48:23 AM
Hey guys.
I'm a XMR long-term hodler.
Bought my first XMR before RP even Tongue

I really love the community and quality of people that are backing monero.
Just wanted to ask a few questions.

Can someone compare bitcoindark against monero for me?
Bitcoindark claim some kind of 'teleportation' technology that doesn't make much sense for me at the moment.

Can anonymous technologies (zero knowledge proofs or darkcoin's mixing or monero's ring signatures) be implemented usefully in bitcoin sidechains? Or would that compromise the anonymity? Do they need their own blockchain?

I understand that the monero community believes ring signatures to be the best form of anonymity technology at present. Will will be able to overcome the problems of blockchain bloat? Does boolberrys' trimming and discarding of information to deal with this ruin the anonymity?

I also dislike the current website's design haha. This currency is all about the technology and has no marketing/hype; leading to a higher chance of being undervalued.

Keep up the good work guys.

13  Economy / Digital goods / Re: WTS Cryptocurrency (bitcoin, ethereum) Domains on: November 13, 2014, 02:29:30 AM
Bump
14  Economy / Digital goods / WTS Cryptocurrency (bitcoin, ethereum) Domains on: November 12, 2014, 03:57:03 PM
I've owned some crypto related domains from 6 months to a year ago, and only just now am I seeing if I can get some offers. Feel free to pm me or discuss. Any opinions or speculation on my domains is welcomed.



bitwinz.com
cryptbet.com
cryptictrader.com
cryptporn.com
cryptwatch.com
payripple.com
payripples.com
payxrp.com
ripcoin.com
ripcoins.com
rippledollar.com
ripplespay.com
tipinbit.com
tipinbits.com
tipplebit.com
tipripple.com
xrpex.com
xrptrade.com

 aboutether.com  
 aboutethereum.com  
 allaboutether.com  
 autoeth.com  
 autoether.com  
 beteth.com  
 biteth.com  
 coineth.com  
 contracteth.com  
 contractether.com  
 crypteth.com  
 crypticwriter.com  
 crypticwriter.net  
 cryptoblogging.com  
 cryptoblogging.net  
 cryptowriter.com  
 cryptowriter.net  
 daceth.com  
 daoeth.com  
 diceth.com  
 ethbase.com  
 ethbet.com  
 ethblock.com  
 ethblockchain.com  
 ethblocks.com  
 ethblog.com  
 ethblogger.com  
 ethbuy.com  
 ethcap.com  
 ethcharts.com  
 ethcode.net  
 ethcontracts.net  
 ethdac.com  
 ethdacs.com  
 ethdao.com  
 ethdaos.com  
 ethdapps.com  
 ethdice.com  
 eth-e.com  
 etherblockchain.com  
 etherblogger.com  
 etherblogger.net  
 etherblogging.com  
 etherblogs.com  
 etherchain.com  
 ethercontracts.net  
 etherdacs.com  
 etherdao.com  
 etherdaos.com  
 etherdapps.com  
 etherealeth.com  
 etherealether.com  
 etherealetherium.com  
 ethereumblogger.com  
 ethereumblogger.net  
 ethereumblogging.com  
 ethereumblogs.com  
 ethereumdac.com  
 ethereumdacs.com  
 ethereumdao.com  
 ethereumdaos.com  
 ethereumfeed.com  
 ethereumfeeds.com  
 ethereummarkets.com  
 etherexplorer.com  
 etherfeeder.com  
 etherfeeds.com  
 ethermarkets.com  
 etherscripting.com  
 etherscripts.com  
 ethertrader.com  
 ethexplorer.com  
 ethfeed.com  
 ethfeeds.com  
 ethguild.com  
 ethmarketcap.com  
 ethmarkets.com  
 ethpoker.com  
 ethrwallet.com  
 ethrwallets.com  
 ethscript.com  
 ethscripts.com  
 ethtrader.com  
 ethwallet.com  
 ethwallets.com  
 ethwatch.com  
 ethwatcher.com  
 feedeth.com  
 letstalketh.com  
 letstalkether.com  
 letstalkethereum.com  
 letstalkethereum.net  
 realether.com  
 repeth.com  
 repether.com  
15  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [SKY] Skycoin Launch Announcement on: October 19, 2014, 04:26:18 AM
Been following this for months.
I think it looks very promising.
Well done on all of your hard work.
16  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN][MRO][HOW TO] mine monero on Windows on: May 21, 2014, 09:34:37 AM
When does the pool payout?

I was mining when a block was found but it doesn't say that I've been paid anything.

Noob questions I know.
17  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN][MRO][HOW TO] mine monero on Windows on: May 21, 2014, 07:18:50 AM
One question.
Does launch.bat need your wallet's password where it says password = x

Is that a dumb question?

I left it as an X and the miner seems to be working. It says "Share submitted successfully" every now and then.
18  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN][MRO][HOW TO] mine monero on Windows on: May 21, 2014, 07:17:55 AM
Hey.
I always follow your posts super resistant Tongue
Joined your pool. First coin I've ever tried to mine.
Good luck to us!

Will
19  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [SKY] Skycoin Launch Announcement on: May 17, 2014, 02:19:27 AM
In light of your comments about the possible IPO structure.

I'm just making this post to register my interest in your project and coin.

I've been reading your updates and lurking for some time now.

Keep up the good work,
Will
20  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DRK] DarkCoin | First Anonymous Coin (DarkSend) | No Premine | Runs 30% cooler than scryp on: March 08, 2014, 04:12:38 AM
I really like this coin and I don't hold useless altcoins. I only own the quality crypto. I don't hold the 95% rubbish.

This coin has good branding and an awesome concept.
However the threat to this coin will be other anonymous coins and government regulation.

I bought this coin because I didn't feel that it was hyped yet.
Pages: [1] 2 3 4 5 6 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!