Pages:
Author

Topic: [ANN] Orbitcoin v1.6.0.0 ~ NeoScrypt ~ Green Stake ~ 4 Years Old - page 54. (Read 201272 times)

legendary
Activity: 1302
Merit: 1000
ORB has a good chance to grow.
sr. member
Activity: 385
Merit: 252
Think with your brain. It is not illegal (yet).
With our block reward halving down from 1 ORB to 0.5 ORB in 100K+ blocks, there is an option for the block chain optimisation. We can increase the block time from 1 minute to 2 minutes and keep the current block reward for the next 500K blocks until another halving.

The point is to decrease bloat of the block chain and block index. Many (maybe most) blocks are without user transactions right now. Yet they contribute to the block chain size. What's more important, every block in the chain requires a corresponding entry in the block index. A couple hundred bytes each. It's kept in memory for fast access. In fact, most of the daemon's ~700Mb memory consumption comes from the block index. See yourself how much space is consumed by those *.sst and *.ldb files under data/blktree. Our UTXO data base is fairly compact and may be left as it is for now. The block index can be optimised to some extent, but it's much better to make it grow slower.

As "many (maybe most) blocks are without user transactions", the block time increase seems to be better. I'd vote in favor of that optimization.
legendary
Activity: 1242
Merit: 1020
No surrender, no retreat, no regret.
With our block reward halving down from 1 ORB to 0.5 ORB in 100K+ blocks, there is an option for the block chain optimisation. We can increase the block time from 1 minute to 2 minutes and keep the current block reward for the next 500K blocks until another halving.

The point is to decrease bloat of the block chain and block index. Many (maybe most) blocks are without user transactions right now. Yet they contribute to the block chain size. What's more important, every block in the chain requires a corresponding entry in the block index. A couple hundred bytes each. It's kept in memory for fast access. In fact, most of the daemon's ~700Mb memory consumption comes from the block index. See yourself how much space is consumed by those *.sst and *.ldb files under data/blktree. Our UTXO data base is fairly compact and may be left as it is for now. The block index can be optimised to some extent, but it's much better to make it grow slower.
TvZ
sr. member
Activity: 315
Merit: 251
Orbitcoin block reward halving from block 2M!
We're now at block 1878674 and counting...
Be smart, buy some ORB, let your ORB stake, take advantage.
Long term investment in Orbitcoin is a good investment.

Please open port 15298 at your firewall/router for more and
faster connections, this also helps the Orbitcoin network!

 Smiley
sr. member
Activity: 385
Merit: 252
Think with your brain. It is not illegal (yet).
Hey guys, I compiled the OrbitCoin daemon on my RPi 2, are you interested in the binary ?

I compiled it directly from Ghostlander's Github.

If anyone is interested, here is how to did it. It only covers the deamon compilation.

  • Clone Ghostlander's repo
  • Install/compile all the depndencies listed in doc/build.unix
  • Edit makefile.unix to remove all -DASM occurences
  • I also had to append -l snappy to the libs
  • Then simply make it ! make -j3 -f makefile.unix

After about an hour, you'll get the daemon, ready to go. It's greener way to stake !
Good job! That info was posted on another forum thread at https://cryptocointalk.com/topic/38531-minor-problems-compiling-orb-wallet-on-non-x86-cpu-eg-raspberry-pi-odroid-c1/ along with some other useful hints (especially on the second page).
You got it working because you have double of the RAM amount I had (I suppose).
Congrats, anyway Smiley

I googled long time looking for someone else who did it and didn't find it Roll Eyes

I've set up a 1GB swap partition, but I didn't try without though. That being said, orbitcoind uses almost 700MB RAM, so I doubt you can run the Qt client.
Yeah, the Qt client is a resource hog Wink
Maybe my new Pine64+ (the 2GB RAM version) will accommodate it, though. I just need some spare time to un-box it Cheesy

Yeah I guess it will ! I didn't knew the Pine64, it's very cheap !
See https://bitcointalksearch.org/topic/m.15446329 also Smiley
newbie
Activity: 13
Merit: 0
Hey guys, I compiled the OrbitCoin daemon on my RPi 2, are you interested in the binary ?

I compiled it directly from Ghostlander's Github.

