Bitcoin Forum
October 02, 2025, 09:40:05 PM *
News: Latest Bitcoin Core release: 29.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 »
1  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CTF] Coin2Fly 50% MN reward, Masternodes, NeoScrypt. on: March 16, 2018, 11:55:15 PM
Their confirmations take a little longer. I've noticed it can take up to 2 hours (sometimes). How long have you been waiting?


quote author=gsanjin link=topic=2871984.msg32468476#msg32468476 date=1521226143]
Deposits to Stocks.Exchange not working ...
[/quote]
2  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Strength - 100% PoS | High-Reward MN | Auto Pre-Sale | Release March 16th on: March 11, 2018, 11:15:49 PM
POS, not POW.

whats the algorithm? or is no POW?
3  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CTF] Coin2Fly 50% MN reward, Masternodes, NeoScrypt. on: March 11, 2018, 07:24:38 PM
anyroad.io has set up these nodes as well as helped with mining CTFs (and a few other coins). (https://anyroad.io/)

Seems like a good project. Looking to get a masternode. Anyone here with experience in getting it hosted? Is there a system that allows you to keep the coins in your wallet? I have another masternode for a different coin and there I can keep the coins in my wallet while the masternode is running and hosted by someone else. Is that possible with this coin as well?
4  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CTF] Coin2Fly 50% MN reward, Masternodes, NeoScrypt. on: March 06, 2018, 12:06:52 AM
Trying to mine using CCminer and HSR Miner - no luck in mining for the past 24 hours.
Keep getting a time out on all listed sites. I attempted to solo mine, but getting errors as well (have 2 GTX1070s and 1 GTX 1060).

Anyone currently mining? If so, which mining app are you using?
5  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency on: May 24, 2017, 10:41:49 AM
Always nerve racking when I transfer my wallet from one computer to another (original computer was old and the hard drive was about to crash). Backed up everything, moved everything over (and the blockchain) with no issues.... Felt as if I worked out!
6  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency on: April 07, 2017, 05:21:05 PM
Just checked after a long time to complete the process and i'm still missing 3... Oh well. No worries. Eventually i'll make it up with my 500 H/s mining Smiley

3 XMR is a lot to be missing from any wallet, no matter how much there is in there.
Unless you had hundreds of transactions and forgot to account for their fees, I suggest you look into this discrepancy. Check again all payments you received and sent.

i've checked my spreadsheet, payout log from mining, and transactions -- still missing 3. on a positive note, i received .5 xmr from an anonymous person, whomever you are: Thank you!
7  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency on: April 07, 2017, 08:24:02 AM
THANKS! Fixed - found all of my monero's except for 3 Huh oh welll... Taking that as a 'cost of doing business' loss.

Have you tried rescanning the blockchain in monero-wallet-cli?

Code:
  rescan_bc            Rescan blockchain from scratch

@akula999

For clarity, this command has to be typed into monero-wallet-cli. However, I'd first use the show_transfers command to see if anything is off.

Just checked after a long time to complete the process and i'm still missing 3... Oh well. No worries. Eventually i'll make it up with my 500 H/s mining Smiley
8  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency on: April 06, 2017, 06:09:31 PM
So having issue launching Monerod on a windows 10 64 bit computer. I downloaded the new files and i'm getting the following error:
New log categories: *:WARNING,net:FATAL,net.p2p:FATAL,net.cn:FATAL,global:INFO,verify:FATAL,stacktrace:INFO
2017-03-30 15:55:19.287 896     INFO    global  src/daemon/main.cpp:282 Monero 'Wolfram Warptangent' (v0.10.3.1-release)
2017-03-30 15:55:19.288 896     INFO    global  src/daemon/protocol.h:55
Initializing cryptonote protocol...
2017-03-30 15:55:19.288 896     INFO    global  src/daemon/protocol.h:60
Cryptonote protocol initialized OK
2017-03-30 15:55:19.289 896     INFO    global  src/daemon/p2p.h:63     Initializing p2p server...
2017-03-30 15:55:22.330 896     INFO    global  src/daemon/p2p.h:68     P2p server initialized OK
2017-03-30 15:55:22.331 896     INFO    global  src/daemon/rpc.h:58     Initializing core rpc server...
2017-03-30 15:55:22.332 896     INFO    global  contrib/epee/include/net/http_server_impl_base.h:70     Binding on 127.0.0.1:18081
2017-03-30 15:55:22.333 896     INFO    global  src/daemon/rpc.h:63     Core rpc server initialized OK on port: 18081
2017-03-30 15:55:22.333 896     INFO    global  src/daemon/core.h:73    Initializing core...
2017-03-30 15:55:22.335 896     INFO    global  src/cryptonote_core/cryptonote_core.cpp:326     Loading blockchain from folder C:\ProgramData\bitmonero\lmdb ...
2017-03-30 15:55:22.341 896     WARN    blockchain.db.lmdb      src/blockchain_db/lmdb/db_lmdb.cpp:71   Failed to get a record from blocks: MDB_NOTFOUND: No matching key/data pair found
2017-03-30 15:55:22.341 896     ERROR   cn      src/cryptonote_core/cryptonote_core.cpp:395     Error opening database: Failed to get a record from blocks: MDB_NOTFOUND: No matching key/data pair found
2017-03-30 15:55:22.342 896     INFO    global  src/daemon/rpc.h:90     Deinitializing rpc server...
2017-03-30 15:55:22.343 896     INFO    global  src/daemon/p2p.h:90     Deinitializing p2p...
2017-03-30 15:55:22.345 896     INFO    global  src/daemon/core.h:89    Deinitializing core...
2017-03-30 15:55:22.347 896     ERROR   daemon  src/daemon/core.h:94    Failed to deinitialize core...
2017-03-30 15:55:22.347 896     INFO    global  src/daemon/protocol.h:77
Stopping cryptonote protocol...
2017-03-30 15:55:22.348 896     INFO    global  src/daemon/protocol.h:81
Cryptonote protocol stopped successfully

