Bitcoin Forum
May 05, 2024, 06:33:34 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 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 ... 119 »
  Print  
Author Topic: [ANN] Orbitcoin v1.6.3.0 ~ NeoScrypt ~ Green Stake ~ 10 Years Old  (Read 201000 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
Lisa_Nelson
Newbie
*
Offline Offline

Activity: 13
Merit: 0


View Profile
July 09, 2016, 07:16:30 PM
 #1301

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 !
The Bitcoin network protocol was designed to be extremely flexible. It can be used to create timed transactions, escrow transactions, multi-signature transactions, etc. The current features of the client only hint at what will be possible in the future.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714934014
Hero Member
*
Offline Offline

Posts: 1714934014

View Profile Personal Message (Offline)

Ignore
1714934014
Reply with quote  #2

1714934014
Report to moderator
rmd73
Sr. Member
****
Offline Offline

Activity: 385
Merit: 252


Think with your brain. It is not illegal (yet).


View Profile
July 10, 2016, 12:44:59 AM
 #1302

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://bitcointalk.org/index.php?topic=1084908.msg15446329#msg15446329 also Smiley

Orbitcoin (ORB) -- oRMG7Fdft6YiQbn9p9rZpo8VNab9gU3bv4 , OKcash (OK) -- PTiT97X9GkxESiWnpAHA5j46Wb7wz9zdTu ,
Europecoin (ERC) v3 -- EJZwagsubfxn1xeB4JmztAWitgTPty3FzN , BitSend (BSD) -- iMYtWqD3pPVcV4yo9okrN7gixvQ3nRYRnz
TvZ
Sr. Member
****
Offline Offline

Activity: 315
Merit: 251


View Profile
July 10, 2016, 02:08:18 PM
 #1303

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
ghostlander (OP)
Legendary
*
Offline Offline

Activity: 1239
Merit: 1020


No surrender, no retreat, no regret.


View Profile WWW
July 10, 2016, 09:17:29 PM
 #1304

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.

"If you've got a problem and have to spread some coins to make it go away, you've got no problem. You've got an expence." ~ Phoenixcoin (PXC) and Orbitcoin (ORB) and Halcyon (HAL)
rmd73
Sr. Member
****
Offline Offline

Activity: 385
Merit: 252


Think with your brain. It is not illegal (yet).


View Profile
July 10, 2016, 10:38:49 PM
 #1305

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.

Orbitcoin (ORB) -- oRMG7Fdft6YiQbn9p9rZpo8VNab9gU3bv4 , OKcash (OK) -- PTiT97X9GkxESiWnpAHA5j46Wb7wz9zdTu ,
Europecoin (ERC) v3 -- EJZwagsubfxn1xeB4JmztAWitgTPty3FzN , BitSend (BSD) -- iMYtWqD3pPVcV4yo9okrN7gixvQ3nRYRnz
Mario241077
Legendary
*
Offline Offline

Activity: 1302
Merit: 1000

ORB has a good chance to grow.


View Profile
July 11, 2016, 08:37:45 AM
 #1306

our blockexplorer is not working?


this works http://cryptoguru.tk/Blocks/index.php?Currency=ORB

Are you a part of the ORB Community or want to be it, then gives your vote! here!! One of the first 30 currencys in the World is Orbitcoin DEV Forum - don't forget free ORB's are here ORB Faucet, tell your friend's - With PoW (without Asic's)/PoS Hybrid-System everyone can mine ORB with general purpose pc-hardware. The PoS (Proof of Stake) generation features very low energy consumption. Green Stake over PoS
Mario241077
Legendary
*
Offline Offline

Activity: 1302
Merit: 1000

ORB has a good chance to grow.


View Profile
July 11, 2016, 09:08:44 AM
 #1307

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.


do it

Are you a part of the ORB Community or want to be it, then gives your vote! here!! One of the first 30 currencys in the World is Orbitcoin DEV Forum - don't forget free ORB's are here ORB Faucet, tell your friend's - With PoW (without Asic's)/PoS Hybrid-System everyone can mine ORB with general purpose pc-hardware. The PoS (Proof of Stake) generation features very low energy consumption. Green Stake over PoS
TvZ
Sr. Member
****
Offline Offline

Activity: 315
Merit: 251


View Profile
July 11, 2016, 12:49:26 PM
 #1308

I agree with every optimization that is good for Orbitcoin  Smiley
bittamak
Sr. Member
****
Offline Offline

Activity: 444
Merit: 250


View Profile
July 12, 2016, 06:41:05 AM
 #1309

Yes...memory consumption is one major issue...please fix that which is good...Smiley
Mario241077
Legendary
*
Offline Offline

Activity: 1302
Merit: 1000

ORB has a good chance to grow.


View Profile
July 13, 2016, 07:56:56 AM
 #1310

maybe is ORB ready for break out?


support
BTC                         ORB
0.0005    0.0005    7.15867015 0.00007012
0.0010    0.0005    7.11497825 0.00007010
0.3568    0.3558    5082.12016283 0.00007001
3.2770    2.9202    41716.53162633 0.00007000
3.2779    0.0009    13.65000000 0.00006938
3.2789    0.0010    14.50000000 0.00006918
3.4505    0.1716    2500.00000000 0.00006862

sell only this
19740.427 ORB




Are you a part of the ORB Community or want to be it, then gives your vote! here!! One of the first 30 currencys in the World is Orbitcoin DEV Forum - don't forget free ORB's are here ORB Faucet, tell your friend's - With PoW (without Asic's)/PoS Hybrid-System everyone can mine ORB with general purpose pc-hardware. The PoS (Proof of Stake) generation features very low energy consumption. Green Stake over PoS
Mario241077
Legendary
*
Offline Offline

Activity: 1302
Merit: 1000

ORB has a good chance to grow.


View Profile
July 13, 2016, 08:38:15 AM
 #1311

want we support to?


ORB is supported by charnasolution

Charna Wallet ‏@CharnaSolutions 18. Mai

Charna wallet/charnacoin now supporting @ubiquityenergy order directly online using #crypto #chc @BitcoinWrld @Orbitcoin @PotCoinBot


 Ubiquity Energy
@ubiquityenergy

Free Solar Panels for Residential, Commercial municipalities. Projects in Panama, Puerto Rico, Philippines, Peru, and Brazil. Supported by @charna_coin


Are you a part of the ORB Community or want to be it, then gives your vote! here!! One of the first 30 currencys in the World is Orbitcoin DEV Forum - don't forget free ORB's are here ORB Faucet, tell your friend's - With PoW (without Asic's)/PoS Hybrid-System everyone can mine ORB with general purpose pc-hardware. The PoS (Proof of Stake) generation features very low energy consumption. Green Stake over PoS
Mario241077
Legendary
*
Offline Offline

Activity: 1302
Merit: 1000

ORB has a good chance to grow.


View Profile
July 14, 2016, 06:38:04 PM
 #1312

Ghost you showcase your Wink

http://cryptomining-blog.com/8100-windows-binaries-for-the-cpuminer-opt-3-3-7-cpu-miner/

Are you a part of the ORB Community or want to be it, then gives your vote! here!! One of the first 30 currencys in the World is Orbitcoin DEV Forum - don't forget free ORB's are here ORB Faucet, tell your friend's - With PoW (without Asic's)/PoS Hybrid-System everyone can mine ORB with general purpose pc-hardware. The PoS (Proof of Stake) generation features very low energy consumption. Green Stake over PoS
bigs21024
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250

please help gofund.me/bigs21024 Family in need


View Profile
July 14, 2016, 08:32:58 PM
 #1313

this is a good coin i was hacked and lost 56k of them i so wish i had them back along with everything else that was taken i hate theifes

Mario241077
Legendary
*
Offline Offline

Activity: 1302
Merit: 1000

ORB has a good chance to grow.


View Profile
July 15, 2016, 06:53:49 PM
 #1314

this is a good coin i was hacked and lost 56k of them i so wish i had them back along with everything else that was taken i hate theifes

when?

Are you a part of the ORB Community or want to be it, then gives your vote! here!! One of the first 30 currencys in the World is Orbitcoin DEV Forum - don't forget free ORB's are here ORB Faucet, tell your friend's - With PoW (without Asic's)/PoS Hybrid-System everyone can mine ORB with general purpose pc-hardware. The PoS (Proof of Stake) generation features very low energy consumption. Green Stake over PoS
TvZ
Sr. Member
****
Offline Offline

Activity: 315
Merit: 251


View Profile
July 15, 2016, 08:16:10 PM
 #1315


@bigs21024

That's sad to hear  Sad
ghostlander (OP)
Legendary
*
Offline Offline

Activity: 1239
Merit: 1020


No surrender, no retreat, no regret.


View Profile WWW
July 15, 2016, 09:04:47 PM
 #1316

our blockexplorer is not working?


this works http://cryptoguru.tk/Blocks/index.php?Currency=ORB

VPS moved from New York to Virginia. There was a firewall misconfiguration which made our block explorer inaccessible for a day.

"If you've got a problem and have to spread some coins to make it go away, you've got no problem. You've got an expence." ~ Phoenixcoin (PXC) and Orbitcoin (ORB) and Halcyon (HAL)
ghostlander (OP)
Legendary
*
Offline Offline

Activity: 1239
Merit: 1020


No surrender, no retreat, no regret.


View Profile WWW
July 15, 2016, 09:11:57 PM
 #1317


The NeoScrypt CPUminer is assembly powered. Any C compiler cannot make it faster. There was a quick attempt to add AVX in the past, but SSE2 4-way was faster anyway. Most people don't seem to care about the CPU miner, so I pay more attention to NSGminer.

"If you've got a problem and have to spread some coins to make it go away, you've got no problem. You've got an expence." ~ Phoenixcoin (PXC) and Orbitcoin (ORB) and Halcyon (HAL)
Mario241077
Legendary
*
Offline Offline

Activity: 1302
Merit: 1000

ORB has a good chance to grow.


View Profile
July 15, 2016, 09:31:39 PM
 #1318

crash Euro, DOW, DAX, TRY http://www.ig.com/de/ig-forex/usd-try

Military Coup: Turkish Armed Forces Say They Have Taken Control Of The Country
http://www.zerohedge.com/news/2016-07-15/martial-law-declared-turkey-helicopters-military-jets-flying-over-capital-army-tanks





http://de.coinmill.com/BTC_TRY.html?TRY=100#TRY

Are you a part of the ORB Community or want to be it, then gives your vote! here!! One of the first 30 currencys in the World is Orbitcoin DEV Forum - don't forget free ORB's are here ORB Faucet, tell your friend's - With PoW (without Asic's)/PoS Hybrid-System everyone can mine ORB with general purpose pc-hardware. The PoS (Proof of Stake) generation features very low energy consumption. Green Stake over PoS
bitmaster1x
Legendary
*
Offline Offline

Activity: 1274
Merit: 1000

CRYPTO-CITY.COM 🌟 Communities


View Profile WWW
July 16, 2016, 03:14:13 PM
 #1319

this is a good coin i was hacked and lost 56k of them i so wish i had them back along with everything else that was taken i hate theifes
Bummer dude

almightyruler
Legendary
*
Offline Offline

Activity: 2268
Merit: 1092


View Profile
July 17, 2016, 03:34:47 AM
 #1320

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'm the OP of that thread.

As per that thread I gave up on ORB because an Odroid C1 with 1GB of RAM was insufficient (it would end up swapping like crazy - storage and CPU far too busy), plus it was randomly segfaulting.

I've now come back to it with an Odroid C2, which uses a 64 bit ARM CPU, with 2GB RAM. Not a single crash, and there's enough room for a couple more coin daemons, too.

ORB: 2162M virt, 723M res
COIN2: 2035 virt, 559M res
COIN3: 1017M virt, 344M res

Free memory: 257M

It has been running for 24 days stable, and has staked a couple of times.

I've also installed zram on the C2, which presents a swap device that compresses data, keeping it in RAM rather than swapping to disk if possible. If Raspbian supports it (and it is not already enabled by default) this should make a noticeable difference in available RAM on a 1GB Pi 3.  sudo apt-get install zram-config
Pages: « 1 ... 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 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 ... 119 »
  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!