If anyone is interested, here is how to did it. It only covers the deamon compilation.

  • Clone Ghostlander's repo
  • Install/compile all the depndencies listed in doc/build.unix
  • Edit makefile.unix to remove all -DASM occurences
  • I also had to append -l snappy to the libs
  • Then simply make it ! make -j3 -f makefile.unix

After about an hour, you'll get the daemon, ready to go. It's greener way to stake !
Good job! That info was posted on another forum thread at https://cryptocointalk.com/topic/38531-minor-problems-compiling-orb-wallet-on-non-x86-cpu-eg-raspberry-pi-odroid-c1/ along with some other useful hints (especially on the second page).
You got it working because you have double of the RAM amount I had (I suppose).
Congrats, anyway Smiley

I googled long time looking for someone else who did it and didn't find it Roll Eyes

I've set up a 1GB swap partition, but I didn't try without though. That being said, orbitcoind uses almost 700MB RAM, so I doubt you can run the Qt client.
Yeah, the Qt client is a resource hog Wink
Maybe my new Pine64+ (the 2GB RAM version) will accommodate it, though. I just need some spare time to un-box it Cheesy

Yeah I guess it will ! I didn't knew the Pine64, it's very cheap !
sr. member
Activity: 385
Merit: 252
Think with your brain. It is not illegal (yet).
Hey guys, I compiled the OrbitCoin daemon on my RPi 2, are you interested in the binary ?

I compiled it directly from Ghostlander's Github.

If anyone is interested, here is how to did it. It only covers the deamon compilation.

  • Clone Ghostlander's repo
  • Install/compile all the depndencies listed in doc/build.unix
  • Edit makefile.unix to remove all -DASM occurences
  • I also had to append -l snappy to the libs
  • Then simply make it ! make -j3 -f makefile.unix

After about an hour, you'll get the daemon, ready to go. It's greener way to stake !
Good job! That info was posted on another forum thread at https://cryptocointalk.com/topic/38531-minor-problems-compiling-orb-wallet-on-non-x86-cpu-eg-raspberry-pi-odroid-c1/ along with some other useful hints (especially on the second page).
You got it working because you have double of the RAM amount I had (I suppose).
Congrats, anyway Smiley

I googled long time looking for someone else who did it and didn't find it Roll Eyes

I've set up a 1GB swap partition, but I didn't try without though. That being said, orbitcoind uses almost 700MB RAM, so I doubt you can run the Qt client.
Yeah, the Qt client is a resource hog Wink
Maybe my new Pine64+ (the 2GB RAM version) will accommodate it, though. I just need some spare time to un-box it Cheesy
newbie
Activity: 13
Merit: 0
Hey guys, I compiled the OrbitCoin daemon on my RPi 2, are you interested in the binary ?

I compiled it directly from Ghostlander's Github.

If anyone is interested, here is how to did it. It only covers the deamon compilation.

  • Clone Ghostlander's repo
  • Install/compile all the depndencies listed in doc/build.unix
  • Edit makefile.unix to remove all -DASM occurences
  • I also had to append -l snappy to the libs
  • Then simply make it ! make -j3 -f makefile.unix

After about an hour, you'll get the daemon, ready to go. It's greener way to stake !
Good job! That info was posted on another forum thread at https://cryptocointalk.com/topic/38531-minor-problems-compiling-orb-wallet-on-non-x86-cpu-eg-raspberry-pi-odroid-c1/ along with some other useful hints (especially on the second page).
You got it working because you have double of the RAM amount I had (I suppose).
Congrats, anyway Smiley

I googled long time looking for someone else who did it and didn't find it Roll Eyes

I've set up a 1GB swap partition, but I didn't try without though. That being said, orbitcoind uses almost 700MB RAM, so I doubt you can run the Qt client.
sr. member
Activity: 385
Merit: 252
Think with your brain. It is not illegal (yet).
Hey guys, I compiled the OrbitCoin daemon on my RPi 2, are you interested in the binary ?

I compiled it directly from Ghostlander's Github.

If anyone is interested, here is how to did it. It only covers the deamon compilation.

  • Clone Ghostlander's repo
  • Install/compile all the depndencies listed in doc/build.unix
  • Edit makefile.unix to remove all -DASM occurences
  • I also had to append -l snappy to the libs
  • Then simply make it ! make -j3 -f makefile.unix