Can anyone help... ?? Why won't it load?

I'd advise to delete the the blockchain, because a full resync is most likely needed. This is done as follows:

1. Open your Windows explorer.

2. Type the following into the navigation bar (the one at the top): C:\ProgramData\bitmonero\lmdb

3. Delete data.mdb.

4. Now you can restart monerod.exe. Note that you will have to resync from scratch, which may take some time.



THANKS! Fixed - found all of my monero's except for 3 Huh oh welll... Taking that as a 'cost of doing business' loss.
9  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency on: March 30, 2017, 07:57:13 PM
So having issue launching Monerod on a windows 10 64 bit computer. I downloaded the new files and i'm getting the following error:
New log categories: *:WARNING,net:FATAL,net.p2p:FATAL,net.cn:FATAL,global:INFO,verify:FATAL,stacktrace:INFO
2017-03-30 15:55:19.287 896     INFO    global  src/daemon/main.cpp:282 Monero 'Wolfram Warptangent' (v0.10.3.1-release)
2017-03-30 15:55:19.288 896     INFO    global  src/daemon/protocol.h:55
Initializing cryptonote protocol...
2017-03-30 15:55:19.288 896     INFO    global  src/daemon/protocol.h:60
Cryptonote protocol initialized OK
2017-03-30 15:55:19.289 896     INFO    global  src/daemon/p2p.h:63     Initializing p2p server...
2017-03-30 15:55:22.330 896     INFO    global  src/daemon/p2p.h:68     P2p server initialized OK
2017-03-30 15:55:22.331 896     INFO    global  src/daemon/rpc.h:58     Initializing core rpc server...
2017-03-30 15:55:22.332 896     INFO    global  contrib/epee/include/net/http_server_impl_base.h:70     Binding on 127.0.0.1:18081
2017-03-30 15:55:22.333 896     INFO    global  src/daemon/rpc.h:63     Core rpc server initialized OK on port: 18081
2017-03-30 15:55:22.333 896     INFO    global  src/daemon/core.h:73    Initializing core...
2017-03-30 15:55:22.335 896     INFO    global  src/cryptonote_core/cryptonote_core.cpp:326     Loading blockchain from folder C:\ProgramData\bitmonero\lmdb ...
2017-03-30 15:55:22.341 896     WARN    blockchain.db.lmdb      src/blockchain_db/lmdb/db_lmdb.cpp:71   Failed to get a record from blocks: MDB_NOTFOUND: No matching key/data pair found
2017-03-30 15:55:22.341 896     ERROR   cn      src/cryptonote_core/cryptonote_core.cpp:395     Error opening database: Failed to get a record from blocks: MDB_NOTFOUND: No matching key/data pair found
2017-03-30 15:55:22.342 896     INFO    global  src/daemon/rpc.h:90     Deinitializing rpc server...
2017-03-30 15:55:22.343 896     INFO    global  src/daemon/p2p.h:90     Deinitializing p2p...
2017-03-30 15:55:22.345 896     INFO    global  src/daemon/core.h:89    Deinitializing core...
2017-03-30 15:55:22.347 896     ERROR   daemon  src/daemon/core.h:94    Failed to deinitialize core...
2017-03-30 15:55:22.347 896     INFO    global  src/daemon/protocol.h:77
Stopping cryptonote protocol...
2017-03-30 15:55:22.348 896     INFO    global  src/daemon/protocol.h:81
Cryptonote protocol stopped successfully

