Bitcoin Forum
May 05, 2024, 06:54:16 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 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 ... 77 »
461  Bitcoin / Project Development / Re: [BOUNTY] Ubuntu 12.04 Environment to compile bitcoin on: December 23, 2013, 06:35:50 PM
I now have made working binaries of bytecoin-qt and bytecoind, and have a stream of consciousness .bash_history file.

Thanks

462  Bitcoin / Project Development / Re: [BOUNTY] Ubuntu 12.04 Environment to compile bitcoin on: December 23, 2013, 04:23:10 PM
This looks pretty good.  There is still one apparently well known problem. 

On my system, I have the directory path /etc/apt/preferences.d/.  This directory is empty.  I am assuming that this is where the file should go that is mentioned in the answer linked above.  What should that file name be, and should that fix be applied?


what is the result for this command
Code:
apt-cache policy libminiupnpc8 libminiupnpc-dev


That's pretty handy.  I really need to read the docs again.


Code:
avalon@avalon-VirtualBox:~/bytecoin$ apt-cache policy libminiupnpc8 libminiupnpc-dev
libminiupnpc8:
  Installed: 1.6-precise2
  Candidate: 1.6-precise2
  Version table:
 *** 1.6-precise2 0
    500 http://ppa.launchpad.net/bitcoin/bitcoin/ubuntu/ precise/main amd64 Packages
    100 /var/lib/dpkg/status
  1.6-3ubuntu1 0
    500 http://us.archive.ubuntu.com/ubuntu/ precise/main amd64 Packages
libminiupnpc-dev:
  Installed: (none)
  Candidate: 1.6-3ubuntu1
  Package pin: 1.6-3ubuntu1
  Version table:
  1.6-3ubuntu1 100
    500 http://us.archive.ubuntu.com/ubuntu/ precise/main amd64 Packages
463  Bitcoin / Project Development / Re: [BOUNTY] Ubuntu 12.04 Environment to compile bitcoin on: December 23, 2013, 06:56:09 AM
I have a successful build.
I do not have a solution to the libupnpc-dev problem.
464  Economy / Computer hardware / Re: [WTS] 18 Avalon's Batch 1 / Batch 2 | Tuned to mine at 84 to 86 GH/s | Fast Ship on: December 23, 2013, 05:20:18 AM
Anyone willing to offer 2k ea on these?

I'll pay $2,000.  I prefer a batch #2 unit.
465  Bitcoin / Project Development / Re: [BOUNTY] Ubuntu 12.04 Environment to compile bitcoin on: December 23, 2013, 04:48:13 AM
maybe "make -f makefile.unix USE_UPNP=-"

Do you have a working binary?
466  Bitcoin / Bitcoin Discussion / Re: Mike Hearn, Foundation's Law & Policy Chair, is pushing blacklists right now on: December 23, 2013, 04:33:42 AM
When a transaction mixes some stolen coins and other coins, the outputs have a certain % of dirt.  This is easy to calculate.

Then those coins, in turn, are used in a transaction, it is also easy to calculate what % of dirt in in those new outputs.

It should be trivial to build an application that can take a list of transaction ids that the user thinks are from illegal activity, and a list of (transaction IDs, output address) that are of interest, perhaps because they are unspent  transactions in a customer's wallet.

The algorithm is pretty simple.  Trace the "not inputs" back until everything is a generation block, or one of the dirty transactions.  Then walk back forward until you are at a transaction ID on the list that is being examined.

467  Bitcoin / Project Development / Re: [BOUNTY] Ubuntu 12.04 Environment to compile bitcoin on: December 23, 2013, 04:06:46 AM
This looks pretty good.  There is still one apparently well known problem. 

On my system, I have the directory path /etc/apt/preferences.d/.  This directory is empty.  I am assuming that this is where the file should go that is mentioned in the answer linked above.  What should that file name be, and should that fix be applied?

468  Alternate cryptocurrencies / Altcoin Discussion / Re: [BTE] The Bytecoin Information Thread on: December 22, 2013, 09:30:42 PM
where do i get a linux client from these days?

I have never found a Ubuntu client, for Precise Pangolin 12.04.  Make fails with unmet dependencies.  I would like a script that installs the missing dependencies.



I have posted a similar request in another thread.
469  Bitcoin / Project Development / Re: [BOUNTY] Ubuntu 12.04 Environment to compile bitcoin on: December 22, 2013, 09:27:47 PM
Oh my, my mouse button bounced.  This should compile bytecoin-qt to be accepted.  Execution of bytecoin-qt in my 12.04 virtual box is my acceptance criteria.


470  Bitcoin / Project Development / [BOUNTY] Ubuntu 12.04 Environment to compile bitcoin on: December 22, 2013, 09:24:37 PM
I want an environment to compile bytecoin (BTE) under Ubuntu 12.04 (Precise Pangolin).  This is the 1:1 bitcoin clone that was released April 1, and may or may not be an April Fools's gag.

I will have a newly installed and updated standard Ubuntu 12.04 (Precise Pangolin) virtual machine (Oracle VirtualBox), and I will test your script in that environment.  Certain posts suggest that related altcoins, especially CNC, will give a clean make in Ubuntu 11.04.

You will provide a shell script that runs as root, that makes a complete environment to compile bytecoin, and does a clean make of bytecoin. 
I will own and publish the script.  You may do anything else that you wish with it.  I have made an initial effort to do this, and there are some missing dependencies.  Some of the altcoin threads discuss these dependencies.  I would rather pay you to handle these details than duplicate your expertise. 

