Bitcoin Forum
May 25, 2024, 09:19:53 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 75 76 77 78 79 80 81 82 83 [84] 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 ... 214 »
1661  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Zcoin - The Zerocoin cryptocurrency, guaranteeing financial privacy on: October 12, 2016, 03:56:41 PM
This looks bullish. Look at the orderbook, probably we see 0.005 in the next 24h.

Lol two whole BTC on the buy side. Can't stop this rocketship now! Tongue

You mean 20, right?  Xzc pulled over 50 btc volume on nova in the last 24hr

Ohyea, was only aware of Cryptopia at the time.
1662  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Zcoin - The Zerocoin cryptocurrency, guaranteeing financial privacy on: October 12, 2016, 02:21:11 PM
This looks bullish. Look at the orderbook, probably we see 0.005 in the next 24h.

Lol two whole BTC on the buy side. Can't stop this rocketship now! Tongue
1663  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][HUC] Huntercoin - Human Mining - Decentralized MMO and Crypto Game on: October 12, 2016, 04:18:07 AM
A backtrace would be very useful - I've not been able to produce this crash myself on GNU/Linux.

Ideally recompile where you ./configure with --enable-debug.  But if you don't want to do that or can't, GDB may be able to produce at least some useful information even with the binary you have.

I copied directory and recompiled after running ./configure with --enable-debug, but there's nothing additional shown on command line or in debug.log. It did crash when I ran the name_list command in the same way though. Did I need to make clean before running make?

Edit: didn't kill the db this time though...

Edit2: just ran it with strace, here is output when it crashed and just before:
Code:
recvmsg(6, {msg_name(0)=NULL, msg_iov(1)=[{"\1\1\250 \0\0\0\0\0\0\0\0:\1I\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096}], msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(6, 0x7fffe7117110, 0)           = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(6, 0x7fffe7117110, 0)           = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(6, 0x7fffe7117a40, 0)           = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(6, 0x7fffe7117c10, 0)           = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(8, 0x7fffe7117c00, 0)           = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=3, events=POLLIN}, {fd=6, events=POLLIN}, {fd=7, events=POLLIN}, {fd=8, events=POLLIN}, {fd=9, events=POLLIN}, {fd=18, events=POLLIN}, {fd=19, events=POLLIN}, {fd=20, events=POLLIN}], 8, 31 <unfinished ...>
+++ killed by SIGSEGV (core dumped) +++
Segmentation fault (core dumped)

I also noticed it's showing a zero balance even though by this time during sync it has confirmed txs worth like 5k HUC, which seems a bit off.


Edit3: here is the entire gdb output:
Code:
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7fffe63bb700 (LWP 8345)]
[New Thread 0x7fffe5b9a700 (LWP 8346)]
[New Thread 0x7fffe4d76700 (LWP 8347)]
[New Thread 0x7fffde2c2700 (LWP 8348)]
[New Thread 0x7fffddac1700 (LWP 8349)]
[New Thread 0x7fffcdce3700 (LWP 8352)]
[New Thread 0x7fffcd04b700 (LWP 8355)]
[New Thread 0x7fffc7fff700 (LWP 8357)]
[New Thread 0x7fffc77fe700 (LWP 8358)]
[New Thread 0x7fffc6ffd700 (LWP 8359)]
[New Thread 0x7fffc67fc700 (LWP 8360)]
[New Thread 0x7fffc5ffb700 (LWP 8361)]
[New Thread 0x7fffc57fa700 (LWP 8362)]
[New Thread 0x7fffc4ff9700 (LWP 8363)]
[Thread 0x7fffddac1700 (LWP 8349) exited]
[Thread 0x7fffde2c2700 (LWP 8348) exited]
[New Thread 0x7fffde2c2700 (LWP 8366)]
[Thread 0x7fffde2c2700 (LWP 8366) exited]
[New Thread 0x7fffddac1700 (LWP 8367)]
[New Thread 0x7fffa0d8a700 (LWP 8368)]
[New Thread 0x7fff97fff700 (LWP 8369)]
[New Thread 0x7fff977fe700 (LWP 8370)]
[New Thread 0x7fff96ffd700 (LWP 8371)]
[New Thread 0x7fff967fc700 (LWP 8372)]
[New Thread 0x7fff95ffb700 (LWP 8373)]
[New Thread 0x7fff81ed5700 (LWP 8377)]
[Thread 0x7fffa0d8a700 (LWP 8368) exited]

Thread 7 "QThread" received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fffcdce3700 (LWP 8352)]
NameListBuilder::startTx (this=this@entry=0x7fffcdce1ee0, tx=...) at wallet/rpcnames.cpp:125
125   nHeight = pindex->nHeight;
1664  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [DSH] Dashcoin (Cryptonote) UPDATE: New source/wallets+GUI - 1.0.10 on: October 12, 2016, 03:22:35 AM

Nice! Glad to see the original Dash(coin) listed on Cryptopia, now basically the only exchange I use besides Polo.
1665  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Zcoin - The Zerocoin cryptocurrency, guaranteeing financial privacy on: October 11, 2016, 08:05:53 PM
Thanks. Can you answer my earlier question as well:

I've heard that multisig transactions are impossible using the zero knowledge proofs of either zcash or zcoin, and this will significantly affect the privacy of both (if everyone uses the "clearnet" token, then who cares if there is an anonymous sub-token), since, monero for instance will soon allow ringsig multisig after ringct is implemented. Is this true? Multisig impossible with zcash or zcoin anon tokens?

This seems quite important, since at the moment private currency seems to equate with DNMs, and while I think most still use escrow, the ideal is that people would use multisig. If private multisig txs are impossible with zerocoin or zerocash, doesn't this hamper their utility quite a bit?

Multisig transactions actually are possible with Zerocoin.

Do you have a source or link about this?
1666  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BXC][Bitcedi :: upto 106% Fixed deposit Interest with Encrypted Messaging] on: October 11, 2016, 07:41:04 PM
What is going on ? I cant sync and my deposits finished maturing like 10 days ago so im wasting profits. i cant sync it says it is syncronised and has 787 hours left but it doesn't go down it goes up and never syncs. Lovely....

Crap currency. Thanks for wasting our time.

You have yobit in your sig, you should know a thing or two about crap currencies Tongue

On an unrelated note, I think lulworm may have been trying to scam me out of BTC and XMR on IRC the other day, or at least someone pretending to be lulworm.

Lol Smiley!
Are you sure it's me! I don't remember the last time i chat anyone on IRC or handle XMR!
Please it's not me and i don't scam people for anything. I work hard and earn what i have.
Anyways, i manage to get some few satoshies, throwing at pool! Cheesy

No, not sure it was you, but they implied they were you. Thanks for renting some hash Smiley
* jwinterm crosses fingers for a block
1667  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BXC][Bitcedi :: upto 106% Fixed deposit Interest with Encrypted Messaging] on: October 11, 2016, 07:34:19 PM
What is going on ? I cant sync and my deposits finished maturing like 10 days ago so im wasting profits. i cant sync it says it is syncronised and has 787 hours left but it doesn't go down it goes up and never syncs. Lovely....

Crap currency. Thanks for wasting our time.

You have yobit in your sig, you should know a thing or two about crap currencies Tongue

On an unrelated note, I think lulworm may have been trying to scam me out of BTC and XMR on IRC the other day, or at least someone pretending to be lulworm.
1668  Alternate cryptocurrencies / Speculation (Altcoins) / Re: [XMR] Monero Speculation on: October 11, 2016, 04:40:58 PM
...
Ordinary people want simple stuff. Ordinary people so far give a shit on privacy.
...
Ordinary people use crypto? News to me, I thought we were all weirdos and geeks and ponies and wolves.
1669  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][HUC] Huntercoin - Human Mining - Decentralized MMO and Crypto Game on: October 11, 2016, 02:36:41 PM
...
Thanks.

This is a known problem at the moment and what is solely holding up huntercore release.

I will place a 5k bounty if someone can fix or produce a solid backtrace to send to Domob for analysis.



Well, I'm almost synced now, so don't want to mess this chain up, but will running it with strace on a fresh sync trying to reproduce the issue help?

Thanks. possibly but not sure

GDB i think is what we need

make a copy of your chain when synced.


Right, was definitely planning to backup chain. GDB requires recompiling?
1670  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][HUC] Huntercoin - Human Mining - Decentralized MMO and Crypto Game on: October 11, 2016, 12:57:12 PM
...
Thanks.

This is a known problem at the moment and what is solely holding up huntercore release.

I will place a 5k bounty if someone can fix or produce a solid backtrace to send to Domob for analysis.



Well, I'm almost synced now, so don't want to mess this chain up, but will running it with strace on a fresh sync trying to reproduce the issue help?
1671  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][HUC] Huntercoin - Human Mining - Decentralized MMO and Crypto Game on: October 11, 2016, 12:06:12 AM
Just compiled the huntercore on ubuntu 16.04, and it was syncing in the qt client after adding nodes. Then I was messing around with the name commands in the debug console, and when I typed "name_list" it immediately crashed with this message:
Code:
line 1: 32485 Segmentation fault      (core dumped) 
and I think corrupted db.