Can anyone help... ?? Why won't it load?
10  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency on: February 28, 2017, 01:20:11 PM
Was wondering if someone could help. I just downloaded the latest version. I'm trying to run (Windows 64bit) monerod.exe. It opens up then closes immediately. Sometimes it opens up but just hangs there. Any suggestions?

Run it from the command prompt, so you can actually see the error message:

- click start, type cmd, open program cmd.exe
- navigate to your Monero folder and run monerod.exe


Quick Update - Not getting any errors... opens, then abruptly closes. Any clues? Re-downloading the files produces the same results. Restarting my computer also doesn't help.
Any other tricks?
11  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency on: February 24, 2017, 02:34:18 PM
Was wondering if someone could help. I just downloaded the latest version. I'm trying to run (Windows 64bit) monerod.exe. It opens up then closes immediately. Sometimes it opens up but just hangs there. Any suggestions?
12  Economy / Digital goods / Re: Lego Star Wars The Force Awakens PC digital download on: July 02, 2016, 10:13:53 AM
Bump
13  Economy / Digital goods / Lego Star Wars The Force Awakens PC digital download on: July 01, 2016, 10:27:21 PM
Received special promo - Bitcoins accepted:

https://www.g2a.com/r/summerlegosale
14  Bitcoin / Mining support / Multiple miner control on: April 15, 2016, 02:15:13 PM
Anyone know of a any software which would allow me to control several miners at the same time? Meaning starting them and stopping them from a laptop or PC. ?
15  Economy / Digital goods / Re: WTS - 10 Random Steam Keys on: March 13, 2016, 11:01:21 PM
Bump
16  Economy / Digital goods / Re: WTS - 10 Random Steam Keys on: March 13, 2016, 02:11:06 PM
I'm not here to ruin reputations, shut steam accounts or piss people off. These games are truly random. I used to game - a lot. Now with 2 small kids I dont have time. I work for a software company which has agreements with distributors. Once in a while they have specials and i'm offered these special deals. When I used to play games, those random steam games turned out to be $1, $2, $5, $20 dollar games.
It's completely random, there could be 10 $1 dollar games or there could be 1 $50 game and the rest $1 dollar games, or there could be a myriad of combinations - it's all random. I have no control.


How can you make sure that it's random not just something you picked on purpose to make profit from it? you will have control of it somehow I think

I cant tell which games belong to which Steam Key. I have 10 steam keys. If I activate the key, then they are bound to my steam account. It's random, a game of chance. A while ago (about 6 months ago) I received 10 random steam keys and got Ark ($30 game) and Rust ($20 game) and a bunch of $2 and $4 games.
Again, this is for that person who likes to take a chance. I don't know what games they are, it's like opening up a holiday stocking or unwrapping a mystery present Smiley

17  Economy / Digital goods / Re: WTS - 10 Random Steam Keys on: March 13, 2016, 11:31:19 AM
I'm not here to ruin reputations, shut steam accounts or piss people off. These games are truly random. I used to game - a lot. Now with 2 small kids I dont have time. I work for a software company which has agreements with distributors. Once in a while they have specials and i'm offered these special deals. When I used to play games, those random steam games turned out to be $1, $2, $5, $20 dollar games.
It's completely random, there could be 10 $1 dollar games or there could be 1 $50 game and the rest $1 dollar games, or there could be a myriad of combinations - it's all random. I have no control.

18  Economy / Digital goods / WTS - 10 Random Steam Keys on: March 13, 2016, 01:44:05 AM
I have 10 random Steam Game Keys. They are random. You can get top tier games, mid range, casual, indie, or a mix of them all. It's random = I don't know what games they will unlock.
I'm selling all 10 for .05 BTC

PM me if interested.
19  Economy / Digital goods / Re: WTB Call of Duty Black Ops 3 for PC on: November 15, 2015, 09:32:44 AM
Bump... Anyone?
20  Economy / Digital goods / WTB Call of Duty Black Ops 3 for PC on: November 14, 2015, 10:29:28 PM
Hi Everyone,

Looking to buy the game cheap. How cheap - as cheap as possible. I'm a college student and just had make a decision between fixing my car (brakes and oil change) or buy Call of Duty 3.
Made the right choice, I need a car to go to school and work. Now looking for someone who has one of those free video game codes they can part with for a super cheap price.
Do I hear .04 BTC (or cheaper?)
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 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!