If you have trouble connecting to a node, you may try addnode 66.234.123.28 add in your configuration file.

for example:

#!/bin/sh
#sudo apt-get install ssh, ntp, git, <anything else that is necessary>
#other installs as may be necessary

#---
#git the source

#---
#perform the make


Please submit a bid denominated in BTC and a deadline.

I will consider making payment in USD or BTE, provided that we agree on the exchange rate.  If I pay in BTC or BTE, I will disclose the TXiD.

471  Alternate cryptocurrencies / Altcoin Discussion / Re: [BTE] The Bytecoin Information Thread on: December 22, 2013, 06:18:26 PM
where do i get a linux client from these days?

I have never found a Ubuntu client, for Precise Pangolin 12.04.  Make fails with unmet dependencies.  I would like a script that installs the missing dependencies.

472  Alternate cryptocurrencies / Altcoin Discussion / Re: [BTE] The Bytecoin Information Thread on: December 22, 2013, 03:16:57 AM
Just bought some bytecoins. Cheap as hell!

If you don't mind me asking. how cheap is that?

On Cryptsy, about 0.00018 BTC / BTE

473  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BETA][EXCHANGE][REALTIME] CoinEX realtime exchange with ZERO FEES for beta on: December 20, 2013, 05:44:47 PM
why don't they just launch the old site back up again? instead of holding back our funds!

My guess is data consistency.  They would have to migrate the changes from the new site back into the old engine.  This would take time and introduce risk. 

The loudest people in the troll box were saying that the new software should not run until it is stable.  Ahem, that is now the situation.
474  Alternate cryptocurrencies / Altcoin Discussion / Re: [BTE] The Bytecoin Information Thread on: December 20, 2013, 05:38:22 PM
I can't get the Windows bytecoin-qt to sync. I'm using version v0.8.1.0-beta and it has reported N/A for the current blocks since I've downloaded it a few weeks ago. All other altcoin-qt work fine. The log shows it gets addresses from DNS seeds but they all time out. A network sniffer shows the client sending packets but no replies except a few TCP CONNECTION REFUSED. Any ideas?

Thanks in advance.

If you give your IP and make sure port 6333 is open, we can send a connection to you.
You can open the debug window, go to the console, and type
>  addnode 66.234.123.28 add
475  Bitcoin / Bitcoin Discussion / Re: Native American Activist Wants To Swap The Dollar For Bitcoin on: December 19, 2013, 07:00:16 PM
... and they are raping the American dollar away from citizens with casinos.


Rape is not voluntary.  Casinos require effort to travel to, and participation is voluntary.  Even with the casinos, the Native Americans have not been treated justly in accordance with the treaties.
476  Bitcoin / Bitcoin Discussion / Re: Native American Activist Wants To Swap The Dollar For Bitcoin on: December 19, 2013, 05:25:19 PM
A reservation that I have visited has a wind turbine, but it is idle.  The local electricity company will not allow them to connect to the grid.

I have envisioned a scenario where they heat/cool a community building, possibly including a swimming pool and laundromat, with the waste heat from mining operations in a facility adjacent to the wind turbine.

They could also clone a coin for their own use, and use this coin to distribute funds.  The culture in the Native community seems to be significantly more tuned to taking care of all members of the community than the bitcoin community, and I think these ideas will work there.

The casinos have attracted a significant amount of outside funding, and a consideration of how they have impacted the reservation may be instructive in viewing a currency exchange.

477  Other / Archival / Re: deleted by request on: December 19, 2013, 03:55:38 AM
I can't withdraw any coins. They have been pending for 2 days. I had a negative balance. Filled 5 support tickets. No response. This is bullshit. Craptsy needs to stop trading, fix their shit or get out of the Crypto market.

I have worked in support.  If you have 5 support tickets, you are taking more than 5 times the time it takes to handle 1 ticket.  It will work better for you, and for everyone, if you file one with the detail.  "something is wrong" is not enough detail.  Then quit and wait. 

If you try to apply more pressure, they will respond by becoming more defensive, and not by fixing the problem.  It hurts everyone for you to put many support tickets in.  Don't do it.
478  Bitcoin / Development & Technical Discussion / Re: What are checkpoints in bitcoin code? on: December 16, 2013, 07:57:13 PM
Bitcoin is decentralized. And no small group of people should decide which branch is correct and which is not.

I don't understand how you think that checkpoints mean that a small group of people is deciding which branch is correct.

The protocol rules chose the correct branch.  The checkpoints only document what that historical choice was.

479  Bitcoin / Development & Technical Discussion / Re: What are checkpoints in bitcoin code? on: December 16, 2013, 03:38:00 AM

block-chain with bigger combined work amount is the winner, period.


Is it clearly total work, rather than block height?
480  Other / Archival / Re: deleted by request on: December 16, 2013, 03:11:47 AM
Lost $50 of BTC to Cryptsy just a few minutes ago. Placed a Buy Order for an altcoin, then canceled it after a few minutes. Now I have no altcoins and my BTC was never recredited to my account. Is this where the infamous "waiting" comes into play with Cryptsy or should I submit a support ticket?

I have read two instructions to handle this.  One of them worked for me, the other I did not try.

1.  Place an order too large to be filled.  Cancel out of it.
A.  Place a tiny order.  Then cancel it.

I tried option 1.
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 ... 77 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!