Now getting this message when trying to start qt or d:
Code:
huntercoin-qt: main.cpp:2511: bool ConnectBlockWithGameTx(const CBlock&, CValidationState&, CBlockIndex*, CCoinsViewCache&, std::vector<CTransaction>&, const CChainParams&, bool): Assertion `hashPrevBlock == view.GetBestBlock()' failed.
./runqt.sh: line 1:   560 Aborted

Edit: seems to have corrupted my wallet.dat as well :/

Edit2: cleared out blocks, chainstate, database, and gamestates folder as well as wallet.dat and now seems to be syncing again...

Edit3: I'm scared to try name_list again from huntercoin-cli this time  Lips sealed
1672  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [DSH] Dashcoin (Cryptonote) UPDATE: New source/wallets+GUI - 1.0.10 on: October 07, 2016, 01:23:59 PM
Guys,

I kindly suggest everybody to fill their DSH assets.
I just got some exciting news and seems the DSH rate will increase significantly in 2017.

Hitbtc still have some cheap DSH - https://hitbtc.com/exchange/DSH-to-BTC

Grab it while still not too late.

Lol what's the news? Seems like the news is eeX has some bags he wants to dump Tongue
1673  Alternate cryptocurrencies / Speculation (Altcoins) / Re: Is Gulden a good investment? on: October 06, 2016, 05:55:20 PM
Cheesus lighten up Tongue

I just don't see how gulden is trying to differentiate itself. The coins I mainly hold besides btc at least try to offer something substantively different: Monero with unique privacy features, myriadcoin offering five PoW algorithms to try and spread mining among the most people possible and increase network security, and huntercoin with gaming on the blockchain. You can call them shit if you like, I'm not saying gulden is shit, just that I don't see the differentiating factor driving its existence.

I'm also not a fan of the altcoin "investor". It implies that the person buying or mining the coin doesn't plan to use it or hold it until it becomes useful in its own right, it makes it sound like they are just waiting for price to rise so they can cash out for BTC or dollars or Euros or whatever. So, I guess I'm probably trolling a bit based the thread topic choice of verbiage.
1674  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency on: October 06, 2016, 05:09:56 PM
Guys, I believe that XMR is over.

Has someone already heard of NAV? That coin would be the new Monero

From the navcoin site: "NAV Coin is the worlds first fully anonymous cryptocurrency."

Not so. If you can view the amount an address has, it's neither private or anonymous. For example, see their richlist: https://chainz.cryptoid.info/nav/#!rich

A richlist doesn't exist with Monero because it is truly private: http://moneroblocks.info/richlist

Also, any coin that begin its existence under the moniker "summercoin v2" should be immediately dragged behind the shed and shot.
1675  Alternate cryptocurrencies / Speculation (Altcoins) / Re: Is Gulden a good investment? on: October 06, 2016, 04:46:15 PM
So it's a Bitcoin clone that lets you send Bitcoin from the wallet, and this is the main value proposition?


1676  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BXC][Bitcedi :: upto 106% Fixed deposit Interest with Encrypted Messaging] on: October 05, 2016, 04:00:49 PM
Quote
Block Found: 27 days ago

 Cheesy Cheesy Cheesy

If someone was interested, there was a post on /r/monero this morning:
Quote
More than 1MH/s available to rent Monero mining. Prices from $1.52 for kH/day
Should only take $20-50 probably to get a block I guess.
1677  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][NYAN] NyanCoin - ★★★V1.3 Released!★★★ on: October 05, 2016, 02:31:37 AM
This is my regular account. Created poptartcat so I could share control of thread with other people like /u/coinaday who is the de facto nyan cat in charge and /u/vmp32k who did the latest wallet release, both on reddit.
1678  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][GRS] Groestlcoin | Porting all wallets on every platform for user adoption on: October 05, 2016, 01:29:59 AM
Not mining at the moment, but trading on Cryptopia. Looking forward to what's in the new release.

Any plans to implement miner that works with new Radeon driver on Ubuntu 16.04?
1679  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Unitus (UIS): 1st Multi-Algo Merge-Mined on: October 04, 2016, 02:57:38 PM
Nice work erkan. Thanks for setting up a public merge mining pool.
1680  Alternate cryptocurrencies / Announcements (Altcoins) / Re: 🍇 ◣BBR◥ Boolberry🔷 RUNE EDITION🔷 Blockchain Development Company[Polo/Bittrex] on: October 01, 2016, 10:02:31 PM
If they're trivial then why hasn't zoidberg or blockology or clintar out anyone implemented any of them? These things have been in the works for years and I strongly disagree that any of them are trivial.

Edit: re: cryptorambler, I think the most urgent needs are get the blockchain out of RAM and into db, whether that is monero's lmdb implementation or bytecoin's rocksdb, and then have someone tune up the pool code so mining isn't an ongoing clusterfuck.
Pages: « 1 ... 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 75 76 77 78 79 80 81 82 83 [84] 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 ... 214 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!