After about an hour, you'll get the daemon, ready to go. It's greener way to stake !
Good job! That info was posted on another forum thread at https://cryptocointalk.com/topic/38531-minor-problems-compiling-orb-wallet-on-non-x86-cpu-eg-raspberry-pi-odroid-c1/ along with some other useful hints (especially on the second page).
You got it working because you have double of the RAM amount I had (I suppose).
Congrats, anyway Smiley
newbie
Activity: 13
Merit: 0
Hey guys, I compiled the OrbitCoin daemon on my RPi 2, are you interested in the binary ?

I compiled it directly from Ghostlander's Github.

If anyone is interested, here is how to did it. It only covers the deamon compilation.

  • Clone Ghostlander's repo
  • Install/compile all the depndencies listed in doc/build.unix
  • Edit makefile.unix to remove all -DASM occurences
  • I also had to append -l snappy to the libs
  • Then simply make it ! make -j3 -f makefile.unix

After about an hour, you'll get the daemon, ready to go. It's greener way to stake !
legendary
Activity: 1302
Merit: 1000
ORB has a good chance to grow.
ghost talk with shapeshift

add #orbitcoin @purse @ShapeShift_io and we'd be glad to accep &
@LoadDebitCard @ShapeShift_io adding If they add it we acce
newbie
Activity: 13
Merit: 0
Hey guys, I compiled the OrbitCoin daemon on my RPi 2, are you interested in the binary ?

I compiled it directly from Ghostlander's Github.

Does it work well for you? Raspberry Pi 2 comes with 1Gb of memory. Orbitcoin may need more if synchronised.


Yes it works well, but notice that I have a swap partition and almost nothing else started at the same time.
legendary
Activity: 1242
Merit: 1020
No surrender, no retreat, no regret.
Hey guys, I compiled the OrbitCoin daemon on my RPi 2, are you interested in the binary ?

I compiled it directly from Ghostlander's Github.

Does it work well for you? Raspberry Pi 2 comes with 1Gb of memory. Orbitcoin may need more if synchronised.
newbie
Activity: 13
Merit: 0
Hey guys, I compiled the OrbitCoin daemon on my RPi 2, are you interested in the binary ?

I compiled it directly from Ghostlander's Github.
legendary
Activity: 1302
Merit: 1000
ORB has a good chance to grow.
may be we have luck
https://twitter.com/SatoshiPoint
https://satoshipoint.com/


can you support orbitcoin? Wink
SatoshiPoint.com has joined the conversation
10:58
hi
we can support any coin it just depends on if there's a market for it
You (change name)
the biggest market is here https://bittrex.com/Market/Index?MarketName=BTC-ORB  but we have @BittrexExchange @useCryptos @Cryptopia_NZ @alcurEX_Oy @Cointopay @CoinExchangeio and @nova_exchange now
You (change name)
That would be a hammer thing when you do that.
We'd see how you'd develop.
haven't even heard of your coin to be honest
Thought about approaching lisk but recognised
reconsidered*
will put the idea to ceo Hassan Khoshtaghaza but to be brutally honest I don't think he'd consider it anytime soon
You (change name)
but you can use @Cointopay S.W.A.P. Exchange http://us8.campaign-archive1.com/?u=a96e2b64c7d478bd5903db0c8&id=1bc208dc4d&e=d3099a03b0  and @CharnaSolutions https://charnawallet.biz/index.jsp   charna wallet is a part of this https://cryptocapital.co/
I'll let him know. thank you
You (change name)
ok thank you
You (change name)
i'm @OrBitcoinLove you follow me write me there ok...
NEW MESSAGES
okay
legendary
Activity: 1302
Merit: 1000
ORB has a good chance to grow.
TvZ
sr. member
Activity: 315
Merit: 251

That's what i thought, but it wasn't mentioned at this thread yet Wink

Nice, dice! Maybe i gonna play some games too Smiley

I'm afraid SafeCex is gone forever... i liked that one.


legendary
Activity: 1302
Merit: 1000
ORB has a good chance to grow.
jump

wie war das? re accumulation = short squeeze?
Das Risiko der Shorter, wird sich mit dem Halving massgeblich verdoppelt, bei gleichbleibender Nachfrage






mein tageschart, nur für mich Tongue





Pages:
Jump to: