Bitcoin Forum
April 25, 2024, 01:16:40 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
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 »
  Print  
Author Topic: [ANNOUNCE] New alternate cryptocurrency - Geist Geld  (Read 74113 times)
ByteCoin
Sr. Member
****
Offline Offline

Activity: 416
Merit: 277


View Profile
September 12, 2011, 11:20:33 PM
 #141

RE: hidden recipient address:
... I'll update the wiki [with a simpler version of "hidden recipient address"]

I believe that your simpler version of "hidden recipient address" can be redeemed by anyone (most probably a miner) by rewriting the transaction which includes the revealed secret in order to credit themselves.
In short - it's insecure.

Where in the code does it prevent the addition of bignums with OP_ADD?

ByteCoin
1714007800
Hero Member
*
Offline Offline

Posts: 1714007800

View Profile Personal Message (Offline)

Ignore
1714007800
Reply with quote  #2

1714007800
Report to moderator
1714007800
Hero Member
*
Offline Offline

Posts: 1714007800

View Profile Personal Message (Offline)

Ignore
1714007800
Reply with quote  #2

1714007800
Report to moderator
If you see garbage posts (off-topic, trolling, spam, no point, etc.), use the "report to moderator" links. All reports are investigated, though you will rarely be contacted about your reports.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714007800
Hero Member
*
Offline Offline

Posts: 1714007800

View Profile Personal Message (Offline)

Ignore
1714007800
Reply with quote  #2

1714007800
Report to moderator
1714007800
Hero Member
*
Offline Offline

Posts: 1714007800

View Profile Personal Message (Offline)

Ignore
1714007800
Reply with quote  #2

1714007800
Report to moderator
1714007800
Hero Member
*
Offline Offline

Posts: 1714007800

View Profile Personal Message (Offline)

Ignore
1714007800
Reply with quote  #2

1714007800
Report to moderator
Lolcust (OP)
Member
**
Offline Offline

Activity: 112
Merit: 11

Hillariously voracious


View Profile
September 12, 2011, 11:22:52 PM
 #142

Where in the code does it prevent the addition of bignums with OP_ADD?

ByteCoin

Now that's the spirit Smiley

Geist Geld, the experimental cryptocurrency, is ready for yet another SolidCoin collapse Wink

Feed the Lolcust!
NMC: N6YQFkH9Gn9CTm4mpGwuLB5zLzqWTWFw67
BTC: 15F8xbgRBA1XZ4hmtdFDUasroa2A5rYg8M
GEG: gK5Lx6ypWgr69Gw9yGzE6dsA7kcuCRZRK
Gavin Andresen
Legendary
*
Offline Offline

Activity: 1652
Merit: 2216


Chief Scientist


View Profile WWW
September 12, 2011, 11:31:11 PM
 #143

RE: where in the code:  script.cpp

Code:
static const size_t nMaxNumSize = 4;


CBigNum CastToBigNum(const valtype& vch)
{
    if (vch.size() > nMaxNumSize)
        throw runtime_error("CastToBigNum() : overflow");
    // Get rid of extra leading zeros                                                                                                                
    return CBigNum(CBigNum(vch).getvch());
}

... and all of the arithmetic binary ops do a CastToBigNum()

nMaxNumSize = 4 means numbers added must be 32-bits or less.

RE: simpler version being redeemed by anybody by rewriting:  D'oh!  Right, definitely need a signature so the transaction can't be modified between being broadcast and being included in a block.  I'll remove it from the wiki page.

How often do you get the chance to work on a potentially world-changing project?
Lolcust (OP)
Member
**
Offline Offline

Activity: 112
Merit: 11

Hillariously voracious


View Profile
September 13, 2011, 12:38:49 PM
Last edit: September 13, 2011, 10:42:34 PM by Lolcust
 #144

Geist reset, with all updates, new awesome NTP by ArtForz and a milder diff adjust

With "crutches" pseudo-gui    http://www.mediafire.com/?nu5mccf9cmr9ml5

Raw files http://www.mediafire.com/?yeyf1vgvj0plne9

Geist Geld, the experimental cryptocurrency, is ready for yet another SolidCoin collapse Wink

Feed the Lolcust!
NMC: N6YQFkH9Gn9CTm4mpGwuLB5zLzqWTWFw67
BTC: 15F8xbgRBA1XZ4hmtdFDUasroa2A5rYg8M
GEG: gK5Lx6ypWgr69Gw9yGzE6dsA7kcuCRZRK
kjlimo
Legendary
*
Offline Offline

Activity: 2086
Merit: 1031


View Profile WWW
September 13, 2011, 12:57:12 PM
 #145

Is there a pool yet?

Coinbase for selling BTCs
Fold for spending BTCs
PM me with any questions on these sites/apps!  http://www.montybitcoin.com


or Vircurex for trading alt cryptocurrencies like DOGEs
CoinNinja for exploring the blockchain.
Lolcust (OP)
Member
**
Offline Offline

Activity: 112
Merit: 11

Hillariously voracious


View Profile
September 13, 2011, 01:26:42 PM
 #146

Is there a pool yet?
Hopefully Cheesy

Geist Geld, the experimental cryptocurrency, is ready for yet another SolidCoin collapse Wink

Feed the Lolcust!
NMC: N6YQFkH9Gn9CTm4mpGwuLB5zLzqWTWFw67
BTC: 15F8xbgRBA1XZ4hmtdFDUasroa2A5rYg8M
GEG: gK5Lx6ypWgr69Gw9yGzE6dsA7kcuCRZRK
Lolcust (OP)
Member
**
Offline Offline

Activity: 112
Merit: 11

Hillariously voracious


View Profile
September 13, 2011, 01:33:01 PM
 #147

BTW, I am giving away the Geists I mined today (except for the bounty/laundry "fund" of course Smiley) which is 1407 Geists.

Hurry to be the first to apply,   ^__^


Geist Geld, the experimental cryptocurrency, is ready for yet another SolidCoin collapse Wink

Feed the Lolcust!
NMC: N6YQFkH9Gn9CTm4mpGwuLB5zLzqWTWFw67
BTC: 15F8xbgRBA1XZ4hmtdFDUasroa2A5rYg8M
GEG: gK5Lx6ypWgr69Gw9yGzE6dsA7kcuCRZRK
CosicMiner
Full Member
***
Offline Offline

Activity: 135
Merit: 100



View Profile
September 13, 2011, 01:43:35 PM
 #148

I want some geistgeld!
Can you reserve some for me untill i get home to find my address please?
MaGNeT
Legendary
*
Offline Offline

Activity: 1526
Merit: 1002


Waves | 3PHMaGNeTJfqFfD4xuctgKdoxLX188QM8na


View Profile WWW
September 13, 2011, 01:58:15 PM
 #149

Geist reset, with all updates, new awesome NTP by ArtForz and a milder diff adjust

With "crutches" pseudo-gui    http://www.mediafire.com/?g8i4lx4qjf6phie

Raw files http://www.mediafire.com/?2ymc9tito0mbj2l

Getting an IRC recv failed:10060 error, doesn't work.
Lumpy
Full Member
***
Offline Offline

Activity: 237
Merit: 100


View Profile
September 13, 2011, 02:06:48 PM
 #150

BTW, I am giving away the Geists I mined today (except for the bounty/laundry "fund" of course Smiley) which is 1407 Geists.

Hurry to be the first to apply,   ^__^

Something must be awry... I have been successfully mining on my bitcoind and it says we are at 205 blocks. You'd have mined 201 blocks for those 1407 Geists... but I know that is not possible because of my own balance. When I started (about an hour ago) it was on block ~25. Am I on the wrong blockchain or what? Using the Linux compiled from GitHub and the bitcoin.conf in your recent "reboot" post.
Lolcust (OP)
Member
**
Offline Offline

Activity: 112
Merit: 11

Hillariously voracious


View Profile
September 13, 2011, 02:15:05 PM
 #151

Geist reset, with all updates, new awesome NTP by ArtForz and a milder diff adjust

With "crutches" pseudo-gui    http://www.mediafire.com/?g8i4lx4qjf6phie

Raw files http://www.mediafire.com/?2ymc9tito0mbj2l

Getting an IRC recv failed:10060 error, doesn't work.

BTW, I am giving away the Geists I mined today (except for the bounty/laundry "fund" of course Smiley) which is 1407 Geists.

Hurry to be the first to apply,   ^__^

Something must be awry... I have been successfully mining on my bitcoind and it says we are at 205 blocks. You'd have mined 201 blocks for those 1407 Geists... but I know that is not possible because of my own balance. When I started (about an hour ago) it was on block ~25. Am I on the wrong blockchain or what? Using the Linux compiled from GitHub and the bitcoin.conf in your recent "reboot" post.

Strange, you might be on some chain fork or something (I did, however, change the magic numbers so old geists wouldn't talk with new ones so dunno where could that fork come from  Huh)

200 something blocks were pre-mined (No 200 is a checkpoint), from the top of my head 201 (hence 1407 Geists) but if I actually pre-mined 205 (they could have been caught while I was reaching for the guiminer icon, lol) then I'll add 28 to the "forum fund" lol Smiley

Try using the chunk of chain found in the "blockchain+conf" folder in git if oddity persists.

Geist Geld, the experimental cryptocurrency, is ready for yet another SolidCoin collapse Wink

Feed the Lolcust!
NMC: N6YQFkH9Gn9CTm4mpGwuLB5zLzqWTWFw67
BTC: 15F8xbgRBA1XZ4hmtdFDUasroa2A5rYg8M
GEG: gK5Lx6ypWgr69Gw9yGzE6dsA7kcuCRZRK
Lolcust (OP)
Member
**
Offline Offline

Activity: 112
Merit: 11

Hillariously voracious


View Profile
September 13, 2011, 02:20:29 PM
 #152

I want some geistgeld!
Can you reserve some for me untill i get home to find my address please?

Lol, sure thing, I'll set aside about half for you and half for whomever else claims and posts adress oke ?

Geist Geld, the experimental cryptocurrency, is ready for yet another SolidCoin collapse Wink

Feed the Lolcust!
NMC: N6YQFkH9Gn9CTm4mpGwuLB5zLzqWTWFw67
BTC: 15F8xbgRBA1XZ4hmtdFDUasroa2A5rYg8M
GEG: gK5Lx6ypWgr69Gw9yGzE6dsA7kcuCRZRK
foggyb
Legendary
*
Offline Offline

Activity: 1652
Merit: 1006


View Profile
September 13, 2011, 02:26:47 PM
 #153

I'll take some too! Will post my address in two minutes.
Lupus_Yonderboy
Full Member
***
Offline Offline

Activity: 153
Merit: 100



View Profile
September 13, 2011, 02:37:06 PM
 #154

Are you able to prevent the previous exploits? Is there anything to keep someone from overpowering the network again? I understand why you rebooted the chain, but if it is just going to keep happening then what is the point?
Lolcust (OP)
Member
**
Offline Offline

Activity: 112
Merit: 11

Hillariously voracious


View Profile
September 13, 2011, 02:57:30 PM
 #155

 
Are you able to prevent the previous exploits? Is there anything to keep someone from overpowering the network again? I understand why you rebooted the chain, but if it is just going to keep happening then what is the point?

The answer to this question is yes. A "51%" attacker is still capable of doing what a 51-er is supposed to be capable of doing (double-spends, and, if huge enough, rewrites), but should not be able to arbitrarily manipulate difficulty to his advantage without invalidating blocks.

Also, new adjustment limits make diff adjustment smoother, without random "spikes" that occasionally unnerved people in previous version, though the cost is somewhat less rapid response to large alterations in difficulty (don't worry, not as bad as namecoin Smiley a couple of minutes as opposed to tens of seconds)

I'll take some too! Will post my address in two minutes.

Oky, standing by for addresses

Geist Geld, the experimental cryptocurrency, is ready for yet another SolidCoin collapse Wink

Feed the Lolcust!
NMC: N6YQFkH9Gn9CTm4mpGwuLB5zLzqWTWFw67
BTC: 15F8xbgRBA1XZ4hmtdFDUasroa2A5rYg8M
GEG: gK5Lx6ypWgr69Gw9yGzE6dsA7kcuCRZRK
heinz
Member
**
Offline Offline

Activity: 172
Merit: 10


View Profile
September 13, 2011, 03:18:14 PM
 #156

gGcsLz9kCpdSeePF4crRwj6TbDq2QeQEE5
CosicMiner
Full Member
***
Offline Offline

Activity: 135
Merit: 100



View Profile
September 13, 2011, 03:19:10 PM
 #157

I want some geistgeld!
Can you reserve some for me untill i get home to find my address please?

Lol, sure thing, I'll set aside about half for you and half for whomever else claims and posts adress oke ?

Thats ok! Setting up new client now.

Edit;
And here's my GG address: gRsK7aUr39HuqCDPfRtHA5dbJtkx9wucTy
heinz
Member
**
Offline Offline

Activity: 172
Merit: 10


View Profile
September 13, 2011, 03:33:35 PM
 #158

Trying solo, i get a couple of accepts then straight to all rejects? anyone else?
CosicMiner
Full Member
***
Offline Offline

Activity: 135
Merit: 100



View Profile
September 13, 2011, 03:36:49 PM
 #159

Trying solo, i get a couple of accepts then straight to all rejects? anyone else?

If you just started its possble the first accepted ones were done before you had the whole block chain downloaded and thats why they were quicker because the difficulty was lower.
MaGNeT
Legendary
*
Offline Offline

Activity: 1526
Merit: 1002


Waves | 3PHMaGNeTJfqFfD4xuctgKdoxLX188QM8na


View Profile WWW
September 13, 2011, 03:42:08 PM
 #160

Geist reset, with all updates, new awesome NTP by ArtForz and a milder diff adjust

With "crutches" pseudo-gui    http://www.mediafire.com/?g8i4lx4qjf6phie

Raw files http://www.mediafire.com/?2ymc9tito0mbj2l

Getting an IRC recv failed:10060 error, doesn't work.

Still getting this error.

Downloaded the GeistGeld_new, changed user/pass for miner and can't connect to IRC channel (it seems?).
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 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!